Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-21 | tdb: remove 'EOF' print from tdbrestore | Andrew Tridgell | 1 | -1/+0 | |
the EOF message is pointless, and makes for noisy scripts Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-06-20 | tdb_store: check returns for 0, not -1. | Rusty Russell | 1 | -1/+1 | |
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-01-06 | tdbrestore: Update to GPLv3+, remove old FSF address. | Jelmer Vernooij | 1 | -3/+2 | |
2010-11-27 | tdb:tdbstore.c - remove an useless '\' | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Discovered by a warning of the Tru64 host on the buildfarm. | |||||
2010-09-23 | tdb: add restore | Volker Lendecke | 1 | -0/+226 | |
Based on an idea by Simon McVittie, largely rewritten |