r20850: Prefix all server calls with dcesrv_
[sfrench/samba-autobuild/.git] / source4 / rpc_server / drsuapi /
2007-10-10 Jelmer Vernooijr20850: Prefix all server calls with dcesrv_
2007-10-10 Stefan Metzmacherr20514: implement idl for DsGetNT4ChangeLog() which...
2007-10-10 Andrew Bartlettr20374: It's still 2006 (just...). Add copyright.
2007-10-10 Andrew Bartlettr20353: Restructure the DRSUAPI DsGetDomainControllerIn...
2007-10-10 Andrew Bartlettr20315: Implement the server side of DsGetDomainControl...
2007-10-10 Stefan Metzmacherr19847: add idl for DsRemoveDSServer(), this is used...
2007-10-10 Simo Sorcer19832: better prototypes for the linearization functions:
2007-10-10 Simo Sorcer19831: Big ldb_dn optimization and interfaces enhancem...
2007-10-10 Andrew Bartlettr19761: This may need work, but here is an initial...
2007-10-10 Günther Deschnerr16796: Fill in dsr_GetMemberships() / dsr_GetMembershi...
2007-10-10 Stefan Metzmacherr15319: remove unneeded macros
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Jelmer Vernooijr12542: Move some more prototypes out to seperate headers
2007-10-10 Andrew Bartlettr11270: Move the core CrackNames code from rpc_server...
2007-10-10 Andrew Bartlettr11239: Use ${REALM} for the realm in rootdse.ldif
2007-10-10 Andrew Bartlettr11223: Only pass around the ldb handle (make this...
2007-10-10 Andrew Bartlettr11194: Use the special ldb attribute "canonicalName...
2007-10-10 Andrew Bartlettr10953: Add a new function to form a canonicalName...
2007-10-10 Andrew Tridgellr10894: make the handling of dn/distinguishedName much...
2007-10-10 Andrew Bartlettr10811: Revert accidental commit, I still need to finis...
2007-10-10 Andrew Bartlettr10810: This adds the hooks required to communicate...
2007-10-10 Andrew Bartlettr10286: This patch is ugly and disgusting, but for...
2007-10-10 Andrew Bartlettr10045: metze reminded me to use the correct enum entry...
2007-10-10 Tim Potterr9980: Fix some warnings.
2007-10-10 Andrew Bartlettr9942: CN=Configuration is always under the database...
2007-10-10 Andrew Bartlettr9941: Update the CrackNames test, and provide a much...
2007-10-10 Simo Sorcer9391: Convert all the code to use struct ldb_dn to...
2007-10-10 Andrew Bartlettr8998: More work on the RPC server code to avoid abusin...
2007-10-10 Andrew Bartlettr8984: Use the correct cross-reference search in DRSUAP...
2007-10-10 Stefan Metzmacherr8371: the objectGUID is now stored in binary...
2007-10-10 Andrew Bartlettr5988: Fix the -P option (use machine account credentia...
2007-10-10 Stefan Metzmacherr5742: - add torture test and idl for DsReplicaUpdateRefs()
2007-10-10 Andrew Tridgellr5298: - got rid of pstring.h from includes.h. This...
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Andrew Tridgellr4640: first stage in the server side support for multi...
2007-10-10 Stefan Metzmacherr4203: the bind_info blob isn't a const.
2007-10-10 Stefan Metzmacherr4087: - add idl and torture tests for drsuapi_DsReplic...
2007-10-10 Stefan Metzmacherr3999: - reply with the same DsBindInfo blob as w2k3...
2007-10-10 Stefan Metzmacherr3920: - it seem that we need to send a magic bind_guid...
2007-10-10 Stefan Metzmacherr3789: - fix error handling
2007-10-10 Stefan Metzmacherr3784: do a samdb lookup for the DsCrackNames server
2007-10-10 Andrew Tridgellr3468: split out dcerpc_server.h
2007-10-10 Andrew Tridgellr3428: switched to using minimal includes for the auto...
2007-10-10 Stefan Metzmacherr2992: drsuapi uses WERROR not NTSTATUS
2007-10-10 Stefan Metzmacherr2991: add drsuapi_DsGetDomainControllerInfo() idl...
2007-10-10 Stefan Metzmacherr2974: fix the build
2007-10-10 Stefan Metzmacherr2970: - give somefields names and typdef enums for...
2007-10-10 Stefan Metzmacherr2954: add server cracknames code:
2007-10-10 Stefan Metzmacherr2952: add idl and torture test for DsCrackNames
2007-10-10 Stefan Metzmacherr2889: add DRSUAPI server