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