summaryrefslogtreecommitdiff
path: root/lib/tdb_compat/tdb_compat.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-19TDB2: make SAMBA use tdb1 again for the moment.Rusty Russell1-222/+0
2012-04-17tdb-compat: Add tdb_chainlock_nonblockVolker Lendecke1-0/+24
2012-01-30tdb_compat: only use hashsize attribute when O_CREATRusty Russell1-1/+1
2011-09-21tdb_compat: add "TDB_COMPAT_USE_TDB2" environment variableRusty Russell1-0/+4
2011-09-21tdb_compat: honour hashsize arg when using tdb2 with TDB_VERSION1 flag.Rusty Russell1-2/+9
2011-09-21tdb_compat: handle TDB_VOLATILE flag.Rusty Russell1-1/+11
2011-09-21tdb_compat: handle TDB_INCOMPATIBLE_HASH flag.Rusty Russell1-1/+11
2011-09-14tdb_compat: change offset of CLEAR_IF_FIRST lock.Rusty Russell1-2/+2
2011-09-14tdb_compat: support tdb_reopen/tdb_reopen_all for TDB2Rusty Russell1-0/+46
2011-09-14tdb_compat: make tdb2s temporarily read-only for tdb_traverse_read()Rusty Russell1-0/+20
2011-09-14tdb_compat: adapt to tdb2 API change.Rusty Russell1-0/+1
2011-06-20tdb_compat: respect TDB_NO_FSYNC environment variable for tdb2.Rusty Russell1-0/+6
2011-06-20lib/tdb_compat: header for tdb1 vs tdb2.Rusty Russell1-0/+96