index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
tdb
/
test
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-16
tdb: Add test for tdbdump -x
Christof Schmitt
2
-0
/
+17
2024-04-16
tdb: Add test for tdbdump command
Christof Schmitt
2
-0
/
+65
2024-04-16
tdb: Return failure as exit status from test_tdbbackup.sh
Christof Schmitt
1
-4
/
+11
2023-04-14
lib:tdb: Fix code spelling
Andreas Schneider
1
-1
/
+1
2022-02-24
lib:tdb: Reformat shell scripts
Andreas Schneider
1
-13
/
+16
2019-08-06
tdb: Rename tdb_oob() to tdb_notrans_oob()
Volker Lendecke
1
-1
/
+1
2018-11-30
Fix spelling mistakes
Olly Betts
1
-1
/
+1
2018-11-06
tdb: Allow !CLEAR_IF_FIRST & MUTEX_LOCKING
Volker Lendecke
1
-7
/
+0
2018-11-06
tdb: Add test for tdb_traverse_chain
Volker Lendecke
1
-0
/
+94
2018-10-08
tdb: Basic test for circular freelist fix
Volker Lendecke
2
-0
/
+50
2018-10-08
tdb: Basic test for circular hash chain fix
Volker Lendecke
2
-0
/
+42
2018-08-06
tdb: test for readonly locks mode on tdbbackup command
Aaron Haslett
2
-0
/
+54
2017-07-02
tdb: Add new function tdb_transaction_active()
Andrew Bartlett
1
-0
/
+3
2017-07-02
tdb: Remove locking from tdb_traverse_read()
Andrew Bartlett
1
-4
/
+27
2017-06-15
tdb: add run-fcntl-deadlock test
Stefan Metzmacher
1
-0
/
+202
2017-04-11
tdb: Test for readonly lock upgrade bug
Volker Lendecke
1
-0
/
+166
2016-03-22
lib:tdb: Remove use of strcpy in tdb test.
Jeremy Allison
1
-1
/
+2
2015-07-09
tdb: Reproducer for Bug 11381
Volker Lendecke
1
-0
/
+203
2015-03-11
tdb: Fix CID 1034842 Resource leak
Volker Lendecke
1
-0
/
+1
2015-03-10
tdb: Fix CID 1034841 Resource leak
Volker Lendecke
1
-3
/
+5
2014-12-19
tdb/test: add tdb1-run-mutex-transaction1 test
Stefan Metzmacher
1
-0
/
+236
2014-12-02
tdb/test: TDB_CLEAR_IF_FIRST | TDB_MUTEX_LOCKING, O_RDONLY is a valid combina...
Stefan Metzmacher
1
-2
/
+3
2014-05-22
tdb/test: add marklock deadlock test
Volker Lendecke
1
-0
/
+278
2014-05-22
tdb/test: add mutex related tests
Volker Lendecke
7
-0
/
+996
2014-05-22
tdb: add TDB_MUTEX_LOCKING support
Volker Lendecke
22
-0
/
+22
2014-05-22
tdb: introduce tdb->hdr_ofs
Volker Lendecke
1
-3
/
+3
2014-05-22
tdb/test: add UNMAP command to external-agent.c
Volker Lendecke
2
-0
/
+8
2014-05-22
tdb/test: add PING command to external-agent.c
Volker Lendecke
2
-0
/
+5
2014-05-22
tdb/test: add shutdown_agent() helper function
Volker Lendecke
2
-6
/
+21
2014-05-22
tdb/test: add a "skip()" macro.
Stefan Metzmacher
1
-0
/
+1
2014-05-22
tdb/test: correctly use stderr, not stdout, in fail()
Stefan Metzmacher
1
-1
/
+1
2014-04-02
tdb/test: avoid const warnings by using 'discard_const_p(uint8_t,' instead of...
Stefan Metzmacher
18
-34
/
+34
2014-04-02
tdb/test: remove "\n" in diag() arguments
Stefan Metzmacher
2
-2
/
+2
2014-04-02
tdb/test: always call fflush() after [f]printf() in tap-interface.h
Stefan Metzmacher
1
-4
/
+22
2013-12-12
lib/tdb: fix compiler warnings
Christian Ambach
1
-3
/
+3
2013-07-17
Fix bug 10025 - Lack of Sanity Checking in calls to malloc()/calloc().
Bill Parker
1
-0
/
+5
2013-02-19
tdb: Enhance lock tracking a bit
Volker Lendecke
1
-0
/
+11
2012-10-04
tdb: add tdb_rescue()
Rusty Russell
2
-0
/
+176
2012-08-10
tdb/test: fix build on OSF/1
Björn Jacke
1
-15
/
+15
2012-07-30
lib/tdb: Fix format string errors found by -Werror=format in tdb tests
Andrew Bartlett
1
-4
/
+4
2012-06-26
tdb: finish weaning off err.h.
Rusty Russell
7
-23
/
+28
2012-06-22
tdb: don't use err.h in tests.
Rusty Russell
21
-22
/
+1
2012-06-22
tdb: make TDB_NOSYNC merely disable sync.
Rusty Russell
1
-2
/
+12
2012-03-23
lib/tdb: fix test/run-die-during-transaction when HAVE_INCOHERENT_MMAP.
Rusty Russell
1
-0
/
+5
2012-03-22
lib/tdb: fix OpenBSD incoherent mmap.
Rusty Russell
1
-4
/
+23
2012-03-22
lib/tdb: fix up run-die-during-transaction test cases on Solaris.
Rusty Russell
4
-5
/
+4
2012-03-14
lib/tdb: remove unnecessary XOPEN and FILE_OFFSET_BITS defines in test/
Rusty Russell
17
-20
/
+0
2012-02-14
tdb/test: fix up tests for use in SAMBA tdb code.
Rusty Russell
5
-13
/
+16
2012-02-14
tdb: wean CCAN-style unit tests off of tap.
Rusty Russell
25
-23
/
+64
2012-02-14
tdb: import unit tests from CCAN into tdb/test/
Rusty Russell
34
-0
/
+2566