summaryrefslogtreecommitdiff
path: root/lib/tdb/tools
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-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
2011-07-21tdb: remove 'EOF' print from tdbrestoreAndrew Tridgell1-1/+0
2011-06-20tdb_store: check returns for 0, not -1.Rusty Russell2-4/+4
2011-04-19tdb_backup: avoid transaction on backup file, use lockallSimo Sorce1-8/+13
2011-03-25tdb: rename convert_string() to tdb_convert_string()Andrew Tridgell1-5/+5
2011-01-06tdbrestore: Update to GPLv3+, remove old FSF address.Jelmer Vernooij1-3/+2
2010-12-29tdb: tdb_summary() support.Rusty Russell1-5/+7
2010-12-24tdb:tdbtorture: use TEST_DATA_PREFIX for filesStefan Metzmacher1-8/+30
2010-12-24tdb:tdbtest: use TEST_DATA_PREFIX for filesStefan Metzmacher1-3/+28
2010-11-27tdb:tdbstore.c - remove an useless '\'Matthias Dieter Wallnöfer1-1/+1
2010-09-23tdb: add restoreVolker Lendecke1-0/+226
2010-04-11subunit: Support formatting compatible with upstream subunit, for consistency.Jelmer Vernooij1-1/+1
2010-03-22tdb: Fix bug 7248, avoid the nanosleep dependencyVolker Lendecke1-4/+4
2010-02-24tdb: add -k option to tdbtortureRusty Russell1-57/+142
2009-12-17tdbtool: avoid using c++ reserved words.Günther Deschner1-2/+2
2009-11-20tdb tools: Mostly cosmetic adaptionsMatthias Dieter Wallnöfer2-8/+9
2009-10-22lib/tdb: make tdbtool use tdb_check() for "check" commandRusty Russell1-14/+30
2009-10-22lib/tdb: add -t (always use transactions) option to tdbtortureRusty Russell1-12/+29
2009-10-20tdb: fixed the intermittent failure of tdbtorture in the build farmAndrew Tridgell1-2/+5
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-06-06lib/tdb/tools/tdbtorture.c: fixed memory leak.Slava Semushin1-0/+2
2009-05-28fixed tdbbackup to give tdb error messagesAndrew Tridgell1-7/+31
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
2009-03-31added basic testing of tdb_transaction_prepare_commit() in tdbtortureAndrew Tridgell1-0/+6
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-12-16make tdbbackup use transactionsAndrew Tridgell1-6/+19
2008-09-17Move common libraries from root to lib/.Jelmer Vernooij5-0/+1658