CVS update: samba/source/include

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/include
In directory va:/tmp/cvs-serv10050/include

Modified Files:
	rpc_reg.h 
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:
rpc_reg.h		1.26 => 1.27
	http://www.samba.org/cgi-bin/cvsweb/samba/source/include/rpc_reg.h?r1=1.26&r2=1.27




More information about the samba-cvs mailing list