summaryrefslogtreecommitdiff
path: root/lib/dbwrap
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-22dbwrap: dbwrap_name().Rusty Russell7-1/+11
2012-06-22dbwrap: dbwrap_transaction_start_nonblock().Rusty Russell4-0/+26
2012-06-22dbwrap: dbwrap_fetch_locked_timeout().Rusty Russell4-0/+52
2012-06-22dbwrap: add dbwrap_check() function.Rusty Russell4-0/+31
2012-06-22dbwrap: dbwrap_local_open()Rusty Russell4-0/+92
2012-06-22dbwrap: remove get_flags().Rusty Russell5-24/+0
2012-06-19lib/dbwrap: depend directly on tdb, not tdb_compat.Rusty Russell1-1/+1
2012-06-15dbwrap: Remove an unnecessary ZERO_STRUCTVolker Lendecke1-1/+0
2012-06-15dbwrap: dbwrap_trans_store_uint32->dbwrap_trans_store_uint32_bystringVolker Lendecke2-4/+6
2012-06-15dbwrap: dbwrap_trans_store_int32->dbwrap_trans_store_int32_bystringVolker Lendecke2-4/+6
2012-06-15dbwrap: dbwrap_trans_change_int32_atomic->dbwrap_trans_change_int32_atomic_by...Volker Lendecke2-8/+8
2012-06-15dbwrap: dbwrap_change_int32_atomic->dbwrap_change_int32_atomic_bystringVolker Lendecke2-4/+8
2012-06-15dbwrap: dbwrap_trans_change_uint32_atomic->dbwrap_trans_change_uint32_atomic_...Volker Lendecke2-8/+8
2012-06-15dbwrap: dbwrap_change_uint32_atomic->dbwrap_change_uint32_atomic_bystringVolker Lendecke2-4/+8
2012-06-15dbwrap: dbwrap_store_uint32->dbwrap_store_uint32_bystringVolker Lendecke2-4/+4
2012-06-15dbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystringVolker Lendecke2-4/+4
2012-06-15dbwrap: dbwrap_store_int32->dbwrap_store_int32_bystringVolker Lendecke2-4/+4
2012-06-15dbwrap: dbwrap_fetch_int32->dbwrap_fetch_int32_bystringVolker Lendecke2-4/+4
2012-06-12s3: Use talloc_tos() in more places in dbwrap_utilVolker Lendecke1-6/+10
2012-05-31lib/dbwrap: make it possible to delete/store the current record during traverseStefan Metzmacher1-9/+71
2012-05-31lib/dbwrap: don't alter the record on failure in db_rbt_store()Stefan Metzmacher1-9/+10
2012-05-31lib/dbwrap: fix db_rbt_store and update the per record node pointerStefan Metzmacher1-0/+1
2012-05-31lib/dbwrap: remove unused per db_record pointer in dbwrap_rbtStefan Metzmacher1-10/+9
2012-05-15dbwrap: Fix Coverity ID 242750 Incorrect sizeof expressionVolker Lendecke1-1/+1