summaryrefslogtreecommitdiff
path: root/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
* ldb: ensure that ldbedit operates like ldbmodify: set DONT_CREATE_DBAndrew Bartlett2020-03-023-3/+14
* ldb: Add mem_ctx argument to ldb_kv_index_key()Andrew Bartlett2020-02-281-15/+43
* ldb: Improve coding style in ldb_kv_index_dn_simple()Andrew Bartlett2020-02-281-1/+3
* ldb: Fix memory leak in ldb_kv_index_dn_ordered()Andrew Bartlett2020-02-281-2/+14
* ldb: change the version to 2.2.0 for Samba 4.13Stefan Metzmacher2020-02-263-1/+287
* ldb: version 2.1.1ldb-2.1.1Stefan Metzmacher2020-02-253-1/+287
* ldb: Add tests aimed at the SCOPE_ONELEVEL bug in particularAndrew Bartlett2020-02-251-0/+8
* ldb: Fix search with scope ONE and small result setsAndrew Bartlett2020-02-251-9/+12
* ldb: Ensure @IDXONE modes is tested in ldb.python (apy.py) testsAndrew Bartlett2020-02-251-1/+68
* ldb: Add tests aimed at the SCOPE_ONELEVEL particularAndrew Bartlett2020-02-251-0/+171
* ldb: Add tests for one-level indexes in conjunction with other indexesAndrew Bartlett2020-02-251-0/+251
* lib ldb common: Fix memory leakldb-2.1.0Gary Lockyer2020-01-151-0/+1
* ldb controls: fix typo in bypassoperational messageDouglas Bagnall2020-01-121-1/+1
* lib/ldb/tests: include stdint.h before cmocka.hFabrice Fontaine2019-12-186-0/+6
* lib ldb: fix use after freeGary Lockyer2019-12-181-1/+1
* ldb:tests: Add missing null check for ldb_kv_privateAndreas Schneider2019-12-061-1/+4
* ldb:tests: Add missing size check for tdbAndreas Schneider2019-12-061-0/+6
* ldb:tests: Use assert_in_range() in test_get_size()Andreas Schneider2019-12-061-1/+1
* ldb: Avoid a possible NULL pointer dereferenceAndreas Schneider2019-12-061-1/+1
* ldb:tests: Allow test filtering in ldb_mod_op_testAndreas Schneider2019-12-051-0/+4
* ldb:tests: Avoid that the debug function overwrites memoryAndreas Schneider2019-12-051-19/+16
* ldb: Extend the ldb_dn_explode test matrixAndrew Bartlett2019-08-271-4/+49
* ldb: Do not read beyond the end of the extended DN component when printingAndrew Bartlett2019-08-271-4/+8
* ldb: Add test with == true or false to boolean if statements in ldb_dn_explode()Andrew Bartlett2019-08-271-16/+16
* ldb: Rework all pointer NULL tests to use Samba's normal styleAndrew Bartlett2019-08-271-19/+33
* ldb: add some dn explode testsDouglas Bagnall2019-08-271-0/+70
* ldb: don't try to save a value that isn't thereDouglas Bagnall2019-08-271-23/+24
* ldb: Call TALLOC_FREE(filtered_msg->elements) on ldb_filter_attrs() failureAndrew Bartlett2019-08-272-0/+3
* ldb: use TALLOC_FREE() over talloc_free() in ldb_filter_attrs()Andrew Bartlett2019-08-261-2/+1
* ldb: Correct Pigeonhole principle validation in ldb_filter_attrs()Andrew Bartlett2019-08-263-9/+1013
* ldb tests: Fix ldb_lmdb_size_testGary Lockyer2019-08-261-1/+39
* ldb: Free memory when repacking databaseTim Beale2019-08-201-0/+1
* ldb: Log the partition we're repackingTim Beale2019-08-201-2/+4
* ldb: Log pack format in user-friendly wayTim Beale2019-08-201-2/+15
* ldb: Change pack format defines to enumTim Beale2019-08-201-5/+8
* ldb: Move where we update the pack format versionTim Beale2019-08-203-2/+4
* ldb: Always log when the database pack format changesTim Beale2019-08-202-1/+4
* ldb: Fix mem-leak if talloc_realloc failsSwen Schillig2019-08-101-5/+10
* ldb_dn: free dn components on explode failureDouglas Bagnall2019-08-061-1/+1
* ldb: skip indexes on full_searchAaron Haslett2019-08-021-1/+28
* ldb ABI bump for pyldb_Ldb_AsLdbContext changeDouglas Bagnall2019-07-103-1/+287
* pyldb: ldb.register_module() checks arguments a little bitDouglas Bagnall2019-07-101-3/+11
* pyldb: remove ldb.open, which was never survivableDouglas Bagnall2019-07-101-4/+0
* pyldb: rename pyldb_Dn_AsDn() to pyldb_Dn_AS_DN()Douglas Bagnall2019-07-103-19/+19
* pyldb: check for errors in PyLdb_GetPyType()Douglas Bagnall2019-07-101-3/+21
* pyldb: fork pyldb_Ldb_AsLdbContext macro to reflect unsafenessDouglas Bagnall2019-07-102-39/+44
* pyldb: add pyldb_check_type()Douglas Bagnall2019-07-102-0/+13
* ldb: do not allow adding a DN as a base to itselfDouglas Bagnall2019-07-101-0/+4
* ldb: Release ldb 2.0.5ldb-2.0.5Gary Lockyer2019-07-043-1/+286
* ldb: Rework index_transaction_cache_size to allow caller to specify a larger ...Gary Lockyer2019-07-041-5/+11