summaryrefslogtreecommitdiffstats
path: root/lib/dbwrap/dbwrap_local_open.c
Commit message (Expand)AuthorAgeFilesLines
* dbwrap: explicitly use DBWRAP_LOCK_ORDER_NONE in tdb->ntdb conversionMichael Adam2014-02-071-2/+4
* dbwrap: add dbwrap_flags argument to dbwrap_local_open()Michael Adam2014-02-071-1/+2
* dbwrap: add a dbwrap_flags argument to db_open_ntdb()Michael Adam2014-02-071-2/+3
* dbwrap: add a dbwrap_flags argument to db_open_tdb()Michael Adam2014-02-071-2/+2
* ntdb: remove --disable-ntdb.Rusty Russell2013-04-131-8/+0
* dbwrap_local_open: never open the .tdb if there is an .ntdbRusty Russell2013-02-201-0/+5
* dbwrap_local_open: open NTDB if extension is .ntdbRusty Russell2013-02-201-5/+157
* ntdb: make --disable-ntdb work properly.Rusty Russell2012-07-041-0/+2
* dbwrap: dbwrap_local_open()Rusty Russell2012-06-221-0/+70