wine/ server/trace.c server/token.c server/sec ...

Alexandre Julliard julliard at winehq.org
Mon Jul 18 08:22:56 CDT 2005


ChangeSet ID:	18988
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2005/07/18 08:22:56

Modified files:
	server         : trace.c token.c security.h request.h registry.c 
	                 protocol.def 
	include/wine   : server_protocol.h 
	dlls/ntdll     : nt.c 

Log message:
	Robert Shearman <rob at codeweavers.com>
	- Change the default user SID to match what was previously returned by
	NtQueryInformationToken.
	- Implement TokenUser for NtQueryInformationToken.
	- Add a function for getting the user's registry path from a SID.

Patch: http://cvs.winehq.org/patch.py?id=18988

Old revision  New revision  Changes     Path
 1.257         1.258         +22 -0      wine/server/trace.c
 1.14          1.15          +36 -7      wine/server/token.c
 1.3           1.4           +2 -0       wine/server/security.h
 1.119         1.120         +2 -0       wine/server/request.h
 1.78          1.79          +27 -4      wine/server/registry.c
 1.150         1.151         +7 -0       wine/server/protocol.def
 1.151         1.152         +16 -1      wine/include/wine/server_protocol.h
 1.98          1.99          +13 -8      wine/dlls/ntdll/nt.c




More information about the wine-cvs mailing list