summaryrefslogtreecommitdiff
path: root/source3/registry
AgeCommit message (Expand)AuthorFilesLines
2008-08-13first cut at adding full transactions for ctdb to samba3Andrew Tridgell1-3/+3
2008-08-05registry: use _bystring wrappers to dbwrap_trans_(store|delete).Michael Adam1-6/+3
2008-07-15registry: bump debug level to 1 in regdb_init() if storing version string fails.Michael Adam1-1/+1
2008-07-15registry: bump debug level to 1 in regdb_init() if opening the registry fails.Michael Adam1-1/+1
2008-07-09registry: fix logic in deleting subkeys record in regdb_fetch_keys().Michael Adam1-2/+6
2008-07-09registry: improve logic for deleting value records in regdb_store_keys().Michael Adam1-2/+9
2008-07-08registry: fetch regdb_fetch_keys() when a key exists but not its subkey-record.Michael Adam1-9/+10
2008-05-08registry: add removal of secdesc of a key to regdb_store_keys().Michael Adam1-0/+17
2008-05-08registry: add comments to removing lists in regdb_store_keys().Michael Adam1-0/+4
2008-05-08registry: change order of deleting value and subkey lists in store_keys().Michael Adam1-16/+13
2008-05-08registry: adapt comment to first step in regdb_store_keys().Michael Adam1-1/+1
2008-05-08registry: adapt comment of last step in regdb_store_keys().Michael Adam1-1/+1
2008-05-08registry: regdb_store_keys: move storing the subkey list down after removing ...Michael Adam1-8/+8
2008-05-08registry: add comment explaining workflow to make store_keys safe w/o transac...Michael Adam1-0/+21
2008-05-08registry: check for existence of non base key in regdb_store_keys() before pr...Michael Adam1-0/+4
2008-05-08registry: add a function regdb_key_is_base_key() to check whether is composite.Michael Adam1-0/+33
2008-05-08registry: check for existence of key in regdb_set_secdesc() before proceeding.Michael Adam1-0/+5
2008-05-08registry: check for existence of key in regdb_get_secdesc() before proceeding.Michael Adam1-0/+5
2008-05-08registry: check for existence of key in regdb_store_values() before proceeding.Michael Adam1-0/+4
2008-05-08registry: check for existence of key in regdb_fetch_keys() before proceeding.Michael Adam1-0/+4
2008-05-08registry: check for existence of key in regdb_fetch_values() first.Michael Adam1-0/+4
2008-05-08registry: free talloc context on error path in regdb_fetch_values().Michael Adam1-1/+1
2008-05-08registry: Implement new semantics for existence of registry key in tdb.Michael Adam1-3/+52
2008-05-08registry: make normalize_reg_path() strip leading and trailing '/' chars.Michael Adam1-7/+26
2008-05-08registry: free temporary data in regdb_fetch_key_internal().Michael Adam1-1/+5
2008-05-08registry: change order of arguments of regdb_fetch_key_internal()Michael Adam1-4/+4
2008-04-30registry: skip writes of existing keys in init_registry_data().Michael Adam1-0/+3
2008-04-30registry: save writes in init_registry_data() if data does already exist.Michael Adam1-12/+43
2008-04-30registry: check for existence of key init_registry_key and possibly save a wr...Michael Adam1-0/+4
2008-04-30registry: add function regdb_key_exists() to check for existence of a key.Michael Adam1-0/+17
2008-04-30registry: use regdb_fetch_key_internal() in regdb_fetch_values().Michael Adam1-5/+1
2008-04-30registry: use regdb_fetch_key_internal() in regdb_fetch_keys().Michael Adam1-7/+1
2008-04-30registry: add a function for fetching a tdb record for a given keystringMichael Adam1-0/+12
2008-04-30registry: combine talloc_strdup() and normalize_reg_path() in regdb_fetch_key...Michael Adam1-7/+1
2008-04-30registry: use normalize_reg_path() in regdb_fetch_keys()Michael Adam1-2/+1
2008-04-30registry: use dbwrap_fetch_bystring() in regdb_fetch_values().Michael Adam1-5/+1
2008-04-30registry: use dbwrap_fetch_bystring() in regdb_fetch_keys().Michael Adam1-5/+1
2008-04-13registry: honour the WERROR that regsubkey_ctr_addkey gives us in reg_load_tree.Michael Adam1-1/+5
2008-04-13registry: honour the WERROR that regsubkey_ctr_addkey gives in regdb_fetch_keys.Michael Adam1-1/+7
2008-04-13registry: rename init_registry() to registry_init_full() for consistency.Michael Adam1-1/+1
2008-04-13registry: change init_registry() to return WERROR instead of bool.Michael Adam1-5/+2
2008-04-13registry: change registry_init_smbconf() to return WERROR instead of boolMichael Adam1-5/+2
2008-04-13registry: refactor common part of registry initialization out.Michael Adam3-25/+15
2008-04-13registry: change registry_init_basic() to return WERROR instead of boolMichael Adam1-5/+5
2008-04-13registry: change reghook_cache_add() to return WERROR instead of boolMichael Adam3-6/+10
2008-04-13registry cachehook: change helper function keyname_to_path() to return WERROR.Michael Adam1-18/+32
2008-04-13adt_tree: change pathtree_add to return WERR instead of bool.Michael Adam1-3/+3
2008-04-13registry cachehook: revert logic to make fast path more obvious and reduce in...Michael Adam1-8/+9
2008-04-13registry: change reghook_cache_init() to return WERROR and use it in the call...Michael Adam4-9/+26
2008-04-13registry cachehook: compare cache_tree against NULL, not 0.Michael Adam1-1/+1