summaryrefslogtreecommitdiffstats
path: root/lib/tdb/tools
Commit message (Expand)AuthorAgeFilesLines
* tdb/tools: Allow tdbtool to r/o open mutexed tdbsVolker Lendecke2014-05-221-1/+45
* tdb/tools: add -m option to tdbtortureVolker Lendecke2014-05-221-4/+25
* tdb/tools: explicitly use TDB_NOLOCK in tdbdumpVolker Lendecke2014-05-221-1/+9
* tdb/tools: add -l option to tdbtoolVolker Lendecke2014-05-221-2/+16
* tdb/tools: add -l option to tdbbackupVolker Lendecke2014-05-221-5/+13
* tdb/tools: avoid const warnings in tdbdump.cStefan Metzmacher2014-04-021-1/+1
* tdb: Fix CID 1034959 Uninitialized scalar variableVolker Lendecke2013-07-221-1/+1
* tdb: Fix CID 1034960 Uninitialized scalar variableVolker Lendecke2013-07-221-1/+1
* Fix bug 10025 - Lack of Sanity Checking in calls to malloc()/calloc().Bill Parker2013-07-171-0/+8
* tdb: Fix blank line endingsVolker Lendecke2013-03-265-46/+45
* tdb: Don't segfault if tdb_open_ex for check failedVolker Lendecke2013-02-191-0/+1
* Remove some unused variables.Jeremy Allison2013-01-191-3/+0
* tdb: Fix \n in error messagesVolker Lendecke2013-01-071-2/+2
* tdb: add -e option to tdbdump (and docment it).Rusty Russell2012-10-041-3/+22
* tdb: tdbdump should log errors, and fail in that case.Rusty Russell2012-10-041-2/+38
* tdb: remove unused debug_fprintf() macro that breaks the buildStefan Metzmacher2012-06-141-2/+0
* 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: remove 'EOF' print from tdbrestoreAndrew Tridgell2011-07-211-1/+0
* tdb_store: check returns for 0, not -1.Rusty Russell2011-06-202-4/+4
* tdb_backup: avoid transaction on backup file, use lockallSimo Sorce2011-04-191-8/+13
* tdb: rename convert_string() to tdb_convert_string()Andrew Tridgell2011-03-251-5/+5
* tdbrestore: Update to GPLv3+, remove old FSF address.Jelmer Vernooij2011-01-061-3/+2
* tdb: tdb_summary() support.Rusty Russell2010-12-291-5/+7
* tdb:tdbtorture: use TEST_DATA_PREFIX for filesStefan Metzmacher2010-12-241-8/+30
* tdb:tdbtest: use TEST_DATA_PREFIX for filesStefan Metzmacher2010-12-241-3/+28
* tdb:tdbstore.c - remove an useless '\'Matthias Dieter Wallnöfer2010-11-271-1/+1
* tdb: add restoreVolker Lendecke2010-09-231-0/+226
* subunit: Support formatting compatible with upstream subunit, for consistency.Jelmer Vernooij2010-04-111-1/+1
* tdb: Fix bug 7248, avoid the nanosleep dependencyVolker Lendecke2010-03-221-4/+4
* tdb: add -k option to tdbtortureRusty Russell2010-02-241-57/+142
* tdbtool: avoid using c++ reserved words.Günther Deschner2009-12-171-2/+2
* tdb tools: Mostly cosmetic adaptionsMatthias Dieter Wallnöfer2009-11-202-8/+9
* lib/tdb: make tdbtool use tdb_check() for "check" commandRusty Russell2009-10-221-14/+30
* lib/tdb: add -t (always use transactions) option to tdbtortureRusty Russell2009-10-221-12/+29
* tdb: fixed the intermittent failure of tdbtorture in the build farmAndrew Tridgell2009-10-201-2/+5
* 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
* lib/tdb/tools/tdbtorture.c: fixed memory leak.Slava Semushin2009-06-061-0/+2
* fixed tdbbackup to give tdb error messagesAndrew Tridgell2009-05-281-7/+31
* 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
* added basic testing of tdb_transaction_prepare_commit() in tdbtortureAndrew Tridgell2009-03-311-0/+6
* 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
* make tdbbackup use transactionsAndrew Tridgell2008-12-161-6/+19
* Move common libraries from root to lib/.Jelmer Vernooij2008-09-175-0/+1658