Age | Commit message (Expand) | Author | Files | Lines |
2012-06-15 | dbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystring | Volker Lendecke | 1 | -2/+2 |
2012-01-18 | s3: Add a "lock_order" argument to db_open | Volker Lendecke | 1 | -1/+2 |
2011-12-03 | lib/util: factor out tdb_data_is_empty | Gregor Beck | 1 | -10/+7 |
2011-12-03 | s3:net: adapt idmap check to new dbwrap_fetch behavior not to return success ... | Gregor Beck | 1 | -6/+2 |
2011-10-12 | s3:net: factor out interact_edit() | Gregor Beck | 1 | -93/+1 |
2011-10-11 | s3:dbwrap: change dbwrap_fetch_uint32() to NTSTATUS return type (instead of b... | Michael Adam | 1 | -4/+8 |
2011-10-11 | s3:net: convert net idmap check to use dbwrap wrapper functions. | Michael Adam | 1 | -26/+55 |
2011-10-11 | s3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystring() and dbwrap_fetch_b... | Michael Adam | 1 | -1/+4 |
2011-10-11 | s3:dbwrap: change the dbwrap_traverse() wrapper to return the count in an add... | Michael Adam | 1 | -3/+3 |
2011-10-11 | s3:dbwrap: move the db_open_rbt() prototype to a new header dbwrap_rbt.h | Michael Adam | 1 | -0/+1 |
2011-10-08 | s3:utils: avoid '//' comments | Stefan Metzmacher | 1 | -1/+1 |
2011-07-29 | s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/ | Michael Adam | 1 | -1/+1 |
2011-07-29 | s3:dbwrap: move db_open() to a file dbwrap_open.c of its own. | Michael Adam | 1 | -0/+1 |
2011-06-20 | tdb_compat: Higher level API fixes. | Rusty Russell | 1 | -2/+2 |
2011-05-06 | s3: only include tdb headers where needed. | Günther Deschner | 1 | -0/+1 |
2011-04-08 | s3:net idmap check: fix output of an invalid record | Michael Adam | 1 | -1/+6 |
2011-04-08 | s3-net: "idmap check" ignore __db_sequence_number__ | Gregor Beck | 1 | -1/+7 |
2011-04-07 | s3:net idmap check: fix a couple of c++ implicit void * cast warnings | Michael Adam | 1 | -5/+5 |
2011-04-04 | s3-net: add command "net idmap check" | Gregor Beck | 1 | -0/+1006 |