summaryrefslogtreecommitdiffstats
path: root/lib/dbwrap/dbwrap_tdb.c
Commit message (Expand)AuthorAgeFilesLines
* tdb_wrap: Remove tdb_wrap_open_ againVolker Lendecke2014-03-311-3/+3
* dbwrap: Avoid passing lp_ctx to tdb_wrap_open in db_open_tdbVolker Lendecke2014-03-311-2/+8
* dbwrap: add a dbwrap_flags argument to db_open_tdb()Michael Adam2014-02-071-1/+2
* Revert "dbwrap: dbwrap_fetch_locked_timeout()."Volker Lendecke2013-06-061-16/+0
* dbwrap: Remove an unnecessary if-statementVolker Lendecke2012-11-291-3/+1
* dbwrap: No need to NULL out a talloc_zero'ed structure elementVolker Lendecke2012-11-291-1/+0
* dbwrap: use talloc_stackframe() in db_tdb_log_key()Andrew Bartlett2012-10-251-3/+4
* dbwrap: dbwrap_hash_size().Rusty Russell2012-06-221-0/+1
* dbwrap: dbwrap_name().Rusty Russell2012-06-221-0/+1
* dbwrap: dbwrap_transaction_start_nonblock().Rusty Russell2012-06-221-0/+14
* dbwrap: dbwrap_fetch_locked_timeout().Rusty Russell2012-06-221-0/+16
* dbwrap: add dbwrap_check() function.Rusty Russell2012-06-221-0/+8
* dbwrap: dbwrap_local_open()Rusty Russell2012-06-221-0/+7
* dbwrap: remove get_flags().Rusty Russell2012-06-221-9/+0
* move the dbwrap library to the top levelMichael Adam2012-05-141-0/+447