ldb: Ensure we can open a new LDB after a fork()
[samba.git] / lib / ldb / tests / ldb_mod_op_test.c
2018-05-09 Andrew Bartlettldb: Ensure we can open a new LDB after a fork()
2018-05-09 Gary Lockyerldb/tests: add tests for transaction_{start,commit...
2018-04-06 Volker Lendeckeldb: Fix trailing whitespace
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 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 Andrew Bartlettldb: Fix missing NULL terminator in ldb_mod_op_test...
2018-04-03 Stefan Metzmacherldb/tests: avoid 'return void_function();' which isn...
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-05 Gary Lockyerldb_mod_op_test: Fix core dump on ldb_case_attrs_index_...
2018-02-26 Gary Lockyerldb_debug tests: Fix binary data in debug log
2018-02-24 Gary Lockyerldb tests: fix null test on incorrect variable
2017-12-09 Gary Lockyerldb ldb_index: Add an attriubute flag to require a...
2017-09-20 Gary Lockyerldb: Add tests for read only behaviour
2017-09-07 Andrew Bartlettldb: Add new ldb_ldif_message_redacted_string() with...
2017-07-02 Andrew Bartlettldb:tests: Add test to show that locks are released...
2017-07-02 Andrew Bartlettldb:tests: Correct comment about version numbers
2017-07-02 Andrew Bartlettldb: Lock the whole backend database for the duration...
2017-07-02 Andrew Bartlettldb:tests: Add test encoding current locking behaviour...
2017-07-02 Andrew Bartlettldb:tests: Show that writes do not appear during an...
2017-07-02 Andrew Bartlettldb:tests: don't assert the results before doing the...
2017-06-15 Douglas Bagnallldb tests/ldb_mod_op_test: don't double include cmocka.h
2017-05-31 Andrew Bartlettldb: Add test for ldb_build_search_req()
2017-05-31 Andrew Bartlettldb: Add tests for new ldb handle and event context...
2017-05-31 Andrew Bartlettldb: Add tests for the schema and index override hooks
2017-05-31 Andrew Bartlettldb: Move test_ldb_attrs_case_insensitive closer to...
2017-05-06 Andrew Bartlettldb: Add test for transaction deadlock detected when...
2017-04-19 Jakub Hrozekldb:tests: Unit test the ldb_rename() operation
2017-04-19 Jakub Hrozekldb:tests: Add tests for case insensitive searches
2017-04-19 Jakub Hrozekldb:tests: unit test for ldb_search()
2017-04-19 Jakub Hrozekldb:tests: Add a modify test
2017-04-19 Jakub Hrozekldb:tests: Add a test for ldb transactions
2017-04-19 Jakub Hrozekldb:tests: Add a basic delete test
2017-04-19 Jakub Hrozekldb:tests: Add a basic search test
2017-04-19 Jakub Hrozekldb:tests: A rudimentary ldb_add() test
2017-04-19 Jakub Hrozekldb:tests: Add a simple cmocka test for ldb_connect()