summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb_ldap
AgeCommit message (Expand)AuthorFilesLines
2010-03-08s4:ldb_ldap.c - fix indentationMatthias Dieter Wallnöfer1-1/+1
2010-03-08LDB:LDAP backend - change a counter variable to "unsigned"Matthias Dieter Wallnöfer1-1/+1
2010-02-22LDB related spelling fixes.Brad Hards1-1/+1
2009-10-25ldb:backend "connect" functions - convert result values to LDB constantsMatthias Dieter Wallnöfer1-3/+3
2009-10-18s4:ldb_ldap - Fix intendationMatthias Dieter Wallnöfer1-8/+8
2009-07-14remove all '\n' from ldb_debugSumit Bose1-3/+3
2009-02-23Fix headers, ldb_includes.h is a private header,Simo Sorce1-0/+1
2009-01-30Fix the mess with ldb includes.Simo Sorce1-48/+62
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-9/+9
2008-12-17s4:ldb: make it possible to return per entry controlsAndrew Bartlett1-1/+1
2008-09-29LDB ASYNC: other backendsSimo Sorce1-268/+320
2008-09-25Revert LDB return code patches from Matthias.Jelmer Vernooij1-9/+9
2008-09-24Cosmetic corrections for the LDB backend modulesMatthias Dieter Wallnöfer1-9/+9
2008-03-18ldb: fix the standalone buildStefan Metzmacher1-3/+3
2008-02-20Fix use of some modules (needed _PUBLIC_).Jelmer Vernooij1-6/+14
2007-10-10r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell1-2/+1
2007-10-10r23795: more v2->v3 conversionAndrew Tridgell1-1/+1
2007-10-10r22681: Fix standalone ldb build when parent directory name != ldb.Jelmer Vernooij1-2/+1
2007-10-10r20190: fix the ldb_ldap backendStefan Metzmacher1-1/+0
2007-10-10r20130: remove one more talloc_get_type()Stefan Metzmacher1-4/+4
2007-10-10r20127: - allocate ldb_handle under ldb_request! fix a mem leakStefan Metzmacher1-45/+35
2007-10-10r20126: fix talloc hierachy and make lldb a child of moduleStefan Metzmacher1-18/+22
2007-10-10r19832: better prototypes for the linearization functions:Simo Sorce1-6/+6
2007-10-10r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce1-2/+2
2007-10-10r19532: oops forgot thisSimo Sorce1-2/+2
2007-10-10r19485: Fix Coverity # 319Volker Lendecke1-1/+1
2007-10-10r19362: - don't need to store the baseinfo message after cache loadAndrew Tridgell1-0/+1
2007-10-10r19273: - fixed error handling with the ldap backendAndrew Tridgell1-3/+9
2007-10-10r19009: ensure that data values from ldap libs are null terminated, to allowAndrew Tridgell1-1/+6
2007-10-10r17678: don't free result message twiceAndrew Tridgell1-3/+3
2007-10-10r17514: Simplify the way to set ldb errors and add anotherSimo Sorce1-10/+10
2007-10-10r17186: "async" word abuse clean-up part 2Simo Sorce1-17/+17
2007-10-10r17185: Oh, I wanted to do this for sooo long time.Simo Sorce1-27/+27
2007-10-10r17112: - fix the build of the ldap ldb backend with newer openldap header fi...Stefan Metzmacher1-1/+2
2007-10-10r16087: Fix silly cut-and-paste typo that cost me much of my afternoon...Andrew Bartlett1-1/+1
2007-10-10r16083: Make it possible to initialise a backend module, without it setting upAndrew Bartlett1-10/+12
2007-10-10r16036: Add a couple of new functions to corretly deal with timeouts.Simo Sorce1-10/+22
2007-10-10r15942: Remove the sync internal ldb calls altogether.Simo Sorce1-282/+14
2007-10-10r15927: Optimize ldb module traverse while keeping the API intact.Simo Sorce1-164/+135
2007-10-10r15913: Error passing in the async code is not in agood shapeSimo Sorce1-37/+40
2007-10-10r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell1-2/+1
2007-10-10r14592: Add support for loading shared modules to LDB.Jelmer Vernooij1-1/+3
2007-10-10r14163: Remove LDB_WAIT_ONCE, we can hardly guarante weSimo Sorce1-10/+0
2007-10-10r14161: return early if we know the job is already finishedSimo Sorce1-2/+8
2007-10-10r13996: simplify ldb_async_wait() some moreSimo Sorce1-5/+5
2007-10-10r13992: change the way ldb_async_wait() works.Simo Sorce1-2/+4
2007-10-10r13986: minor fixesSimo Sorce1-8/+20
2007-10-10r13839: Use registration mechanism for backends as well (in the same senseJelmer Vernooij1-1/+5
2007-10-10r13827: Minor enhancements or cosmetic changesSimo Sorce1-7/+8
2007-10-10r13823: make async_wait part of the modules opsSimo Sorce1-3/+2