summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* s3:locking: convert locking.c to use dbwrap wrapper functions onlyMichael Adam2011-10-111-12/+31
| | | | Avoid direct use of the db_record and db_context structs.
* s3:locking: convert brlock to only use dbwrap wrapper functionsMichael Adam2011-10-111-15/+28
| | | | Avoid direct use of the db_record and db_context structs.
* s3:messages: convert to use only dbwrap wrapper functionsMichael Adam2011-10-111-1/+1
| | | | Avoid direct use of the db_record and db_context structs.
* s3:groupdb: convert mapping_tdb.c to use dbwrap wrapper functions onlyMichael Adam2011-10-111-21/+31
|
* s3:rpc_server: convert srvsvc to only use dbwrap wrapper functionsMichael Adam2011-10-111-2/+5
| | | | Avoid direct use of the db_record and db_context structs.
* s3:smbd: convert notify db to use dbwrap wrapper functionsMichael Adam2011-10-111-28/+30
| | | | Avoid direct use of the db_record and db_context structs.
* s3:smbd: convert session.c to use dbwrap wrapper functions onlyMichael Adam2011-10-111-6/+12
| | | | Avoid direct use of the db_record and db_context structs.
* s3:smbd: convert connections.c to use only dbrwap wrapper functionsMichael Adam2011-10-111-3/+3
| | | | Avoid direct use of the db_record and db_context structs.
* s3:conn_tdb: convert connections tdb to only use dbwrap wrapper functionsMichael Adam2011-10-111-13/+45
| | | | Avoid direct use of the db_record and db_context structs.
* s3:vfs: convert the acl_tdb module to use dbwrap wrapper functions.Michael Adam2011-10-111-13/+14
| | | | Avoid direct use of the db_record and db_context structs.
* s3:vfs: convert nfs4_acls sidmap db code to use dbwrap_wrapper functionsMichael Adam2011-10-111-2/+4
| | | | Avoid direct use of the db_record and db_context structs.
* s3:vfs: change the xattr_tdb module to use dbwrap wrapper functionsMichael Adam2011-10-111-11/+18
| | | | Avoid direct use of the db_record and db_context structs.
* s3:printing: convert printer_list to use dbwrap wrapper functionsMichael Adam2011-10-111-11/+20
| | | | Avoid direct use of the db_record and db_context structs.
* s3:secrets: convert to use dbwrap wrapper functions onlyMichael Adam2011-10-112-7/+14
| | | | Avoid direct use of the db_record and db_context structs.
* s3:passdb: convert account_pol to use dbwrap wrapper functions onlyMichael Adam2011-10-111-4/+4
| | | | Avoid direct use of the db_record and db_context structs.
* s3:passdb: convert machine_sid to use dbwrap wrapper functions onlyMichael Adam2011-10-111-3/+3
| | | | Avoid direct use of the db_record and db_context structs.
* s3:passdb: convert pdb_tdb to use dbwrap wrapper functions.Michael Adam2011-10-111-46/+61
| | | | Avoid direct use of the db_record and db_context structs
* s3:net: convert net idmap check to use dbwrap wrapper functions.Michael Adam2011-10-111-26/+55
| | | | Avoid direct use of the db_record and db_context structs.
* s3:net: convert net idmap to use only dbwrap wrapper functionsMichael Adam2011-10-111-19/+34
| | | | Avoid direct use of the db_record and db_context structs.
* s3:idmap: convert idmap_tdb to use dbwrap wrapper functions.Michael Adam2011-10-111-22/+34
| | | | Avoid direct use of the db_record and db_context structs.
* s3:libnet: convert libnet_dssync_passdb to only use dbwrap wrapper functions.Michael Adam2011-10-111-32/+48
| | | | Avoid direct use of the db_record and db_context structs.
* s3:privileges: convert privileges.c to use dbwrap wrapper functions.Michael Adam2011-10-111-8/+22
| | | | Avoid direct use of the db_record and db_context structs.
* s3:g_lock: convert to use only dbwrap wrapper functions.Michael Adam2011-10-111-15/+30
| | | | Avoid direct use of the db_record and db_context structs.
* s3:registry: convert reg_backend_db to use dbwrap wrapper functionsMichael Adam2011-10-111-34/+43
| | | | Avoid direct use of the db_record and db_context structs
* s3:talloc_dict: change to only use dbwrap wrapper functionsMichael Adam2011-10-111-17/+39
| | | | Avoid direct use of the db_record and db_context structs.
* s3:sharesec: convert sharesec.c to use dbwrap wrapper functionsMichael Adam2011-10-111-18/+24
| | | | Avoid direct use of the db_record and db_context structs
* s3:sessionid: convert to using dbwrap wrapper functions onlyMichael Adam2011-10-111-9/+18
| | | | Avoid direct use of the db_record and db_context structs.
* s3:sessionid: use dbwrap_travers_read() in sessionid_travers_read()Michael Adam2011-10-113-13/+16
| | | | | This also changes the return code of sessionid_traverse_read() to NTSTATUS. It also uses traverse_read instead of traverse.
* s3:sessionid: use dbwrap_travers() in sessionid_traverse()Michael Adam2011-10-112-10/+12
| | | | This also changes sessionid_traverse to NTSTATUS return type.
* s3:net: convert net serverid to only use dbwrap wrapper functionsMichael Adam2011-10-111-3/+3
| | | | Avoid direct use of the db_record and db_context structs.
* s3:serverid: convert to using dbwrap wrapper functions onlyMichael Adam2011-10-111-16/+24
| | | | Avoid direct use of the db_record and db_context structs.
* s3:net: fix the exit code of net serverid wipeMichael Adam2011-10-111-1/+1
|
* s3:net: fix the exit code of net serverid listMichael Adam2011-10-111-1/+1
|
* s3:serverid: use dbwrap_traverse_read() in serverid_traverse_read()Michael Adam2011-10-111-1/+5
| | | | | | This also fixes the return value: originally the int return value of traverse_read which is a count of the records traversed or negative upon failure, was simply casted into a bool return value.
* s3:serverid: use dbwrap_traverse() in serverid_traverse()Michael Adam2011-10-111-1/+4
| | | | | | This also fixes the return value: Originally, the int returned by the traverse method, which is the count of the traverse was casted into a bool return value.
* s3:dbwrap_torture: convert to using wrapper functions onlyMichael Adam2011-10-111-7/+9
|
* s3:dbwrap_tool: convert to using wrapper functions onlyMichael Adam2011-10-111-9/+9
|
* s3:dbwrap: convert dbwrap_util.c to use dbwrap wrapper functionsMichael Adam2011-10-111-33/+41
|
* s3:dbwrap: use dbwrap_fetch_bystring() in dbwrap_fetch_[u]int32()Michael Adam2011-10-111-2/+6
|
* s3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystring() and ↵Michael Adam2011-10-1115-67/+93
| | | | dbwrap_fetch_bystring_upper() to NTSTATUS
* s3:dbwrap: add dbwrap_fetch_locked(), a wrapper for db->fetch_lockedMichael Adam2011-10-112-0/+10
|
* s3:dbwrap: add dbwrap_record_delete(), a wrapper for record->delete_recMichael Adam2011-10-112-0/+6
|
* s3:dbwrap: add dbwrap_record_store(), a wrapper for record->storeMichael Adam2011-10-112-0/+6
|
* s3:dbwrap: add get-functions for db_record key, value and private_dataMichael Adam2011-10-112-0/+19
|
* s3:dbwrap: add wrapper function dbwrap_get_seqnum()Michael Adam2011-10-112-0/+6
|
* s3:dbwrap: add wrappers for transactions start/cancel/commitMichael Adam2011-10-112-0/+18
|
* s3:dbwrap: add wrapper dbwrap_get_flags()Michael Adam2011-10-112-0/+6
|
* s3:dbwrap: fix db_rbt_traverse() to return the record count on successGregor Beck2011-10-111-5/+14
| | | | | | this makes it consistent with documented behaviour of tdb_traverse() Signed-off-by: Michael Adam <obnox@samba.org>
* s3:dbwrap: add specific dbwrap_wipe() implementation to dbwrap_rbtGregor Beck2011-10-111-0/+14
| | | | Signed-off-by: Michael Adam <obnox@samba.org>
* s3:dbwrap: add specific dbwrap_wipe() implementation to dbwrap_tdbGregor Beck2011-10-111-0/+8
| | | | Signed-off-by: Michael Adam <obnox@samba.org>