summaryrefslogtreecommitdiffstats
path: root/source/lib/ldb/ldb_ildap
Commit message (Expand)AuthorAgeFilesLines
* r12733: Merge ldap/ldb controls into main treeSimo Sorce2006-01-061-5/+17
* r12310: Link simple bind support in our internal LDAP libs to LDB and theAndrew Bartlett2005-12-181-5/+16
* r12227: I realised that I wasn't yet seeing authenticated LDAP for the ldbAndrew Bartlett2005-12-141-4/+2
* r11958: - fixed memory leaks in the ldb_result handling in ldb operationsAndrew Tridgell2005-11-291-1/+1
* r11567: Ldb API change patch.Simo Sorce2005-11-081-29/+70
* r11522: Add support for delegated credentials and machine account credentialsAndrew Bartlett2005-11-051-2/+8
* r11403: improved the error handling in the ildap ldb backend. Now passesAndrew Tridgell2005-10-311-37/+53
* r10753: don't require every ldb module to implement both a search_bytree() andAndrew Tridgell2005-10-061-26/+3
* r10708: a bit more error checking in the idap ldb backendAndrew Tridgell2005-10-041-0/+5
* r10666: - reverse the ildap ldb backend so tree based searches go throughAndrew Tridgell2005-09-301-22/+28
* r10641: fixed the error handling on search errors in the ildap backendAndrew Tridgell2005-09-301-0/+1
* r10477: expose transactions outside ldb and change the API once moreSimo Sorce2005-09-241-3/+11
* r10305: start implementing better error handlingSimo Sorce2005-09-181-16/+5
* r10299: remove the public (un)lock functions and introduce a transaction basedSimo Sorce2005-09-171-27/+15
* r9728: A *major* update to the credentials system, to incorporate theAndrew Bartlett2005-08-291-2/+1
* r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce2005-08-181-29/+82
* r7776: add a method for getting arbitrary opaque data into a ldb context, for...Andrew Tridgell2005-06-201-2/+3
* r7749: some bug fixes from testing with socket:testnonblockAndrew Tridgell2005-06-191-0/+2
* r7726: - removed some unused variablesAndrew Tridgell2005-06-181-1/+8
* r7719: make the ildap ldb backend use the defaultNamingContext if the basednAndrew Tridgell2005-06-181-2/+28
* r7714: enable samba credentials handling in ldb tools. So you can now do aAndrew Tridgell2005-06-181-0/+14
* r7709: - convert ldb to use popt, so that it can interact with the sambaAndrew Tridgell2005-06-181-18/+10
* r7667: added a ldb ildap backend, using our internal ldap client library. Nex...Andrew Tridgell2005-06-171-0/+401