summaryrefslogtreecommitdiff
path: root/lib/ldb/ldb_key_value
AgeCommit message (Expand)AuthorFilesLines
2024-12-19ldb:kv_cache: s/ltdb/ldb_kv/ in comments and messagesDouglas Bagnall1-4/+6
2024-12-19ldb:kv: s/ltdb/ldb_kv/ in comments and messagesDouglas Bagnall1-7/+10
2024-09-26lib:ldb: Use tdb_traverse_read() in ldb_kv_index_sub_transaction_commit()Andreas Schneider1-1/+1
2024-09-26lib:ldb: Use tdb_parse_record() in ldb_kv_sub_transaction_traverse()Andreas Schneider1-4/+9
2024-09-26lib:ldb: Use tdb_parse_record() in ldb_kv_dn_list_store()Andreas Schneider1-4/+9
2024-09-26lib:ldb: Use tdb_parse_record() in ldb_kv_dn_list_load()Andreas Schneider1-18/+38
2024-08-28ldb:kv_index: help static analysers to not worry (CID 1615192)Douglas Bagnall1-1/+1
2024-07-27ldb:kv_index: use subtransaction_cancel in transaction_cancelDouglas Bagnall1-4/+1
2024-07-27ldb:kv_index: subtransaction_cancel: check for nested tdbDouglas Bagnall1-1/+3
2024-07-27ldb:kv_index: don't recalculate a lengthDouglas Bagnall1-2/+1
2024-07-27ldb:kv_index: realloc away old dn listDouglas Bagnall1-1/+5
2024-07-27ldb_kv_index: dn_list load sub transaction can re-use keysDouglas Bagnall1-39/+57
2024-07-27ldb:ldb_kv_dn_list_find_val: check for int overflowDouglas Bagnall1-0/+4
2024-07-27ldb_kv_cache: always initialise dn_list.strictDouglas Bagnall1-14/+7
2024-06-11ldb: Attach appropriate ldb context to returned resultJo Sutton1-1/+1
2023-10-25ldb: Fix code spellingJoseph Sutton2-3/+3
2023-09-11ldb: Fix code spellingJoseph Sutton2-3/+3
2023-04-05CVE-2023-0614 ldb: Filter on search base before redacting messageJoseph Sutton2-19/+35
2023-04-05CVE-2023-0614 ldb: Prevent disclosure of confidential attributesJoseph Sutton2-0/+23
2023-04-05CVE-2023-0614 ldb: Make use of ldb_filter_attrs_in_place()Joseph Sutton3-57/+62
2023-04-04lib:ldb:ldb_key_value: Fix code spellingAndreas Schneider5-12/+12
2023-03-22ldb: Don't create error string if there is no errorJoseph Sutton1-7/+8
2023-02-15lib:ldb: Add the location to ldb_kv_parse_data_unpack() debug outputAndreas Schneider1-1/+2
2021-11-25CVE-2021-3670 ldb: Confirm the request has not yet timed out in ldb filter pr...ldb-2.5.0Andrew Bartlett4-1/+85
2020-11-10ldb_kv_index: fix empty initializer compile warningBjörn Jacke1-1/+1
2020-03-26ldb: Use ARRAY_DEL_ELEMENT() in ldb_kv_index_del_value()Volker Lendecke1-3/+1
2020-03-26ldb: Use ARRAY_DEL_ELEMENT() in ldb_kv_msg_delete_element()Volker Lendecke1-5/+1
2020-02-28ldb: Add mem_ctx argument to ldb_kv_index_key()Andrew Bartlett1-15/+43
2020-02-28ldb: Improve coding style in ldb_kv_index_dn_simple()Andrew Bartlett1-1/+3
2020-02-28ldb: Fix memory leak in ldb_kv_index_dn_ordered()Andrew Bartlett1-2/+14
2020-02-25ldb: Fix search with scope ONE and small result setsAndrew Bartlett1-9/+12
2019-12-06ldb: Avoid a possible NULL pointer dereferenceAndreas Schneider1-1/+1
2019-08-20ldb: Free memory when repacking databaseTim Beale1-0/+1
2019-08-20ldb: Log the partition we're repackingTim Beale1-2/+4
2019-08-20ldb: Log pack format in user-friendly wayTim Beale1-2/+15
2019-08-20ldb: Move where we update the pack format versionTim Beale3-2/+4
2019-08-20ldb: Always log when the database pack format changesTim Beale1-1/+1
2019-08-02ldb: skip indexes on full_searchAaron Haslett1-1/+28
2019-07-04ldb: Rework index_transaction_cache_size to allow caller to specify a larger ...Gary Lockyer1-5/+11
2019-07-04ldb key_value: Add batch_mode optionGary Lockyer2-0/+76
2019-06-21lib ldb key value: use TALLOC_FREE() per README.CodingGary Lockyer1-8/+8
2019-06-21lib ldb key value: fix index bufferingGary Lockyer3-47/+334
2019-06-21lib ldb key value: Remove check_parent from ldb_kv_index_idxptr()Gary Lockyer1-11/+4
2019-06-21lib ldb ldb_key_value tests: Add tests for wrapped operationsGary Lockyer1-0/+33
2019-06-21lib ldb key value: add nested transaction support.Gary Lockyer2-16/+179
2019-06-21lib ldb key value backends: Add nested txn supportGary Lockyer1-0/+3
2019-06-13lib ldb ldb_key_value: csbuild unused parm ldb_kvGary Lockyer1-1/+2
2019-06-13lib ldb_key_value: csbuild unused parm keyGary Lockyer1-1/+1
2019-06-13lib ldb ldb_key_value: csbuild fix unused parm dataGary Lockyer1-1/+1
2019-06-13lib ldb ldb_key_value: csbuild fix signed unsigned compareGary Lockyer1-1/+1