summaryrefslogtreecommitdiff
path: root/lib/tdb/tools
AgeCommit message (Expand)AuthorFilesLines
2025-11-20tdb: Fix parse_hex during `tdbtool storehex`Lin Liu1-2/+2
2025-09-11tdbtorture: Fix CID 1034815,1034816: protect from out-of-bounds accessShachar Sharon1-3/+3
2025-08-19tdbtorture: Fix CID 1034816: proper calloc usageShachar Sharon1-2/+2
2025-08-02lib/tdb: let tdbtool return error on failureGünther Deschner1-80/+102
2024-04-16tdb: Add tdbdump option to output all data as hex valuesChristof Schmitt1-16/+35
2021-12-15tdb: Raw performance torture to beat tdb_increment_seqnumVolker Lendecke1-0/+123
2021-01-14tdb: Fix CID 1471761 String not null terminatedVolker Lendecke1-1/+1
2021-01-08tdb: Use hex_byte() in parse_hex()Volker Lendecke1-22/+2
2021-01-08tdb: Use hex_byte() in read_data()Volker Lendecke1-31/+10
2020-07-16tdb: Fix some signed/unsigned comparisonsMartin Schwenke1-2/+3
2020-03-26tdbtorture: Use ARRAY_DEL_ELEMENT()Volker Lendecke1-2/+1
2019-05-09tdbtool: avoid theoretical NULL dereference (CID 1361462)Douglas Bagnall1-9/+11
2019-01-28lib:tdb: Use C99 initializer for tdb_logging_contextAndreas Schneider1-1/+3
2018-10-25tdbtorture: Align integer typesVolker Lendecke1-1/+1
2018-10-25tdbtorture: No transaction with mutexesVolker Lendecke1-5/+16
2018-08-06tdb: adding readonly locks mode to tdbbackup toolAaron Haslett1-7/+28
2018-07-02tdb: Fix build on AIXAmitay Isaacs1-4/+4
2018-04-11tdbtool: Use tdb_wipe_all in "erase" commandVolker Lendecke1-7/+1
2018-03-22tdbdump: Avoid an int castVolker Lendecke1-2/+2
2018-03-01lib:tdb: Add FALL_THROUGH statements in tdbtool.cAndreas Schneider1-0/+3
2017-04-22tdbtool: Add "storehex" commandVolker Lendecke1-0/+87
2016-08-24tdb: Fix format-nonliteral warningAmitay Isaacs1-0/+3
2016-05-13tdb:torture: fix -O3 error unused result of writeMichael Adam1-1/+5
2016-05-13tdb:torture: fix -O3 error unused result code of readMichael Adam1-2/+6
2015-09-18Revert "tdb: Add tdbdump -u"Ralph Boehme1-284/+1
2015-09-18tdb: Add tdbdump -uVolker Lendecke1-1/+284
2015-07-17tdbrestore: include config.h before any glibc headersUri Simchoni1-1/+1
2014-12-19tdb/toos: allow transactions with TDB_MUTEX_LOCKINGStefan Metzmacher1-1/+0
2014-09-16tdb:tools: fix a compiler warningStefan Metzmacher1-4/+4
2014-08-18tdbtorture: print details when run with -n 1David Disseldorp1-4/+4
2014-06-26tdb: add "freelist_size" sub-command to tdbtoolMichael Adam1-0/+15
2014-05-22tdb/tools: Allow tdbtool to r/o open mutexed tdbstdb-1.3.0Volker Lendecke1-1/+45
2014-05-22tdb/tools: add -m option to tdbtortureVolker Lendecke1-4/+25
2014-05-22tdb/tools: explicitly use TDB_NOLOCK in tdbdumpVolker Lendecke1-1/+9
2014-05-22tdb/tools: add -l option to tdbtoolVolker Lendecke1-2/+16
2014-05-22tdb/tools: add -l option to tdbbackupVolker Lendecke1-5/+13
2014-04-02tdb/tools: avoid const warnings in tdbdump.cStefan Metzmacher1-1/+1
2013-07-22tdb: Fix CID 1034959 Uninitialized scalar variableVolker Lendecke1-1/+1
2013-07-22tdb: Fix CID 1034960 Uninitialized scalar variableVolker Lendecke1-1/+1
2013-07-17Fix bug 10025 - Lack of Sanity Checking in calls to malloc()/calloc().Bill Parker1-0/+8
2013-03-26tdb: Fix blank line endingsVolker Lendecke5-46/+45
2013-02-19tdb: Don't segfault if tdb_open_ex for check failedVolker Lendecke1-0/+1
2013-01-19Remove some unused variables.Jeremy Allison1-3/+0
2013-01-07tdb: Fix \n in error messagesVolker Lendecke1-2/+2
2012-10-04tdb: add -e option to tdbdump (and docment it).Rusty Russell1-3/+22
2012-10-04tdb: tdbdump should log errors, and fail in that case.Rusty Russell1-2/+38
2012-06-14tdb: remove unused debug_fprintf() macro that breaks the buildStefan Metzmacher1-2/+0
2012-01-07Add "repack" command to tdbtool.Ira Cooper1-0/+7
2011-11-24Remove unused variable.Jeremy Allison1-1/+0
2011-11-21Fix a bunch of "warning: variable ‘XXXX’ set but not used [-Wunused-but-s...Jeremy Allison1-3/+1