summaryrefslogtreecommitdiff
path: root/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
* ldb: Release ldb 2.0.7ldb-2.0.7Andrew Bartlett2019-09-043-1/+286
* ldb: Extend the ldb_dn_explode test matrixAndrew Bartlett2019-09-041-4/+49
* ldb: Do not read beyond the end of the extended DN component when printingAndrew Bartlett2019-09-041-4/+8
* ldb: Add test with == true or false to boolean if statements in ldb_dn_explode()Andrew Bartlett2019-09-041-16/+16
* ldb: Rework all pointer NULL tests to use Samba's normal styleAndrew Bartlett2019-09-041-19/+33
* ldb: add some dn explode testsDouglas Bagnall2019-09-041-0/+70
* ldb: don't try to save a value that isn't thereDouglas Bagnall2019-09-041-23/+24
* ldb: Call TALLOC_FREE(filtered_msg->elements) on ldb_filter_attrs() failureAndrew Bartlett2019-09-042-0/+3
* ldb: use TALLOC_FREE() over talloc_free() in ldb_filter_attrs()Andrew Bartlett2019-09-041-2/+1
* ldb: Correct Pigeonhole principle validation in ldb_filter_attrs()Andrew Bartlett2019-09-043-9/+1013
* ldb: Fix mem-leak if talloc_realloc failsSwen Schillig2019-09-041-5/+10
* ldb_dn: free dn components on explode failureDouglas Bagnall2019-09-041-1/+1
* ldb: do not allow adding a DN as a base to itselfDouglas Bagnall2019-09-041-0/+4
* ldb: Release ldb 2.0.6ldb-2.0.6Andrew Bartlett2019-08-263-1/+286
* ldb: Free memory when repacking databaseTim Beale2019-08-261-0/+1
* ldb: Log the partition we're repackingTim Beale2019-08-261-2/+4
* ldb: Log pack format in user-friendly wayTim Beale2019-08-261-2/+15
* ldb: Change pack format defines to enumTim Beale2019-08-261-5/+8
* ldb: Move where we update the pack format versionTim Beale2019-08-263-2/+4
* ldb: Always log when the database pack format changesTim Beale2019-08-262-1/+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
* ldb ldb_key_value: test ldb batchGary Lockyer2019-07-041-0/+57
* ldb key_value: Add batch_mode optionGary Lockyer2019-07-042-0/+76
* ldb: Add new internal helper function ldb_options_get()Gary Lockyer2019-07-042-0/+12
* ldb: Fix dependency on ldb_key_value_sub_txn_{mdb_}testAndrew Bartlett2019-07-041-2/+2
* ldb: Try to explain the confusing overload of the LDB_FLG_MOD_* enumeration a...Andrew Bartlett2019-07-041-7/+11
* ldb: Add tests for Ldb.write_ldif() including the FLG_SHOW_BINARY and FLAG_FO...Andrew Bartlett2019-07-041-0/+51
* pyldb: Apply flags specified by ldb.Ldb(flags=...) even if the URL is not setAndrew Bartlett2019-07-041-0/+2
* ldb/ldb_ldif: add LDB_FLAG_FORCE_NO_BASE64_LDIF flagBjörn Baumbach2019-07-043-0/+11
* ldb/ldb_ldif: add copy_raw_bytes helper variable to ldb_ldif_write_trace()Björn Baumbach2019-07-041-1/+3
* lib ldb ldb_mdb: Pass the lmdb map size as an ldb optionGary Lockyer2019-07-021-17/+39
* ldb: Release ldb 2.0.4Gary Lockyer2019-07-023-1/+285
* lib ldb: save a copy of the options on the contextGary Lockyer2019-07-023-0/+46
* lib/ldb/common: clang: Fix Value stored to 'ret' is never read warningNoel Power2019-07-011-1/+0
* py3: Remove duplicated PyUnicode_Check() after the py3 compat macros were rem...Andrew Bartlett2019-06-242-2/+2
* py3: Remove PyStr_AsUTF8AndSize() compatability macroAndrew Bartlett2019-06-241-16/+5
* py3: Remove PyStr_AsUTF8() compatability macroAndrew Bartlett2019-06-242-17/+9
* py3: Remove PyStr_FromFormatV() compatability macroAndrew Bartlett2019-06-241-3/+1
* py3: Remove PyStr_FromFormat() compatability macroAndrew Bartlett2019-06-241-6/+4
* py3: Remove PyStr_FromStringAndSize() compatability macroAndrew Bartlett2019-06-241-4/+2
* py3: Remove PyStr_FromString() compatability macroAndrew Bartlett2019-06-241-26/+24
* py3: Remove PyStr_Check() compatability macroAndrew Bartlett2019-06-242-6/+2
* lib ldb key value: use TALLOC_FREE() per README.CodingGary Lockyer2019-06-211-8/+8
* lib ldb key value: fix index bufferingGary Lockyer2019-06-214-48/+415
* lib ldb key value: Remove check_parent from ldb_kv_index_idxptr()Gary Lockyer2019-06-211-11/+4
* lib ldb ldb_key_value tests: Add tests for wrapped operationsGary Lockyer2019-06-216-2/+1112
* lib ldb key value: add nested transaction support.Gary Lockyer2019-06-212-16/+179
* lib ldb key value backends: Add nested txn supportGary Lockyer2019-06-213-0/+69
* lib ldb tests: remove deprecation warning from api.pyGary Lockyer2019-06-211-15/+15