ChangeSet ID: 16061 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/02/11 05:52:07
Modified files: server : trace.c token.c request.h protocol.def process.c object.h include/wine : server_protocol.h include : winternl.h winnt.h dlls/ntdll : nt.c dlls/advapi32 : security.c
Log message: Robert Shearman rob@codeweavers.com - Implement AdjustTokenPrivileges, DuplicateTokenEx and GetTokenInformation (for the TokenPrivileges case). - Return STATUS_NO_TOKEN for OpenThreadToken when there is no token set for the thread.
Patch: http://cvs.winehq.org/patch.py?id=16061
Old revision New revision Changes Path 1.223 1.224 +68 -0 wine/server/trace.c 1.1 1.2 +275 -2 wine/server/token.c 1.105 1.106 +6 -0 wine/server/request.h 1.117 1.118 +29 -0 wine/server/protocol.def 1.119 1.120 +1 -1 wine/server/process.c 1.55 1.56 +1 -1 wine/server/object.h 1.118 1.119 +54 -1 wine/include/wine/server_protocol.h 1.107 1.108 +1 -0 wine/include/winternl.h 1.197 1.198 +1 -0 wine/include/winnt.h 1.71 1.72 +58 -14 wine/dlls/ntdll/nt.c 1.91 1.92 +27 -4 wine/dlls/advapi32/security.c