summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/ldb_ldap
Commit message (Expand)AuthorAgeFilesLines
* r14592: Add support for loading shared modules to LDB.Jelmer Vernooij2007-10-101-1/+3
* r14163: Remove LDB_WAIT_ONCE, we can hardly guarante weSimo Sorce2007-10-101-10/+0
* r14161: return early if we know the job is already finishedSimo Sorce2007-10-101-2/+8
* r13996: simplify ldb_async_wait() some moreSimo Sorce2007-10-101-5/+5
* r13992: change the way ldb_async_wait() works.Simo Sorce2007-10-101-2/+4
* r13986: minor fixesSimo Sorce2007-10-101-8/+20
* 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-7/+8
* r13823: make async_wait part of the modules opsSimo Sorce2007-10-101-3/+2
* r13818: Make ldb_tdb 'fake' async.Simo Sorce2007-10-101-6/+21
* r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij2007-10-101-6/+0
* r13744: Make ldb_ldap asyncSimo Sorce2007-10-102-257/+746
* r13615: Make ldb_set_errstring get ldb instead of module as parameter.Simo Sorce2007-10-101-5/+5
* r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher2007-10-101-4/+3
* 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-1/+2
* r11567: Ldb API change patch.Simo Sorce2007-10-101-23/+62
* r10753: don't require every ldb module to implement both a search_bytree() andAndrew Tridgell2007-10-101-29/+22
* 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-12/+6
* r10299: remove the public (un)lock functions and introduce a transaction basedSimo Sorce2007-10-101-28/+16
* r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce2007-10-101-24/+70
* r7709: - convert ldb to use popt, so that it can interact with the sambaAndrew Tridgell2007-10-101-68/+14
* r7666: fixed a memory leak in the ldap ldb backendAndrew Tridgell2007-10-101-3/+2
* r7602: fix some compiler warningsDerrell Lipman2007-10-101-1/+1
* r7582: Better way to have a fast path searching for a specific DN.Simo Sorce2007-10-101-0/+4
* r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_treeAndrew Tridgell2007-10-101-9/+31
* r7518: don't use an uninitialised ldb debug function when failing to load mod...Andrew Tridgell2007-10-101-0/+2
* r6470: Remove ldb_search_free() it is not needed anymore.Simo Sorce2007-10-101-12/+1
* r5585: LDB interfaces change:Simo Sorce2007-10-101-11/+0
* r4714: move the ldb code to the new talloc interface (eg remove _p suffix)Simo Sorce2007-10-101-12/+12
* r4547: - added talloc_new(ctx) macro that is a neater form of the common tall...Andrew Tridgell2007-10-101-1/+1
* r4474: - converted ldb to use talloc internallyAndrew Tridgell2007-10-101-109/+40
* r3926: fix compiler warningsStefan Metzmacher2007-10-101-4/+0
* r3897: add a locking infrastructureSimo Sorce2007-10-101-0/+31
* r3783: - don't use make proto for ldb anymoreStefan Metzmacher2007-10-101-0/+2
* r3757: Some fixes for ldb_ldapSimo Sorce2007-10-101-0/+4
* r3754: merge in ldb modules support from the tmp branch ldbPluginsSimo Sorce2007-10-101-19/+34
* r3323: more warning reductionsAndrew Tridgell2007-10-101-1/+3
* r3093: - implment ldb_rename() and ldbrenameStefan Metzmacher2007-10-101-1/+42
* r1374: Fix signed/unsigned warnings (actually found by g++) after unsigned intTim Potter2007-10-101-2/+3
* r574: - another attempt at const cleanliness in ldbAndrew Tridgell2007-10-101-1/+1
* r513: added a generic ldb debug system to allow the Samba debug functions toAndrew Tridgell2007-10-101-1/+1
* r502: modified ldb to allow the use of an external pool memoryAndrew Tridgell2007-10-101-44/+49
* r490: - expanded the test suite to test modify and delete operationsAndrew Tridgell2007-10-101-1/+1
* r456: - added -i option to ldbsearchAndrew Tridgell2007-10-101-1/+1
* r435: a major upgrade for ldbAndrew Tridgell2007-10-101-1/+16
* r382: More C++ friendliness fixes.Tim Potter2007-10-101-1/+1
* r381: make the code more C++ friendlyAndrew Tridgell2007-10-101-7/+7
* r152: a quick airport commit ....Andrew Tridgell2007-10-101-3/+2