summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2024-09-24ldb:test:api_search: improve attribute access testsDouglas Bagnall1-3/+3
2024-09-24ldb:test:api_base: make flags method a class methodDouglas Bagnall1-2/+3
2024-09-24ldb:test:api_base: simplify prefix selectionDouglas Bagnall1-7/+1
2024-09-24ldb:tests:index: use abi_baseDouglas Bagnall1-12/+6
2024-09-24ldb:tests:crash: rationalise importsDouglas Bagnall1-2/+1
2024-09-24ldb:tests:api_simple uses conventional 4 space indentDouglas Bagnall1-3/+3
2024-09-24ldb:tests:repack: use common api_base variablesDouglas Bagnall1-11/+6
2024-09-24ldb:tests:api_misc: fix Control testDouglas Bagnall1-1/+1
2024-09-24ldb:tests: move api.py to api_miscDouglas Bagnall1-0/+0
2024-09-24ldb:tests: make api_simple moduleDouglas Bagnall2-732/+752
2024-09-24ldb:tests: make api_add_modify moduleDouglas Bagnall2-355/+376
2024-09-24ldb:tests: make api_search moduleDouglas Bagnall2-1698/+1720
2024-09-24ldb:tests: make api_base moduleDouglas Bagnall2-38/+54
2024-09-24ldb:tests:api.py uses .disconnect before rmdirDouglas Bagnall1-1/+1
2024-09-24ldb:pytest:api: remove unnecessary super() parametersDouglas Bagnall1-45/+45
2024-09-24ldb:pytest:api: remove pass-though tearDownsDouglas Bagnall1-48/+0
2024-09-24ldb:py bindings: ldb.Ldb().__str__ prints connection URLDouglas Bagnall1-1/+6
2024-09-10lib: Align integer typesVolker Lendecke1-2/+1
2024-08-29lib/torture: add torture_assert_nttime_equal_goto()Stefan Metzmacher1-0/+9
2024-08-28ldb:kv_index: help static analysers to not worry (CID 1615192)Douglas Bagnall1-1/+1
2024-08-28util:charset: Remove unreachable code (CID 1272948)Joseph Sutton1-9/+0
2024-08-28lib/util: Speed up slow data-blob-to-hex functionsJo Sutton2-4/+60
2024-08-27lib: Make a few functions staticVolker Lendecke2-20/+14
2024-08-21lib/replace: add renameat2() replacementStefan Metzmacher3-1/+90
2024-08-21docs-xml: add 'vfs mkdir use tmp name' optionStefan Metzmacher1-0/+2
2024-08-21lib/util: let server_id_str_buf_unique() use server_id_bufStefan Metzmacher3-27/+9
2024-08-21lib/util: split out server_id_from_string_ex allow the unique delimiter to be...Stefan Metzmacher2-12/+25
2024-08-21lib/util: add server_id_str_buf_unique_ex() and allow the delimiter to be pas...Stefan Metzmacher2-10/+33
2024-08-21lib/util: let server_id_str_buf() use PRIu32 and PRIu64Stefan Metzmacher1-10/+8
2024-08-21lib/util: add a comment to struct server_id_bufStefan Metzmacher1-1/+17
2024-08-21lib/param: Don't treat a missing include file as an error in handle_include().Pavel Filipenský1-1/+1
2024-08-20libreplace: add rep_copy_reflink()Ralph Boehme2-0/+37