summaryrefslogtreecommitdiff
path: root/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
* ldb: bump version of the required system ldb to 1.1.24Ralph Boehme2015-12-091-2/+3
* CVE-2015-5330: ldb_dn_explode: copy strings by length, not terminatorsDouglas Bagnall2015-12-091-2/+7
* CVE-2015-5330: ldb_dn_escape_value: use known string length, not strlen()Douglas Bagnall2015-12-091-4/+8
* CVE-2015-5330: ldb_dn: simplify and fix ldb_dn_escape_internal()Douglas Bagnall2015-12-091-28/+18
* CVE-2015-3223: lib: ldb: Use memmem binary search, not strstr text search.Jeremy Allison2015-12-091-4/+13
* CVE-2015-3223: lib: ldb: Cope with canonicalise_fn returning string "", lengt...Jeremy Allison2015-12-091-1/+15
* lib/ldb/wscript: pass dep_vars=['LDB_VERSION'] to SAMBA_GENERATOR()Stefan Metzmacher2014-11-171-2/+1
* ldb:build: improve detection of srcdirMichael Adam2014-07-151-1/+1
* ldb: make the successful ldb_transaction_start() message clearerAndrew Bartlett2014-07-151-4/+8
* ldb: change version to 1.1.17Stefan Metzmacher2014-07-153-1/+265
* ldb:pyldb: add some more helper functions for LdbDnStefan Metzmacher2014-07-151-0/+112
* ldb:pyldb: fix doc string for set_extended_component()Stefan Metzmacher2014-07-151-1/+1
* ldb:pyldb: add some const to PyObject_FromLdbValue()Stefan Metzmacher2014-07-151-1/+1
* ldb: Add a env variable to disable RTLD_DEEPBIND.Andreas Schneider2014-07-151-6/+19
* ldb: pass module init errors back to the callerAndrew Bartlett2014-07-151-2/+3
* ldb: Return LDB_ERR_INSUFFICIENT_ACCESS_RIGHTS rather than OPERATIONS_ERROR o...Andrew Bartlett2014-07-151-2/+5
* ldb: Fix 1138330 Dereference null return valueVolker Lendecke2014-07-151-0/+4
* lib/ldb fix compiler warningsChristian Ambach2014-07-151-2/+2
* lib/ldb fix compiler warningsChristian Ambach2014-07-151-2/+2
* ldb: use of NULL pointer bugfixPavel Reichl2014-07-151-2/+2
* ldb: Fix CID 241329 Array compared against 0Volker Lendecke2014-07-151-1/+1
* ldb: Fix CID 240798 Uninitialized pointer readVolker Lendecke2014-07-151-1/+1
* ldb:rdn_name: reject 'distinguishedName' depending of the MOD flagsStefan Metzmacher2014-07-151-2/+8
* s4-openldap: Remove use of talloc_reference in ldb_map_outbound.cNadezhda Ivanova2014-07-151-9/+13
* Add LDB_MAP_RENDROP optionHoward Chu2014-07-154-8/+23
* Fix SEGV from improperly formed SUBSTRING/PRESENCE filterHoward Chu2014-07-151-1/+1
* Cleanup map return codesHoward Chu2014-07-151-18/+17
* ldb: Show the type of failing operation in default error messageAndrew Bartlett2014-07-151-1/+26
* ldb: Do not build libldb-cmdline when using system ldb.Jeroen Dekkers2014-07-151-4/+4
* ldb_map: Fix CID 1034791 Dereference null return valueVolker Lendecke2014-07-151-0/+6
* pyldb: Fix CID 1034792 Dereference null return valueVolker Lendecke2014-07-151-0/+4
* ldb: Fix CID 1034793 Dereference null return valueVolker Lendecke2014-07-151-0/+4
* ldb: Fix a const warningVolker Lendecke2014-07-152-3/+3
* pyldb: decrement ref counters on py_results and quiet warningsMatthieu Patou2014-07-151-0/+4
* ldb: bad if test in ldb_comparison_fold()Jeremy Allison2013-12-261-1/+1
* ldb: bump version to allow a depencency on the substring crash fixldb-1.1.16Andrew Bartlett2013-06-243-1/+265
* ldb: Cope with substring match with no chunks in ldb_filter_from_treeAndrew Bartlett2013-06-241-1/+1
* ldb: Ensure not to segfault on a filter such as (mail=)Andrew Bartlett2013-06-221-0/+5
* ldb_tdb: Warn when reindexing is doneMatthieu Patou2013-05-202-1/+12
* More generic check for OpenBSD platformVadim Zhukov2013-05-171-1/+1
* ldb: Add missing dependency on replace for ldbAndrew Bartlett2013-02-221-1/+1
* ldb: Add more data test data for one level test casesMatthieu Patou2013-02-081-0/+14
* ldb: Add tests for the python apiMatthieu Patou2013-02-081-0/+8
* ldb: Add more tests related to onelevel searchMatthieu Patou2013-02-082-0/+14
* ldb: use strncmp instead of strcmp when comparing the val partMatthieu Patou2013-02-081-2/+2
* ldb: make test output more readableMatthieu Patou2013-02-081-4/+2
* ldb-tdb: Document ltdb_index_add1 for more clarityMatthieu Patou2013-02-081-3/+20
* ldb-tdb: Fix a wrong parameter in ltdb_storeMatthieu Patou2013-02-081-1/+2
* ldb_tdb: raise level of full index scan message so that it starts to be reall...Matthieu Patou2013-02-081-1/+1
* ldb: Ensure to decrement the transaction_active whenever we delete a transactionldb-1.1.15Andrew Bartlett2013-01-264-1/+266