summaryrefslogtreecommitdiff
path: root/source3/registry/reg_init_smbconf.c
Commit message (Expand)AuthorAgeFilesLines
* s3:registry: replace typedef REGISTRY_OPS by struct registry_opsMichael Adam2009-04-271-1/+1
* Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij2008-11-011-2/+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-131-10/+1
* registry: change reghook_cache_add() to return WERROR instead of boolMichael Adam2008-04-131-2/+4
* registry: change reghook_cache_init() to return WERROR and use it in the call...Michael Adam2008-04-131-1/+7
* registry: change init_registry_key() and init_registry_data() to return WERRMichael Adam2008-04-131-2/+6
* registry: unify debug output in the registry init functions.Michael Adam2008-04-131-4/+4
* registry: change regdb_init() to return WERROR instead of bool.Michael Adam2008-04-131-8/+4
* registry: make registry_init_smbconf() hook the registry ops onto given key.Michael Adam2008-04-131-4/+10
* registry: remove the REGISTRY_HOOKS layer from the reghook cache.Michael Adam2008-04-131-2/+1
* registry: close registry in exit path in registry_init_smbconf().Michael Adam2008-03-221-2/+1
* registry: fix registry_init_smbconf() to close the registry at the end.Michael Adam2008-03-211-0/+2
* registry: separate initialization of registry data from regdb_init().Michael Adam2008-03-201-0/+5
* Rename registry_init_regdb() to registry_init_smbconf().Michael Adam2008-02-151-2/+2
* Rename lib/util_reg_smbconf.c to registry/reg_init_smbconf.cMichael Adam2008-01-211-0/+97