summaryrefslogtreecommitdiff
path: root/lib/dbwrap
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* lib/dbwrap: depend directly on tdb, not tdb_compat.Rusty Russell2012-06-191-1/+1
* dbwrap: Remove an unnecessary ZERO_STRUCTVolker Lendecke2012-06-151-1/+0
* dbwrap: dbwrap_trans_store_uint32->dbwrap_trans_store_uint32_bystringVolker Lendecke2012-06-152-4/+6
* dbwrap: dbwrap_trans_store_int32->dbwrap_trans_store_int32_bystringVolker Lendecke2012-06-152-4/+6
* dbwrap: dbwrap_trans_change_int32_atomic->dbwrap_trans_change_int32_atomic_by...Volker Lendecke2012-06-152-8/+8
* dbwrap: dbwrap_change_int32_atomic->dbwrap_change_int32_atomic_bystringVolker Lendecke2012-06-152-4/+8
* dbwrap: dbwrap_trans_change_uint32_atomic->dbwrap_trans_change_uint32_atomic_...Volker Lendecke2012-06-152-8/+8
* dbwrap: dbwrap_change_uint32_atomic->dbwrap_change_uint32_atomic_bystringVolker Lendecke2012-06-152-4/+8
* dbwrap: dbwrap_store_uint32->dbwrap_store_uint32_bystringVolker Lendecke2012-06-152-4/+4
* dbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystringVolker Lendecke2012-06-152-4/+4
* dbwrap: dbwrap_store_int32->dbwrap_store_int32_bystringVolker Lendecke2012-06-152-4/+4
* dbwrap: dbwrap_fetch_int32->dbwrap_fetch_int32_bystringVolker Lendecke2012-06-152-4/+4
* s3: Use talloc_tos() in more places in dbwrap_utilVolker Lendecke2012-06-121-6/+10
* lib/dbwrap: make it possible to delete/store the current record during traverseStefan Metzmacher2012-05-311-9/+71
* lib/dbwrap: don't alter the record on failure in db_rbt_store()Stefan Metzmacher2012-05-311-9/+10
* lib/dbwrap: fix db_rbt_store and update the per record node pointerStefan Metzmacher2012-05-311-0/+1
* lib/dbwrap: remove unused per db_record pointer in dbwrap_rbtStefan Metzmacher2012-05-311-10/+9
* dbwrap: Fix Coverity ID 242750 Incorrect sizeof expressionVolker Lendecke2012-05-151-1/+1
* move the dbwrap library to the top levelMichael Adam2012-05-1413-0/+2821