ChangeSet ID: 15130 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/01/03 11:12:52
Modified files: include : winsvc.h winbase.h ntsecapi.h lmserver.h dlls/advapi32 : service.c security.c advapi32.spec advapi.c
Log message: Hans Leidekker hans@it.vu.nl Stub implementations for GetKernelObjectSecurity, GetPrivateObjectSecurity, GetServiceKeyName{A,W}, ImpersonateNamedPipeClient, InitiateSystemShutdown{A,W}, IsTokenRestricted, LogonUser{A,W}, LookupAccountNameW, LookupPrivilegeDisplayName{A,W}, MapGenericMask, ObjectCloseAuditAlarm{A,W}, ObjectOpenAuditAlarm{A,W}, ObjectPrivilegeAuditAlarm{A,W}, PrivilegedServiceAuditAlarm{A,W}, QueryServiceLockStatus{A,W}, SetAclInformation, SetPrivateObjectSecurity, SetSecurityDescriptorControl, SetServiceBits, LsaSetInformationPolicy, LsaLookupNames, LsaEnumerateTrustedDomains.
Patch: http://cvs.winehq.org/patch.py?id=15130
Old revision New revision Changes Path 1.17 1.18 +22 -0 wine/include/winsvc.h 1.223 1.224 +33 -0 wine/include/winbase.h 1.12 1.13 +15 -6 wine/include/ntsecapi.h 1.1 1.2 +1 -0 wine/include/lmserver.h 1.78 1.79 +44 -0 wine/dlls/advapi32/service.c 1.90 1.91 +223 -0 wine/dlls/advapi32/security.c 1.67 1.68 +31 -31 wine/dlls/advapi32/advapi32.spec 1.30 1.31 +34 -0 wine/dlls/advapi32/advapi.c