r7908: * change REGISTRY_HOOK api to use const (fix compiler warning
commit6f41d03d3d732f13b76ce43dc8c36c5547b05cd9
authorGerald Carter <jerry@samba.org>
Sat, 25 Jun 2005 17:31:40 +0000 (25 17:31 +0000)
committerGerald Carter <jerry@samba.org>
Sat, 25 Jun 2005 17:31:40 +0000 (25 17:31 +0000)
tree88d4264f96a1c6dc1192cc0cf986e885ac57304f
parenta0c73276a8a388892dea0de4699ee087a233015b
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