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)
commit3d837e58db9ded64d6b85f047012c7d487be4627
tree88d4264f96a1c6dc1192cc0cf986e885ac57304f
parent8fad08db742ea32a3cda3b3d9421454837e2d2a5
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)
source/include/rpc_reg.h
source/registry/reg_db.c
source/registry/reg_eventlog.c
source/registry/reg_frontend.c
source/registry/reg_objects.c
source/registry/reg_printing.c
source/registry/reg_shares.c
source/rpc_parse/parse_reg.c
source/rpc_server/srv_reg_nt.c