several changes in this checkin
commitc808cc3643f06c72f870d0b14a37c7a46627e2fa
authorGerald Carter <jerry@samba.org>
Wed, 24 Jul 2002 06:42:09 +0000 (24 06:42 +0000)
committerGerald Carter <jerry@samba.org>
Wed, 24 Jul 2002 06:42:09 +0000 (24 06:42 +0000)
treeba307c845f17a592388770b115322855d56fe888
parent84f2875d7bac30e75397bbf89d3d5e79ba790ddc
several changes in this checkin

* added REG_OPEN_HKCR for supporting regedit.exe

* All data n a REGISTRY_VALUE is stored to a pointer now

* fixed REG_INFO to correctly display data when double clicking on
  and entry in the registry editor

* Will now enumerate installed driver_info_3 data

* fixed numerous bugs related to pointer offsets, memory issues, etc..
  in the registry routines

* added a simple caching mechanism to fetch_reg_[keys|values]_specific()

All that is left now is to enumerate PrinterData and I will have finished
what I started out to do....
(This used to be commit 419d7208e8384e4ad2c4dd328ad5e630971bc76c)
source3/include/rpc_reg.h
source3/registry/reg_db.c
source3/registry/reg_frontend.c
source3/registry/reg_printing.c
source3/rpc_parse/parse_reg.c
source3/rpc_server/srv_reg.c
source3/rpc_server/srv_reg_nt.c