Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-29 | dbwrap: Use talloc_zero in db_open_rbt | Volker Lendecke | 1 | -5/+1 | |
Reviewed-by: Michael Adam <obnox@samba.org> | |||||
2012-06-22 | dbwrap: dbwrap_hash_size(). | Rusty Russell | 1 | -0/+1 | |
Implemented for ntdb and tdb; falls back to 0 for others. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | |||||
2012-06-22 | dbwrap: dbwrap_name(). | Rusty Russell | 1 | -0/+1 | |
Useful for debug messages: particularly once we start switching between .tdb and .ntdb files. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | |||||
2012-06-15 | dbwrap: Remove an unnecessary ZERO_STRUCT | Volker Lendecke | 1 | -1/+0 | |
We assign the only struct member one line down Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-31 | lib/dbwrap: make it possible to delete/store the current record during traverse | Stefan Metzmacher | 1 | -9/+71 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu May 31 02:50:09 CEST 2012 on sn-devel-104 | |||||
2012-05-31 | lib/dbwrap: don't alter the record on failure in db_rbt_store() | Stefan Metzmacher | 1 | -9/+10 | |
metze | |||||
2012-05-31 | lib/dbwrap: fix db_rbt_store and update the per record node pointer | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2012-05-31 | lib/dbwrap: remove unused per db_record pointer in dbwrap_rbt | Stefan Metzmacher | 1 | -10/+9 | |
metze | |||||
2012-05-15 | dbwrap: Fix Coverity ID 242750 Incorrect sizeof expression | Volker Lendecke | 1 | -1/+1 | |
Taking the size of "db" is correct, but a bit fishy. Silence Coverity. | |||||
2012-05-14 | move the dbwrap library to the top level | Michael Adam | 1 | -0/+450 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon May 14 04:04:55 CEST 2012 on sn-devel-104 |