summaryrefslogtreecommitdiff
path: root/lib/dbwrap/dbwrap_rbt.c
Commit message (Expand)AuthorAgeFilesLines
* lib:dbwrap: Fix code spellingAndreas Schneider2023-04-031-1/+1
* lib/dbwrap: allow dbwrap_merge_dbufs() to update an existing bufferStefan Metzmacher2022-09-201-3/+6
* dbwrap_rbt: support TDB_INSERT and TDB_MODIFY store flagsDavid Disseldorp2020-06-101-0/+8
* dbwrap: Protect against invalid db_record->valueVolker Lendecke2019-11-221-0/+2
* Fix ubsan null pointer passed as argument 2Gary Lockyer2019-05-271-1/+3
* dbwrap: Convert backend store to storevVolker Lendecke2017-07-251-4/+21
* build: Address may be used uninitialized in this function on Ubuntu 10.04Andrew Bartlett2016-06-081-1/+2
* dbwrap_rbt: fix modifying the db during traverseStefan Metzmacher2015-11-271-47/+57
* dbwrap_rbt: add nested traverse protectionStefan Metzmacher2015-11-271-31/+40
* dbwrap_rbt: use talloc_zero_size() instead of a partial ZERO_STRUCT()Stefan Metzmacher2015-11-271-3/+1
* dbwrap: Make dbwrap_db_id return size_tVolker Lendecke2015-09-221-3/+5
* dbwrap_rbt: Make "key" and "value" aligned to 16 byteVolker Lendecke2015-07-201-12/+39
* dbwrap: Use talloc_zero in db_open_rbtVolker Lendecke2012-11-291-5/+1
* dbwrap: dbwrap_hash_size().Rusty Russell2012-06-221-0/+1
* dbwrap: dbwrap_name().Rusty Russell2012-06-221-0/+1
* dbwrap: Remove an unnecessary ZERO_STRUCTVolker Lendecke2012-06-151-1/+0
* 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-141-0/+450