CVS update: samba/source/rpc_parse

jerry at samba.org jerry at samba.org
Thu Jul 4 05:15:26 EST 2002


Date:	Wed Jul  3 12:15:26 2002
Author:	jerry

Update of /data/cvs/samba/source/rpc_parse
In directory va:/tmp/cvs-serv10050/rpc_parse

Modified Files:
	parse_reg.c 
Log Message:
first cut at implementing support for browsing printer and driver driver
via regedt32.exe.  The regsitry.tdb is only a framework.  It is not 
intended to store values, only key/subkey structure.  The data
will be retrieved from nt*tdb (for printers) creating a virtual view
of the data.

You can currently connect to a Samba box using regedt32.exe (haven't
tried regedit.exe).  Some basic keys are created in registry.tdb
for use.  

There are two problems....

  * something is getting freed in the winreg code that causes heap 
    corruption later on.  As long as you don't play with the winreg
    server functionality, I don't think you'll be bitten by this.

  * no access controls are currently implemented

  * I can't browse HKLM because regedt32 greys out the SYSTEM subkey.

ok so that was three....





Revisions:
parse_reg.c		1.52 => 1.53
	http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_parse/parse_reg.c?r1=1.52&r2=1.53




More information about the samba-cvs mailing list