summaryrefslogtreecommitdiffstats
path: root/source/registry
Commit message (Expand)AuthorAgeFilesLines
* registry: honour the WERROR that regsubkey_ctr_addkey gives us in reg_load_tree.Michael Adam2008-04-221-1/+5
* registry: honour the WERROR that regsubkey_ctr_addkey gives in regdb_fetch_keys.Michael Adam2008-04-221-1/+7
* registry: rename init_registry() to registry_init_full() for consistency.Michael Adam2008-04-221-1/+1
* registry: change init_registry() to return WERROR instead of bool.Michael Adam2008-04-221-5/+2
* registry: change registry_init_smbconf() to return WERROR instead of boolMichael Adam2008-04-221-5/+2
* registry: refactor common part of registry initialization out.Michael Adam2008-04-223-25/+15
* registry: change registry_init_basic() to return WERROR instead of boolMichael Adam2008-04-221-5/+5
* registry: change reghook_cache_add() to return WERROR instead of boolMichael Adam2008-04-223-6/+10
* registry cachehook: change helper function keyname_to_path() to return WERROR.Michael Adam2008-04-221-18/+32
* adt_tree: change pathtree_add to return WERR instead of bool.Michael Adam2008-04-221-3/+3
* registry cachehook: revert logic to make fast path more obvious and reduce in...Michael Adam2008-04-221-8/+9
* registry: change reghook_cache_init() to return WERROR and use it in the call...Michael Adam2008-04-224-9/+26
* registry cachehook: compare cache_tree against NULL, not 0.Michael Adam2008-04-221-1/+1
* registry: change init_registry_key() and init_registry_data() to return WERRMichael Adam2008-04-223-20/+43
* registry: unify debug output in the registry init functions.Michael Adam2008-04-223-9/+9
* registry: change regdb_init() to return WERROR instead of bool.Michael Adam2008-04-224-23/+19
* registry: make registry_init_smbconf() hook the registry ops onto given key.Michael Adam2008-04-221-4/+10
* registry cachehook: add talloc failed debug messages.Michael Adam2008-04-221-0/+6
* registry cachehook: eliminate a couple trailing spaces (empty lines).Michael Adam2008-04-221-4/+4
* registry cachehook: fix memleak (to talloc_tos()): free key at the end.Michael Adam2008-04-221-1/+4
* registry cachehook: refactor normalization of keyname out.Michael Adam2008-04-221-29/+23
* registry: adapt copied function header comments.Michael Adam2008-04-221-2/+2
* registry: remove the REGISTRY_HOOKS layer from the reghook cache.Michael Adam2008-04-225-45/+42
* registry: move normalize_dbkey() from lib/util_reg.c to registry/reg_util.cMichael Adam2008-04-131-0/+10
* Convert dbwrap_trans_delete to NTSTATUSVolker Lendecke2008-04-121-5/+4
* Convert dbwrap_trans_store to NTSTATUSVolker Lendecke2008-04-121-11/+16
* regdb: let regdb_fetch_keys() handle NULL and failure cases in the same way a...Stefan Metzmacher2008-04-121-1/+0
* regdb: get the seqnum before the record, to not miss somethingStefan Metzmacher2008-04-121-4/+4
* regdb: use dbwrap->fetch() instead of fetch_locked() for readonly access"Stefan Metzmacher2008-04-121-10/+12
* Revert "regdb: use dbwrap->fetch() instead of fetch_locked() for readonly acc...Michael Adam2008-04-121-11/+10
* regdb: use == 0 (instead of != -1) as indicator for success of dbwrap_trans_[...Michael Adam2008-04-121-4/+4
* regdb: use != 0 instead of == -1 check for transaction_[commit|cancel]Michael Adam2008-04-121-6/+6
* regdb: use db_open_trans()Stefan Metzmacher2008-04-121-5/+6
* regdb: use regdb->transaction_start(regdb) != 0 consistentStefan Metzmacher2008-04-121-3/+3
* regdb: use dbwrap->fetch() instead of fetch_locked() for readonly accessStefan Metzmacher2008-04-121-10/+11
* regdb: use dbwrap_trans_store_int32Stefan Metzmacher2008-04-121-1/+1
* registry: remove parameter checks from smbconf backend: they are in libsmbconf.Michael Adam2008-04-111-191/+1
* registry: reg_deletevalue should return error, when the value does not exist.Michael Adam2008-04-041-0/+18
* Fix return of reg values below HKLM/SOFTWARE/MICROSOFT/WINDOWSNT/CURRENTVERSION.Günther Deschner2008-03-311-1/+1
* Fix Coverity ID 471Volker Lendecke2008-03-271-1/+1
* Fix Coverity ID 477Volker Lendecke2008-03-271-2/+1
* Fix Coverity ID 478Volker Lendecke2008-03-271-2/+1
* registry: add reg_init_basic() - init registry with only the db backend.Michael Adam2008-03-271-0/+45
* registry: close registry in exit path in registry_init_smbconf().Michael Adam2008-03-271-2/+1
* registry: some whitespace cleanup in init_registry().Michael Adam2008-03-271-9/+10
* registry: remove unneeded talloc stackframe variable.Michael Adam2008-03-271-2/+0
* registry: close regdb in error path (and use it) in init_registry().Michael Adam2008-03-271-4/+3
* registry: fix registry_init_smbconf() to close the registry at the end.Michael Adam2008-03-271-0/+2
* registry: use available string constant in debug statement.Michael Adam2008-03-271-1/+1
* registry: in regdb_init, not only complain about INFO/version, store it...Michael Adam2008-03-271-0/+8