summaryrefslogtreecommitdiff
path: root/lib/tdb/common/check.c
Commit message (Expand)AuthorAgeFilesLines
* tdb: Introduce tdb_oob()Volker Lendecke2019-08-061-3/+3
* Harden tdb_check_used_record against overflowVolker Lendecke2018-03-221-1/+16
* tdb: introduce TDB_SUPPORTED_FEATURE_FLAGSStefan Metzmacher2014-05-221-1/+3
* tdb: fix logging of offets and lengths.Rusty Russell2013-05-281-11/+11
* tdb: Remove "header" from tdb_contextVolker Lendecke2013-02-051-11/+11
* tdb: be more careful on 4G files.Rusty Russell2011-12-191-3/+3
* tdb: tdb_summary() support.Rusty Russell2010-12-291-2/+2
* tdb: Set _PUBLIC_ in C file rather than header files (Debian bug 600898)Jelmer Vernooij2010-10-211-1/+1
* tdb: TDB_INCOMPATIBLE_HASH, to allow safe changing of default hash.Rusty Russell2010-09-271-1/+1
* tdb: put example hashes into header, so we notice incorrect hash_fn.Rusty Russell2010-09-131-0/+6
* tdb: fix tdb_check() on other-endian tdbs.Rusty Russell2010-09-131-1/+1
* tdb: fix tdb_check() on read-only TDBs to actually work.Rusty Russell2010-09-131-5/+17
* tdb: make check more robust against recovery failures.Rusty Russell2010-09-131-5/+36
* Fix tdb_check() to work with read-only tdb databases. The function tdb_lockal...Jeremy Allison2010-07-291-3/+3
* tdb: give a name to the invalid recovery area constant (0)Rusty Russell2010-02-101-1/+1
* tdb: Fix a C++ warningVolker Lendecke2009-11-081-1/+2
* tdb: rename 'struct list_struct' into 'struct tdb_record'Stefan Metzmacher2009-10-231-4/+4
* lib/tdb: add tdb_check()Rusty Russell2009-10-221-0/+422