summaryrefslogtreecommitdiffstats
path: root/lib/tdb2/test/run-tdb1-wronghash-fail.c
Commit message (Expand)AuthorAgeFilesLines
* tdb2: unify tdb1_check and tdb1_summary into tdb_check and tdb_summary.Rusty Russell2011-09-141-5/+5
* tdb2: unify tdb1_store into tdb_storeRusty Russell2011-09-141-1/+1
* tdb2: unify tdb1_open into tdb_openRusty Russell2011-09-141-30/+29
* tdb2: add TDB_ATTRIBUTE_TDB1_HASHSIZERusty Russell2011-09-141-11/+11
* tdb2: make tdb1_open use attributes for logging, hash function.Rusty Russell2011-09-141-24/+42
* tdb2: merge tdb1_context into tdb_context.Rusty Russell2011-09-141-2/+2
* tdb2: Make TDB1 use the same tdb_hash() wrapper as TDB2Rusty Russell2011-09-141-4/+6
* tdb2: approximate INCOMPATIBLE_HASH flag with tdb1_incompatible_hash()Rusty Russell2011-09-141-7/+19
* tdb2: Make tdb1 share tdb_store flags, struct tdb_data and TDB_MAGIC_FOOD.Rusty Russell2011-09-141-2/+2
* tdb2: make TDB1 code use tdb2's TDB_ERROR and tdb_logerr()Rusty Russell2011-09-141-3/+4
* tdb2: Remove unused tdb1 functions.Rusty Russell2011-09-141-1/+1
* tdb2: test: import tdb1's tests.Rusty Russell2011-09-141-0/+111