summaryrefslogtreecommitdiff
path: root/lib/ldb
AgeCommit message (Expand)AuthorFilesLines
2014-07-15ldb:build: improve detection of srcdirMichael Adam1-1/+1
2014-07-15ldb: make the successful ldb_transaction_start() message clearerAndrew Bartlett1-4/+8
2014-07-15ldb: change version to 1.1.17Stefan Metzmacher3-1/+265
2014-07-15ldb:pyldb: add some more helper functions for LdbDnStefan Metzmacher1-0/+112
2014-07-15ldb:pyldb: fix doc string for set_extended_component()Stefan Metzmacher1-1/+1
2014-07-15ldb:pyldb: add some const to PyObject_FromLdbValue()Stefan Metzmacher1-1/+1
2014-07-15ldb: Add a env variable to disable RTLD_DEEPBIND.Andreas Schneider1-6/+19
2014-07-15ldb: pass module init errors back to the callerAndrew Bartlett1-2/+3
2014-07-15ldb: Return LDB_ERR_INSUFFICIENT_ACCESS_RIGHTS rather than OPERATIONS_ERROR o...Andrew Bartlett1-2/+5
2014-07-15ldb: Fix 1138330 Dereference null return valueVolker Lendecke1-0/+4
2014-07-15lib/ldb fix compiler warningsChristian Ambach1-2/+2
2014-07-15lib/ldb fix compiler warningsChristian Ambach1-2/+2
2014-07-15ldb: use of NULL pointer bugfixPavel Reichl1-2/+2
2014-07-15ldb: Fix CID 241329 Array compared against 0Volker Lendecke1-1/+1
2014-07-15ldb: Fix CID 240798 Uninitialized pointer readVolker Lendecke1-1/+1
2014-07-15ldb:rdn_name: reject 'distinguishedName' depending of the MOD flagsStefan Metzmacher1-2/+8
2014-07-15s4-openldap: Remove use of talloc_reference in ldb_map_outbound.cNadezhda Ivanova1-9/+13
2014-07-15Add LDB_MAP_RENDROP optionHoward Chu4-8/+23
2014-07-15Fix SEGV from improperly formed SUBSTRING/PRESENCE filterHoward Chu1-1/+1
2014-07-15Cleanup map return codesHoward Chu1-18/+17
2014-07-15ldb: Show the type of failing operation in default error messageAndrew Bartlett1-1/+26
2014-07-15ldb: Do not build libldb-cmdline when using system ldb.Jeroen Dekkers1-4/+4
2014-07-15ldb_map: Fix CID 1034791 Dereference null return valueVolker Lendecke1-0/+6
2014-07-15pyldb: Fix CID 1034792 Dereference null return valueVolker Lendecke1-0/+4
2014-07-15ldb: Fix CID 1034793 Dereference null return valueVolker Lendecke1-0/+4
2014-07-15ldb: Fix a const warningVolker Lendecke2-3/+3
2014-07-15pyldb: decrement ref counters on py_results and quiet warningsMatthieu Patou1-0/+4
2013-12-26ldb: bad if test in ldb_comparison_fold()Jeremy Allison1-1/+1
2013-06-24ldb: bump version to allow a depencency on the substring crash fixAndrew Bartlett3-1/+265
2013-06-24ldb: Cope with substring match with no chunks in ldb_filter_from_treeAndrew Bartlett1-1/+1
2013-06-22ldb: Ensure not to segfault on a filter such as (mail=)Andrew Bartlett1-0/+5
2013-05-20ldb_tdb: Warn when reindexing is doneMatthieu Patou2-1/+12
2013-05-17More generic check for OpenBSD platformVadim Zhukov1-1/+1
2013-02-22ldb: Add missing dependency on replace for ldbAndrew Bartlett1-1/+1
2013-02-08ldb: Add more data test data for one level test casesMatthieu Patou1-0/+14
2013-02-08ldb: Add tests for the python apiMatthieu Patou1-0/+8
2013-02-08ldb: Add more tests related to onelevel searchMatthieu Patou2-0/+14
2013-02-08ldb: use strncmp instead of strcmp when comparing the val partMatthieu Patou1-2/+2
2013-02-08ldb: make test output more readableMatthieu Patou1-4/+2
2013-02-08ldb-tdb: Document ltdb_index_add1 for more clarityMatthieu Patou1-3/+20
2013-02-08ldb-tdb: Fix a wrong parameter in ltdb_storeMatthieu Patou1-1/+2
2013-02-08ldb_tdb: raise level of full index scan message so that it starts to be reall...Matthieu Patou1-1/+1
2013-01-26ldb: Ensure to decrement the transaction_active whenever we delete a transactionAndrew Bartlett4-1/+266
2013-01-26ldb: fix a warning by converting from TDB_DATA to struct ldb_valStefan Metzmacher1-1/+5
2013-01-24docs: ldbsearch.1.xml: Correct meta data.Karolin Seeger1-3/+3
2013-01-24docs: ldbrename.1.xml: Correct meta data.Karolin Seeger1-3/+3
2013-01-24docs: ldbmodify.1.xml: Correct meta data.Karolin Seeger1-3/+3
2013-01-24docs: ldbedit.1.xml: Correct meta data.Karolin Seeger1-3/+3
2013-01-24docs: ldbdel.1.xml: Correct meta data.Karolin Seeger1-3/+3
2013-01-24docs: ldbadd.1.xml: Correct meta data.Karolin Seeger1-3/+3