Re: [spam-high] Re: [PATCH 3/7] advapi: Implement GetNamedSecurityInfoW on top of GetSecurityInfo (try 3).

2012-11-05 Thread Erich E. Hoover
On Mon, Nov 5, 2012 at 12:41 PM, Charles Davis wrote: > ... > I can name at least four: registry keys (HKEY), services (SC_HANDLE), window > stations (HWINSTA), and desktops (HDESK). On native, all those types of > objects are protected with ACLs, and all those types have unique functions > for

Re: [spam-high] Re: [PATCH 3/7] advapi: Implement GetNamedSecurityInfoW on top of GetSecurityInfo (try 3).

2012-11-05 Thread Charles Davis
On Nov 4, 2012, at 10:11 PM, Erich E. Hoover wrote: > If the object is resolvable with CreateFile then it doesn't matter if > it's a file, directory, named pipe, or some other miscellaneous thing. True, and of course by "file" I meant "any object that can act like a file," which includes directo

Re: [spam-high] Re: [PATCH 3/7] advapi: Implement GetNamedSecurityInfoW on top of GetSecurityInfo (try 3).

2012-11-04 Thread Erich E. Hoover
If the object is resolvable with CreateFile then it doesn't matter if it's a file, directory, named pipe, or some other miscellaneous thing. I templated part 2 after how GetSecurityInfo works (it also ignores the SE_OBJECT_TYPE), I'm not even sure what type of object you'd call the function with w

Re: [PATCH 3/7] advapi: Implement GetNamedSecurityInfoW on top of GetSecurityInfo (try 3).

2012-11-04 Thread Charles Davis
On Nov 4, 2012, at 1:30 AM, Erich E. Hoover wrote: > This patch implements GetNamedSecurityInfoW on top of the more > fundamental GetSecurityInfo function, permitting the return of more > accurate ownership information for files. PlayReady uses this > information to determine if its files have t

Re: [PATCH 3/7] advapi: Implement GetNamedSecurityInfoW on top of GetSecurityInfo (try 2).

2012-11-04 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=22724 Your paranoid android

Re: [PATCH 3/7] advapi: Implement GetNamedSecurityInfoW on top of GetSecurityInfo.

2012-11-03 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=22704 Your paranoid android