several changes in this checkin
authorGerald Carter <jerry@samba.org>
Wed, 24 Jul 2002 06:42:09 +0000 (06:42 +0000)
committerGerald Carter <jerry@samba.org>
Wed, 24 Jul 2002 06:42:09 +0000 (06:42 +0000)
commit419d7208e8384e4ad2c4dd328ad5e630971bc76c
treecc294fafea3cb5d3a357976503fa378c3ee8e1bb
parent2febc7ce1aa6b01ec68bd007ce0286813dff301d
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....
source/include/rpc_reg.h
source/registry/reg_db.c
source/registry/reg_frontend.c
source/registry/reg_printing.c
source/rpc_parse/parse_reg.c
source/rpc_server/srv_reg.c
source/rpc_server/srv_reg_nt.c