svn commit: samba r7908 - branches/SAMBA_3_0/source/include branches/SAMBA_3_0/source/registry branches/SAMBA_3_0/source/rpc_parse branches/SAMBA_3_0/source/rpc_server trunk/source/include trunk/source/registry trunk/source/rpc_parse trunk/source/rpc_server

jerry at samba.org jerry at samba.org
Sat Jun 25 17:31:41 GMT 2005


Author: jerry
Date: 2005-06-25 17:31:40 +0000 (Sat, 25 Jun 2005)
New Revision: 7908

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7908

Log:
* 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)



Modified:
   branches/SAMBA_3_0/source/include/rpc_reg.h
   branches/SAMBA_3_0/source/registry/reg_db.c
   branches/SAMBA_3_0/source/registry/reg_eventlog.c
   branches/SAMBA_3_0/source/registry/reg_frontend.c
   branches/SAMBA_3_0/source/registry/reg_objects.c
   branches/SAMBA_3_0/source/registry/reg_printing.c
   branches/SAMBA_3_0/source/registry/reg_shares.c
   branches/SAMBA_3_0/source/rpc_parse/parse_reg.c
   branches/SAMBA_3_0/source/rpc_server/srv_reg_nt.c
   trunk/source/include/rpc_reg.h
   trunk/source/registry/reg_db.c
   trunk/source/registry/reg_eventlog.c
   trunk/source/registry/reg_frontend.c
   trunk/source/registry/reg_objects.c
   trunk/source/registry/reg_printing.c
   trunk/source/registry/reg_shares.c
   trunk/source/rpc_parse/parse_reg.c
   trunk/source/rpc_server/srv_reg_nt.c


Changeset:
Sorry, the patch is too large (1393 lines) to include; please use WebSVN to see it!
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7908


More information about the samba-cvs mailing list