Re: [RFC] advapi32 -- GetNamedSecurityInfo

2010-06-04 Thread Austin English
On Thu, Jun 3, 2010 at 7:57 AM, GOUJON Alexandre wrote: > Hi, > > I'm trying to fix bug 18071 but I don't know anything about ACLs. > I wrote some tests (see attached patch and > https://testbot.winehq.org/JobDetails.pl?Key=2442) > and I modified the source according to my understanding of the iss

Re: [RFC] advapi32 -- GetNamedSecurityInfo

2010-06-03 Thread Austin English
On Thu, Jun 3, 2010 at 10:39 AM, Austin English wrote: > On Thu, Jun 3, 2010 at 7:57 AM, GOUJON Alexandre wrote: >> Hi, >> >> I'm trying to fix bug 18071 but I don't know anything about ACLs. >> I wrote some tests (see attached patch and >> https://testbot.winehq.org/JobDetails.pl?Key=2442) >> an

[RFC] advapi32 -- GetNamedSecurityInfo

2010-06-03 Thread GOUJON Alexandre
Hi, I'm trying to fix bug 18071 but I don't know anything about ACLs. I wrote some tests (see attached patch and https://testbot.winehq.org/JobDetails.pl?Key=2442) and I modified the source according to my understanding of the issue (wich may be totally wrong). But as I'm not familiar with AC