summaryrefslogtreecommitdiffstats
path: root/source3/registry/reg_init_basic.c
Commit message (Expand)AuthorAgeFilesLines
* s3:registry: move prototypes from reg_init_basic.c to their own header.Michael Adam2010-09-211-0/+1
* s3:registry: extract the reg_backend_db prototypes into their own header.Michael Adam2010-05-251-0/+1
* s3:registry: extract the reg_cachehook prototypes into their own header.Michael Adam2010-05-251-0/+1
* s3-registry: only include registry headers when really needed.Günther Deschner2010-05-181-0/+1
* s3:registry: always provision the registry, not only in smbd.Michael Adam2009-01-281-0/+8
* Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij2008-11-011-2/+2
* registry: refactor common part of registry initialization out.Michael Adam2008-04-131-5/+13
* registry: change registry_init_basic() to return WERROR instead of boolMichael Adam2008-04-131-5/+5
* registry: change reghook_cache_init() to return WERROR and use it in the call...Michael Adam2008-04-131-1/+6
* registry: unify debug output in the registry init functions.Michael Adam2008-04-131-1/+2
* registry: change regdb_init() to return WERROR instead of bool.Michael Adam2008-04-131-8/+4
* registry: add reg_init_basic() - init registry with only the db backend.Michael Adam2008-03-221-0/+45