summaryrefslogtreecommitdiff
path: root/lib/tdb/tools/tdbtool.c
AgeCommit message (Expand)AuthorFilesLines
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