summaryrefslogtreecommitdiffstats
path: root/source3/registry/reg_init_full.c
Commit message (Expand)AuthorAgeFilesLines
* s3:registry: always provision the registry, not only in smbd.Michael Adam2009-01-281-8/+0
* 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: refactor common part of registry initialization out.Michael Adam2008-04-131-10/+1
* registry: change reghook_cache_add() to return WERROR instead of boolMichael Adam2008-04-131-1/+3
* registry: change reghook_cache_init() to return WERROR and use it in the call...Michael Adam2008-04-131-1/+6
* registry: change init_registry_key() and init_registry_data() to return WERRMichael Adam2008-04-131-1/+2
* registry: unify debug output in the registry init functions.Michael Adam2008-04-131-4/+3
* registry: change regdb_init() to return WERROR instead of bool.Michael Adam2008-04-131-2/+4
* registry: remove the REGISTRY_HOOKS layer from the reghook cache.Michael Adam2008-04-131-1/+1
* registry: some whitespace cleanup in init_registry().Michael Adam2008-03-221-9/+10
* registry: remove unneeded talloc stackframe variable.Michael Adam2008-03-221-2/+0
* registry: close regdb in error path (and use it) in init_registry().Michael Adam2008-03-221-4/+3
* registry: separate initialization of registry data from regdb_init().Michael Adam2008-03-201-0/+7
* Extend/fix comments.Michael Adam2008-01-211-0/+103