summaryrefslogtreecommitdiffstats
path: root/lib/tdb_compat/tdb_compat.c
Commit message (Expand)AuthorAgeFilesLines
* TDB2: make SAMBA use tdb1 again for the moment.Rusty Russell2012-06-191-222/+0
* tdb-compat: Add tdb_chainlock_nonblockVolker Lendecke2012-04-171-0/+24
* tdb_compat: only use hashsize attribute when O_CREATRusty Russell2012-01-301-1/+1
* tdb_compat: add "TDB_COMPAT_USE_TDB2" environment variableRusty Russell2011-09-211-0/+4
* tdb_compat: honour hashsize arg when using tdb2 with TDB_VERSION1 flag.Rusty Russell2011-09-211-2/+9
* tdb_compat: handle TDB_VOLATILE flag.Rusty Russell2011-09-211-1/+11
* tdb_compat: handle TDB_INCOMPATIBLE_HASH flag.Rusty Russell2011-09-211-1/+11
* tdb_compat: change offset of CLEAR_IF_FIRST lock.Rusty Russell2011-09-141-2/+2
* tdb_compat: support tdb_reopen/tdb_reopen_all for TDB2Rusty Russell2011-09-141-0/+46
* tdb_compat: make tdb2s temporarily read-only for tdb_traverse_read()Rusty Russell2011-09-141-0/+20
* tdb_compat: adapt to tdb2 API change.Rusty Russell2011-09-141-0/+1
* tdb_compat: respect TDB_NO_FSYNC environment variable for tdb2.Rusty Russell2011-06-201-0/+6
* lib/tdb_compat: header for tdb1 vs tdb2.Rusty Russell2011-06-201-0/+96