summaryrefslogtreecommitdiff
path: root/lib/dbwrap
AgeCommit message (Expand)AuthorFilesLines
2015-02-26ntdb: always return int from tdb_store_flag_to_ntdb()David Disseldorp1-0/+1
2014-12-16dbwrap: Add code to marshall a db_context's dbVolker Lendecke2-0/+175
2014-11-24dbwrap: Fix a enum conversionVolker Lendecke1-1/+1
2014-10-30dbwrap: Avoid "includes.h" in dbwrap_cache.cVolker Lendecke1-3/+4
2014-10-30dbwrap: Add some required #includes to dbwrap.hVolker Lendecke1-0/+3
2014-10-30dbwrap: Avoid an unnecessary #includeVolker Lendecke1-5/+1
2014-03-31tdb_wrap: Remove tdb_wrap_open_ againVolker Lendecke1-3/+3
2014-03-31dbwrap: Avoid passing lp_ctx to tdb_wrap_open in db_open_tdbVolker Lendecke1-2/+8
2014-02-07dbwrap: completely check validity of lock order in dbwrap_check_lock_order()Michael Adam1-1/+1
2014-02-07dbwrap: add a comment explaining the supported lock ordersMichael Adam1-0/+4
2014-02-07dbwrap: add DBWRAP_LOCK_ORDER_VALID()Michael Adam1-0/+4
2014-02-07dbwrap: add DBWRAP_LOCK_ORDER_MINMichael Adam1-0/+1
2014-02-07dbwrap: move definition of DBWRAP_LOCK_ORDER_MAX to the private header.Michael Adam2-1/+2
2014-02-07dbwrap: explicitly use DBWRAP_LOCK_ORDER_NONE in tdb->ntdb conversionMichael Adam1-2/+4
2014-02-07dbwrap: introduce DBWRAP_LOCK_ORDER_NONE for lock order "0".Michael Adam2-1/+2
2014-02-07dbwrap: add dbwrap_flags argument to dbwrap_local_open()Michael Adam2-2/+4
2014-02-07dbwrap: add a dbwrap_flags argument to db_open_ntdb()Michael Adam3-4/+7
2014-02-07dbwrap: add a dbwrap_flags argument to db_open_tdb()Michael Adam3-4/+6
2014-02-07dbwrap: add DBWRAP_FLAG_OPTIMIZE_READONLY_ACCESSMichael Adam1-0/+1
2014-02-07dbwrap: add flags DBWRAP_FLAG_NONEMichael Adam1-0/+2
2013-12-14dbwrap: No lock_order check if not requiredVolker Lendecke1-13/+6
2013-12-14dbwrap_cache: Check negative firstVolker Lendecke1-3/+3
2013-12-14dbwrap_cache: Fix dbwrap_cache_validateVolker Lendecke1-2/+14
2013-12-14dbwrap: Avoid a stackframe in fetch_locked_internalVolker Lendecke1-5/+2
2013-06-06Revert "dbwrap: dbwrap_fetch_locked_timeout()."Volker Lendecke5-160/+0
2013-05-12dbwrap: Fix CID 1002092 Uninitialized scalar variableVolker Lendecke1-1/+3
2013-04-13ntdb: remove --disable-ntdb.Rusty Russell1-8/+0
2013-03-27dbwrap: Add a comment explaining a restrictionVolker Lendecke1-0/+11
2013-02-20dbwrap_local_open: never open the .tdb if there is an .ntdbRusty Russell1-0/+5
2013-02-20dbwrap_local_open: open NTDB if extension is .ntdbRusty Russell1-5/+157
2013-02-20dbwrap: dbwrap_ntdb.cRusty Russell3-10/+734
2013-02-08dbwrap: Prevent transactions on non-persistent dbsVolker Lendecke1-0/+5
2013-02-04lib/dbwrap: talloc_strdup() name in db_open_file()Stefan Metzmacher1-1/+6
2013-01-15dbwrap: add dbwrap_is_persistent()Michael Adam2-0/+6
2012-11-29dbwrap: Remove an unnecessary if-statementVolker Lendecke1-3/+1
2012-11-29dbwrap: No need to NULL out a talloc_zero'ed structure elementVolker Lendecke1-1/+0
2012-11-29dbwrap: Use talloc_zero in db_open_rbtVolker Lendecke1-5/+1
2012-11-29dbwrap: Use talloc_zero in db_open_cacheVolker Lendecke1-6/+1
2012-11-29dbwrap: Use dbwrap_parse_record in dbwrap_fetch_uint32_bystringVolker Lendecke1-13/+27
2012-10-25dbwrap: use talloc_stackframe() in db_tdb_log_key()Andrew Bartlett1-3/+4
2012-09-21s3:dbwrap: remove unused args from db_open_file()Gregor Beck2-6/+2
2012-09-21s3:dbwrap: let dbwrap_fetch_uint32 distinguish between "not found" and "wrong...Gregor Beck1-2/+5
2012-08-03lib/dbwrap: rewrite lock order check to ease debuggingGregor Beck2-30/+56
2012-07-04ntdb: make --disable-ntdb work properly.Rusty Russell1-0/+2
2012-06-22dbwrap: don't ignore the result of dbwrap_parse_record in dbwrap_fetch_int32()Stefan Metzmacher1-1/+5
2012-06-22dbwrap: intialize state.status in dbwrap_fetch_int32()Stefan Metzmacher1-0/+2
2012-06-22dbwrap: Convert fetch_int32 to dbwrap_parse_recordVolker Lendecke1-13/+24
2012-06-22dbwrap: Add dbwrap_fetch_int32Volker Lendecke2-3/+11
2012-06-22dbwrap: Add dbwrap_change_int32_atomicVolker Lendecke2-9/+21
2012-06-22dbwrap: dbwrap_hash_size().Rusty Russell7-0/+12