summaryrefslogtreecommitdiff
path: root/lib/tdb2/test/run-tdb1-check.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-19TDB2: remove TDB1 compatibility.Rusty Russell1-56/+0
2012-06-09tdb2: use ccan/err instead of err.hRusty Russell1-1/+0
2012-03-22lib/tdb2: fix -Wcast-qual warnings.Rusty Russell1-4/+2
2012-03-07lib/tdb2: adapt unit tests to SAMBA environment.Rusty Russell1-1/+1
2011-09-14tdb2: unify tdb1_check and tdb1_summary into tdb_check and tdb_summary.Rusty Russell1-6/+6
2011-09-14tdb2: unify tdb1_store into tdb_storeRusty Russell1-1/+1
2011-09-14tdb2: unify tdb1_open into tdb_openRusty Russell1-13/+12
2011-09-14tdb2: add TDB_ATTRIBUTE_TDB1_HASHSIZERusty Russell1-6/+11
2011-09-14tdb2: make tdb1_open use attributes for logging, hash function.Rusty Russell1-11/+11
2011-09-14tdb2: merge tdb1_context into tdb_context.Rusty Russell1-1/+1
2011-09-14tdb2: Make TDB1 code use TDB2's open flags.Rusty Russell1-1/+1
2011-09-14tdb2: Make tdb1 share tdb_store flags, struct tdb_data and TDB_MAGIC_FOOD.Rusty Russell1-2/+2
2011-09-14tdb2: make TDB1 code use tdb2's TDB_ERROR and tdb_logerr()Rusty Russell1-1/+1
2011-09-14tdb2: test: import tdb1's tests.Rusty Russell1-0/+55