summaryrefslogtreecommitdiff
path: root/lib/tdb/tools/tdbtool.c
Commit message (Expand)AuthorAgeFilesLines
* tdb: Use hex_byte() in parse_hex()Volker Lendecke2021-01-081-22/+2
* tdbtool: avoid theoretical NULL dereference (CID 1361462)Douglas Bagnall2019-05-091-9/+11
* tdb: Fix build on AIXAmitay Isaacs2018-07-021-4/+4
* tdbtool: Use tdb_wipe_all in "erase" commandVolker Lendecke2018-04-111-7/+1
* lib:tdb: Add FALL_THROUGH statements in tdbtool.cAndreas Schneider2018-03-011-0/+3
* tdbtool: Add "storehex" commandVolker Lendecke2017-04-221-0/+87
* tdb:tools: fix a compiler warningStefan Metzmacher2014-09-161-4/+4
* tdb: add "freelist_size" sub-command to tdbtoolMichael Adam2014-06-261-0/+15
* tdb/tools: Allow tdbtool to r/o open mutexed tdbstdb-1.3.0Volker Lendecke2014-05-221-1/+45
* tdb/tools: add -l option to tdbtoolVolker Lendecke2014-05-221-2/+16
* tdb: Fix CID 1034959 Uninitialized scalar variableVolker Lendecke2013-07-221-1/+1
* tdb: Fix CID 1034960 Uninitialized scalar variableVolker Lendecke2013-07-221-1/+1
* tdb: Fix blank line endingsVolker Lendecke2013-03-261-20/+20
* Add "repack" command to tdbtool.Ira Cooper2012-01-071-0/+7
* Remove unused variable.Jeremy Allison2011-11-241-1/+0
* Fix a bunch of "warning: variable ‘XXXX’ set but not used [-Wunused-but-s...Jeremy Allison2011-11-211-3/+1
* tdb_store: check returns for 0, not -1.Rusty Russell2011-06-201-3/+3
* tdb: rename convert_string() to tdb_convert_string()Andrew Tridgell2011-03-251-5/+5
* tdb: tdb_summary() support.Rusty Russell2010-12-291-5/+7
* tdbtool: avoid using c++ reserved words.Günther Deschner2009-12-171-2/+2
* tdb tools: Mostly cosmetic adaptionsMatthias Dieter Wallnöfer2009-11-201-6/+7
* lib/tdb: make tdbtool use tdb_check() for "check" commandRusty Russell2009-10-221-14/+30
* tdb:tdbtool: fix indentation.Michael Adam2009-09-211-178/+177
* tdb:tdbtool: add transaction_start/_commit/_cancel commands.Michael Adam2009-09-211-0/+21
* tdb:tdbtool: add the "speed" command to the help text.Michael Adam2009-09-211-0/+1
* tdb: Fix some recently introduced warnings in tdbtoolTim Prouty2009-05-271-6/+6
* added some more speed tests to tdbtoolAndrew Tridgell2009-05-261-6/+59
* Fix all warnings in source3 with gcc4.3.Jeremy Allison2008-12-311-1/+3
* s3/s4: Fix "shadows a global declaration" warningTim Prouty2008-12-161-1/+1
* Added a simple tdb integrity check to tdbtool. The command "check" runs trave...Holger Hetterich2008-12-161-1/+28
* Move common libraries from root to lib/.Jelmer Vernooij2008-09-171-0/+659