summaryrefslogtreecommitdiffstats
path: root/source3/registry/reg_init_smbconf.c
Commit message (Collapse)AuthorAgeFilesLines
* s3:registry: move prototype from reg_init_smbconf.c to its own header.Michael Adam2010-09-211-0/+1
|
* s3:registry: move prototypes from reg_init_basic.c to their own header.Michael Adam2010-09-211-0/+1
|
* s3:registry: move registry_create_admin_token() to new reg_util_token.cMichael Adam2010-05-251-38/+0
|
* s3:registry: extract the reg_backend_db prototypes into their own header.Michael Adam2010-05-251-0/+1
| | | | And use them only where needed.
* s3:registry: extract the reg_cachehook prototypes into their own header.Michael Adam2010-05-251-0/+1
| | | | And use them only where necessary.
* s3-registry: only include registry headers when really needed.Günther Deschner2010-05-181-0/+1
| | | | Guenther
* s3:registry: replace typedef REGISTRY_OPS by struct registry_opsMichael Adam2009-04-271-1/+1
| | | | Michael
* 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
| | | | | Michael (This used to be commit 7c343c60574cda091f59861fbcb2893aefb564e9)
* registry: refactor common part of registry initialization out.Michael Adam2008-04-131-10/+1
| | | | | | | into a new function registry_init_common(). Michael (This used to be commit 5da52b95ac69e4abfbc44335df2447bec8f16e13)
* registry: change reghook_cache_add() to return WERROR instead of boolMichael Adam2008-04-131-2/+4
| | | | | Michael (This used to be commit e65a999989c97c4c7b0af5093e0e89583691e9a8)
* registry: change reghook_cache_init() to return WERROR and use it in the ↵Michael Adam2008-04-131-1/+7
| | | | | | | callers. Michael (This used to be commit 2f4ca62dce50225d67ba8643afba4199e1845c5f)
* registry: change init_registry_key() and init_registry_data() to return WERRMichael Adam2008-04-131-2/+6
| | | | | Michael (This used to be commit e0718f04a7392695eed6cd1bf888d3af1d5d6177)
* registry: unify debug output in the registry init functions.Michael Adam2008-04-131-4/+4
| | | | | Michael (This used to be commit 4fd9b45ffc08e7deeae58be3129832148748af13)
* registry: change regdb_init() to return WERROR instead of bool.Michael Adam2008-04-131-8/+4
| | | | | Michael (This used to be commit c312852abce72bc167abee8b29fc699c4a643ca7)
* registry: make registry_init_smbconf() hook the registry ops onto given key.Michael Adam2008-04-131-4/+10
| | | | | | | | This still defaults to HKLM\Software\Samba\smbconf, but is interchangeable now. This allows us to open the libsmbconf registry backend on different registry keys. Michael (This used to be commit 8fe1a2f567afbecbe487f08825cb43b038065e99)
* registry: remove the REGISTRY_HOOKS layer from the reghook cache.Michael Adam2008-04-131-2/+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)
* registry: close registry in exit path in registry_init_smbconf().Michael Adam2008-03-221-2/+1
| | | | | Michael (This used to be commit 5aa3141bff35a85dd97e9fd339e19b0fe3a73afc)
* registry: fix registry_init_smbconf() to close the registry at the end.Michael Adam2008-03-211-0/+2
| | | | | Michael (This used to be commit f4d87fdbf266a36fbb50dae863ee0784165c2fe1)
* registry: separate initialization of registry data from regdb_init().Michael Adam2008-03-201-0/+5
| | | | | | | | | 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)
* Rename registry_init_regdb() to registry_init_smbconf().Michael Adam2008-02-151-2/+2
| | | | | | | That's what it actually is. Michael (This used to be commit 9d3c27f55726dbdce41fcf71c8bc1a7829340268)
* Rename lib/util_reg_smbconf.c to registry/reg_init_smbconf.cMichael Adam2008-01-211-0/+97
This actually is a counterpart to reg_init_full, in that is does open and initialize the registry too, but only registeres the backends necessary to access the SMBCONF key. Michael (This used to be commit 01bda3ab359fb3868c1dc849044f613bf2bc563e)