summaryrefslogtreecommitdiff
path: root/source4/rpc_server/drsuapi
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-1/+0
2007-10-10r12542: Move some more prototypes out to seperate headersJelmer Vernooij1-0/+1
2007-10-10r11270: Move the core CrackNames code from rpc_server/drsuapi to dsdb/samdb.Andrew Bartlett2-833/+50
2007-10-10r11239: Use ${REALM} for the realm in rootdse.ldifAndrew Bartlett1-0/+60
2007-10-10r11223: Only pass around the ldb handle (make this code easier to seperateAndrew Bartlett1-21/+21
2007-10-10r11194: Use the special ldb attribute "canonicalName" (therefore testing thatAndrew Bartlett1-11/+20
2007-10-10r10953: Add a new function to form a canonicalName out of a DN to ldb_dn.cAndrew Bartlett1-35/+119
2007-10-10r10894: make the handling of dn/distinguishedName much closer to realAndrew Tridgell1-1/+1
2007-10-10r10811: Revert accidental commit, I still need to finish the displayName andAndrew Bartlett1-55/+0
2007-10-10r10810: This adds the hooks required to communicate the current user from theAndrew Bartlett2-1/+57
2007-10-10r10286: This patch is ugly and disgusting, but for now it works better than t...Andrew Bartlett1-1/+1
2007-10-10r10045: metze reminded me to use the correct enum entry, rather than 0 for theAndrew Bartlett1-1/+1
2007-10-10r9980: Fix some warnings.Tim Potter1-3/+2
2007-10-10r9942: CN=Configuration is always under the database-wide base dn, so don'tAndrew Bartlett1-5/+2
2007-10-10r9941: Update the CrackNames test, and provide a much improved server-sideAndrew Bartlett1-119/+515
2007-10-10r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce1-3/+3
2007-10-10r8998: More work on the RPC server code to avoid abusing the name attributeAndrew Bartlett1-8/+9
2007-10-10r8984: Use the correct cross-reference search in DRSUAPI, rather than makingAndrew Bartlett1-9/+10
2007-10-10r8371: the objectGUID is now stored in binary...Stefan Metzmacher1-5/+4
2007-10-10r5988: Fix the -P option (use machine account credentials) to use the Samba4Andrew Bartlett1-2/+2
2007-10-10r5742: - add torture test and idl for DsReplicaUpdateRefs()Stefan Metzmacher1-9/+9
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell1-1/+1
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2-4/+4
2007-10-10r4640: first stage in the server side support for multiple context_ids on one...Andrew Tridgell1-16/+4
2007-10-10r4203: the bind_info blob isn't a const.Stefan Metzmacher1-9/+14
2007-10-10r4087: - add idl and torture tests for drsuapi_DsReplicaGetInfo()Stefan Metzmacher1-3/+3
2007-10-10r3999: - reply with the same DsBindInfo blob as w2k3 in the server functionStefan Metzmacher1-4/+17
2007-10-10r3920: - it seem that we need to send a magic bind_guid in DsBind()Stefan Metzmacher1-3/+3
2007-10-10r3789: - fix error handlingStefan Metzmacher2-21/+41
2007-10-10r3784: do a samdb lookup for the DsCrackNames serverStefan Metzmacher3-16/+154
2007-10-10r3468: split out dcerpc_server.hAndrew Tridgell2-0/+2
2007-10-10r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell2-0/+2
2007-10-10r2992: drsuapi uses WERROR not NTSTATUSStefan Metzmacher2-50/+48
2007-10-10r2991: add drsuapi_DsGetDomainControllerInfo() idl and torture testStefan Metzmacher1-3/+3
2007-10-10r2974: fix the buildStefan Metzmacher1-1/+1
2007-10-10r2970: - give somefields names and typdef enums for the possible valuesStefan Metzmacher2-47/+131
2007-10-10r2954: add server cracknames code:Stefan Metzmacher1-1/+41
2007-10-10r2952: add idl and torture test for DsCrackNamesStefan Metzmacher1-3/+3
2007-10-10r2889: add DRSUAPI serverStefan Metzmacher2-0/+358