summaryrefslogtreecommitdiff
path: root/lib/tdb/tools/tdbtool.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-20tdb: Fix parse_hex during `tdbtool storehex`Lin Liu1-2/+2
2025-08-02lib/tdb: let tdbtool return error on failureGünther Deschner1-80/+102
2021-01-08tdb: Use hex_byte() in parse_hex()Volker Lendecke1-22/+2
2019-05-09tdbtool: avoid theoretical NULL dereference (CID 1361462)Douglas Bagnall1-9/+11
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-01lib:tdb: Add FALL_THROUGH statements in tdbtool.cAndreas Schneider1-0/+3
2017-04-22tdbtool: Add "storehex" commandVolker Lendecke1-0/+87
2014-09-16tdb:tools: fix a compiler warningStefan Metzmacher1-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 -l option to tdbtoolVolker Lendecke1-2/+16
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-03-26tdb: Fix blank line endingsVolker Lendecke1-20/+20
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
2011-06-20tdb_store: check returns for 0, not -1.Rusty Russell1-3/+3
2011-03-25tdb: rename convert_string() to tdb_convert_string()Andrew Tridgell1-5/+5
2010-12-29tdb: tdb_summary() support.Rusty Russell1-5/+7
2009-12-17tdbtool: avoid using c++ reserved words.Günther Deschner1-2/+2
2009-11-20tdb tools: Mostly cosmetic adaptionsMatthias Dieter Wallnöfer1-6/+7
2009-10-22lib/tdb: make tdbtool use tdb_check() for "check" commandRusty Russell1-14/+30
2009-09-21tdb:tdbtool: fix indentation.Michael Adam1-178/+177
2009-09-21tdb:tdbtool: add transaction_start/_commit/_cancel commands.Michael Adam1-0/+21
2009-09-21tdb:tdbtool: add the "speed" command to the help text.Michael Adam1-0/+1
2009-05-27tdb: Fix some recently introduced warnings in tdbtoolTim Prouty1-6/+6
2009-05-26added some more speed tests to tdbtoolAndrew Tridgell1-6/+59
2008-12-31Fix all warnings in source3 with gcc4.3.Jeremy Allison1-1/+3
2008-12-16s3/s4: Fix "shadows a global declaration" warningTim Prouty1-1/+1
2008-12-16Added a simple tdb integrity check to tdbtool. The command "check" runs trave...Holger Hetterich1-1/+28
2008-09-17Move common libraries from root to lib/.Jelmer Vernooij1-0/+659