[PATCH 1/7] advapi32: Support service objects in GetSecurityInfo (try 3).

Erich E. Hoover ehoover at mymail.mines.edu
Mon Dec 10 00:13:19 CST 2012


Patches 1-6 in this series fix a non-fatal page fault with the Visio
installer (Bug #32360) and patch 7 fixes an intermittent 64-bit test
failure.  Patches 1-4 implement support for service objects
(SE_SERVICE) and patches 5-6 implement support for registry objects
(SE_REGISTRY_KEY).  With these patches SetNamedSecurityInfo and
GetNamedSecurityInfo should now be back to normal.

This patch adds support for service objects (SE_SERVICE) in calls to
GetSecurityInfo by implementing those calls with
QueryServiceObjectSecurity.  With this version of the patch the error
handling has been updated to use NTSTATUS errors rather than DOS
errors.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-advapi32-Support-service-objects-in-GetSecurityInfo.patch
Type: application/octet-stream
Size: 8208 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20121209/31aa7572/attachment-0001.obj>


More information about the wine-patches mailing list