summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb_ldap
AgeCommit message (Expand)AuthorFilesLines
2011-02-10ldb: fixed two warnings in the ldb_ldap backendAndrew Tridgell1-2/+2
2010-11-19ldb:ldb_rename on ldap backends - handle the case when the RDN value is emptyMatthias Dieter Wallnöfer1-1/+1
2010-11-11ldb:ldb_ldap.c rename operation - check for the RDN name and valueMatthias Dieter Wallnöfer1-3/+11
2010-11-01s4-ldb: removed ldb_includes.hAndrew Tridgell1-1/+3
2010-11-01s4-ldb: enable ldb module version checkingAndrew Tridgell1-1/+2
2010-11-01s4-ldb: added an override flag to ldb_register_backend()Andrew Tridgell1-1/+1
2010-11-01s4-ldb: convert the openldap ldb backend to the new style of moduleAndrew Tridgell1-14/+15
2010-10-18ldb: always return PROTOCOL_ERROR if an operation is unsupportedMatthias Dieter Wallnöfer1-1/+1
2010-07-07s4-ldb: added support for simple binds on ldb_ldap backendAndrew Tridgell1-0/+50
2010-07-02s4-ldb: fixed error handling in openldap backendAndrew Tridgell1-5/+15
2010-07-02s4-ldb: fixed the parsing of references in the openldap backendAndrew Tridgell1-5/+6
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