r7908: * change REGISTRY_HOOK api to use const (fix compiler warning
authorGerald Carter <jerry@samba.org>
Sat, 25 Jun 2005 17:31:40 +0000 (17:31 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:58:03 +0000 (10:58 -0500)
commitbd509a81cb6c295988a1626adfe394c9778c005e
treeb502edb4ad16618ce557ac6e3de9769998657805
parent433dcfc09e0c7b4023f1cfdb17a808811764179b
r7908: * change REGISTRY_HOOK api to use const (fix compiler warning
  in init_registry_data()
* Add means of storing registry values in registry.tdb
* add builtin_registry_values[] array for REG_DWORD and REG_SZ
  values needed during startup
* Finish up RegDeleteValue() and RegSetValue()
* Finish up regdb_store_reg_values() and regdb_fetch_reg_values()

I can now create and retrieve values using regedit.exe on Win2k.

bin/net -S rain -U% rpc registry enumerate 'hklm\software\samba'
Valuename  = Version
Type       = REG_SZ
Data       = 3.0.20

Next is to do the virtual writes in reg_printing.c and I'll be
done with Print Migrator (yeah!  finally)
(This used to be commit 3d837e58db9ded64d6b85f047012c7d487be4627)
source3/include/rpc_reg.h
source3/registry/reg_db.c
source3/registry/reg_eventlog.c
source3/registry/reg_frontend.c
source3/registry/reg_objects.c
source3/registry/reg_printing.c
source3/registry/reg_shares.c
source3/rpc_parse/parse_reg.c
source3/rpc_server/srv_reg_nt.c