summaryrefslogtreecommitdiff
path: root/source3/registry/reg_init_smbconf.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-21s3:registry: move prototype from reg_init_smbconf.c to its own header.Michael Adam1-0/+1
2010-09-21s3:registry: move prototypes from reg_init_basic.c to their own header.Michael Adam1-0/+1
2010-05-25s3:registry: move registry_create_admin_token() to new reg_util_token.cMichael Adam1-38/+0
2010-05-25s3:registry: extract the reg_backend_db prototypes into their own header.Michael Adam1-0/+1
2010-05-25s3:registry: extract the reg_cachehook prototypes into their own header.Michael Adam1-0/+1
2010-05-18s3-registry: only include registry headers when really needed.Günther Deschner1-0/+1
2009-04-27s3:registry: replace typedef REGISTRY_OPS by struct registry_opsMichael Adam1-1/+1
2008-11-01Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij1-2/+2
2008-04-13registry: change registry_init_smbconf() to return WERROR instead of boolMichael Adam1-5/+2
2008-04-13registry: refactor common part of registry initialization out.Michael Adam1-10/+1
2008-04-13registry: change reghook_cache_add() to return WERROR instead of boolMichael Adam1-2/+4
2008-04-13registry: change reghook_cache_init() to return WERROR and use it in the call...Michael Adam1-1/+7
2008-04-13registry: change init_registry_key() and init_registry_data() to return WERRMichael Adam1-2/+6
2008-04-13registry: unify debug output in the registry init functions.Michael Adam1-4/+4
2008-04-13registry: change regdb_init() to return WERROR instead of bool.Michael Adam1-8/+4
2008-04-13registry: make registry_init_smbconf() hook the registry ops onto given key.Michael Adam1-4/+10
2008-04-13registry: remove the REGISTRY_HOOKS layer from the reghook cache.Michael Adam1-2/+1
2008-03-22registry: close registry in exit path in registry_init_smbconf().Michael Adam1-2/+1
2008-03-21registry: fix registry_init_smbconf() to close the registry at the end.Michael Adam1-0/+2
2008-03-20registry: separate initialization of registry data from regdb_init().Michael Adam1-0/+5
2008-02-15Rename registry_init_regdb() to registry_init_smbconf().Michael Adam1-2/+2
2008-01-21Rename lib/util_reg_smbconf.c to registry/reg_init_smbconf.cMichael Adam1-0/+97