summaryrefslogtreecommitdiff
path: root/lib/dbwrap/dbwrap_rbt.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-03lib:dbwrap: Fix code spellingAndreas Schneider1-1/+1
2022-09-20lib/dbwrap: allow dbwrap_merge_dbufs() to update an existing bufferStefan Metzmacher1-3/+6
2020-06-10dbwrap_rbt: support TDB_INSERT and TDB_MODIFY store flagsDavid Disseldorp1-0/+8
2019-11-22dbwrap: Protect against invalid db_record->valueVolker Lendecke1-0/+2
2019-05-27Fix ubsan null pointer passed as argument 2Gary Lockyer1-1/+3
2017-07-25dbwrap: Convert backend store to storevVolker Lendecke1-4/+21
2016-06-08build: Address may be used uninitialized in this function on Ubuntu 10.04Andrew Bartlett1-1/+2
2015-11-27dbwrap_rbt: fix modifying the db during traverseStefan Metzmacher1-47/+57
2015-11-27dbwrap_rbt: add nested traverse protectionStefan Metzmacher1-31/+40
2015-11-27dbwrap_rbt: use talloc_zero_size() instead of a partial ZERO_STRUCT()Stefan Metzmacher1-3/+1
2015-09-22dbwrap: Make dbwrap_db_id return size_tVolker Lendecke1-3/+5
2015-07-20dbwrap_rbt: Make "key" and "value" aligned to 16 byteVolker Lendecke1-12/+39
2012-11-29dbwrap: Use talloc_zero in db_open_rbtVolker Lendecke1-5/+1
2012-06-22dbwrap: dbwrap_hash_size().Rusty Russell1-0/+1
2012-06-22dbwrap: dbwrap_name().Rusty Russell1-0/+1
2012-06-15dbwrap: Remove an unnecessary ZERO_STRUCTVolker Lendecke1-1/+0
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
2012-05-14move the dbwrap library to the top levelMichael Adam1-0/+450