summaryrefslogtreecommitdiff
path: root/source3/registry/reg_init_full.c
AgeCommit message (Collapse)AuthorFilesLines
2008-04-13registry: unify debug output in the registry init functions.Michael Adam1-4/+3
Michael (This used to be commit 4fd9b45ffc08e7deeae58be3129832148748af13)
2008-04-13registry: change regdb_init() to return WERROR instead of bool.Michael Adam1-2/+4
Michael (This used to be commit c312852abce72bc167abee8b29fc699c4a643ca7)
2008-04-13registry: remove the REGISTRY_HOOKS layer from the reghook cache.Michael Adam1-1/+1
There is no need to save the keyname again, we only need to get the REGISTRY_OPS out of the pathtree. Furthermore, this makes life easier, since we can now pass in keynames as temporarily allocated strings. Michael (This used to be commit 2f9ee2f782c77ed99669af5ac2ba40cb0978f0da)
2008-03-22registry: some whitespace cleanup in init_registry().Michael Adam1-9/+10
Michael (This used to be commit f33095e44ba22f4451a5deeffdd4f9ed3f99ed85)
2008-03-22registry: remove unneeded talloc stackframe variable.Michael Adam1-2/+0
Michael (This used to be commit 81993db828bf11b13d7ee1f43483968dc6241bcc)
2008-03-22registry: close regdb in error path (and use it) in init_registry().Michael Adam1-4/+3
Michael (This used to be commit 73b325fe7a9d7fd67ac9b99144a3776f5a1a9e15)
2008-03-20registry: separate initialization of registry data from regdb_init().Michael Adam1-0/+7
Leave this to the users (currently registry_init_smbconf() and init_registry()) to initialize as much of preliminary registry data as needed. Michael (This used to be commit 59fdd30c789ccfd5cff356e459f1653b065b985c)
2008-01-21Extend/fix comments.Michael Adam1-0/+103
Michael (This used to be commit 4952417fca89f5d797c861cde9fe74050ae02e2f)