summaryrefslogtreecommitdiff
path: root/lib/tdb/test
AgeCommit message (Expand)AuthorFilesLines
2024-04-16tdb: Add test for tdbdump -xChristof Schmitt2-0/+17
2024-04-16tdb: Add test for tdbdump commandChristof Schmitt2-0/+65
2024-04-16tdb: Return failure as exit status from test_tdbbackup.shChristof Schmitt1-4/+11
2023-04-14lib:tdb: Fix code spellingAndreas Schneider1-1/+1
2022-02-24lib:tdb: Reformat shell scriptsAndreas Schneider1-13/+16
2019-08-06tdb: Rename tdb_oob() to tdb_notrans_oob()Volker Lendecke1-1/+1
2018-11-30Fix spelling mistakesOlly Betts1-1/+1
2018-11-06tdb: Allow !CLEAR_IF_FIRST & MUTEX_LOCKINGVolker Lendecke1-7/+0
2018-11-06tdb: Add test for tdb_traverse_chainVolker Lendecke1-0/+94
2018-10-08tdb: Basic test for circular freelist fixVolker Lendecke2-0/+50
2018-10-08tdb: Basic test for circular hash chain fixVolker Lendecke2-0/+42
2018-08-06tdb: test for readonly locks mode on tdbbackup commandAaron Haslett2-0/+54
2017-07-02tdb: Add new function tdb_transaction_active()Andrew Bartlett1-0/+3
2017-07-02tdb: Remove locking from tdb_traverse_read()Andrew Bartlett1-4/+27
2017-06-15tdb: add run-fcntl-deadlock testStefan Metzmacher1-0/+202
2017-04-11tdb: Test for readonly lock upgrade bugVolker Lendecke1-0/+166
2016-03-22lib:tdb: Remove use of strcpy in tdb test.Jeremy Allison1-1/+2
2015-07-09tdb: Reproducer for Bug 11381Volker Lendecke1-0/+203
2015-03-11tdb: Fix CID 1034842 Resource leakVolker Lendecke1-0/+1
2015-03-10tdb: Fix CID 1034841 Resource leakVolker Lendecke1-3/+5
2014-12-19tdb/test: add tdb1-run-mutex-transaction1 testStefan Metzmacher1-0/+236
2014-12-02tdb/test: TDB_CLEAR_IF_FIRST | TDB_MUTEX_LOCKING, O_RDONLY is a valid combina...Stefan Metzmacher1-2/+3
2014-05-22tdb/test: add marklock deadlock testVolker Lendecke1-0/+278
2014-05-22tdb/test: add mutex related testsVolker Lendecke7-0/+996
2014-05-22tdb: add TDB_MUTEX_LOCKING supportVolker Lendecke22-0/+22
2014-05-22tdb: introduce tdb->hdr_ofsVolker Lendecke1-3/+3
2014-05-22tdb/test: add UNMAP command to external-agent.cVolker Lendecke2-0/+8
2014-05-22tdb/test: add PING command to external-agent.cVolker Lendecke2-0/+5
2014-05-22tdb/test: add shutdown_agent() helper functionVolker Lendecke2-6/+21
2014-05-22tdb/test: add a "skip()" macro.Stefan Metzmacher1-0/+1
2014-05-22tdb/test: correctly use stderr, not stdout, in fail()Stefan Metzmacher1-1/+1
2014-04-02tdb/test: avoid const warnings by using 'discard_const_p(uint8_t,' instead of...Stefan Metzmacher18-34/+34
2014-04-02tdb/test: remove "\n" in diag() argumentsStefan Metzmacher2-2/+2
2014-04-02tdb/test: always call fflush() after [f]printf() in tap-interface.hStefan Metzmacher1-4/+22
2013-12-12lib/tdb: fix compiler warningsChristian Ambach1-3/+3
2013-07-17Fix bug 10025 - Lack of Sanity Checking in calls to malloc()/calloc().Bill Parker1-0/+5
2013-02-19tdb: Enhance lock tracking a bitVolker Lendecke1-0/+11
2012-10-04tdb: add tdb_rescue()Rusty Russell2-0/+176
2012-08-10tdb/test: fix build on OSF/1Björn Jacke1-15/+15
2012-07-30lib/tdb: Fix format string errors found by -Werror=format in tdb testsAndrew Bartlett1-4/+4
2012-06-26tdb: finish weaning off err.h.Rusty Russell7-23/+28
2012-06-22tdb: don't use err.h in tests.Rusty Russell21-22/+1
2012-06-22tdb: make TDB_NOSYNC merely disable sync.Rusty Russell1-2/+12
2012-03-23lib/tdb: fix test/run-die-during-transaction when HAVE_INCOHERENT_MMAP.Rusty Russell1-0/+5
2012-03-22lib/tdb: fix OpenBSD incoherent mmap.Rusty Russell1-4/+23
2012-03-22lib/tdb: fix up run-die-during-transaction test cases on Solaris.Rusty Russell4-5/+4
2012-03-14lib/tdb: remove unnecessary XOPEN and FILE_OFFSET_BITS defines in test/Rusty Russell17-20/+0
2012-02-14tdb/test: fix up tests for use in SAMBA tdb code.Rusty Russell5-13/+16
2012-02-14tdb: wean CCAN-style unit tests off of tap.Rusty Russell25-23/+64
2012-02-14tdb: import unit tests from CCAN into tdb/test/Rusty Russell34-0/+2566