ChangeSet ID: 8002 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/04/30 19:29:26
Modified files: include : winternl.h dlls/ntdll : sec.c ntdll.spec dlls/advapi32 : security.c advapi32.spec
Log message: Robert Shearman R.J.Shearman@warwick.ac.uk - Implemented RtlAddAccessAllowedAce, RtlAddAccessDeniedAce, RtlAddAce, RtlValidAcl. - Added the corresponding functions in advapi32. - Grouped the ACL functions in advapi32.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8002
Old revision New revision Changes Path 1.28 1.29 +4 -2 wine/include/winternl.h 1.34 1.35 +126 -8 wine/dlls/ntdll/sec.c 1.108 1.109 +3 -3 wine/dlls/ntdll/ntdll.spec 1.52 1.53 +61 -20 wine/dlls/advapi32/security.c 1.34 1.35 +4 -4 wine/dlls/advapi32/advapi32.spec