ldb-samba: require pid match for cached ldb
[samba.git] / lib / ldb /
2018-04-06 Volker Lendeckeldb: Fix trailing whitespace
2018-04-06 Ralph Boehmeldb/tests: remove lmdb.h include from test
2018-04-06 Gary Lockyerldb: Unwind transaction counter if start_transaction...
2018-04-06 Gary Lockyerldb tests: add cmocka tests of kv operations
2018-04-06 Gary Lockyerldb_tdb: ltdb_tdb_delete require active transaction
2018-04-06 Gary Lockyerldb_tdb: ltdb_tdb_store require active transaction
2018-04-06 Gary Lockyerldb_tdb: ltdb_tdb_parse_record map tdb error codes
2018-04-06 Gary Lockyerldb tests: ldb_mod_op_test use correct ldb to create dn
2018-04-06 Gary Lockyerldb test: close pipes to stop forked tests failing...
2018-04-06 Gary Lockyerldb index: Add tests for truncated base 64 index keys
2018-04-06 Andrew Bartlettldb_tdb: A more robust check for if we can fit the...
2018-04-06 Gary Lockyerldb index: Fix truncation key length calculation
2018-04-06 Andrew Bartlettldb: Allow GUID index mode to be tested on TDB
2018-04-06 Andrew Bartlettldb: Ignore these tests in mdb test mode
2018-04-06 Garming Samldb: Change remaining fetch prototypes to remove TDB_DATA
2018-04-06 Garming Samldb: Change some prototypes to using ldb_val instead...
2018-04-06 Andrew Bartlettldb: Fix missing NULL terminator in ldb_mod_op_test...
2018-04-05 Andrew Bartlettldb: Add test to show a reindex failure must not leave...
2018-04-05 Gary Lockyerlib ldb tests: Prepare to run api and index test on...
2018-04-05 Andrew Bartlettldb_tdb: Ensure we can not commit an index that is...
2018-04-03 Andreas Schneiderldb: Fix overflow checks
2018-04-03 Andreas Schneiderldb: Add test for ldb_qsort()
2018-04-03 Stefan Metzmacherldb/tests: avoid 'return void_function();' which isn...
2018-03-20 Andreas Schneiderldb: Fix size types in ldb_ldif functions
2018-03-08 Garming Samldb_tdb: Remove unnecessary call to tdb_get_seqnum
2018-03-07 Gary Lockyerldb_mod_op_test: Make sure that closing the database...
2018-03-06 Gary Lockyerldb_mod_op_test: Add new nested transactions test
2018-03-06 Gary Lockyerldb: Remove python warning in tests/python/index.py
2018-03-06 Garming Samldb_tdb: Build a key value operation library
2018-03-05 Garming Samldb_tdb: Implement a traversal function in key value ops
2018-03-05 Garming Samldb_tdb: Use key value ops for fetch command
2018-03-05 Garming Samldb_tdb: factor out the (to be) common init code
2018-03-05 Gary Lockyerldb_tdb: Add errorstr to the key value ops
2018-03-05 Garming Samldb_tdb: Remove tdb_get_seqnum and use a generic 'has_c...
2018-03-05 Garming Samldb_tdb: Add lock_read and unlock_read to key value ops
2018-03-05 Garming Samldb_tdb: Replace tdb transaction code with generic...
2018-03-05 Garming Samldb_tdb: Replace exists, name and error_map with key...
2018-03-05 Garming Samldb_tdb: Begin abstracting out the base key value opera...
2018-03-05 Gary Lockyerldb_mod_op_test: Fix core dump on ldb_case_attrs_index_...
2018-03-05 Andreas Schneiderldb: Directly return an error and do not fall through
2018-03-03 Gary Lockyerldb_tdb: Add tests for truncated index keys
2018-03-03 Gary Lockyerldb_tdb: Combine identical not GUID index and special...
2018-03-03 Gary Lockyerldb_tdb: Refuse to store a value in a unique index...
2018-03-03 Gary Lockyerldb_tdb: Do not give the warning of duplicate attribute...
2018-03-03 Gary Lockyerldb_tdb: Cope with key truncation
2018-03-03 Gary Lockyerldb_tdb: Do not fail in GUID index mode if there is...
2018-03-03 Gary Lockyerldb_tdb: Add support for an option to restrict the...
2018-03-01 Andreas Schneiderlib:ldb: Add FALL_THROUGH statements in ldb_map/ldb_map...
2018-03-01 Andreas Schneiderlib:ldb: Add FALL_THROUGH statements in ldb_map/ldb_map.c
2018-03-01 Andreas Schneiderlib:ldb: Add FALL_THROUGH statements in ldb_map/ldb_map...
2018-03-01 Andreas Schneiderlib:ldb: Add FALL_THROUGH statements in common/ldb_dn.c
2018-02-28 Stefan Metzmacherldb: version 1.3.2 ldb-1.3.2
2018-02-26 Gary Lockyerldb_debug tests: Fix binary data in debug log
2018-02-26 Andrew Bartlettldb_debug: Fix binary data in debug log
2018-02-24 Gary Lockyerldb tests: fix null test on incorrect variable
2018-02-19 Timur I. BakeyevDon't load LDB_MODULESDIR as a module file
2018-02-08 Björn Baumbachpyldb: extend dn.is_child_of() test: dn is child of...
2018-02-07 Gary Lockyerpyldb: Expose extra flags
2018-01-12 Stefan Metzmacherldb: version 1.3.1 ldb-1.3.1
2017-12-20 Andrew Bartlettldb: Intersect the index from SCOPE_ONELEVEL with the...
2017-12-19 Matthias Dieter... LDB:test-generic.sh - fix smaller/greater comparison...
2017-12-14 Andrew Bartlettldb: Show the last successful DN when failing to parse...
2017-12-09 Gary Lockyerldb ldb_index: Add an attriubute flag to require a...
2017-11-22 Uri Simchonildb: silence some clang warnings in picky developer...
2017-09-22 Andrew Bartlettldb: Release ldb 1.3.0 ldb-1.3.0
2017-09-22 Andrew Bartlettldb_tdb: Treat distinguishedName and objectGUID (in...
2017-09-22 Andrew Bartlettldb: Ensure we do not run out of File descriptors in...
2017-09-22 Andrew Bartlettldb: Do not make an ldb file for API tests
2017-09-22 Andrew Bartlettldb: Add test showing a search against the index is...
2017-09-22 Andrew Bartlettldb_tdb: Also ban a (indexed) search against like ...
2017-09-22 Andrew Bartlettldb_tdb: Update comments for the delete_index() pass...
2017-09-22 Andrew Bartlettldb_tdb: Print progress messages on re-index
2017-09-22 Andrew Bartlettldb_tdb: Remove incorrect early return from re-index
2017-09-22 Andrew Bartlettldb: Add more tests covering in-transaction GUID index...
2017-09-22 Andrew Bartlettldb_tdb: Add UNIQUE_INDEX as a possible flag
2017-09-22 Andrew Bartlettldb_tdb: Remove LTDB_FLAG_HIDDEN and ignore "HIDDEN...
2017-09-22 Andrew Bartlettldb_tdb: Clean up index records on ltdb_index_add_new...
2017-09-22 Andrew Bartlettldb_tdb: Describe index format and control points
2017-09-22 Andrew Bartlettldb_tdb: Give a good error message on add without an...
2017-09-22 Andrew Bartlettldb_tdb: Avoid canonicalise and base64 work for DN...
2017-09-22 Andrew Bartlettldb_tdb: Clean up list in after use in ltdb_key_dn_from...
2017-09-22 Andrew Bartlettldb_tdb: Avoid allocation of a DN between the GUID...
2017-09-22 Andrew Bartlettldb_tdb: Move constants into ldb_tdb.h
2017-09-22 Andrew Bartlettldb_tdb: Optimise ltdb_search_and_return_base() to...
2017-09-22 Andrew Bartlettldb: Add tests for base DN of a different case
2017-09-22 Andrew Bartlettldb_tdb: Use the DN extracted from the DB to filter...
2017-09-22 Andrew Bartlettldb_tdb: Add tests for add/modify with the GUID index
2017-09-22 Andrew Bartlettldb: Also test the new GUID index mode
2017-09-22 Andrew Bartlettldb: Add an unused objectGUID to each record in SearchTests
2017-09-22 Andrew Bartlettldb_tdb: Duplicate values are no longer permitted in...
2017-09-22 Andrew Bartlettldb_tdb: Reduce memory consumption in list_intersect()
2017-09-22 Andrew Bartlettldb_tdb: Use the binary search more efficiently in...
2017-09-22 Andrew Bartlettldb_tdb: Use a binary search to speed up ltdb_dn_list_f...
2017-09-22 Andrew Bartlettldb_tdb: Rework list_union to not return duplicates...
2017-09-22 Andrew Bartlettldb_tdb: Sort inputs to list_union()
2017-09-22 Andrew Bartlettldb_tdb: sort GUID index list at add time by inserting...
2017-09-22 Andrew Bartlettldb_tdb: Change error code on unique index violation
2017-09-22 Andrew Bartlettldb_tdb: Re-add of both existing DN and GUID must gives...
2017-09-22 Andrew Bartlettldb_tdb: Add unique index checking for @IDXDN
2017-09-22 Andrew Bartlettldb_tdb: Improve debugging in ltdb_modify_index_dn...
next