1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-17 02:05:21 +03:00

4 Commits

Author SHA1 Message Date
Michael Adam
f4d87fdbf2 registry: fix registry_init_smbconf() to close the registry at the end.
Michael
2008-03-21 23:50:49 +01:00
Michael Adam
59fdd30c78 registry: separate initialization of registry data from regdb_init().
Leave this to the users (currently registry_init_smbconf() and
init_registry()) to initialize as much of preliminary registry data
as needed.

Michael
2008-03-20 15:01:52 +01:00
Michael Adam
9d3c27f557 Rename registry_init_regdb() to registry_init_smbconf().
That's what it actually is.

Michael
2008-02-15 16:23:10 +01:00
Michael Adam
01bda3ab35 Rename lib/util_reg_smbconf.c to registry/reg_init_smbconf.c
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
2008-01-21 08:49:12 +01:00