Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-20 | tdb_store: check returns for 0, not -1. | Rusty Russell | 1 | -3/+3 | |
TDB2 returns a negative error number on failure. This is compatible if we always check for != 0 instead of == -1. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | |||||
2011-03-25 | tdb: rename convert_string() to tdb_convert_string() | Andrew Tridgell | 1 | -5/+5 | |
this prevents a conflict with the convert_string() in samba | |||||
2010-12-29 | tdb: tdb_summary() support. | Rusty Russell | 1 | -5/+7 | |
Autobuild-User: Rusty Russell <rusty@rustcorp.com.au> Autobuild-Date: Wed Dec 29 10:12:05 CET 2010 on sn-devel-104 | |||||
2009-12-17 | tdbtool: avoid using c++ reserved words. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2009-11-20 | tdb tools: Mostly cosmetic adaptions | Matthias Dieter Wallnöfer | 1 | -6/+7 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2009-10-22 | lib/tdb: make tdbtool use tdb_check() for "check" command | Rusty Russell | 1 | -14/+30 | |
Also, set logging function so we get more informative messages. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | |||||
2009-09-21 | tdb:tdbtool: fix indentation. | Michael Adam | 1 | -178/+177 | |
Michael | |||||
2009-09-21 | tdb:tdbtool: add transaction_start/_commit/_cancel commands. | Michael Adam | 1 | -0/+21 | |
So one can perform tdbtool operations protected by transactions. Michael | |||||
2009-09-21 | tdb:tdbtool: add the "speed" command to the help text. | Michael Adam | 1 | -0/+1 | |
Michael | |||||
2009-05-27 | tdb: Fix some recently introduced warnings in tdbtool | Tim Prouty | 1 | -6/+6 | |
2009-05-26 | added some more speed tests to tdbtool | Andrew Tridgell | 1 | -6/+59 | |
This adds 3 simple speed tests to tdbtool, for transaction store, store and fetch. On my laptop this shows transactions costing about 10ms | |||||
2008-12-31 | Fix all warnings in source3 with gcc4.3. | Jeremy Allison | 1 | -1/+3 | |
Jeremy. | |||||
2008-12-16 | s3/s4: Fix "shadows a global declaration" warning | Tim Prouty | 1 | -1/+1 | |
2008-12-16 | Added a simple tdb integrity check to tdbtool. The command "check" runs ↵ | Holger Hetterich | 1 | -1/+28 | |
traverse on the currently open tdb, and returns the number of entries if the integrity check is successful. | |||||
2008-09-17 | Move common libraries from root to lib/. | Jelmer Vernooij | 1 | -0/+659 | |