summaryrefslogtreecommitdiff
path: root/source3/registry/reg_init_basic.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-01Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij1-2/+2
2008-04-13registry: refactor common part of registry initialization out.Michael Adam1-5/+13
2008-04-13registry: change registry_init_basic() to return WERROR instead of boolMichael Adam1-5/+5
2008-04-13registry: change reghook_cache_init() to return WERROR and use it in the call...Michael Adam1-1/+6
2008-04-13registry: unify debug output in the registry init functions.Michael Adam1-1/+2
2008-04-13registry: change regdb_init() to return WERROR instead of bool.Michael Adam1-8/+4
2008-03-22registry: add reg_init_basic() - init registry with only the db backend.Michael Adam1-0/+45