summaryrefslogtreecommitdiff
path: root/source3/lib/dbwrap/dbwrap.h
AgeCommit message (Expand)AuthorFilesLines
2012-05-13s3:dbwrap: move definition of dbwrap_lock_order to dbwrap.hMichael Adam1-0/+6
2012-04-20s3-dbwrap: Add dbwrap_set_stored_callbackVolker Lendecke1-0/+5
2012-04-20s3-dbwrap: Add "db_context" to "db_record"Volker Lendecke1-0/+1
2012-04-20s3-dbwrap: Add dbwrap_db_idVolker Lendecke1-0/+1
2012-04-17s3: Add dbwrap_try_fetch_lockedVolker Lendecke1-0/+3
2011-12-15s3-dbwrap: Make dbwrap_parse_record return NTSTATUSVolker Lendecke1-4/+4
2011-12-02s3: Remove unused dbwrap_record_get_private_dataVolker Lendecke1-1/+0
2011-10-11s3:dbwrap: change dbwrap_store_uint32() to NTSTATUS return typeMichael Adam1-1/+2
2011-10-11s3:dbwrap: change dbwrap_store_int32() to NTSTATUS return typeMichael Adam1-1/+2
2011-10-11s3:dbwrap: change dbwrap_fetch_uint32() to NTSTATUS return type (instead of b...Michael Adam1-2/+2
2011-10-11s3:dbwrap: convert dbwrap_fetch_int32() to NTSTATUS return codeMichael Adam1-1/+2
2011-10-11s3:dbwrap: move definitions of db_record and db_contect structs to dbwrap_pri...Michael Adam1-35/+2
2011-10-11s3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystring() and dbwrap_fetch_b...Michael Adam1-6/+6
2011-10-11s3:dbwrap: add dbwrap_fetch_locked(), a wrapper for db->fetch_lockedMichael Adam1-0/+3
2011-10-11s3:dbwrap: add dbwrap_record_delete(), a wrapper for record->delete_recMichael Adam1-0/+1
2011-10-11s3:dbwrap: add dbwrap_record_store(), a wrapper for record->storeMichael Adam1-0/+1
2011-10-11s3:dbwrap: add get-functions for db_record key, value and private_dataMichael Adam1-0/+4
2011-10-11s3:dbwrap: add wrapper function dbwrap_get_seqnum()Michael Adam1-0/+1
2011-10-11s3:dbwrap: add wrappers for transactions start/cancel/commitMichael Adam1-0/+3
2011-10-11s3:dbwrap: add wrapper dbwrap_get_flags()Michael Adam1-0/+1
2011-10-11s3:dbwrap: add function dbwrap_wipe()Gregor Beck1-0/+2
2011-10-11s3:dbwrap: add function dbwrap_parse_record()Gregor Beck1-0/+4
2011-10-11s3:dbwrap: add function dbwrap_exists()Gregor Beck1-0/+2
2011-10-11s3:dbwrap: add a wrapper dbwrap_traverse_read()Michael Adam1-0/+4
2011-10-11s3:dbwrap: change the dbwrap_traverse() wrapper to return the count in an add...Michael Adam1-1/+2
2011-10-11s3:dbwrap: reorganize dbwrap.h someMichael Adam1-5/+8
2011-10-11s3:dbwrap: move the db_open_rbt() prototype to a new header dbwrap_rbt.hMichael Adam1-2/+0
2011-10-11s3:dbwrap: move the db_open_file() prototype to a new header dbwrap_file.hMichael Adam1-8/+0
2011-10-11s3:dbwrap: move the db_open_tdb() prototype to a new header dbwrap_tdb.hMichael Adam1-5/+0
2011-10-11s3:dbwrap: move the db_open_ctdb() prototype to a new header dbwrap_ctdb.hMichael Adam1-7/+0
2011-07-29s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam1-0/+138