summaryrefslogtreecommitdiff
path: root/lib/ldb
AgeCommit message (Expand)AuthorFilesLines
2026-01-20ldb: Avoid a few memset()s with direct structsVolker Lendecke3-12/+5
2026-01-15ldb: add "policy hints" controls to be used by password_hash moduleDouglas Bagnall2-0/+76
2025-12-03Revert "ldb: User hexchars_upper from replace.h"Andreas Schneider1-3/+8
2025-10-29lib:ldb:tests: Fix memory leaks in ldb_lmdb_free_list_testAndreas Schneider1-7/+13
2025-10-29lib:ldb:tests: Avoid memory leaks in ldb_kv_ops testAndreas Schneider1-7/+35
2025-10-22lib:ldb:tools: Do not leak memory in ldb_cmdline_process_internal()Andreas Schneider1-2/+2
2025-10-22lib:ldb:tools: Remove trailing spaces in cmdline.cAndreas Schneider1-7/+7
2025-10-17Add missing include needed for cmocka.hAndreas Schneider1-0/+1
2025-08-27ldb: Do not return None from __str__()Jennifer Sutton1-1/+1
2025-08-27ldb: Fix maybe-uninitialized warningJennifer Sutton1-1/+1
2025-04-03lib/ldb: allow ldb_get_opaque(ldb, "backend_no_debug_connect")Stefan Metzmacher1-0/+6
2025-03-29ldb_tdb: wrap can cope with NULL pathDouglas Bagnall1-1/+1
2025-03-29pyldb: consistent results in py_ldb_msg_richcmpDouglas Bagnall1-10/+10
2025-03-05ldb: remove unused test-sqlite3.shDouglas Bagnall1-23/+0
2025-03-05ldb: doxygen: don't mention sqliteDouglas Bagnall1-1/+1
2025-03-05ldb:manpages: ldbedit: update url schemesDouglas Bagnall1-7/+11
2025-03-05ldb: remove obsolete copy of https://ldb.samba.orgDouglas Bagnall1-74/+0
2025-03-05ldb: remove unused nssldbDouglas Bagnall5-1184/+0
2025-03-05ldb: remove unused sqlite backendDouglas Bagnall8-4219/+1
2024-12-30ldb: fix Coverity 1636883Douglas Bagnall1-1/+1
2024-12-19ldb:dn_compare_base: avoid unlikely int overflowDouglas Bagnall1-5/+7
2024-12-19ldb:dn_compare: be a bit more transitiveDouglas Bagnall1-5/+11
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-12-19ldb:ldb_pack: filter avoids looping over msg when attrs contain "*"Douglas Bagnall1-9/+13
2024-12-19ldb:dn_casefold_internal: TALLOC_FREE only what we tallocedDouglas Bagnall1-7/+13
2024-12-19ldb:tests: add tests ensuring indexes don't change search resultsDouglas Bagnall1-0/+478
2024-12-12ldb: Add LGPLv3 LICENSE fileAndreas Schneider1-0/+165
2024-11-12ldb: User hexchars_upper from replace.hVolker Lendecke1-3/+2
2024-11-06ldb:test:lmdb_free_list: s/the the/to the/ in commentDouglas Bagnall1-1/+1
2024-11-06pyldb: s/the the\b/the/ in commentsDouglas Bagnall1-1/+1
2024-11-06ldb:pack: s/the the/in the/ in commentsDouglas Bagnall1-2/+2
2024-09-27lib:ldb: Document environment variables in ldb manpageAndreas Schneider1-0/+21
2024-09-27lib:ldb: Remove trailing spaces from ldb.3.xmlAndreas Schneider1-1/+1
2024-09-27lib:ldb: Don't use RTLD_DEEPBIND by defaultAndreas Schneider1-15/+6
2024-09-27lib:ldb: Remove trailing spaces from ldb_modules.cAndreas Schneider1-17/+17
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-09-25ldb: Build lmdb backend also in non-AD caseAndreas Schneider1-13/+9
2024-09-24ldb:test:api_search: shift remaining setUp adds to class add_indexDouglas Bagnall1-35/+31
2024-09-24ldb:test:api_search: remove pass-through setUp()sDouglas Bagnall1-9/+0
2024-09-24ldb:test:api_search: use @unittest.skipIf for LMDB testsDouglas Bagnall1-37/+8
2024-09-24ldb:test:api_search: skip LMDB tests at class levelDouglas Bagnall1-18/+25
2024-09-24ldb:test:api_search: use class method to add indexDouglas Bagnall1-21/+56
2024-09-24ldb:test:api_search: tidy up files in each subclassDouglas Bagnall1-2/+8
2024-09-24ldb:test:api_search: set up the database once and use copiesDouglas Bagnall1-210/+224
2024-09-24ldb:test:api_search: use test name as db nameDouglas Bagnall1-2/+6
2024-09-24ldb:test:api_search: put config options on class, not instance.Douglas Bagnall1-47/+44