summaryrefslogtreecommitdiffstats
path: root/source3/lib/dbwrap/dbwrap.c
Commit message (Expand)AuthorAgeFilesLines
* move the dbwrap library to the top levelMichael Adam2012-05-141-398/+0
* s3-dbwrap: Add dbwrap_set_stored_callbackVolker Lendecke2012-04-201-2/+36
* s3-dbwrap: Add "db_context" to "db_record"Volker Lendecke2012-04-201-0/+6
* s3-dbwrap: Add dbwrap_db_idVolker Lendecke2012-04-201-0/+5
* s3-dbwrap: Remove dead code: talloc_stackframe() cannot failAndrew Bartlett2012-04-191-10/+1
* s3-dbwrap: Add talloc_stackframe() callsAndrew Bartlett2012-04-181-5/+21
* s3: Add dbwrap_try_fetch_lockedVolker Lendecke2012-04-171-4/+23
* dbwrap: changed log level for information about lock orderAndrew Tridgell2012-02-271-1/+1
* s3: Enforce a lock order in dbwrapVolker Lendecke2012-01-181-1/+80
* s3-dbwrap: All relevant backends provide parse_record(). Remove the fallback.Volker Lendecke2011-12-151-37/+0
* s3-dbwrap: Remove the "fetch" db_context callbackVolker Lendecke2011-12-151-21/+0
* s3-dbwrap: Rewrite dbwrap_fetch in terms of dbwrap_parse_recordVolker Lendecke2011-12-151-3/+30
* s3-dbwrap: Rewrite dbwrap_fallback_parse_record based on dbwrap_fetch_lockedVolker Lendecke2011-12-151-4/+13
* s3-dbwrap: Make dbwrap_parse_record return NTSTATUSVolker Lendecke2011-12-151-18/+16
* s3-dbwrap: Fix a typoVolker Lendecke2011-12-091-1/+1
* s3-dbwrap: & is not required when taking a function pointerVolker Lendecke2011-12-081-1/+1
* s3-dbwrap: Make dbwrap_fallback_wipe privateVolker Lendecke2011-12-081-1/+4
* s3-dbwrap: Avoid an "else" by an early returnVolker Lendecke2011-12-081-4/+4
* s3-dbwrap: Make dbwrap_fallback_parse_record privateVolker Lendecke2011-12-081-5/+5
* s3-dbwrap: Make dbwrap_fallback_fetch privateVolker Lendecke2011-12-081-3/+6
* s3-dbwrap: use wrappers where appropriateVolker Lendecke2011-12-081-7/+7
* s3: Fix some nonblank line endingsVolker Lendecke2011-12-021-4/+4
* s3: Remove unused dbwrap_record_get_private_dataVolker Lendecke2011-12-021-5/+0
* s3:dbwrap: turn the fetch dbwrap method to NTSTATUS return code.Michael Adam2011-11-291-12/+10
* s3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystring() and dbwrap_fetch_b...Michael Adam2011-10-111-6/+8
* s3:dbwrap: add dbwrap_fetch_locked(), a wrapper for db->fetch_lockedMichael Adam2011-10-111-0/+7
* s3:dbwrap: add dbwrap_record_delete(), a wrapper for record->delete_recMichael Adam2011-10-111-0/+5
* s3:dbwrap: add dbwrap_record_store(), a wrapper for record->storeMichael Adam2011-10-111-0/+5
* s3:dbwrap: add get-functions for db_record key, value and private_dataMichael Adam2011-10-111-0/+15
* s3:dbwrap: add wrapper function dbwrap_get_seqnum()Michael Adam2011-10-111-0/+5
* s3:dbwrap: add wrappers for transactions start/cancel/commitMichael Adam2011-10-111-0/+15
* s3:dbwrap: add wrapper dbwrap_get_flags()Michael Adam2011-10-111-0/+5
* s3:dbwrap: add a commentMichael Adam2011-10-111-0/+4
* s3:dbwrap: add function dbwrap_wipe()Gregor Beck2011-10-111-0/+22
* s3:dbwrap: implement dbwrap_fallback_exists() with dbwrap_parse_record()Gregor Beck2011-10-111-10/+2
* s3:dbwrap: allow NULL parser for dbwrap_parse_record()Gregor Beck2011-10-111-0/+9
* s3:dbwrap: dbwrap_parse_record() should always return -1 on "not found"Gregor Beck2011-10-111-1/+1
* s3:dbwrap: add function dbwrap_parse_record()Gregor Beck2011-10-111-0/+12
* s3:dbwrap: add function dbwrap_exists()Gregor Beck2011-10-111-0/+29
* s3:dbwrap: add a wrapper dbwrap_traverse_read()Michael Adam2011-10-111-0/+18
* s3:dbwrap: change the dbwrap_traverse() wrapper to return the count in an add...Michael Adam2011-10-111-2/+12
* s3:dbwrap: move dbwrap_traverse() to dbwrap.c, the core of the dbrwap subsystemMichael Adam2011-10-111-0/+8
* s3:dbwrap: move dbwrap_store() back to dbwrap.c, the core of the dbwrap subsy...Michael Adam2011-10-111-0/+16
* s3:dbwrap: move dbwrap_delete() back to dbwrap.c, the core of the dbwrap subs...Michael Adam2011-10-111-0/+14
* s3:dbwrap: move dbwrap_fetch() back to dbwrap.c, the core of the dbwrap subsy...Michael Adam2011-10-111-0/+14
* s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam2011-07-291-0/+66