summaryrefslogtreecommitdiff
path: root/source4/rpc_server/drsuapi
Commit message (Expand)AuthorAgeFilesLines
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-201-2/+2
* s4-drsuapi: merge drsuapi_DsCrackNames from s3 drsuapi idl.Günther Deschner2008-10-181-8/+10
* s4-drsuapi: merge drsuapi_DsGetDomainControllerInfo from s3 drsuapi idl.Günther Deschner2008-10-181-5/+7
* s4-drsuapi: merge drsuapi_DsWriteAccountSpn from s3 drsuapi idl.Günther Deschner2008-10-181-5/+8
* Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce2008-09-231-9/+9
* Change occurrences of the u1 member of DsBindInfo* to pid after idl change.Michael Adam2008-07-221-6/+9
* Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-171-1/+1
* r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij2007-12-211-2/+2
* r26539: Remove unnecessary statics.Jelmer Vernooij2007-12-211-2/+2
* r26296: Store loadparm context in DCE/RPC server context.Jelmer Vernooij2007-12-211-1/+1
* r26227: Make loadparm_context part of a server task, move loadparm_contexts f...Jelmer Vernooij2007-12-211-1/+2
* r26135: Remove samdb_add(), samdb_delete() and samdb_modify(), which were justAndrew Bartlett2007-12-211-1/+1
* r25940: Rework the samldb and templates handling.Andrew Bartlett2007-12-211-6/+10
* r25553: Convert to standard bool type.Jelmer Vernooij2007-10-101-4/+4
* r24246: Avoid the annoying 'probable memory leak in ldb' messages, by fixingAndrew Bartlett2007-10-101-3/+3
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-102-6/+4
* r23239: Fill in drsuapi_QuerySitesByCost.Günther Deschner2007-10-101-3/+3
* r22477: When an invaild base is specified to ldb_search, it should returnAndrew Bartlett2007-10-101-20/+27
* r21512: finish DsBind() in the DRSUAPI server:Stefan Metzmacher2007-10-102-14/+140
* r21356: we have a function to get the sites dnStefan Metzmacher2007-10-101-5/+1
* r20850: Prefix all server calls with dcesrv_Jelmer Vernooij2007-10-101-27/+27
* r20514: implement idl for DsGetNT4ChangeLog() which transferres the meta dataStefan Metzmacher2007-10-101-3/+3
* r20374: It's still 2006 (just...). Add copyright.Andrew Bartlett2007-10-101-0/+1
* r20353: Restructure the DRSUAPI DsGetDomainControllerInfo test, because asAndrew Bartlett2007-10-101-28/+2
* r20315: Implement the server side of DsGetDomainControllerInfo. This is aAndrew Bartlett2007-10-101-1/+273
* r19847: add idl for DsRemoveDSServer(), this is used when a server unbecomes ...Stefan Metzmacher2007-10-101-3/+3
* r19832: better prototypes for the linearization functions:Simo Sorce2007-10-101-1/+1
* r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce2007-10-101-2/+2
* r19761: This may need work, but here is an initial implementation ofAndrew Bartlett2007-10-101-1/+64
* r16796: Fill in dsr_GetMemberships() / dsr_GetMemberships2().Günther Deschner2007-10-101-8/+6
* r15319: remove unneeded macrosStefan Metzmacher2007-10-101-4/+4
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-101-0/+1
* 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