Age | Commit message (Expand) | Author | Files | Lines |
2008-10-20 | Make sure prototypes are always included, make some functions static and | Jelmer Vernooij | 1 | -2/+2 |
2008-10-18 | s4-drsuapi: merge drsuapi_DsCrackNames from s3 drsuapi idl. | Günther Deschner | 1 | -8/+10 |
2008-10-18 | s4-drsuapi: merge drsuapi_DsGetDomainControllerInfo from s3 drsuapi idl. | Günther Deschner | 1 | -5/+7 |
2008-10-18 | s4-drsuapi: merge drsuapi_DsWriteAccountSpn from s3 drsuapi idl. | Günther Deschner | 1 | -5/+8 |
2008-09-23 | Merge ldb_search() and ldb_search_exp_fmt() into a simgle function. | Simo Sorce | 1 | -9/+9 |
2008-07-22 | Change occurrences of the u1 member of DsBindInfo* to pid after idl change. | Michael Adam | 1 | -6/+9 |
2008-04-17 | Specify event_context to ldb_wrap_connect explicitly. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26540: Revert my previous commit after concerns raised by Andrew. | Jelmer Vernooij | 1 | -2/+2 |
2007-12-21 | r26539: Remove unnecessary statics. | Jelmer Vernooij | 1 | -2/+2 |
2007-12-21 | r26296: Store loadparm context in DCE/RPC server context. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26227: Make loadparm_context part of a server task, move loadparm_contexts f... | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r26135: Remove samdb_add(), samdb_delete() and samdb_modify(), which were just | Andrew Bartlett | 1 | -1/+1 |
2007-12-21 | r25940: Rework the samldb and templates handling. | Andrew Bartlett | 1 | -6/+10 |
2007-10-10 | r25553: Convert to standard bool type. | Jelmer Vernooij | 1 | -4/+4 |
2007-10-10 | r24246: Avoid the annoying 'probable memory leak in ldb' messages, by fixing | Andrew Bartlett | 1 | -3/+3 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 2 | -6/+4 |
2007-10-10 | r23239: Fill in drsuapi_QuerySitesByCost. | Günther Deschner | 1 | -3/+3 |
2007-10-10 | r22477: When an invaild base is specified to ldb_search, it should return | Andrew Bartlett | 1 | -20/+27 |
2007-10-10 | r21512: finish DsBind() in the DRSUAPI server: | Stefan Metzmacher | 2 | -14/+140 |
2007-10-10 | r21356: we have a function to get the sites dn | Stefan Metzmacher | 1 | -5/+1 |
2007-10-10 | r20850: Prefix all server calls with dcesrv_ | Jelmer Vernooij | 1 | -27/+27 |
2007-10-10 | r20514: implement idl for DsGetNT4ChangeLog() which transferres the meta data | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r20374: It's still 2006 (just...). Add copyright. | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r20353: Restructure the DRSUAPI DsGetDomainControllerInfo test, because as | Andrew Bartlett | 1 | -28/+2 |
2007-10-10 | r20315: Implement the server side of DsGetDomainControllerInfo. This is a | Andrew Bartlett | 1 | -1/+273 |
2007-10-10 | r19847: add idl for DsRemoveDSServer(), this is used when a server unbecomes ... | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r19832: better prototypes for the linearization functions: | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r19831: Big ldb_dn optimization and interfaces enhancement patch | Simo Sorce | 1 | -2/+2 |
2007-10-10 | r19761: This may need work, but here is an initial implementation of | Andrew Bartlett | 1 | -1/+64 |
2007-10-10 | r16796: Fill in dsr_GetMemberships() / dsr_GetMemberships2(). | Günther Deschner | 1 | -8/+6 |
2007-10-10 | r15319: remove unneeded macros | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r12542: Move some more prototypes out to seperate headers | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r11270: Move the core CrackNames code from rpc_server/drsuapi to dsdb/samdb. | Andrew Bartlett | 2 | -833/+50 |
2007-10-10 | r11239: Use ${REALM} for the realm in rootdse.ldif | Andrew Bartlett | 1 | -0/+60 |
2007-10-10 | r11223: Only pass around the ldb handle (make this code easier to seperate | Andrew Bartlett | 1 | -21/+21 |
2007-10-10 | r11194: Use the special ldb attribute "canonicalName" (therefore testing that | Andrew Bartlett | 1 | -11/+20 |
2007-10-10 | r10953: Add a new function to form a canonicalName out of a DN to ldb_dn.c | Andrew Bartlett | 1 | -35/+119 |
2007-10-10 | r10894: make the handling of dn/distinguishedName much closer to real | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r10811: Revert accidental commit, I still need to finish the displayName and | Andrew Bartlett | 1 | -55/+0 |
2007-10-10 | r10810: This adds the hooks required to communicate the current user from the | Andrew Bartlett | 2 | -1/+57 |
2007-10-10 | r10286: This patch is ugly and disgusting, but for now it works better than t... | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r10045: metze reminded me to use the correct enum entry, rather than 0 for the | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r9980: Fix some warnings. | Tim Potter | 1 | -3/+2 |
2007-10-10 | r9942: CN=Configuration is always under the database-wide base dn, so don't | Andrew Bartlett | 1 | -5/+2 |
2007-10-10 | r9941: Update the CrackNames test, and provide a much improved server-side | Andrew Bartlett | 1 | -119/+515 |
2007-10-10 | r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting... | Simo Sorce | 1 | -3/+3 |
2007-10-10 | r8998: More work on the RPC server code to avoid abusing the name attribute | Andrew Bartlett | 1 | -8/+9 |
2007-10-10 | r8984: Use the correct cross-reference search in DRSUAPI, rather than making | Andrew Bartlett | 1 | -9/+10 |
2007-10-10 | r8371: the objectGUID is now stored in binary... | Stefan Metzmacher | 1 | -5/+4 |