summaryrefslogtreecommitdiff
path: root/lib/tdb/common/check.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-28tdb: fix logging of offets and lengths.Rusty Russell1-11/+11
2013-02-05tdb: Remove "header" from tdb_contextVolker Lendecke1-11/+11
2011-12-19tdb: be more careful on 4G files.Rusty Russell1-3/+3
2010-12-29tdb: tdb_summary() support.Rusty Russell1-2/+2
2010-10-21tdb: Set _PUBLIC_ in C file rather than header files (Debian bug 600898)Jelmer Vernooij1-1/+1
2010-09-27tdb: TDB_INCOMPATIBLE_HASH, to allow safe changing of default hash.Rusty Russell1-1/+1
2010-09-13tdb: put example hashes into header, so we notice incorrect hash_fn.Rusty Russell1-0/+6
2010-09-13tdb: fix tdb_check() on other-endian tdbs.Rusty Russell1-1/+1
2010-09-13tdb: fix tdb_check() on read-only TDBs to actually work.Rusty Russell1-5/+17
2010-09-13tdb: make check more robust against recovery failures.Rusty Russell1-5/+36
2010-07-29Fix tdb_check() to work with read-only tdb databases. The function tdb_lockal...Jeremy Allison1-3/+3
2010-02-10tdb: give a name to the invalid recovery area constant (0)Rusty Russell1-1/+1
2009-11-08tdb: Fix a C++ warningVolker Lendecke1-1/+2
2009-10-23tdb: rename 'struct list_struct' into 'struct tdb_record'Stefan Metzmacher1-4/+4
2009-10-22lib/tdb: add tdb_check()Rusty Russell1-0/+422