summaryrefslogtreecommitdiff
path: root/source3/registry/reg_init_smbconf.c
AgeCommit message (Collapse)AuthorFilesLines
2008-02-15Rename registry_init_regdb() to registry_init_smbconf().Michael Adam1-2/+2
That's what it actually is. Michael (This used to be commit 9d3c27f55726dbdce41fcf71c8bc1a7829340268)
2008-01-21Rename lib/util_reg_smbconf.c to registry/reg_init_smbconf.cMichael Adam1-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)