summaryrefslogtreecommitdiffstats
path: root/lib/dbwrap
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: completely check validity of lock order in dbwrap_check_lock_order()Michael Adam2014-02-071-1/+1
* dbwrap: add a comment explaining the supported lock ordersMichael Adam2014-02-071-0/+4
* dbwrap: add DBWRAP_LOCK_ORDER_VALID()Michael Adam2014-02-071-0/+4
* dbwrap: add DBWRAP_LOCK_ORDER_MINMichael Adam2014-02-071-0/+1
* dbwrap: move definition of DBWRAP_LOCK_ORDER_MAX to the private header.Michael Adam2014-02-072-1/+2
* dbwrap: explicitly use DBWRAP_LOCK_ORDER_NONE in tdb->ntdb conversionMichael Adam2014-02-071-2/+4
* dbwrap: introduce DBWRAP_LOCK_ORDER_NONE for lock order "0".Michael Adam2014-02-072-1/+2
* dbwrap: add dbwrap_flags argument to dbwrap_local_open()Michael Adam2014-02-072-2/+4
* dbwrap: add a dbwrap_flags argument to db_open_ntdb()Michael Adam2014-02-073-4/+7
* dbwrap: add a dbwrap_flags argument to db_open_tdb()Michael Adam2014-02-073-4/+6
* dbwrap: add DBWRAP_FLAG_OPTIMIZE_READONLY_ACCESSMichael Adam2014-02-071-0/+1
* dbwrap: add flags DBWRAP_FLAG_NONEMichael Adam2014-02-071-0/+2
* dbwrap: No lock_order check if not requiredVolker Lendecke2013-12-141-13/+6
* dbwrap_cache: Check negative firstVolker Lendecke2013-12-141-3/+3
* dbwrap_cache: Fix dbwrap_cache_validateVolker Lendecke2013-12-141-2/+14
* dbwrap: Avoid a stackframe in fetch_locked_internalVolker Lendecke2013-12-141-5/+2
* Revert "dbwrap: dbwrap_fetch_locked_timeout()."Volker Lendecke2013-06-065-160/+0
* dbwrap: Fix CID 1002092 Uninitialized scalar variableVolker Lendecke2013-05-121-1/+3
* ntdb: remove --disable-ntdb.Rusty Russell2013-04-131-8/+0
* dbwrap: Add a comment explaining a restrictionVolker Lendecke2013-03-271-0/+11
* 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
* dbwrap: dbwrap_ntdb.cRusty Russell2013-02-203-10/+734
* dbwrap: Prevent transactions on non-persistent dbsVolker Lendecke2013-02-081-0/+5
* lib/dbwrap: talloc_strdup() name in db_open_file()Stefan Metzmacher2013-02-041-1/+6
* dbwrap: add dbwrap_is_persistent()Michael Adam2013-01-152-0/+6
* 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_zero in db_open_rbtVolker Lendecke2012-11-291-5/+1
* dbwrap: Use talloc_zero in db_open_cacheVolker Lendecke2012-11-291-6/+1
* dbwrap: Use dbwrap_parse_record in dbwrap_fetch_uint32_bystringVolker Lendecke2012-11-291-13/+27
* dbwrap: use talloc_stackframe() in db_tdb_log_key()Andrew Bartlett2012-10-251-3/+4
* s3:dbwrap: remove unused args from db_open_file()Gregor Beck2012-09-212-6/+2
* s3:dbwrap: let dbwrap_fetch_uint32 distinguish between "not found" and "wrong...Gregor Beck2012-09-211-2/+5
* lib/dbwrap: rewrite lock order check to ease debuggingGregor Beck2012-08-032-30/+56
* ntdb: make --disable-ntdb work properly.Rusty Russell2012-07-041-0/+2
* dbwrap: don't ignore the result of dbwrap_parse_record in dbwrap_fetch_int32()Stefan Metzmacher2012-06-221-1/+5
* dbwrap: intialize state.status in dbwrap_fetch_int32()Stefan Metzmacher2012-06-221-0/+2
* dbwrap: Convert fetch_int32 to dbwrap_parse_recordVolker Lendecke2012-06-221-13/+24
* dbwrap: Add dbwrap_fetch_int32Volker Lendecke2012-06-222-3/+11
* dbwrap: Add dbwrap_change_int32_atomicVolker Lendecke2012-06-222-9/+21
* dbwrap: dbwrap_hash_size().Rusty Russell2012-06-227-0/+12
* dbwrap: dbwrap_name().Rusty Russell2012-06-227-1/+11
* dbwrap: dbwrap_transaction_start_nonblock().Rusty Russell2012-06-224-0/+26
* dbwrap: dbwrap_fetch_locked_timeout().Rusty Russell2012-06-224-0/+52
* dbwrap: add dbwrap_check() function.Rusty Russell2012-06-224-0/+31
* dbwrap: dbwrap_local_open()Rusty Russell2012-06-224-0/+92
* dbwrap: remove get_flags().Rusty Russell2012-06-225-24/+0