summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/ldb_ildap
Commit message (Expand)AuthorAgeFilesLines
* r15242: allow to use LDB_FLG_RECONNECTSimo Sorce2007-10-101-0/+4
* r14592: Add support for loading shared modules to LDB.Jelmer Vernooij2007-10-101-1/+3
* r14227: We are passing the wrong pointer hereSimo Sorce2007-10-101-1/+1
* r14163: Remove LDB_WAIT_ONCE, we can hardly guarante weSimo Sorce2007-10-101-7/+0
* r14161: return early if we know the job is already finishedSimo Sorce2007-10-101-0/+7
* r13996: simplify ldb_async_wait() some moreSimo Sorce2007-10-101-5/+5
* r13992: change the way ldb_async_wait() works.Simo Sorce2007-10-101-1/+3
* r13839: Use registration mechanism for backends as well (in the same senseJelmer Vernooij2007-10-101-1/+5
* r13827: Minor enhancements or cosmetic changesSimo Sorce2007-10-101-4/+7
* r13823: make async_wait part of the modules opsSimo Sorce2007-10-101-3/+2
* r13818: Make ldb_tdb 'fake' async.Simo Sorce2007-10-101-5/+20
* r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij2007-10-101-3/+2
* r13743: Generic fixes and improvementsSimo Sorce2007-10-101-59/+80
* r13615: Make ldb_set_errstring get ldb instead of module as parameter.Simo Sorce2007-10-101-9/+17
* r13609: Get in the initial work on making ldb asyncSimo Sorce2007-10-101-224/+688
* r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher2007-10-101-3/+2
* r12743: Remove the ugly way we had to make a second stage init and introduceSimo Sorce2007-10-101-1/+7
* r12733: Merge ldap/ldb controls into main treeSimo Sorce2007-10-101-5/+17
* r12310: Link simple bind support in our internal LDAP libs to LDB and theAndrew Bartlett2007-10-101-5/+16
* r12227: I realised that I wasn't yet seeing authenticated LDAP for the ldbAndrew Bartlett2007-10-101-4/+2
* r11958: - fixed memory leaks in the ldb_result handling in ldb operationsAndrew Tridgell2007-10-101-1/+1
* r11567: Ldb API change patch.Simo Sorce2007-10-101-29/+70
* r11522: Add support for delegated credentials and machine account credentialsAndrew Bartlett2007-10-101-2/+8
* r11403: improved the error handling in the ildap ldb backend. Now passesAndrew Tridgell2007-10-101-37/+53
* r10753: don't require every ldb module to implement both a search_bytree() andAndrew Tridgell2007-10-101-26/+3
* r10708: a bit more error checking in the idap ldb backendAndrew Tridgell2007-10-101-0/+5
* r10666: - reverse the ildap ldb backend so tree based searches go throughAndrew Tridgell2007-10-101-22/+28
* r10641: fixed the error handling on search errors in the ildap backendAndrew Tridgell2007-10-101-0/+1
* r10477: expose transactions outside ldb and change the API once moreSimo Sorce2007-10-101-3/+11
* r10305: start implementing better error handlingSimo Sorce2007-10-101-16/+5
* r10299: remove the public (un)lock functions and introduce a transaction basedSimo Sorce2007-10-101-27/+15
* r9728: A *major* update to the credentials system, to incorporate theAndrew Bartlett2007-10-101-2/+1
* r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce2007-10-101-29/+82
* r7776: add a method for getting arbitrary opaque data into a ldb context, for...Andrew Tridgell2007-10-101-2/+3
* r7749: some bug fixes from testing with socket:testnonblockAndrew Tridgell2007-10-101-0/+2
* r7726: - removed some unused variablesAndrew Tridgell2007-10-101-1/+8
* r7719: make the ildap ldb backend use the defaultNamingContext if the basednAndrew Tridgell2007-10-101-2/+28
* r7714: enable samba credentials handling in ldb tools. So you can now do aAndrew Tridgell2007-10-101-0/+14
* r7709: - convert ldb to use popt, so that it can interact with the sambaAndrew Tridgell2007-10-101-18/+10
* r7667: added a ldb ildap backend, using our internal ldap client library. Nex...Andrew Tridgell2007-10-101-0/+401