summaryrefslogtreecommitdiffstats
path: root/source/registry
Commit message (Expand)AuthorAgeFilesLines
...
* registry: add comments to removing lists in regdb_store_keys().Michael Adam2008-05-081-0/+4
* registry: change order of deleting value and subkey lists in store_keys().Michael Adam2008-05-081-16/+13
* registry: adapt comment to first step in regdb_store_keys().Michael Adam2008-05-081-1/+1
* registry: adapt comment of last step in regdb_store_keys().Michael Adam2008-05-081-1/+1
* registry: regdb_store_keys: move storing the subkey list down after removing ...Michael Adam2008-05-081-8/+8
* registry: add comment explaining workflow to make store_keys safe w/o transac...Michael Adam2008-05-081-0/+21
* registry: check for existence of non base key in regdb_store_keys() before pr...Michael Adam2008-05-081-0/+4
* registry: add a function regdb_key_is_base_key() to check whether is composite.Michael Adam2008-05-081-0/+33
* registry: check for existence of key in regdb_set_secdesc() before proceeding.Michael Adam2008-05-081-0/+5
* registry: check for existence of key in regdb_get_secdesc() before proceeding.Michael Adam2008-05-081-0/+5
* registry: check for existence of key in regdb_store_values() before proceeding.Michael Adam2008-05-081-0/+4
* registry: check for existence of key in regdb_fetch_keys() before proceeding.Michael Adam2008-05-081-0/+4
* registry: check for existence of key in regdb_fetch_values() first.Michael Adam2008-05-081-0/+4
* registry: free talloc context on error path in regdb_fetch_values().Michael Adam2008-05-081-1/+1
* registry: Implement new semantics for existence of registry key in tdb.Michael Adam2008-05-081-3/+52
* registry: make normalize_reg_path() strip leading and trailing '/' chars.Michael Adam2008-05-081-7/+26
* registry: free temporary data in regdb_fetch_key_internal().Michael Adam2008-05-081-1/+5
* registry: change order of arguments of regdb_fetch_key_internal()Michael Adam2008-05-081-4/+4
* registry: skip writes of existing keys in init_registry_data().Michael Adam2008-04-301-0/+3
* registry: save writes in init_registry_data() if data does already exist.Michael Adam2008-04-301-12/+43
* registry: check for existence of key init_registry_key and possibly save a wr...Michael Adam2008-04-301-0/+4
* registry: add function regdb_key_exists() to check for existence of a key.Michael Adam2008-04-301-0/+17
* registry: use regdb_fetch_key_internal() in regdb_fetch_values().Michael Adam2008-04-301-5/+1
* registry: use regdb_fetch_key_internal() in regdb_fetch_keys().Michael Adam2008-04-301-7/+1
* registry: add a function for fetching a tdb record for a given keystringMichael Adam2008-04-301-0/+12
* registry: combine talloc_strdup() and normalize_reg_path() in regdb_fetch_key...Michael Adam2008-04-301-7/+1
* registry: use normalize_reg_path() in regdb_fetch_keys()Michael Adam2008-04-301-2/+1
* registry: use dbwrap_fetch_bystring() in regdb_fetch_values().Michael Adam2008-04-301-5/+1
* registry: use dbwrap_fetch_bystring() in regdb_fetch_keys().Michael Adam2008-04-301-5/+1
* registry: honour the WERROR that regsubkey_ctr_addkey gives us in reg_load_tree.Michael Adam2008-04-131-1/+5
* registry: honour the WERROR that regsubkey_ctr_addkey gives in regdb_fetch_keys.Michael Adam2008-04-131-1/+7
* registry: rename init_registry() to registry_init_full() for consistency.Michael Adam2008-04-131-1/+1
* registry: change init_registry() to return WERROR instead of bool.Michael Adam2008-04-131-5/+2
* registry: change registry_init_smbconf() to return WERROR instead of boolMichael Adam2008-04-131-5/+2
* registry: refactor common part of registry initialization out.Michael Adam2008-04-133-25/+15
* registry: change registry_init_basic() to return WERROR instead of boolMichael Adam2008-04-131-5/+5
* registry: change reghook_cache_add() to return WERROR instead of boolMichael Adam2008-04-133-6/+10
* registry cachehook: change helper function keyname_to_path() to return WERROR.Michael Adam2008-04-131-18/+32
* adt_tree: change pathtree_add to return WERR instead of bool.Michael Adam2008-04-131-3/+3
* registry cachehook: revert logic to make fast path more obvious and reduce in...Michael Adam2008-04-131-8/+9
* registry: change reghook_cache_init() to return WERROR and use it in the call...Michael Adam2008-04-134-9/+26
* registry cachehook: compare cache_tree against NULL, not 0.Michael Adam2008-04-131-1/+1
* registry: change init_registry_key() and init_registry_data() to return WERRMichael Adam2008-04-133-20/+43
* registry: unify debug output in the registry init functions.Michael Adam2008-04-133-9/+9
* registry: change regdb_init() to return WERROR instead of bool.Michael Adam2008-04-134-23/+19
* registry: make registry_init_smbconf() hook the registry ops onto given key.Michael Adam2008-04-131-4/+10
* registry cachehook: add talloc failed debug messages.Michael Adam2008-04-131-0/+6
* registry cachehook: eliminate a couple trailing spaces (empty lines).Michael Adam2008-04-131-4/+4
* registry cachehook: fix memleak (to talloc_tos()): free key at the end.Michael Adam2008-04-131-1/+4
* registry cachehook: refactor normalization of keyname out.Michael Adam2008-04-131-29/+23