summaryrefslogtreecommitdiffstats
path: root/source/lib/ldb/ldb_ldap
Commit message (Expand)AuthorAgeFilesLines
* r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce2006-11-221-2/+2
* r19532: oops forgot thisSimo Sorce2006-11-021-2/+2
* r19485: Fix Coverity # 319Volker Lendecke2006-10-241-1/+1
* r19362: - don't need to store the baseinfo message after cache loadAndrew Tridgell2006-10-171-0/+1
* r19273: - fixed error handling with the ldap backendAndrew Tridgell2006-10-141-3/+9
* r19009: ensure that data values from ldap libs are null terminated, to allowAndrew Tridgell2006-09-301-1/+6
* r17678: don't free result message twiceAndrew Tridgell2006-08-221-3/+3
* r17514: Simplify the way to set ldb errors and add anotherSimo Sorce2006-08-131-10/+10
* r17186: "async" word abuse clean-up part 2Simo Sorce2006-07-221-17/+17
* r17185: Oh, I wanted to do this for sooo long time.Simo Sorce2006-07-221-27/+27
* r17112: - fix the build of the ldap ldb backend with newer openldap header fi...Stefan Metzmacher2006-07-181-1/+2
* r16087: Fix silly cut-and-paste typo that cost me much of my afternoon...Andrew Bartlett2006-06-081-1/+1
* r16083: Make it possible to initialise a backend module, without it setting upAndrew Bartlett2006-06-071-10/+12
* r16036: Add a couple of new functions to corretly deal with timeouts.Simo Sorce2006-06-041-10/+22
* r15942: Remove the sync internal ldb calls altogether.Simo Sorce2006-05-291-282/+14
* r15927: Optimize ldb module traverse while keeping the API intact.Simo Sorce2006-05-291-164/+135
* r15913: Error passing in the async code is not in agood shapeSimo Sorce2006-05-281-37/+40
* r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell2006-05-241-2/+1
* r14592: Add support for loading shared modules to LDB.Jelmer Vernooij2006-03-201-1/+3
* r14163: Remove LDB_WAIT_ONCE, we can hardly guarante weSimo Sorce2006-03-101-10/+0
* r14161: return early if we know the job is already finishedSimo Sorce2006-03-101-2/+8
* r13996: simplify ldb_async_wait() some moreSimo Sorce2006-03-071-5/+5
* r13992: change the way ldb_async_wait() works.Simo Sorce2006-03-071-2/+4
* r13986: minor fixesSimo Sorce2006-03-071-8/+20
* r13839: Use registration mechanism for backends as well (in the same senseJelmer Vernooij2006-03-051-1/+5
* r13827: Minor enhancements or cosmetic changesSimo Sorce2006-03-031-7/+8
* r13823: make async_wait part of the modules opsSimo Sorce2006-03-031-3/+2
* r13818: Make ldb_tdb 'fake' async.Simo Sorce2006-03-031-6/+21
* r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij2006-03-021-6/+0
* r13744: Make ldb_ldap asyncSimo Sorce2006-02-282-257/+746
* r13615: Make ldb_set_errstring get ldb instead of module as parameter.Simo Sorce2006-02-221-5/+5
* r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher2006-01-101-4/+3
* r12743: Remove the ugly way we had to make a second stage init and introduceSimo Sorce2006-01-061-1/+7
* r12733: Merge ldap/ldb controls into main treeSimo Sorce2006-01-061-1/+2
* r11567: Ldb API change patch.Simo Sorce2005-11-081-23/+62
* r10753: don't require every ldb module to implement both a search_bytree() andAndrew Tridgell2005-10-061-29/+22
* 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-12/+6
* r10299: remove the public (un)lock functions and introduce a transaction basedSimo Sorce2005-09-171-28/+16
* r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce2005-08-181-24/+70
* r7709: - convert ldb to use popt, so that it can interact with the sambaAndrew Tridgell2005-06-181-68/+14
* r7666: fixed a memory leak in the ldap ldb backendAndrew Tridgell2005-06-171-3/+2
* r7602: fix some compiler warningsDerrell Lipman2005-06-151-1/+1
* r7582: Better way to have a fast path searching for a specific DN.Simo Sorce2005-06-141-0/+4
* r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_treeAndrew Tridgell2005-06-131-9/+31
* r7518: don't use an uninitialised ldb debug function when failing to load mod...Andrew Tridgell2005-06-131-0/+2
* r6470: Remove ldb_search_free() it is not needed anymore.Simo Sorce2005-04-251-12/+1
* r5585: LDB interfaces change:Simo Sorce2005-02-271-11/+0
* r4714: move the ldb code to the new talloc interface (eg remove _p suffix)Simo Sorce2005-01-121-12/+12
* r4547: - added talloc_new(ctx) macro that is a neater form of the common tall...Andrew Tridgell2005-01-061-1/+1