summaryrefslogtreecommitdiffstats
path: root/source4/ldap_server
Commit message (Expand)AuthorAgeFilesLines
* r17193: Remove ancient stuff never really usedSimo Sorce2007-10-102-364/+0
* r17189: Add the new LDAP rfc seriesSimo Sorce2007-10-1024-0/+27176
* r17186: "async" word abuse clean-up part 2Simo Sorce2007-10-101-3/+3
* r17185: Oh, I wanted to do this for sooo long time.Simo Sorce2007-10-101-2/+2
* r16972: Replace the sequence_number function pointer in ldb with the ldb flags.Andrew Bartlett2007-10-103-2/+11
* r16795: Fix crash found by Dave Fenwick <djf@samba.org>.Andrew Bartlett2007-10-101-0/+2
* r16234: Set the request timeout from the LDAP search. Without this, theAndrew Bartlett2007-10-101-1/+3
* r15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODIFY -> LDB_MODIFY, etc...Simo Sorce2007-10-101-1/+1
* r15933: remove the last sync call to ldb_requestSimo Sorce2007-10-101-4/+73
* r15400: Move the TLS code behind the socket interface.Andrew Bartlett2007-10-102-12/+8
* r15379: Fix shared library build's unresolved dependenciesJelmer Vernooij2007-10-101-1/+1
* r15317: Because LDB is now async, there are more places were we might run theAndrew Bartlett2007-10-101-15/+22
* r15301: Use static libraries internally. This required a few hacks in the buildJelmer Vernooij2007-10-101-1/+3
* r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij2007-10-101-1/+1
* r14857: fix bugs noticed by the ibm code checkerStefan Metzmacher2007-10-101-3/+4
* r14673: Don't double-free conn, it is below 'c' free'ed byAndrew Bartlett2007-10-101-2/+0
* r14567: Make some more functions public.Jelmer Vernooij2007-10-101-1/+1
* r14079: I just found the setproctitle library from alt linux:-)Stefan Metzmacher2007-10-101-0/+2
* r14078: move ldb_global_init() to the main smbd code,Stefan Metzmacher2007-10-101-2/+0
* r13998: From now on ldb_request() will require an alloced requestSimo Sorce2007-10-101-10/+12
* r13941: fix the buildStefan Metzmacher2007-10-101-1/+1
* r13926: More header splitups.Jelmer Vernooij2007-10-101-0/+1
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-103-0/+5
* r13812: fix compiler warningStefan Metzmacher2007-10-101-1/+1
* r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij2007-10-101-0/+2
* r13609: Get in the initial work on making ldb asyncSimo Sorce2007-10-101-47/+2
* r13606: An attempt to fix #3525.Andrew Bartlett2007-10-101-12/+8
* r13508: some ASN.1 element in LDAP are optional,Stefan Metzmacher2007-10-102-11/+25
* r13357: more docsSimo Sorce2007-10-102-0/+674
* r13339: Propogate more error infomation into the error packet and reformat theAndrew Bartlett2007-10-101-38/+49
* r13307: docsSimo Sorce2007-10-101-0/+787
* r12917: fix decoding of ldap controlsSimo Sorce2007-10-102-1/+25
* r12905: add some ldap policiesSimo Sorce2007-10-101-7/+99
* r12880: Remove ldap partitions useless now and probably weSimo Sorce2007-10-106-785/+604
* r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett2007-10-101-1/+8
* r12792: fix compiler warningStefan Metzmacher2007-10-101-1/+0
* r12733: Merge ldap/ldb controls into main treeSimo Sorce2007-10-104-28/+80
* r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij2007-10-101-1/+1
* r12686: Push the real SASL list into the rootdse.Andrew Bartlett2007-10-104-16/+25
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-103-5/+0
* r12595: There was no comment on the mailing list, so kill the 'ldapsrv:samdb'Andrew Bartlett2007-10-101-16/+0
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-102-0/+2
* r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij2007-10-101-1/+1
* r12360: Add simple bind support into our LDAP server.Andrew Bartlett2007-10-101-2/+42
* r12227: I realised that I wasn't yet seeing authenticated LDAP for the ldbAndrew Bartlett2007-10-101-5/+2
* r12148: add the docs for the paged results controlSimo Sorce2007-10-101-0/+395
* r12126: get rid of the local ->terminate hacks, we do that genericly nowStefan Metzmacher2007-10-102-39/+10
* r11958: - fixed memory leaks in the ldb_result handling in ldb operationsAndrew Tridgell2007-10-101-2/+2
* r11955: got rid of the old rootDSE code in the ldap server.Andrew Tridgell2007-10-105-394/+0
* r11713: separate out the setting of the fde in the packet context from theAndrew Tridgell2007-10-101-1/+2