summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/ldb_ldap
Commit message (Expand)AuthorAgeFilesLines
* ldb: make ldb a top level library for Samba 4.0Andrew Bartlett2011-07-051-982/+0
* ldb: fixed two warnings in the ldb_ldap backendAndrew Tridgell2011-02-101-2/+2
* ldb:ldb_rename on ldap backends - handle the case when the RDN value is emptyMatthias Dieter Wallnöfer2010-11-191-1/+1
* ldb:ldb_ldap.c rename operation - check for the RDN name and valueMatthias Dieter Wallnöfer2010-11-111-3/+11
* s4-ldb: removed ldb_includes.hAndrew Tridgell2010-11-011-1/+3
* s4-ldb: enable ldb module version checkingAndrew Tridgell2010-11-011-1/+2
* s4-ldb: added an override flag to ldb_register_backend()Andrew Tridgell2010-11-011-1/+1
* s4-ldb: convert the openldap ldb backend to the new style of moduleAndrew Tridgell2010-11-011-14/+15
* ldb: always return PROTOCOL_ERROR if an operation is unsupportedMatthias Dieter Wallnöfer2010-10-181-1/+1
* s4-ldb: added support for simple binds on ldb_ldap backendAndrew Tridgell2010-07-071-0/+50
* s4-ldb: fixed error handling in openldap backendAndrew Tridgell2010-07-021-5/+15
* s4-ldb: fixed the parsing of references in the openldap backendAndrew Tridgell2010-07-021-5/+6
* s4:ldb_ldap.c - fix indentationMatthias Dieter Wallnöfer2010-03-081-1/+1
* LDB:LDAP backend - change a counter variable to "unsigned"Matthias Dieter Wallnöfer2010-03-081-1/+1
* LDB related spelling fixes.Brad Hards2010-02-221-1/+1
* ldb:backend "connect" functions - convert result values to LDB constantsMatthias Dieter Wallnöfer2009-10-251-3/+3
* s4:ldb_ldap - Fix intendationMatthias Dieter Wallnöfer2009-10-181-8/+8
* remove all '\n' from ldb_debugSumit Bose2009-07-141-3/+3
* Fix headers, ldb_includes.h is a private header,Simo Sorce2009-02-231-0/+1
* Fix the mess with ldb includes.Simo Sorce2009-01-301-48/+62
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-9/+9
* s4:ldb: make it possible to return per entry controlsAndrew Bartlett2008-12-171-1/+1
* LDB ASYNC: other backendsSimo Sorce2008-09-291-268/+320
* Revert LDB return code patches from Matthias.Jelmer Vernooij2008-09-251-9/+9
* Cosmetic corrections for the LDB backend modulesMatthias Dieter Wallnöfer2008-09-241-9/+9
* ldb: fix the standalone buildStefan Metzmacher2008-03-181-3/+3
* Fix use of some modules (needed _PUBLIC_).Jelmer Vernooij2008-02-201-6/+14
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-101-2/+1
* r23795: more v2->v3 conversionAndrew Tridgell2007-10-101-1/+1
* r22681: Fix standalone ldb build when parent directory name != ldb.Jelmer Vernooij2007-10-101-2/+1
* r20190: fix the ldb_ldap backendStefan Metzmacher2007-10-101-1/+0
* r20130: remove one more talloc_get_type()Stefan Metzmacher2007-10-101-4/+4
* r20127: - allocate ldb_handle under ldb_request! fix a mem leakStefan Metzmacher2007-10-101-45/+35
* r20126: fix talloc hierachy and make lldb a child of moduleStefan Metzmacher2007-10-101-18/+22
* r19832: better prototypes for the linearization functions:Simo Sorce2007-10-101-6/+6
* r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce2007-10-101-2/+2
* r19532: oops forgot thisSimo Sorce2007-10-101-2/+2
* r19485: Fix Coverity # 319Volker Lendecke2007-10-101-1/+1
* r19362: - don't need to store the baseinfo message after cache loadAndrew Tridgell2007-10-101-0/+1
* r19273: - fixed error handling with the ldap backendAndrew Tridgell2007-10-101-3/+9
* r19009: ensure that data values from ldap libs are null terminated, to allowAndrew Tridgell2007-10-101-1/+6
* r17678: don't free result message twiceAndrew Tridgell2007-10-101-3/+3
* r17514: Simplify the way to set ldb errors and add anotherSimo Sorce2007-10-101-10/+10
* r17186: "async" word abuse clean-up part 2Simo Sorce2007-10-101-17/+17
* r17185: Oh, I wanted to do this for sooo long time.Simo Sorce2007-10-101-27/+27
* r17112: - fix the build of the ldap ldb backend with newer openldap header fi...Stefan Metzmacher2007-10-101-1/+2
* r16087: Fix silly cut-and-paste typo that cost me much of my afternoon...Andrew Bartlett2007-10-101-1/+1
* r16083: Make it possible to initialise a backend module, without it setting upAndrew Bartlett2007-10-101-10/+12
* r16036: Add a couple of new functions to corretly deal with timeouts.Simo Sorce2007-10-101-10/+22
* r15942: Remove the sync internal ldb calls altogether.Simo Sorce2007-10-101-282/+14