advapi32/tests: Added a test to verify result of LookupAccountSid.
[wine] / dlls / advapi32 / tests / security.c
1 /*
2  * Unit tests for security functions
3  *
4  * Copyright (c) 2004 Mike McCormack
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2.1 of the License, or (at your option) any later version.
10  *
11  * This library is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this library; if not, write to the Free Software
18  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19  */
20
21 #include <stdarg.h>
22 #include <stdio.h>
23
24 #include "ntstatus.h"
25 #define WIN32_NO_STATUS
26 #include "windef.h"
27 #include "winbase.h"
28 #include "winerror.h"
29 #include "aclapi.h"
30 #include "winnt.h"
31 #include "sddl.h"
32 #include "ntsecapi.h"
33 #include "lmcons.h"
34
35 #include "wine/test.h"
36
37 /* copied from Wine winternl.h - not included in the Windows SDK */
38 typedef enum _OBJECT_INFORMATION_CLASS {
39     ObjectBasicInformation,
40     ObjectNameInformation,
41     ObjectTypeInformation,
42     ObjectAllInformation,
43     ObjectDataInformation
44 } OBJECT_INFORMATION_CLASS, *POBJECT_INFORMATION_CLASS;
45
46 typedef struct _OBJECT_BASIC_INFORMATION {
47     ULONG  Attributes;
48     ACCESS_MASK  GrantedAccess;
49     ULONG  HandleCount;
50     ULONG  PointerCount;
51     ULONG  PagedPoolUsage;
52     ULONG  NonPagedPoolUsage;
53     ULONG  Reserved[3];
54     ULONG  NameInformationLength;
55     ULONG  TypeInformationLength;
56     ULONG  SecurityDescriptorLength;
57     LARGE_INTEGER  CreateTime;
58 } OBJECT_BASIC_INFORMATION, *POBJECT_BASIC_INFORMATION;
59
60 #define expect_eq(expr, value, type, format) { type ret = expr; ok((value) == ret, #expr " expected " format "  got " format "\n", (value), (ret)); }
61
62 static BOOL (WINAPI *pAddAccessAllowedAceEx)(PACL, DWORD, DWORD, DWORD, PSID);
63 static BOOL (WINAPI *pAddAccessDeniedAceEx)(PACL, DWORD, DWORD, DWORD, PSID);
64 static BOOL (WINAPI *pAddAuditAccessAceEx)(PACL, DWORD, DWORD, DWORD, PSID, BOOL, BOOL);
65 typedef VOID (WINAPI *fnBuildTrusteeWithSidA)( PTRUSTEEA pTrustee, PSID pSid );
66 typedef VOID (WINAPI *fnBuildTrusteeWithNameA)( PTRUSTEEA pTrustee, LPSTR pName );
67 typedef VOID (WINAPI *fnBuildTrusteeWithObjectsAndNameA)( PTRUSTEEA pTrustee,
68                                                           POBJECTS_AND_NAME_A pObjName,
69                                                           SE_OBJECT_TYPE ObjectType,
70                                                           LPSTR ObjectTypeName,
71                                                           LPSTR InheritedObjectTypeName,
72                                                           LPSTR Name );
73 typedef VOID (WINAPI *fnBuildTrusteeWithObjectsAndSidA)( PTRUSTEEA pTrustee,
74                                                          POBJECTS_AND_SID pObjSid,
75                                                          GUID* pObjectGuid,
76                                                          GUID* pInheritedObjectGuid,
77                                                          PSID pSid );
78 typedef LPSTR (WINAPI *fnGetTrusteeNameA)( PTRUSTEEA pTrustee );
79 typedef BOOL (WINAPI *fnMakeSelfRelativeSD)( PSECURITY_DESCRIPTOR, PSECURITY_DESCRIPTOR, LPDWORD );
80 typedef BOOL (WINAPI *fnConvertSidToStringSidA)( PSID pSid, LPSTR *str );
81 typedef BOOL (WINAPI *fnConvertStringSidToSidA)( LPCSTR str, PSID pSid );
82 static BOOL (WINAPI *pConvertStringSecurityDescriptorToSecurityDescriptorA)(LPCSTR, DWORD,
83                                                                             PSECURITY_DESCRIPTOR*, PULONG );
84 static BOOL (WINAPI *pConvertStringSecurityDescriptorToSecurityDescriptorW)(LPCWSTR, DWORD,
85                                                                             PSECURITY_DESCRIPTOR*, PULONG );
86 static BOOL (WINAPI *pConvertSecurityDescriptorToStringSecurityDescriptorA)(PSECURITY_DESCRIPTOR, DWORD,
87                                                                             SECURITY_INFORMATION, LPSTR *, PULONG );
88 typedef BOOL (WINAPI *fnGetFileSecurityA)(LPCSTR, SECURITY_INFORMATION,
89                                           PSECURITY_DESCRIPTOR, DWORD, LPDWORD);
90 typedef BOOL (WINAPI *fnSetFileSecurityA)(LPCSTR, SECURITY_INFORMATION,
91                                           PSECURITY_DESCRIPTOR);
92 static DWORD (WINAPI *pGetNamedSecurityInfoA)(LPSTR, SE_OBJECT_TYPE, SECURITY_INFORMATION,
93                                               PSID*, PSID*, PACL*, PACL*,
94                                               PSECURITY_DESCRIPTOR*);
95 typedef DWORD (WINAPI *fnRtlAdjustPrivilege)(ULONG,BOOLEAN,BOOLEAN,PBOOLEAN);
96 typedef BOOL (WINAPI *fnCreateWellKnownSid)(WELL_KNOWN_SID_TYPE,PSID,PSID,DWORD*);
97 typedef BOOL (WINAPI *fnDuplicateTokenEx)(HANDLE,DWORD,LPSECURITY_ATTRIBUTES,
98                                         SECURITY_IMPERSONATION_LEVEL,TOKEN_TYPE,PHANDLE);
99
100 typedef NTSTATUS (WINAPI *fnLsaQueryInformationPolicy)(LSA_HANDLE,POLICY_INFORMATION_CLASS,PVOID*);
101 typedef NTSTATUS (WINAPI *fnLsaClose)(LSA_HANDLE);
102 typedef NTSTATUS (WINAPI *fnLsaFreeMemory)(PVOID);
103 typedef NTSTATUS (WINAPI *fnLsaOpenPolicy)(PLSA_UNICODE_STRING,PLSA_OBJECT_ATTRIBUTES,ACCESS_MASK,PLSA_HANDLE);
104 static NTSTATUS (WINAPI *pNtQueryObject)(HANDLE,OBJECT_INFORMATION_CLASS,PVOID,ULONG,PULONG);
105 static DWORD (WINAPI *pSetEntriesInAclW)(ULONG, PEXPLICIT_ACCESSW, PACL, PACL*);
106 static BOOL (WINAPI *pSetSecurityDescriptorControl)(PSECURITY_DESCRIPTOR, SECURITY_DESCRIPTOR_CONTROL,
107                                                     SECURITY_DESCRIPTOR_CONTROL);
108 static DWORD (WINAPI *pGetSecurityInfo)(HANDLE, SE_OBJECT_TYPE, SECURITY_INFORMATION,
109                                         PSID*, PSID*, PACL*, PACL*, PSECURITY_DESCRIPTOR*);
110 static NTSTATUS (WINAPI *pNtAccessCheck)(PSECURITY_DESCRIPTOR, HANDLE, ACCESS_MASK, PGENERIC_MAPPING,
111                                          PPRIVILEGE_SET, PULONG, PULONG, NTSTATUS*);
112
113 static HMODULE hmod;
114 static int     myARGC;
115 static char**  myARGV;
116
117 fnBuildTrusteeWithSidA   pBuildTrusteeWithSidA;
118 fnBuildTrusteeWithNameA  pBuildTrusteeWithNameA;
119 fnBuildTrusteeWithObjectsAndNameA pBuildTrusteeWithObjectsAndNameA;
120 fnBuildTrusteeWithObjectsAndSidA pBuildTrusteeWithObjectsAndSidA;
121 fnGetTrusteeNameA pGetTrusteeNameA;
122 fnMakeSelfRelativeSD pMakeSelfRelativeSD;
123 fnConvertSidToStringSidA pConvertSidToStringSidA;
124 fnConvertStringSidToSidA pConvertStringSidToSidA;
125 fnGetFileSecurityA pGetFileSecurityA;
126 fnSetFileSecurityA pSetFileSecurityA;
127 fnRtlAdjustPrivilege pRtlAdjustPrivilege;
128 fnCreateWellKnownSid pCreateWellKnownSid;
129 fnDuplicateTokenEx pDuplicateTokenEx;
130 fnLsaQueryInformationPolicy pLsaQueryInformationPolicy;
131 fnLsaClose pLsaClose;
132 fnLsaFreeMemory pLsaFreeMemory;
133 fnLsaOpenPolicy pLsaOpenPolicy;
134
135 struct sidRef
136 {
137     SID_IDENTIFIER_AUTHORITY auth;
138     const char *refStr;
139 };
140
141 static void init(void)
142 {
143     HMODULE hntdll;
144
145     hntdll = GetModuleHandleA("ntdll.dll");
146     pNtQueryObject = (void *)GetProcAddress( hntdll, "NtQueryObject" );
147     pNtAccessCheck = (void *)GetProcAddress( hntdll, "NtAccessCheck" );
148
149     hmod = GetModuleHandle("advapi32.dll");
150     pAddAccessAllowedAceEx = (void *)GetProcAddress(hmod, "AddAccessAllowedAceEx");
151     pAddAccessDeniedAceEx = (void *)GetProcAddress(hmod, "AddAccessDeniedAceEx");
152     pAddAuditAccessAceEx = (void *)GetProcAddress(hmod, "AddAuditAccessAceEx");
153     pConvertStringSecurityDescriptorToSecurityDescriptorA =
154         (void *)GetProcAddress(hmod, "ConvertStringSecurityDescriptorToSecurityDescriptorA" );
155     pConvertStringSecurityDescriptorToSecurityDescriptorW =
156         (void *)GetProcAddress(hmod, "ConvertStringSecurityDescriptorToSecurityDescriptorW" );
157     pConvertSecurityDescriptorToStringSecurityDescriptorA =
158         (void *)GetProcAddress(hmod, "ConvertSecurityDescriptorToStringSecurityDescriptorA" );
159     pGetFileSecurityA = (fnGetFileSecurityA)GetProcAddress(hmod, "GetFileSecurityA" );
160     pSetFileSecurityA = (fnSetFileSecurityA)GetProcAddress(hmod, "SetFileSecurityA" );
161     pCreateWellKnownSid = (fnCreateWellKnownSid)GetProcAddress( hmod, "CreateWellKnownSid" );
162     pGetNamedSecurityInfoA = (void *)GetProcAddress(hmod, "GetNamedSecurityInfoA");
163     pMakeSelfRelativeSD = (void *)GetProcAddress(hmod, "MakeSelfRelativeSD");
164     pSetEntriesInAclW = (void *)GetProcAddress(hmod, "SetEntriesInAclW");
165     pSetSecurityDescriptorControl = (void *)GetProcAddress(hmod, "SetSecurityDescriptorControl");
166     pGetSecurityInfo = (void *)GetProcAddress(hmod, "GetSecurityInfo");
167
168     myARGC = winetest_get_mainargs( &myARGV );
169 }
170
171 static void test_str_sid(const char *str_sid)
172 {
173     PSID psid;
174     char *temp;
175
176     if (pConvertStringSidToSidA(str_sid, &psid))
177     {
178         if (pConvertSidToStringSidA(psid, &temp))
179         {
180             trace(" %s: %s\n", str_sid, temp);
181             LocalFree(temp);
182         }
183         LocalFree(psid);
184     }
185     else
186     {
187         if (GetLastError() != ERROR_INVALID_SID)
188             trace(" %s: couldn't be converted, returned %d\n", str_sid, GetLastError());
189         else
190             trace(" %s: couldn't be converted\n", str_sid);
191     }
192 }
193
194 static void test_sid(void)
195 {
196     struct sidRef refs[] = {
197      { { {0x00,0x00,0x33,0x44,0x55,0x66} }, "S-1-860116326-1" },
198      { { {0x00,0x00,0x01,0x02,0x03,0x04} }, "S-1-16909060-1"  },
199      { { {0x00,0x00,0x00,0x01,0x02,0x03} }, "S-1-66051-1"     },
200      { { {0x00,0x00,0x00,0x00,0x01,0x02} }, "S-1-258-1"       },
201      { { {0x00,0x00,0x00,0x00,0x00,0x02} }, "S-1-2-1"         },
202      { { {0x00,0x00,0x00,0x00,0x00,0x0c} }, "S-1-12-1"        },
203     };
204     const char noSubAuthStr[] = "S-1-5";
205     unsigned int i;
206     PSID psid = NULL;
207     SID *pisid;
208     BOOL r;
209     LPSTR str = NULL;
210
211     pConvertSidToStringSidA = (fnConvertSidToStringSidA)
212                     GetProcAddress( hmod, "ConvertSidToStringSidA" );
213     if( !pConvertSidToStringSidA )
214         return;
215     pConvertStringSidToSidA = (fnConvertStringSidToSidA)
216                     GetProcAddress( hmod, "ConvertStringSidToSidA" );
217     if( !pConvertStringSidToSidA )
218         return;
219
220     r = pConvertStringSidToSidA( NULL, NULL );
221     ok( !r, "expected failure with NULL parameters\n" );
222     if( GetLastError() == ERROR_CALL_NOT_IMPLEMENTED )
223         return;
224     ok( GetLastError() == ERROR_INVALID_PARAMETER,
225      "expected GetLastError() is ERROR_INVALID_PARAMETER, got %d\n",
226      GetLastError() );
227
228     r = pConvertStringSidToSidA( refs[0].refStr, NULL );
229     ok( !r && GetLastError() == ERROR_INVALID_PARAMETER,
230      "expected GetLastError() is ERROR_INVALID_PARAMETER, got %d\n",
231      GetLastError() );
232
233     r = pConvertStringSidToSidA( NULL, &str );
234     ok( !r && GetLastError() == ERROR_INVALID_PARAMETER,
235      "expected GetLastError() is ERROR_INVALID_PARAMETER, got %d\n",
236      GetLastError() );
237
238     r = pConvertStringSidToSidA( noSubAuthStr, &psid );
239     ok( !r,
240      "expected failure with no sub authorities\n" );
241     ok( GetLastError() == ERROR_INVALID_SID,
242      "expected GetLastError() is ERROR_INVALID_SID, got %d\n",
243      GetLastError() );
244
245     ok(pConvertStringSidToSidA("S-1-5-21-93476-23408-4576", &psid), "ConvertStringSidToSidA failed\n");
246     pisid = psid;
247     ok(pisid->SubAuthorityCount == 4, "Invalid sub authority count - expected 4, got %d\n", pisid->SubAuthorityCount);
248     ok(pisid->SubAuthority[0] == 21, "Invalid subauthority 0 - expceted 21, got %d\n", pisid->SubAuthority[0]);
249     ok(pisid->SubAuthority[3] == 4576, "Invalid subauthority 0 - expceted 4576, got %d\n", pisid->SubAuthority[3]);
250     LocalFree(str);
251
252     for( i = 0; i < sizeof(refs) / sizeof(refs[0]); i++ )
253     {
254         PISID pisid;
255
256         r = AllocateAndInitializeSid( &refs[i].auth, 1,1,0,0,0,0,0,0,0,
257          &psid );
258         ok( r, "failed to allocate sid\n" );
259         r = pConvertSidToStringSidA( psid, &str );
260         ok( r, "failed to convert sid\n" );
261         if (r)
262         {
263             ok( !strcmp( str, refs[i].refStr ),
264                 "incorrect sid, expected %s, got %s\n", refs[i].refStr, str );
265             LocalFree( str );
266         }
267         if( psid )
268             FreeSid( psid );
269
270         r = pConvertStringSidToSidA( refs[i].refStr, &psid );
271         ok( r, "failed to parse sid string\n" );
272         pisid = psid;
273         ok( pisid &&
274          !memcmp( pisid->IdentifierAuthority.Value, refs[i].auth.Value,
275          sizeof(refs[i].auth) ),
276          "string sid %s didn't parse to expected value\n"
277          "(got 0x%04x%08x, expected 0x%04x%08x)\n",
278          refs[i].refStr,
279          MAKEWORD( pisid->IdentifierAuthority.Value[1],
280          pisid->IdentifierAuthority.Value[0] ),
281          MAKELONG( MAKEWORD( pisid->IdentifierAuthority.Value[5],
282          pisid->IdentifierAuthority.Value[4] ),
283          MAKEWORD( pisid->IdentifierAuthority.Value[3],
284          pisid->IdentifierAuthority.Value[2] ) ),
285          MAKEWORD( refs[i].auth.Value[1], refs[i].auth.Value[0] ),
286          MAKELONG( MAKEWORD( refs[i].auth.Value[5], refs[i].auth.Value[4] ),
287          MAKEWORD( refs[i].auth.Value[3], refs[i].auth.Value[2] ) ) );
288         if( psid )
289             LocalFree( psid );
290     }
291
292     trace("String SIDs:\n");
293     test_str_sid("AO");
294     test_str_sid("RU");
295     test_str_sid("AN");
296     test_str_sid("AU");
297     test_str_sid("BA");
298     test_str_sid("BG");
299     test_str_sid("BO");
300     test_str_sid("BU");
301     test_str_sid("CA");
302     test_str_sid("CG");
303     test_str_sid("CO");
304     test_str_sid("DA");
305     test_str_sid("DC");
306     test_str_sid("DD");
307     test_str_sid("DG");
308     test_str_sid("DU");
309     test_str_sid("EA");
310     test_str_sid("ED");
311     test_str_sid("WD");
312     test_str_sid("PA");
313     test_str_sid("IU");
314     test_str_sid("LA");
315     test_str_sid("LG");
316     test_str_sid("LS");
317     test_str_sid("SY");
318     test_str_sid("NU");
319     test_str_sid("NO");
320     test_str_sid("NS");
321     test_str_sid("PO");
322     test_str_sid("PS");
323     test_str_sid("PU");
324     test_str_sid("RS");
325     test_str_sid("RD");
326     test_str_sid("RE");
327     test_str_sid("RC");
328     test_str_sid("SA");
329     test_str_sid("SO");
330     test_str_sid("SU");
331 }
332
333 static void test_trustee(void)
334 {
335     GUID ObjectType = {0x12345678, 0x1234, 0x5678, {0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88}};
336     GUID InheritedObjectType = {0x23456789, 0x2345, 0x6786, {0x2, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88, 0x99}};
337     GUID ZeroGuid;
338     OBJECTS_AND_NAME_ oan;
339     OBJECTS_AND_SID oas;
340     TRUSTEE trustee;
341     PSID psid;
342     char szObjectTypeName[] = "ObjectTypeName";
343     char szInheritedObjectTypeName[] = "InheritedObjectTypeName";
344     char szTrusteeName[] = "szTrusteeName";
345     SID_IDENTIFIER_AUTHORITY auth = { {0x11,0x22,0,0,0, 0} };
346
347     memset( &ZeroGuid, 0x00, sizeof (ZeroGuid) );
348
349     pBuildTrusteeWithSidA = (fnBuildTrusteeWithSidA)
350                     GetProcAddress( hmod, "BuildTrusteeWithSidA" );
351     pBuildTrusteeWithNameA = (fnBuildTrusteeWithNameA)
352                     GetProcAddress( hmod, "BuildTrusteeWithNameA" );
353     pBuildTrusteeWithObjectsAndNameA = (fnBuildTrusteeWithObjectsAndNameA)
354                     GetProcAddress (hmod, "BuildTrusteeWithObjectsAndNameA" );
355     pBuildTrusteeWithObjectsAndSidA = (fnBuildTrusteeWithObjectsAndSidA)
356                     GetProcAddress (hmod, "BuildTrusteeWithObjectsAndSidA" );
357     pGetTrusteeNameA = (fnGetTrusteeNameA)
358                     GetProcAddress (hmod, "GetTrusteeNameA" );
359     if( !pBuildTrusteeWithSidA || !pBuildTrusteeWithNameA ||
360         !pBuildTrusteeWithObjectsAndNameA || !pBuildTrusteeWithObjectsAndSidA ||
361         !pGetTrusteeNameA )
362         return;
363
364     if ( ! AllocateAndInitializeSid( &auth, 1, 42, 0,0,0,0,0,0,0,&psid ) )
365     {
366         trace( "failed to init SID\n" );
367        return;
368     }
369
370     /* test BuildTrusteeWithSidA */
371     memset( &trustee, 0xff, sizeof trustee );
372     pBuildTrusteeWithSidA( &trustee, psid );
373
374     ok( trustee.pMultipleTrustee == NULL, "pMultipleTrustee wrong\n");
375     ok( trustee.MultipleTrusteeOperation == NO_MULTIPLE_TRUSTEE, 
376         "MultipleTrusteeOperation wrong\n");
377     ok( trustee.TrusteeForm == TRUSTEE_IS_SID, "TrusteeForm wrong\n");
378     ok( trustee.TrusteeType == TRUSTEE_IS_UNKNOWN, "TrusteeType wrong\n");
379     ok( trustee.ptstrName == psid, "ptstrName wrong\n" );
380
381     /* test BuildTrusteeWithObjectsAndSidA (test 1) */
382     memset( &trustee, 0xff, sizeof trustee );
383     memset( &oas, 0xff, sizeof(oas) );
384     pBuildTrusteeWithObjectsAndSidA(&trustee, &oas, &ObjectType,
385                                     &InheritedObjectType, psid);
386
387     ok(trustee.pMultipleTrustee == NULL, "pMultipleTrustee wrong\n");
388     ok(trustee.MultipleTrusteeOperation == NO_MULTIPLE_TRUSTEE, "MultipleTrusteeOperation wrong\n");
389     ok(trustee.TrusteeForm == TRUSTEE_IS_OBJECTS_AND_SID, "TrusteeForm wrong\n");
390     ok(trustee.TrusteeType == TRUSTEE_IS_UNKNOWN, "TrusteeType wrong\n");
391     ok(trustee.ptstrName == (LPSTR)&oas, "ptstrName wrong\n");
392  
393     ok(oas.ObjectsPresent == (ACE_OBJECT_TYPE_PRESENT | ACE_INHERITED_OBJECT_TYPE_PRESENT), "ObjectsPresent wrong\n");
394     ok(!memcmp(&oas.ObjectTypeGuid, &ObjectType, sizeof(GUID)), "ObjectTypeGuid wrong\n");
395     ok(!memcmp(&oas.InheritedObjectTypeGuid, &InheritedObjectType, sizeof(GUID)), "InheritedObjectTypeGuid wrong\n");
396     ok(oas.pSid == psid, "pSid wrong\n");
397
398     /* test GetTrusteeNameA */
399     ok(pGetTrusteeNameA(&trustee) == (LPSTR)&oas, "GetTrusteeName returned wrong value\n");
400
401     /* test BuildTrusteeWithObjectsAndSidA (test 2) */
402     memset( &trustee, 0xff, sizeof trustee );
403     memset( &oas, 0xff, sizeof(oas) );
404     pBuildTrusteeWithObjectsAndSidA(&trustee, &oas, NULL,
405                                     &InheritedObjectType, psid);
406
407     ok(trustee.pMultipleTrustee == NULL, "pMultipleTrustee wrong\n");
408     ok(trustee.MultipleTrusteeOperation == NO_MULTIPLE_TRUSTEE, "MultipleTrusteeOperation wrong\n");
409     ok(trustee.TrusteeForm == TRUSTEE_IS_OBJECTS_AND_SID, "TrusteeForm wrong\n");
410     ok(trustee.TrusteeType == TRUSTEE_IS_UNKNOWN, "TrusteeType wrong\n");
411     ok(trustee.ptstrName == (LPSTR)&oas, "ptstrName wrong\n");
412  
413     ok(oas.ObjectsPresent == ACE_INHERITED_OBJECT_TYPE_PRESENT, "ObjectsPresent wrong\n");
414     ok(!memcmp(&oas.ObjectTypeGuid, &ZeroGuid, sizeof(GUID)), "ObjectTypeGuid wrong\n");
415     ok(!memcmp(&oas.InheritedObjectTypeGuid, &InheritedObjectType, sizeof(GUID)), "InheritedObjectTypeGuid wrong\n");
416     ok(oas.pSid == psid, "pSid wrong\n");
417
418     FreeSid( psid );
419
420     /* test BuildTrusteeWithNameA */
421     memset( &trustee, 0xff, sizeof trustee );
422     pBuildTrusteeWithNameA( &trustee, szTrusteeName );
423
424     ok( trustee.pMultipleTrustee == NULL, "pMultipleTrustee wrong\n");
425     ok( trustee.MultipleTrusteeOperation == NO_MULTIPLE_TRUSTEE, 
426         "MultipleTrusteeOperation wrong\n");
427     ok( trustee.TrusteeForm == TRUSTEE_IS_NAME, "TrusteeForm wrong\n");
428     ok( trustee.TrusteeType == TRUSTEE_IS_UNKNOWN, "TrusteeType wrong\n");
429     ok( trustee.ptstrName == szTrusteeName, "ptstrName wrong\n" );
430
431     /* test BuildTrusteeWithObjectsAndNameA (test 1) */
432     memset( &trustee, 0xff, sizeof trustee );
433     memset( &oan, 0xff, sizeof(oan) );
434     pBuildTrusteeWithObjectsAndNameA(&trustee, &oan, SE_KERNEL_OBJECT, szObjectTypeName,
435                                      szInheritedObjectTypeName, szTrusteeName);
436
437     ok(trustee.pMultipleTrustee == NULL, "pMultipleTrustee wrong\n");
438     ok(trustee.MultipleTrusteeOperation == NO_MULTIPLE_TRUSTEE, "MultipleTrusteeOperation wrong\n");
439     ok(trustee.TrusteeForm == TRUSTEE_IS_OBJECTS_AND_NAME, "TrusteeForm wrong\n");
440     ok(trustee.TrusteeType == TRUSTEE_IS_UNKNOWN, "TrusteeType wrong\n");
441     ok(trustee.ptstrName == (LPTSTR)&oan, "ptstrName wrong\n");
442  
443     ok(oan.ObjectsPresent == (ACE_OBJECT_TYPE_PRESENT | ACE_INHERITED_OBJECT_TYPE_PRESENT), "ObjectsPresent wrong\n");
444     ok(oan.ObjectType == SE_KERNEL_OBJECT, "ObjectType wrong\n");
445     ok(oan.InheritedObjectTypeName == szInheritedObjectTypeName, "InheritedObjectTypeName wrong\n");
446     ok(oan.ptstrName == szTrusteeName, "szTrusteeName wrong\n");
447
448     /* test GetTrusteeNameA */
449     ok(pGetTrusteeNameA(&trustee) == (LPSTR)&oan, "GetTrusteeName returned wrong value\n");
450
451     /* test BuildTrusteeWithObjectsAndNameA (test 2) */
452     memset( &trustee, 0xff, sizeof trustee );
453     memset( &oan, 0xff, sizeof(oan) );
454     pBuildTrusteeWithObjectsAndNameA(&trustee, &oan, SE_KERNEL_OBJECT, NULL,
455                                      szInheritedObjectTypeName, szTrusteeName);
456
457     ok(trustee.pMultipleTrustee == NULL, "pMultipleTrustee wrong\n");
458     ok(trustee.MultipleTrusteeOperation == NO_MULTIPLE_TRUSTEE, "MultipleTrusteeOperation wrong\n");
459     ok(trustee.TrusteeForm == TRUSTEE_IS_OBJECTS_AND_NAME, "TrusteeForm wrong\n");
460     ok(trustee.TrusteeType == TRUSTEE_IS_UNKNOWN, "TrusteeType wrong\n");
461     ok(trustee.ptstrName == (LPSTR)&oan, "ptstrName wrong\n");
462  
463     ok(oan.ObjectsPresent == ACE_INHERITED_OBJECT_TYPE_PRESENT, "ObjectsPresent wrong\n");
464     ok(oan.ObjectType == SE_KERNEL_OBJECT, "ObjectType wrong\n");
465     ok(oan.InheritedObjectTypeName == szInheritedObjectTypeName, "InheritedObjectTypeName wrong\n");
466     ok(oan.ptstrName == szTrusteeName, "szTrusteeName wrong\n");
467
468     /* test BuildTrusteeWithObjectsAndNameA (test 3) */
469     memset( &trustee, 0xff, sizeof trustee );
470     memset( &oan, 0xff, sizeof(oan) );
471     pBuildTrusteeWithObjectsAndNameA(&trustee, &oan, SE_KERNEL_OBJECT, szObjectTypeName,
472                                      NULL, szTrusteeName);
473
474     ok(trustee.pMultipleTrustee == NULL, "pMultipleTrustee wrong\n");
475     ok(trustee.MultipleTrusteeOperation == NO_MULTIPLE_TRUSTEE, "MultipleTrusteeOperation wrong\n");
476     ok(trustee.TrusteeForm == TRUSTEE_IS_OBJECTS_AND_NAME, "TrusteeForm wrong\n");
477     ok(trustee.TrusteeType == TRUSTEE_IS_UNKNOWN, "TrusteeType wrong\n");
478     ok(trustee.ptstrName == (LPTSTR)&oan, "ptstrName wrong\n");
479  
480     ok(oan.ObjectsPresent == ACE_OBJECT_TYPE_PRESENT, "ObjectsPresent wrong\n");
481     ok(oan.ObjectType == SE_KERNEL_OBJECT, "ObjectType wrong\n");
482     ok(oan.InheritedObjectTypeName == NULL, "InheritedObjectTypeName wrong\n");
483     ok(oan.ptstrName == szTrusteeName, "szTrusteeName wrong\n");
484 }
485  
486 /* If the first isn't defined, assume none is */
487 #ifndef SE_MIN_WELL_KNOWN_PRIVILEGE
488 #define SE_MIN_WELL_KNOWN_PRIVILEGE       2L
489 #define SE_CREATE_TOKEN_PRIVILEGE         2L
490 #define SE_ASSIGNPRIMARYTOKEN_PRIVILEGE   3L
491 #define SE_LOCK_MEMORY_PRIVILEGE          4L
492 #define SE_INCREASE_QUOTA_PRIVILEGE       5L
493 #define SE_MACHINE_ACCOUNT_PRIVILEGE      6L
494 #define SE_TCB_PRIVILEGE                  7L
495 #define SE_SECURITY_PRIVILEGE             8L
496 #define SE_TAKE_OWNERSHIP_PRIVILEGE       9L
497 #define SE_LOAD_DRIVER_PRIVILEGE         10L
498 #define SE_SYSTEM_PROFILE_PRIVILEGE      11L
499 #define SE_SYSTEMTIME_PRIVILEGE          12L
500 #define SE_PROF_SINGLE_PROCESS_PRIVILEGE 13L
501 #define SE_INC_BASE_PRIORITY_PRIVILEGE   14L
502 #define SE_CREATE_PAGEFILE_PRIVILEGE     15L
503 #define SE_CREATE_PERMANENT_PRIVILEGE    16L
504 #define SE_BACKUP_PRIVILEGE              17L
505 #define SE_RESTORE_PRIVILEGE             18L
506 #define SE_SHUTDOWN_PRIVILEGE            19L
507 #define SE_DEBUG_PRIVILEGE               20L
508 #define SE_AUDIT_PRIVILEGE               21L
509 #define SE_SYSTEM_ENVIRONMENT_PRIVILEGE  22L
510 #define SE_CHANGE_NOTIFY_PRIVILEGE       23L
511 #define SE_REMOTE_SHUTDOWN_PRIVILEGE     24L
512 #define SE_UNDOCK_PRIVILEGE              25L
513 #define SE_SYNC_AGENT_PRIVILEGE          26L
514 #define SE_ENABLE_DELEGATION_PRIVILEGE   27L
515 #define SE_MANAGE_VOLUME_PRIVILEGE       28L
516 #define SE_IMPERSONATE_PRIVILEGE         29L
517 #define SE_CREATE_GLOBAL_PRIVILEGE       30L
518 #define SE_MAX_WELL_KNOWN_PRIVILEGE      SE_CREATE_GLOBAL_PRIVILEGE
519 #endif /* ndef SE_MIN_WELL_KNOWN_PRIVILEGE */
520
521 static void test_allocateLuid(void)
522 {
523     BOOL (WINAPI *pAllocateLocallyUniqueId)(PLUID);
524     LUID luid1, luid2;
525     BOOL ret;
526
527     pAllocateLocallyUniqueId = (void*)GetProcAddress(hmod, "AllocateLocallyUniqueId");
528     if (!pAllocateLocallyUniqueId) return;
529
530     ret = pAllocateLocallyUniqueId(&luid1);
531     if (!ret && GetLastError() == ERROR_CALL_NOT_IMPLEMENTED)
532         return;
533
534     ok(ret,
535      "AllocateLocallyUniqueId failed: %d\n", GetLastError());
536     ret = pAllocateLocallyUniqueId(&luid2);
537     ok( ret,
538      "AllocateLocallyUniqueId failed: %d\n", GetLastError());
539     ok(luid1.LowPart > SE_MAX_WELL_KNOWN_PRIVILEGE || luid1.HighPart != 0,
540      "AllocateLocallyUniqueId returned a well-known LUID\n");
541     ok(luid1.LowPart != luid2.LowPart || luid1.HighPart != luid2.HighPart,
542      "AllocateLocallyUniqueId returned non-unique LUIDs\n");
543     ret = pAllocateLocallyUniqueId(NULL);
544     ok( !ret && GetLastError() == ERROR_NOACCESS,
545      "AllocateLocallyUniqueId(NULL) didn't return ERROR_NOACCESS: %d\n",
546      GetLastError());
547 }
548
549 static void test_lookupPrivilegeName(void)
550 {
551     BOOL (WINAPI *pLookupPrivilegeNameA)(LPCSTR, PLUID, LPSTR, LPDWORD);
552     char buf[MAX_PATH]; /* arbitrary, seems long enough */
553     DWORD cchName = sizeof(buf);
554     LUID luid = { 0, 0 };
555     LONG i;
556     BOOL ret;
557
558     /* check whether it's available first */
559     pLookupPrivilegeNameA = (void*)GetProcAddress(hmod, "LookupPrivilegeNameA");
560     if (!pLookupPrivilegeNameA) return;
561     luid.LowPart = SE_CREATE_TOKEN_PRIVILEGE;
562     ret = pLookupPrivilegeNameA(NULL, &luid, buf, &cchName);
563     if (!ret && GetLastError() == ERROR_CALL_NOT_IMPLEMENTED)
564         return;
565
566     /* check with a short buffer */
567     cchName = 0;
568     luid.LowPart = SE_CREATE_TOKEN_PRIVILEGE;
569     ret = pLookupPrivilegeNameA(NULL, &luid, NULL, &cchName);
570     ok( !ret && GetLastError() == ERROR_INSUFFICIENT_BUFFER,
571      "LookupPrivilegeNameA didn't fail with ERROR_INSUFFICIENT_BUFFER: %d\n",
572      GetLastError());
573     ok(cchName == strlen("SeCreateTokenPrivilege") + 1,
574      "LookupPrivilegeNameA returned an incorrect required length for\n"
575      "SeCreateTokenPrivilege (got %d, expected %d)\n", cchName,
576      lstrlenA("SeCreateTokenPrivilege") + 1);
577     /* check a known value and its returned length on success */
578     cchName = sizeof(buf);
579     ok(pLookupPrivilegeNameA(NULL, &luid, buf, &cchName) &&
580      cchName == strlen("SeCreateTokenPrivilege"),
581      "LookupPrivilegeNameA returned an incorrect output length for\n"
582      "SeCreateTokenPrivilege (got %d, expected %d)\n", cchName,
583      (int)strlen("SeCreateTokenPrivilege"));
584     /* check known values */
585     for (i = SE_MIN_WELL_KNOWN_PRIVILEGE; i <= SE_MAX_WELL_KNOWN_PRIVILEGE; i++)
586     {
587         luid.LowPart = i;
588         cchName = sizeof(buf);
589         ret = pLookupPrivilegeNameA(NULL, &luid, buf, &cchName);
590         ok( ret || GetLastError() == ERROR_NO_SUCH_PRIVILEGE,
591          "LookupPrivilegeNameA(0.%d) failed: %d\n", i, GetLastError());
592     }
593     /* check a bogus LUID */
594     luid.LowPart = 0xdeadbeef;
595     cchName = sizeof(buf);
596     ret = pLookupPrivilegeNameA(NULL, &luid, buf, &cchName);
597     ok( !ret && GetLastError() == ERROR_NO_SUCH_PRIVILEGE,
598      "LookupPrivilegeNameA didn't fail with ERROR_NO_SUCH_PRIVILEGE: %d\n",
599      GetLastError());
600     /* check on a bogus system */
601     luid.LowPart = SE_CREATE_TOKEN_PRIVILEGE;
602     cchName = sizeof(buf);
603     ret = pLookupPrivilegeNameA("b0gu5.Nam3", &luid, buf, &cchName);
604     ok( !ret && (GetLastError() == RPC_S_SERVER_UNAVAILABLE ||
605                  GetLastError() == RPC_S_INVALID_NET_ADDR) /* w2k8 */,
606      "LookupPrivilegeNameA didn't fail with RPC_S_SERVER_UNAVAILABLE or RPC_S_INVALID_NET_ADDR: %d\n",
607      GetLastError());
608 }
609
610 struct NameToLUID
611 {
612     const char *name;
613     DWORD lowPart;
614 };
615
616 static void test_lookupPrivilegeValue(void)
617 {
618     static const struct NameToLUID privs[] = {
619      { "SeCreateTokenPrivilege", SE_CREATE_TOKEN_PRIVILEGE },
620      { "SeAssignPrimaryTokenPrivilege", SE_ASSIGNPRIMARYTOKEN_PRIVILEGE },
621      { "SeLockMemoryPrivilege", SE_LOCK_MEMORY_PRIVILEGE },
622      { "SeIncreaseQuotaPrivilege", SE_INCREASE_QUOTA_PRIVILEGE },
623      { "SeMachineAccountPrivilege", SE_MACHINE_ACCOUNT_PRIVILEGE },
624      { "SeTcbPrivilege", SE_TCB_PRIVILEGE },
625      { "SeSecurityPrivilege", SE_SECURITY_PRIVILEGE },
626      { "SeTakeOwnershipPrivilege", SE_TAKE_OWNERSHIP_PRIVILEGE },
627      { "SeLoadDriverPrivilege", SE_LOAD_DRIVER_PRIVILEGE },
628      { "SeSystemProfilePrivilege", SE_SYSTEM_PROFILE_PRIVILEGE },
629      { "SeSystemtimePrivilege", SE_SYSTEMTIME_PRIVILEGE },
630      { "SeProfileSingleProcessPrivilege", SE_PROF_SINGLE_PROCESS_PRIVILEGE },
631      { "SeIncreaseBasePriorityPrivilege", SE_INC_BASE_PRIORITY_PRIVILEGE },
632      { "SeCreatePagefilePrivilege", SE_CREATE_PAGEFILE_PRIVILEGE },
633      { "SeCreatePermanentPrivilege", SE_CREATE_PERMANENT_PRIVILEGE },
634      { "SeBackupPrivilege", SE_BACKUP_PRIVILEGE },
635      { "SeRestorePrivilege", SE_RESTORE_PRIVILEGE },
636      { "SeShutdownPrivilege", SE_SHUTDOWN_PRIVILEGE },
637      { "SeDebugPrivilege", SE_DEBUG_PRIVILEGE },
638      { "SeAuditPrivilege", SE_AUDIT_PRIVILEGE },
639      { "SeSystemEnvironmentPrivilege", SE_SYSTEM_ENVIRONMENT_PRIVILEGE },
640      { "SeChangeNotifyPrivilege", SE_CHANGE_NOTIFY_PRIVILEGE },
641      { "SeRemoteShutdownPrivilege", SE_REMOTE_SHUTDOWN_PRIVILEGE },
642      { "SeUndockPrivilege", SE_UNDOCK_PRIVILEGE },
643      { "SeSyncAgentPrivilege", SE_SYNC_AGENT_PRIVILEGE },
644      { "SeEnableDelegationPrivilege", SE_ENABLE_DELEGATION_PRIVILEGE },
645      { "SeManageVolumePrivilege", SE_MANAGE_VOLUME_PRIVILEGE },
646      { "SeImpersonatePrivilege", SE_IMPERSONATE_PRIVILEGE },
647      { "SeCreateGlobalPrivilege", SE_CREATE_GLOBAL_PRIVILEGE },
648     };
649     BOOL (WINAPI *pLookupPrivilegeValueA)(LPCSTR, LPCSTR, PLUID);
650     int i;
651     LUID luid;
652     BOOL ret;
653
654     /* check whether it's available first */
655     pLookupPrivilegeValueA = (void*)GetProcAddress(hmod, "LookupPrivilegeValueA");
656     if (!pLookupPrivilegeValueA) return;
657     ret = pLookupPrivilegeValueA(NULL, "SeCreateTokenPrivilege", &luid);
658     if (!ret && GetLastError() == ERROR_CALL_NOT_IMPLEMENTED)
659         return;
660
661     /* check a bogus system name */
662     ret = pLookupPrivilegeValueA("b0gu5.Nam3", "SeCreateTokenPrivilege", &luid);
663     ok( !ret && (GetLastError() == RPC_S_SERVER_UNAVAILABLE ||
664                 GetLastError() == RPC_S_INVALID_NET_ADDR) /* w2k8 */,
665      "LookupPrivilegeValueA didn't fail with RPC_S_SERVER_UNAVAILABLE or RPC_S_INVALID_NET_ADDR: %d\n",
666      GetLastError());
667     /* check a NULL string */
668     ret = pLookupPrivilegeValueA(NULL, 0, &luid);
669     ok( !ret && GetLastError() == ERROR_NO_SUCH_PRIVILEGE,
670      "LookupPrivilegeValueA didn't fail with ERROR_NO_SUCH_PRIVILEGE: %d\n",
671      GetLastError());
672     /* check a bogus privilege name */
673     ret = pLookupPrivilegeValueA(NULL, "SeBogusPrivilege", &luid);
674     ok( !ret && GetLastError() == ERROR_NO_SUCH_PRIVILEGE,
675      "LookupPrivilegeValueA didn't fail with ERROR_NO_SUCH_PRIVILEGE: %d\n",
676      GetLastError());
677     /* check case insensitive */
678     ret = pLookupPrivilegeValueA(NULL, "sEcREATEtOKENpRIVILEGE", &luid);
679     ok( ret,
680      "LookupPrivilegeValueA(NULL, sEcREATEtOKENpRIVILEGE, &luid) failed: %d\n",
681      GetLastError());
682     for (i = 0; i < sizeof(privs) / sizeof(privs[0]); i++)
683     {
684         /* Not all privileges are implemented on all Windows versions, so
685          * don't worry if the call fails
686          */
687         if (pLookupPrivilegeValueA(NULL, privs[i].name, &luid))
688         {
689             ok(luid.LowPart == privs[i].lowPart,
690              "LookupPrivilegeValueA returned an invalid LUID for %s\n",
691              privs[i].name);
692         }
693     }
694 }
695
696 static void test_luid(void)
697 {
698     test_allocateLuid();
699     test_lookupPrivilegeName();
700     test_lookupPrivilegeValue();
701 }
702
703 static void test_FileSecurity(void)
704 {
705     char wintmpdir [MAX_PATH];
706     char path [MAX_PATH];
707     char file [MAX_PATH];
708     BOOL rc;
709     HANDLE fh;
710     DWORD sdSize;
711     DWORD retSize;
712     BYTE *sd;
713     SECURITY_INFORMATION const request = OWNER_SECURITY_INFORMATION
714                                        | GROUP_SECURITY_INFORMATION
715                                        | DACL_SECURITY_INFORMATION;
716
717     if (!pGetFileSecurityA) {
718         win_skip ("GetFileSecurity is not available\n");
719         return;
720     }
721
722     if (!pSetFileSecurityA) {
723         win_skip ("SetFileSecurity is not available\n");
724         return;
725     }
726
727     if (!GetTempPathA (sizeof (wintmpdir), wintmpdir)) {
728         win_skip ("GetTempPathA failed\n");
729         return;
730     }
731
732     /* Create a temporary directory and in it a temporary file */
733     strcat (strcpy (path, wintmpdir), "rary");
734     SetLastError(0xdeadbeef);
735     rc = CreateDirectoryA (path, NULL);
736     ok (rc || GetLastError() == ERROR_ALREADY_EXISTS, "CreateDirectoryA "
737         "failed for '%s' with %d\n", path, GetLastError());
738
739     strcat (strcpy (file, path), "\\ess");
740     SetLastError(0xdeadbeef);
741     fh = CreateFileA (file, GENERIC_WRITE, 0, NULL, CREATE_ALWAYS, 0, NULL);
742     ok (fh != INVALID_HANDLE_VALUE, "CreateFileA "
743         "failed for '%s' with %d\n", file, GetLastError());
744     CloseHandle (fh);
745
746     /* For the temporary file ... */
747
748     /* Get size needed */
749     retSize = 0;
750     SetLastError(0xdeadbeef);
751     rc = pGetFileSecurityA (file, request, NULL, 0, &retSize);
752     if (!rc && (GetLastError() == ERROR_CALL_NOT_IMPLEMENTED)) {
753         win_skip("GetFileSecurityA is not implemented\n");
754         goto cleanup;
755     }
756     ok (!rc, "GetFileSecurityA "
757         "was expected to fail for '%s'\n", file);
758     ok (GetLastError() == ERROR_INSUFFICIENT_BUFFER, "GetFileSecurityA "
759         "returned %d; expected ERROR_INSUFFICIENT_BUFFER\n", GetLastError());
760     ok (retSize > sizeof (SECURITY_DESCRIPTOR), "GetFileSecurityA returned size %d\n", retSize);
761
762     sdSize = retSize;
763     sd = HeapAlloc (GetProcessHeap (), 0, sdSize);
764
765     /* Get security descriptor for real */
766     retSize = -1;
767     SetLastError(0xdeadbeef);
768     rc = pGetFileSecurityA (file, request, sd, sdSize, &retSize);
769     ok (rc, "GetFileSecurityA "
770         "was not expected to fail '%s': %d\n", file, GetLastError());
771     ok (retSize == sdSize ||
772         broken(retSize == 0), /* NT4 */
773         "GetFileSecurityA returned size %d; expected %d\n", retSize, sdSize);
774
775     /* Use it to set security descriptor */
776     SetLastError(0xdeadbeef);
777     rc = pSetFileSecurityA (file, request, sd);
778     ok (rc, "SetFileSecurityA "
779         "was not expected to fail '%s': %d\n", file, GetLastError());
780
781     HeapFree (GetProcessHeap (), 0, sd);
782
783     /* Repeat for the temporary directory ... */
784
785     /* Get size needed */
786     retSize = 0;
787     SetLastError(0xdeadbeef);
788     rc = pGetFileSecurityA (path, request, NULL, 0, &retSize);
789     ok (!rc, "GetFileSecurityA "
790         "was expected to fail for '%s'\n", path);
791     ok (GetLastError() == ERROR_INSUFFICIENT_BUFFER, "GetFileSecurityA "
792         "returned %d; expected ERROR_INSUFFICIENT_BUFFER\n", GetLastError());
793     ok (retSize > sizeof (SECURITY_DESCRIPTOR), "GetFileSecurityA returned size %d\n", retSize);
794
795     sdSize = retSize;
796     sd = HeapAlloc (GetProcessHeap (), 0, sdSize);
797
798     /* Get security descriptor for real */
799     retSize = -1;
800     SetLastError(0xdeadbeef);
801     rc = pGetFileSecurityA (path, request, sd, sdSize, &retSize);
802     ok (rc, "GetFileSecurityA "
803         "was not expected to fail '%s': %d\n", path, GetLastError());
804     ok (retSize == sdSize ||
805         broken(retSize == 0), /* NT4 */
806         "GetFileSecurityA returned size %d; expected %d\n", retSize, sdSize);
807
808     /* Use it to set security descriptor */
809     SetLastError(0xdeadbeef);
810     rc = pSetFileSecurityA (path, request, sd);
811     ok (rc, "SetFileSecurityA "
812         "was not expected to fail '%s': %d\n", path, GetLastError());
813     HeapFree (GetProcessHeap (), 0, sd);
814
815     /* Old test */
816     strcpy (wintmpdir, "\\Should not exist");
817     SetLastError(0xdeadbeef);
818     rc = pGetFileSecurityA (wintmpdir, OWNER_SECURITY_INFORMATION, NULL, 0, &sdSize);
819     ok (!rc, "GetFileSecurityA should fail for not existing directories/files\n");
820     ok (GetLastError() == ERROR_FILE_NOT_FOUND,
821         "last error ERROR_FILE_NOT_FOUND expected, got %d\n", GetLastError());
822
823 cleanup:
824     /* Remove temporary file and directory */
825     DeleteFileA(file);
826     RemoveDirectoryA(path);
827 }
828
829 static void test_AccessCheck(void)
830 {
831     PSID EveryoneSid = NULL, AdminSid = NULL, UsersSid = NULL;
832     PACL Acl = NULL;
833     SECURITY_DESCRIPTOR *SecurityDescriptor = NULL;
834     SID_IDENTIFIER_AUTHORITY SIDAuthWorld = { SECURITY_WORLD_SID_AUTHORITY };
835     SID_IDENTIFIER_AUTHORITY SIDAuthNT = { SECURITY_NT_AUTHORITY };
836     GENERIC_MAPPING Mapping = { KEY_READ, KEY_WRITE, KEY_EXECUTE, KEY_ALL_ACCESS };
837     ACCESS_MASK Access;
838     BOOL AccessStatus;
839     HANDLE Token;
840     HANDLE ProcessToken;
841     BOOL ret;
842     DWORD PrivSetLen;
843     PRIVILEGE_SET *PrivSet;
844     BOOL res;
845     HMODULE NtDllModule;
846     BOOLEAN Enabled;
847     DWORD err;
848     NTSTATUS ntret, ntAccessStatus;
849
850     NtDllModule = GetModuleHandle("ntdll.dll");
851     if (!NtDllModule)
852     {
853         skip("not running on NT, skipping test\n");
854         return;
855     }
856     pRtlAdjustPrivilege = (fnRtlAdjustPrivilege)
857                           GetProcAddress(NtDllModule, "RtlAdjustPrivilege");
858     if (!pRtlAdjustPrivilege)
859     {
860         win_skip("missing RtlAdjustPrivilege, skipping test\n");
861         return;
862     }
863
864     Acl = HeapAlloc(GetProcessHeap(), 0, 256);
865     res = InitializeAcl(Acl, 256, ACL_REVISION);
866     if(!res && GetLastError() == ERROR_CALL_NOT_IMPLEMENTED)
867     {
868         skip("ACLs not implemented - skipping tests\n");
869         HeapFree(GetProcessHeap(), 0, Acl);
870         return;
871     }
872     ok(res, "InitializeAcl failed with error %d\n", GetLastError());
873
874     res = AllocateAndInitializeSid( &SIDAuthWorld, 1, SECURITY_WORLD_RID, 0, 0, 0, 0, 0, 0, 0, &EveryoneSid);
875     ok(res, "AllocateAndInitializeSid failed with error %d\n", GetLastError());
876
877     res = AllocateAndInitializeSid( &SIDAuthNT, 2, SECURITY_BUILTIN_DOMAIN_RID,
878         DOMAIN_ALIAS_RID_ADMINS, 0, 0, 0, 0, 0, 0, &AdminSid);
879     ok(res, "AllocateAndInitializeSid failed with error %d\n", GetLastError());
880
881     res = AllocateAndInitializeSid( &SIDAuthNT, 2, SECURITY_BUILTIN_DOMAIN_RID,
882         DOMAIN_ALIAS_RID_USERS, 0, 0, 0, 0, 0, 0, &UsersSid);
883     ok(res, "AllocateAndInitializeSid failed with error %d\n", GetLastError());
884
885     SecurityDescriptor = HeapAlloc(GetProcessHeap(), 0, SECURITY_DESCRIPTOR_MIN_LENGTH);
886
887     res = InitializeSecurityDescriptor(SecurityDescriptor, SECURITY_DESCRIPTOR_REVISION);
888     ok(res, "InitializeSecurityDescriptor failed with error %d\n", GetLastError());
889
890     res = SetSecurityDescriptorDacl(SecurityDescriptor, TRUE, Acl, FALSE);
891     ok(res, "SetSecurityDescriptorDacl failed with error %d\n", GetLastError());
892
893     PrivSetLen = FIELD_OFFSET(PRIVILEGE_SET, Privilege[16]);
894     PrivSet = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, PrivSetLen);
895     PrivSet->PrivilegeCount = 16;
896
897     res = OpenProcessToken(GetCurrentProcess(), TOKEN_DUPLICATE|TOKEN_QUERY, &ProcessToken);
898     ok(res, "OpenProcessToken failed with error %d\n", GetLastError());
899
900     pRtlAdjustPrivilege(SE_SECURITY_PRIVILEGE, FALSE, TRUE, &Enabled);
901
902     res = DuplicateToken(ProcessToken, SecurityImpersonation, &Token);
903     ok(res, "DuplicateToken failed with error %d\n", GetLastError());
904
905     /* SD without owner/group */
906     SetLastError(0xdeadbeef);
907     Access = AccessStatus = 0xdeadbeef;
908     ret = AccessCheck(SecurityDescriptor, Token, KEY_QUERY_VALUE, &Mapping,
909                       PrivSet, &PrivSetLen, &Access, &AccessStatus);
910     err = GetLastError();
911     ok(!ret && err == ERROR_INVALID_SECURITY_DESCR, "AccessCheck should have "
912        "failed with ERROR_INVALID_SECURITY_DESCR, instead of %d\n", err);
913     ok(Access == 0xdeadbeef && AccessStatus == 0xdeadbeef,
914        "Access and/or AccessStatus were changed!\n");
915
916     /* Set owner and group */
917     res = SetSecurityDescriptorOwner(SecurityDescriptor, AdminSid, FALSE);
918     ok(res, "SetSecurityDescriptorOwner failed with error %d\n", GetLastError());
919     res = SetSecurityDescriptorGroup(SecurityDescriptor, UsersSid, TRUE);
920     ok(res, "SetSecurityDescriptorGroup failed with error %d\n", GetLastError());
921
922     /* Generic access mask */
923     SetLastError(0xdeadbeef);
924     Access = AccessStatus = 0xdeadbeef;
925     ret = AccessCheck(SecurityDescriptor, Token, GENERIC_READ, &Mapping,
926                       PrivSet, &PrivSetLen, &Access, &AccessStatus);
927     err = GetLastError();
928     ok(!ret && err == ERROR_GENERIC_NOT_MAPPED, "AccessCheck should have failed "
929        "with ERROR_GENERIC_NOT_MAPPED, instead of %d\n", err);
930     ok(Access == 0xdeadbeef && AccessStatus == 0xdeadbeef,
931        "Access and/or AccessStatus were changed!\n");
932
933     /* Generic access mask - no privilegeset buffer */
934     SetLastError(0xdeadbeef);
935     Access = AccessStatus = 0xdeadbeef;
936     ret = AccessCheck(SecurityDescriptor, Token, GENERIC_READ, &Mapping,
937                       NULL, &PrivSetLen, &Access, &AccessStatus);
938     err = GetLastError();
939     ok(!ret && err == ERROR_NOACCESS, "AccessCheck should have failed "
940        "with ERROR_NOACCESS, instead of %d\n", err);
941     ok(Access == 0xdeadbeef && AccessStatus == 0xdeadbeef,
942        "Access and/or AccessStatus were changed!\n");
943
944     /* Generic access mask - no returnlength */
945     SetLastError(0xdeadbeef);
946     Access = AccessStatus = 0xdeadbeef;
947     ret = AccessCheck(SecurityDescriptor, Token, GENERIC_READ, &Mapping,
948                       PrivSet, NULL, &Access, &AccessStatus);
949     err = GetLastError();
950     ok(!ret && err == ERROR_NOACCESS, "AccessCheck should have failed "
951        "with ERROR_NOACCESS, instead of %d\n", err);
952     ok(Access == 0xdeadbeef && AccessStatus == 0xdeadbeef,
953        "Access and/or AccessStatus were changed!\n");
954
955     /* Generic access mask - no privilegeset buffer, no returnlength */
956     SetLastError(0xdeadbeef);
957     Access = AccessStatus = 0xdeadbeef;
958     ret = AccessCheck(SecurityDescriptor, Token, GENERIC_READ, &Mapping,
959                       NULL, NULL, &Access, &AccessStatus);
960     err = GetLastError();
961     ok(!ret && err == ERROR_NOACCESS, "AccessCheck should have failed "
962        "with ERROR_NOACCESS, instead of %d\n", err);
963     ok(Access == 0xdeadbeef && AccessStatus == 0xdeadbeef,
964        "Access and/or AccessStatus were changed!\n");
965
966     /* sd with no dacl present */
967     Access = AccessStatus = 0xdeadbeef;
968     ret = SetSecurityDescriptorDacl(SecurityDescriptor, FALSE, NULL, FALSE);
969     ok(ret, "SetSecurityDescriptorDacl failed with error %d\n", GetLastError());
970     ret = AccessCheck(SecurityDescriptor, Token, KEY_READ, &Mapping,
971                       PrivSet, &PrivSetLen, &Access, &AccessStatus);
972     ok(ret, "AccessCheck failed with error %d\n", GetLastError());
973     ok(AccessStatus && (Access == KEY_READ),
974         "AccessCheck failed to grant access with error %d\n",
975         GetLastError());
976
977     /* sd with no dacl present - no privilegeset buffer */
978     SetLastError(0xdeadbeef);
979     Access = AccessStatus = 0xdeadbeef;
980     ret = AccessCheck(SecurityDescriptor, Token, GENERIC_READ, &Mapping,
981                       NULL, &PrivSetLen, &Access, &AccessStatus);
982     err = GetLastError();
983     ok(!ret && err == ERROR_NOACCESS, "AccessCheck should have failed "
984        "with ERROR_NOACCESS, instead of %d\n", err);
985     ok(Access == 0xdeadbeef && AccessStatus == 0xdeadbeef,
986        "Access and/or AccessStatus were changed!\n");
987
988     if(pNtAccessCheck)
989     {
990        /* Generic access mask - no privilegeset buffer */
991        SetLastError(0xdeadbeef);
992        Access = ntAccessStatus = 0xdeadbeef;
993        ntret = pNtAccessCheck(SecurityDescriptor, Token, GENERIC_READ, &Mapping,
994                               NULL, &PrivSetLen, &Access, &ntAccessStatus);
995        err = GetLastError();
996        ok(ntret == STATUS_ACCESS_VIOLATION,
997           "NtAccessCheck should have failed with STATUS_ACCESS_VIOLATION, got %x\n", ntret);
998        ok(err == 0xdeadbeef,
999           "NtAccessCheck shouldn't set last error, got %d\n", err);
1000        ok(Access == 0xdeadbeef && ntAccessStatus == 0xdeadbeef,
1001           "Access and/or AccessStatus were changed!\n");
1002
1003       /* Generic access mask - no returnlength */
1004       SetLastError(0xdeadbeef);
1005       Access = ntAccessStatus = 0xdeadbeef;
1006       ntret = pNtAccessCheck(SecurityDescriptor, Token, GENERIC_READ, &Mapping,
1007                              PrivSet, NULL, &Access, &ntAccessStatus);
1008       err = GetLastError();
1009       ok(ntret == STATUS_ACCESS_VIOLATION,
1010          "NtAccessCheck should have failed with STATUS_ACCESS_VIOLATION, got %x\n", ntret);
1011       ok(err == 0xdeadbeef,
1012          "NtAccessCheck shouldn't set last error, got %d\n", err);
1013       ok(Access == 0xdeadbeef && ntAccessStatus == 0xdeadbeef,
1014          "Access and/or AccessStatus were changed!\n");
1015
1016       /* Generic access mask - no privilegeset buffer, no returnlength */
1017       SetLastError(0xdeadbeef);
1018       Access = ntAccessStatus = 0xdeadbeef;
1019       ntret = pNtAccessCheck(SecurityDescriptor, Token, GENERIC_READ, &Mapping,
1020                              NULL, NULL, &Access, &ntAccessStatus);
1021       err = GetLastError();
1022       ok(ntret == STATUS_ACCESS_VIOLATION,
1023          "NtAccessCheck should have failed with STATUS_ACCESS_VIOLATION, got %x\n", ntret);
1024       ok(err == 0xdeadbeef,
1025          "NtAccessCheck shouldn't set last error, got %d\n", err);
1026       ok(Access == 0xdeadbeef && ntAccessStatus == 0xdeadbeef,
1027          "Access and/or AccessStatus were changed!\n");
1028     }
1029     else
1030        win_skip("NtAccessCheck unavailable. Skipping.\n");
1031
1032     /* sd with NULL dacl */
1033     Access = AccessStatus = 0xdeadbeef;
1034     ret = SetSecurityDescriptorDacl(SecurityDescriptor, TRUE, NULL, FALSE);
1035     ok(ret, "SetSecurityDescriptorDacl failed with error %d\n", GetLastError());
1036     ret = AccessCheck(SecurityDescriptor, Token, KEY_READ, &Mapping,
1037                       PrivSet, &PrivSetLen, &Access, &AccessStatus);
1038     ok(ret, "AccessCheck failed with error %d\n", GetLastError());
1039     ok(AccessStatus && (Access == KEY_READ),
1040         "AccessCheck failed to grant access with error %d\n",
1041         GetLastError());
1042
1043     /* sd with blank dacl */
1044     ret = SetSecurityDescriptorDacl(SecurityDescriptor, TRUE, Acl, FALSE);
1045     ok(ret, "SetSecurityDescriptorDacl failed with error %d\n", GetLastError());
1046     ret = AccessCheck(SecurityDescriptor, Token, KEY_READ, &Mapping,
1047                       PrivSet, &PrivSetLen, &Access, &AccessStatus);
1048     ok(ret, "AccessCheck failed with error %d\n", GetLastError());
1049     err = GetLastError();
1050     ok(!AccessStatus && err == ERROR_ACCESS_DENIED, "AccessCheck should have failed "
1051        "with ERROR_ACCESS_DENIED, instead of %d\n", err);
1052     ok(!Access, "Should have failed to grant any access, got 0x%08x\n", Access);
1053
1054     res = AddAccessAllowedAce(Acl, ACL_REVISION, KEY_READ, EveryoneSid);
1055     ok(res, "AddAccessAllowedAce failed with error %d\n", GetLastError());
1056
1057     res = AddAccessDeniedAce(Acl, ACL_REVISION, KEY_SET_VALUE, AdminSid);
1058     ok(res, "AddAccessDeniedAce failed with error %d\n", GetLastError());
1059
1060     /* sd with dacl */
1061     Access = AccessStatus = 0xdeadbeef;
1062     ret = AccessCheck(SecurityDescriptor, Token, KEY_READ, &Mapping,
1063                       PrivSet, &PrivSetLen, &Access, &AccessStatus);
1064     ok(ret, "AccessCheck failed with error %d\n", GetLastError());
1065     ok(AccessStatus && (Access == KEY_READ),
1066         "AccessCheck failed to grant access with error %d\n",
1067         GetLastError());
1068
1069     ret = AccessCheck(SecurityDescriptor, Token, MAXIMUM_ALLOWED, &Mapping,
1070                       PrivSet, &PrivSetLen, &Access, &AccessStatus);
1071     ok(ret, "AccessCheck failed with error %d\n", GetLastError());
1072     ok(AccessStatus,
1073         "AccessCheck failed to grant any access with error %d\n",
1074         GetLastError());
1075     trace("AccessCheck with MAXIMUM_ALLOWED got Access 0x%08x\n", Access);
1076
1077     /* Access denied by SD */
1078     SetLastError(0xdeadbeef);
1079     Access = AccessStatus = 0xdeadbeef;
1080     ret = AccessCheck(SecurityDescriptor, Token, KEY_WRITE, &Mapping,
1081                       PrivSet, &PrivSetLen, &Access, &AccessStatus);
1082     ok(ret, "AccessCheck failed with error %d\n", GetLastError());
1083     err = GetLastError();
1084     ok(!AccessStatus && err == ERROR_ACCESS_DENIED, "AccessCheck should have failed "
1085        "with ERROR_ACCESS_DENIED, instead of %d\n", err);
1086     ok(!Access, "Should have failed to grant any access, got 0x%08x\n", Access);
1087
1088     SetLastError(0);
1089     PrivSet->PrivilegeCount = 16;
1090     ret = AccessCheck(SecurityDescriptor, Token, ACCESS_SYSTEM_SECURITY, &Mapping,
1091                       PrivSet, &PrivSetLen, &Access, &AccessStatus);
1092     ok(ret && !AccessStatus && GetLastError() == ERROR_PRIVILEGE_NOT_HELD,
1093         "AccessCheck should have failed with ERROR_PRIVILEGE_NOT_HELD, instead of %d\n",
1094         GetLastError());
1095
1096     ret = ImpersonateLoggedOnUser(Token);
1097     ok(ret, "ImpersonateLoggedOnUser failed with error %d\n", GetLastError());
1098     ret = pRtlAdjustPrivilege(SE_SECURITY_PRIVILEGE, TRUE, TRUE, &Enabled);
1099     if (!ret)
1100     {
1101         SetLastError(0);
1102         PrivSet->PrivilegeCount = 16;
1103         ret = AccessCheck(SecurityDescriptor, Token, ACCESS_SYSTEM_SECURITY, &Mapping,
1104                           PrivSet, &PrivSetLen, &Access, &AccessStatus);
1105         ok(ret && AccessStatus && GetLastError() == 0,
1106             "AccessCheck should have succeeded, error %d\n",
1107             GetLastError());
1108         ok(Access == ACCESS_SYSTEM_SECURITY,
1109             "Access should be equal to ACCESS_SYSTEM_SECURITY instead of 0x%08x\n",
1110             Access);
1111     }
1112     else
1113         trace("Couldn't get SE_SECURITY_PRIVILEGE (0x%08x), skipping ACCESS_SYSTEM_SECURITY test\n",
1114             ret);
1115     ret = RevertToSelf();
1116     ok(ret, "RevertToSelf failed with error %d\n", GetLastError());
1117
1118     /* test INHERIT_ONLY_ACE */
1119     ret = InitializeAcl(Acl, 256, ACL_REVISION);
1120     ok(ret, "InitializeAcl failed with error %d\n", GetLastError());
1121
1122     /* NT doesn't have AddAccessAllowedAceEx. Skipping this call/test doesn't influence
1123      * the next ones.
1124      */
1125     if (pAddAccessAllowedAceEx)
1126     {
1127         ret = pAddAccessAllowedAceEx(Acl, ACL_REVISION, INHERIT_ONLY_ACE, KEY_READ, EveryoneSid);
1128         ok(ret, "AddAccessAllowedAceEx failed with error %d\n", GetLastError());
1129     }
1130     else
1131         win_skip("AddAccessAllowedAceEx is not available\n");
1132
1133     ret = AccessCheck(SecurityDescriptor, Token, KEY_READ, &Mapping,
1134                       PrivSet, &PrivSetLen, &Access, &AccessStatus);
1135     ok(ret, "AccessCheck failed with error %d\n", GetLastError());
1136     err = GetLastError();
1137     ok(!AccessStatus && err == ERROR_ACCESS_DENIED, "AccessCheck should have failed "
1138        "with ERROR_ACCESS_DENIED, instead of %d\n", err);
1139     ok(!Access, "Should have failed to grant any access, got 0x%08x\n", Access);
1140
1141     CloseHandle(Token);
1142
1143     res = DuplicateToken(ProcessToken, SecurityAnonymous, &Token);
1144     ok(res, "DuplicateToken failed with error %d\n", GetLastError());
1145
1146     SetLastError(0xdeadbeef);
1147     ret = AccessCheck(SecurityDescriptor, Token, MAXIMUM_ALLOWED, &Mapping,
1148                       PrivSet, &PrivSetLen, &Access, &AccessStatus);
1149     err = GetLastError();
1150     ok(!ret && err == ERROR_BAD_IMPERSONATION_LEVEL, "AccessCheck should have failed "
1151        "with ERROR_BAD_IMPERSONATION_LEVEL, instead of %d\n", err);
1152
1153     CloseHandle(Token);
1154
1155     SetLastError(0xdeadbeef);
1156     ret = AccessCheck(SecurityDescriptor, ProcessToken, KEY_READ, &Mapping,
1157                       PrivSet, &PrivSetLen, &Access, &AccessStatus);
1158     err = GetLastError();
1159     ok(!ret && err == ERROR_NO_IMPERSONATION_TOKEN, "AccessCheck should have failed "
1160        "with ERROR_NO_IMPERSONATION_TOKEN, instead of %d\n", err);
1161
1162     CloseHandle(ProcessToken);
1163
1164     if (EveryoneSid)
1165         FreeSid(EveryoneSid);
1166     if (AdminSid)
1167         FreeSid(AdminSid);
1168     if (UsersSid)
1169         FreeSid(UsersSid);
1170     HeapFree(GetProcessHeap(), 0, Acl);
1171     HeapFree(GetProcessHeap(), 0, SecurityDescriptor);
1172     HeapFree(GetProcessHeap(), 0, PrivSet);
1173 }
1174
1175 /* test GetTokenInformation for the various attributes */
1176 static void test_token_attr(void)
1177 {
1178     HANDLE Token, ImpersonationToken;
1179     DWORD Size;
1180     TOKEN_PRIVILEGES *Privileges;
1181     TOKEN_GROUPS *Groups;
1182     TOKEN_USER *User;
1183     BOOL ret;
1184     DWORD i, GLE;
1185     LPSTR SidString;
1186     SECURITY_IMPERSONATION_LEVEL ImpersonationLevel;
1187
1188     /* cygwin-like use case */
1189     SetLastError(0xdeadbeef);
1190     ret = OpenProcessToken(GetCurrentProcess(), MAXIMUM_ALLOWED, &Token);
1191     if(!ret && (GetLastError() == ERROR_CALL_NOT_IMPLEMENTED))
1192     {
1193         win_skip("OpenProcessToken is not implemented\n");
1194         return;
1195     }
1196     ok(ret, "OpenProcessToken failed with error %d\n", GetLastError());
1197     if (ret)
1198     {
1199         DWORD buf[256]; /* GetTokenInformation wants a dword-aligned buffer */
1200         Size = sizeof(buf);
1201         ret = GetTokenInformation(Token, TokenUser,(void*)buf, Size, &Size);
1202         ok(ret, "GetTokenInformation failed with error %d\n", GetLastError());
1203         Size = sizeof(ImpersonationLevel);
1204         ret = GetTokenInformation(Token, TokenImpersonationLevel, &ImpersonationLevel, Size, &Size);
1205         GLE = GetLastError();
1206         ok(!ret && (GLE == ERROR_INVALID_PARAMETER), "GetTokenInformation(TokenImpersonationLevel) on primary token should have failed with ERROR_INVALID_PARAMETER instead of %d\n", GLE);
1207         CloseHandle(Token);
1208     }
1209
1210     if(!pConvertSidToStringSidA)
1211     {
1212         win_skip("ConvertSidToStringSidA is not available\n");
1213         return;
1214     }
1215
1216     SetLastError(0xdeadbeef);
1217     ret = OpenProcessToken(GetCurrentProcess(), TOKEN_QUERY|TOKEN_DUPLICATE, &Token);
1218     ok(ret, "OpenProcessToken failed with error %d\n", GetLastError());
1219
1220     /* groups */
1221     ret = GetTokenInformation(Token, TokenGroups, NULL, 0, &Size);
1222     Groups = HeapAlloc(GetProcessHeap(), 0, Size);
1223     ret = GetTokenInformation(Token, TokenGroups, Groups, Size, &Size);
1224     ok(ret, "GetTokenInformation(TokenGroups) failed with error %d\n", GetLastError());
1225     trace("TokenGroups:\n");
1226     for (i = 0; i < Groups->GroupCount; i++)
1227     {
1228         DWORD NameLength = 255;
1229         TCHAR Name[255];
1230         DWORD DomainLength = 255;
1231         TCHAR Domain[255];
1232         SID_NAME_USE SidNameUse;
1233         pConvertSidToStringSidA(Groups->Groups[i].Sid, &SidString);
1234         Name[0] = '\0';
1235         Domain[0] = '\0';
1236         ret = LookupAccountSid(NULL, Groups->Groups[i].Sid, Name, &NameLength, Domain, &DomainLength, &SidNameUse);
1237         if (ret)
1238             trace("\t%s, %s\\%s use: %d attr: 0x%08x\n", SidString, Domain, Name, SidNameUse, Groups->Groups[i].Attributes);
1239         else
1240             trace("\t%s, attr: 0x%08x LookupAccountSid failed with error %d\n", SidString, Groups->Groups[i].Attributes, GetLastError());
1241         LocalFree(SidString);
1242     }
1243     HeapFree(GetProcessHeap(), 0, Groups);
1244
1245     /* user */
1246     ret = GetTokenInformation(Token, TokenUser, NULL, 0, &Size);
1247     ok(!ret && (GetLastError() == ERROR_INSUFFICIENT_BUFFER),
1248         "GetTokenInformation(TokenUser) failed with error %d\n", GetLastError());
1249     User = HeapAlloc(GetProcessHeap(), 0, Size);
1250     ret = GetTokenInformation(Token, TokenUser, User, Size, &Size);
1251     ok(ret,
1252         "GetTokenInformation(TokenUser) failed with error %d\n", GetLastError());
1253
1254     pConvertSidToStringSidA(User->User.Sid, &SidString);
1255     trace("TokenUser: %s attr: 0x%08x\n", SidString, User->User.Attributes);
1256     LocalFree(SidString);
1257     HeapFree(GetProcessHeap(), 0, User);
1258
1259     /* privileges */
1260     ret = GetTokenInformation(Token, TokenPrivileges, NULL, 0, &Size);
1261     ok(!ret && (GetLastError() == ERROR_INSUFFICIENT_BUFFER),
1262         "GetTokenInformation(TokenPrivileges) failed with error %d\n", GetLastError());
1263     Privileges = HeapAlloc(GetProcessHeap(), 0, Size);
1264     ret = GetTokenInformation(Token, TokenPrivileges, Privileges, Size, &Size);
1265     ok(ret,
1266         "GetTokenInformation(TokenPrivileges) failed with error %d\n", GetLastError());
1267     trace("TokenPrivileges:\n");
1268     for (i = 0; i < Privileges->PrivilegeCount; i++)
1269     {
1270         TCHAR Name[256];
1271         DWORD NameLen = sizeof(Name)/sizeof(Name[0]);
1272         LookupPrivilegeName(NULL, &Privileges->Privileges[i].Luid, Name, &NameLen);
1273         trace("\t%s, 0x%x\n", Name, Privileges->Privileges[i].Attributes);
1274     }
1275     HeapFree(GetProcessHeap(), 0, Privileges);
1276
1277     ret = DuplicateToken(Token, SecurityAnonymous, &ImpersonationToken);
1278     ok(ret, "DuplicateToken failed with error %d\n", GetLastError());
1279
1280     Size = sizeof(ImpersonationLevel);
1281     ret = GetTokenInformation(ImpersonationToken, TokenImpersonationLevel, &ImpersonationLevel, Size, &Size);
1282     ok(ret, "GetTokenInformation(TokenImpersonationLevel) failed with error %d\n", GetLastError());
1283     ok(ImpersonationLevel == SecurityAnonymous, "ImpersonationLevel should have been SecurityAnonymous instead of %d\n", ImpersonationLevel);
1284
1285     CloseHandle(ImpersonationToken);
1286     CloseHandle(Token);
1287 }
1288
1289 typedef union _MAX_SID
1290 {
1291     SID sid;
1292     char max[SECURITY_MAX_SID_SIZE];
1293 } MAX_SID;
1294
1295 static void test_sid_str(PSID * sid)
1296 {
1297     char *str_sid;
1298     BOOL ret = pConvertSidToStringSidA(sid, &str_sid);
1299     ok(ret, "ConvertSidToStringSidA() failed: %d\n", GetLastError());
1300     if (ret)
1301     {
1302         char account[MAX_PATH], domain[MAX_PATH];
1303         SID_NAME_USE use;
1304         DWORD acc_size = MAX_PATH;
1305         DWORD dom_size = MAX_PATH;
1306         ret = LookupAccountSid(NULL, sid, account, &acc_size, domain, &dom_size, &use);
1307         ok(ret || (!ret && (GetLastError() == ERROR_NONE_MAPPED)),
1308            "LookupAccountSid(%s) failed: %d\n", str_sid, GetLastError());
1309         if (ret)
1310             trace(" %s %s\\%s %d\n", str_sid, domain, account, use);
1311         else if (GetLastError() == ERROR_NONE_MAPPED)
1312             trace(" %s couldn't be mapped\n", str_sid);
1313         LocalFree(str_sid);
1314     }
1315 }
1316
1317 struct well_known_sid_value
1318 {
1319     BOOL without_domain;
1320     const char *sid_string;
1321 } well_known_sid_values[] = {
1322 /*  0 */ {TRUE, "S-1-0-0"},  {TRUE, "S-1-1-0"},  {TRUE, "S-1-2-0"},  {TRUE, "S-1-3-0"},
1323 /*  4 */ {TRUE, "S-1-3-1"},  {TRUE, "S-1-3-2"},  {TRUE, "S-1-3-3"},  {TRUE, "S-1-5"},
1324 /*  8 */ {FALSE, "S-1-5-1"}, {TRUE, "S-1-5-2"},  {TRUE, "S-1-5-3"},  {TRUE, "S-1-5-4"},
1325 /* 12 */ {TRUE, "S-1-5-6"},  {TRUE, "S-1-5-7"},  {TRUE, "S-1-5-8"},  {TRUE, "S-1-5-9"},
1326 /* 16 */ {TRUE, "S-1-5-10"}, {TRUE, "S-1-5-11"}, {TRUE, "S-1-5-12"}, {TRUE, "S-1-5-13"},
1327 /* 20 */ {TRUE, "S-1-5-14"}, {FALSE, NULL},      {TRUE, "S-1-5-18"}, {TRUE, "S-1-5-19"},
1328 /* 24 */ {TRUE, "S-1-5-20"}, {TRUE, "S-1-5-32"},
1329 /* 26 */ {FALSE, "S-1-5-32-544"}, {TRUE, "S-1-5-32-545"}, {TRUE, "S-1-5-32-546"},
1330 /* 29 */ {TRUE, "S-1-5-32-547"},  {TRUE, "S-1-5-32-548"}, {TRUE, "S-1-5-32-549"},
1331 /* 32 */ {TRUE, "S-1-5-32-550"},  {TRUE, "S-1-5-32-551"}, {TRUE, "S-1-5-32-552"},
1332 /* 35 */ {TRUE, "S-1-5-32-554"},  {TRUE, "S-1-5-32-555"}, {TRUE, "S-1-5-32-556"},
1333 /* 38 */ {FALSE, "S-1-5-21-12-23-34-45-56-500"}, {FALSE, "S-1-5-21-12-23-34-45-56-501"},
1334 /* 40 */ {FALSE, "S-1-5-21-12-23-34-45-56-502"}, {FALSE, "S-1-5-21-12-23-34-45-56-512"},
1335 /* 42 */ {FALSE, "S-1-5-21-12-23-34-45-56-513"}, {FALSE, "S-1-5-21-12-23-34-45-56-514"},
1336 /* 44 */ {FALSE, "S-1-5-21-12-23-34-45-56-515"}, {FALSE, "S-1-5-21-12-23-34-45-56-516"},
1337 /* 46 */ {FALSE, "S-1-5-21-12-23-34-45-56-517"}, {FALSE, "S-1-5-21-12-23-34-45-56-518"},
1338 /* 48 */ {FALSE, "S-1-5-21-12-23-34-45-56-519"}, {FALSE, "S-1-5-21-12-23-34-45-56-520"},
1339 /* 50 */ {FALSE, "S-1-5-21-12-23-34-45-56-553"},
1340 /* Added in Windows Server 2003 */
1341 /* 51 */ {TRUE, "S-1-5-64-10"},   {TRUE, "S-1-5-64-21"},   {TRUE, "S-1-5-64-14"},
1342 /* 54 */ {TRUE, "S-1-5-15"},      {TRUE, "S-1-5-1000"},    {FALSE, "S-1-5-32-557"},
1343 /* 57 */ {TRUE, "S-1-5-32-558"},  {TRUE, "S-1-5-32-559"},  {TRUE, "S-1-5-32-560"},
1344 /* 60 */ {TRUE, "S-1-5-32-561"}, {TRUE, "S-1-5-32-562"},
1345 /* Added in Windows Vista: */
1346 /* 62 */ {TRUE, "S-1-5-32-568"},
1347 /* 63 */ {TRUE, "S-1-5-17"},      {FALSE, "S-1-5-32-569"}, {TRUE, "S-1-16-0"},
1348 /* 66 */ {TRUE, "S-1-16-4096"},   {TRUE, "S-1-16-8192"},   {TRUE, "S-1-16-12288"},
1349 /* 69 */ {TRUE, "S-1-16-16384"},  {TRUE, "S-1-5-33"},      {TRUE, "S-1-3-4"},
1350 /* 72 */ {FALSE, "S-1-5-21-12-23-34-45-56-571"},  {FALSE, "S-1-5-21-12-23-34-45-56-572"},
1351 /* 74 */ {TRUE, "S-1-5-22"}, {FALSE, "S-1-5-21-12-23-34-45-56-521"}, {TRUE, "S-1-5-32-573"}
1352 };
1353
1354 static void test_CreateWellKnownSid(void)
1355 {
1356     SID_IDENTIFIER_AUTHORITY ident = { SECURITY_NT_AUTHORITY };
1357     PSID domainsid;
1358     int i;
1359
1360     if (!pCreateWellKnownSid)
1361     {
1362         win_skip("CreateWellKnownSid not available\n");
1363         return;
1364     }
1365
1366     /* a domain sid usually have three subauthorities but we test that CreateWellKnownSid doesn't check it */
1367     AllocateAndInitializeSid(&ident, 6, SECURITY_NT_NON_UNIQUE, 12, 23, 34, 45, 56, 0, 0, &domainsid);
1368
1369     for (i = 0; i < sizeof(well_known_sid_values)/sizeof(well_known_sid_values[0]); i++)
1370     {
1371         struct well_known_sid_value *value = &well_known_sid_values[i];
1372         char sid_buffer[SECURITY_MAX_SID_SIZE];
1373         LPSTR str;
1374         DWORD cb;
1375
1376         if (value->sid_string == NULL)
1377             continue;
1378
1379         if (i > WinAccountRasAndIasServersSid)
1380         {
1381             /* These SIDs aren't implemented by all Windows versions - detect it and break the loop */
1382             cb = sizeof(sid_buffer);
1383             if (!pCreateWellKnownSid(i, domainsid, sid_buffer, &cb))
1384             {
1385                 skip("Well known SIDs starting from %d are not implemented\n", i);
1386                 break;
1387             }
1388         }
1389
1390         cb = sizeof(sid_buffer);
1391         ok(pCreateWellKnownSid(i, value->without_domain ? NULL : domainsid, sid_buffer, &cb), "Couldn't create well known sid %d\n", i);
1392         expect_eq(GetSidLengthRequired(*GetSidSubAuthorityCount(sid_buffer)), cb, DWORD, "%d");
1393         ok(IsValidSid(sid_buffer), "The sid is not valid\n");
1394         ok(pConvertSidToStringSidA(sid_buffer, &str), "Couldn't convert SID to string\n");
1395         ok(strcmp(str, value->sid_string) == 0, "SID mismatch - expected %s, got %s\n",
1396             value->sid_string, str);
1397         LocalFree(str);
1398
1399         if (value->without_domain)
1400         {
1401             char buf2[SECURITY_MAX_SID_SIZE];
1402             cb = sizeof(buf2);
1403             ok(pCreateWellKnownSid(i, domainsid, buf2, &cb), "Couldn't create well known sid %d with optional domain\n", i);
1404             expect_eq(GetSidLengthRequired(*GetSidSubAuthorityCount(sid_buffer)), cb, DWORD, "%d");
1405             ok(memcmp(buf2, sid_buffer, cb) == 0, "SID create with domain is different than without (%d)\n", i);
1406         }
1407     }
1408 }
1409
1410 static void test_LookupAccountSid(void)
1411 {
1412     SID_IDENTIFIER_AUTHORITY SIDAuthNT = { SECURITY_NT_AUTHORITY };
1413     CHAR accountA[MAX_PATH], domainA[MAX_PATH], usernameA[MAX_PATH];
1414     DWORD acc_sizeA, dom_sizeA, user_sizeA;
1415     DWORD real_acc_sizeA, real_dom_sizeA;
1416     WCHAR accountW[MAX_PATH], domainW[MAX_PATH];
1417     DWORD acc_sizeW, dom_sizeW;
1418     DWORD real_acc_sizeW, real_dom_sizeW;
1419     PSID pUsersSid = NULL;
1420     SID_NAME_USE use;
1421     BOOL ret;
1422     DWORD size,cbti = 0;
1423     MAX_SID  max_sid;
1424     CHAR *str_sidA;
1425     int i;
1426     HANDLE hToken;
1427     PTOKEN_USER ptiUser = NULL;
1428
1429     /* native windows crashes if account size, domain size, or name use is NULL */
1430
1431     ret = AllocateAndInitializeSid(&SIDAuthNT, 2, SECURITY_BUILTIN_DOMAIN_RID,
1432         DOMAIN_ALIAS_RID_USERS, 0, 0, 0, 0, 0, 0, &pUsersSid);
1433     ok(ret || (GetLastError() == ERROR_CALL_NOT_IMPLEMENTED),
1434        "AllocateAndInitializeSid failed with error %d\n", GetLastError());
1435
1436     /* not running on NT so give up */
1437     if (!ret && (GetLastError() == ERROR_CALL_NOT_IMPLEMENTED))
1438         return;
1439
1440     real_acc_sizeA = MAX_PATH;
1441     real_dom_sizeA = MAX_PATH;
1442     ret = LookupAccountSidA(NULL, pUsersSid, accountA, &real_acc_sizeA, domainA, &real_dom_sizeA, &use);
1443     ok(ret, "LookupAccountSidA() Expected TRUE, got FALSE\n");
1444
1445     /* try NULL account */
1446     acc_sizeA = MAX_PATH;
1447     dom_sizeA = MAX_PATH;
1448     ret = LookupAccountSidA(NULL, pUsersSid, NULL, &acc_sizeA, domainA, &dom_sizeA, &use);
1449     ok(ret, "LookupAccountSidA() Expected TRUE, got FALSE\n");
1450
1451     /* try NULL domain */
1452     acc_sizeA = MAX_PATH;
1453     dom_sizeA = MAX_PATH;
1454     ret = LookupAccountSidA(NULL, pUsersSid, accountA, &acc_sizeA, NULL, &dom_sizeA, &use);
1455     ok(ret, "LookupAccountSidA() Expected TRUE, got FALSE\n");
1456
1457     /* try a small account buffer */
1458     acc_sizeA = 1;
1459     dom_sizeA = MAX_PATH;
1460     accountA[0] = 0;
1461     ret = LookupAccountSidA(NULL, pUsersSid, accountA, &acc_sizeA, domainA, &dom_sizeA, &use);
1462     ok(!ret, "LookupAccountSidA() Expected FALSE got TRUE\n");
1463     ok(GetLastError() == ERROR_INSUFFICIENT_BUFFER,
1464        "LookupAccountSidA() Expected ERROR_NOT_ENOUGH_MEMORY, got %u\n", GetLastError());
1465
1466     /* try a 0 sized account buffer */
1467     acc_sizeA = 0;
1468     dom_sizeA = MAX_PATH;
1469     accountA[0] = 0;
1470     ret = LookupAccountSidA(NULL, pUsersSid, accountA, &acc_sizeA, domainA, &dom_sizeA, &use);
1471     /* this can fail or succeed depending on OS version but the size will always be returned */
1472     ok(acc_sizeA == real_acc_sizeA + 1,
1473        "LookupAccountSidA() Expected acc_size = %u, got %u\n",
1474        real_acc_sizeA + 1, acc_sizeA);
1475
1476     /* try a 0 sized account buffer */
1477     acc_sizeA = 0;
1478     dom_sizeA = MAX_PATH;
1479     ret = LookupAccountSidA(NULL, pUsersSid, NULL, &acc_sizeA, domainA, &dom_sizeA, &use);
1480     /* this can fail or succeed depending on OS version but the size will always be returned */
1481     ok(acc_sizeA == real_acc_sizeA + 1,
1482        "LookupAccountSid() Expected acc_size = %u, got %u\n",
1483        real_acc_sizeA + 1, acc_sizeA);
1484
1485     /* try a small domain buffer */
1486     dom_sizeA = 1;
1487     acc_sizeA = MAX_PATH;
1488     accountA[0] = 0;
1489     ret = LookupAccountSidA(NULL, pUsersSid, accountA, &acc_sizeA, domainA, &dom_sizeA, &use);
1490     ok(!ret, "LookupAccountSidA() Expected FALSE got TRUE\n");
1491     ok(GetLastError() == ERROR_INSUFFICIENT_BUFFER,
1492        "LookupAccountSidA() Expected ERROR_NOT_ENOUGH_MEMORY, got %u\n", GetLastError());
1493
1494     /* try a 0 sized domain buffer */
1495     dom_sizeA = 0;
1496     acc_sizeA = MAX_PATH;
1497     accountA[0] = 0;
1498     ret = LookupAccountSidA(NULL, pUsersSid, accountA, &acc_sizeA, domainA, &dom_sizeA, &use);
1499     /* this can fail or succeed depending on OS version but the size will always be returned */
1500     ok(dom_sizeA == real_dom_sizeA + 1,
1501        "LookupAccountSidA() Expected dom_size = %u, got %u\n",
1502        real_dom_sizeA + 1, dom_sizeA);
1503
1504     /* try a 0 sized domain buffer */
1505     dom_sizeA = 0;
1506     acc_sizeA = MAX_PATH;
1507     ret = LookupAccountSidA(NULL, pUsersSid, accountA, &acc_sizeA, NULL, &dom_sizeA, &use);
1508     /* this can fail or succeed depending on OS version but the size will always be returned */
1509     ok(dom_sizeA == real_dom_sizeA + 1,
1510        "LookupAccountSidA() Expected dom_size = %u, got %u\n",
1511        real_dom_sizeA + 1, dom_sizeA);
1512
1513     real_acc_sizeW = MAX_PATH;
1514     real_dom_sizeW = MAX_PATH;
1515     ret = LookupAccountSidW(NULL, pUsersSid, accountW, &real_acc_sizeW, domainW, &real_dom_sizeW, &use);
1516     ok(ret, "LookupAccountSidW() Expected TRUE, got FALSE\n");
1517
1518     /* try an invalid system name */
1519     real_acc_sizeA = MAX_PATH;
1520     real_dom_sizeA = MAX_PATH;
1521     ret = LookupAccountSidA("deepthought", pUsersSid, accountA, &real_acc_sizeA, domainA, &real_dom_sizeA, &use);
1522     ok(!ret, "LookupAccountSidA() Expected FALSE got TRUE\n");
1523     ok(GetLastError() == RPC_S_SERVER_UNAVAILABLE || GetLastError() == RPC_S_INVALID_NET_ADDR /* Vista */,
1524        "LookupAccountSidA() Expected RPC_S_SERVER_UNAVAILABLE or RPC_S_INVALID_NET_ADDR, got %u\n", GetLastError());
1525
1526     /* native windows crashes if domainW or accountW is NULL */
1527
1528     /* try a small account buffer */
1529     acc_sizeW = 1;
1530     dom_sizeW = MAX_PATH;
1531     accountW[0] = 0;
1532     ret = LookupAccountSidW(NULL, pUsersSid, accountW, &acc_sizeW, domainW, &dom_sizeW, &use);
1533     ok(!ret, "LookupAccountSidW() Expected FALSE got TRUE\n");
1534     ok(GetLastError() == ERROR_INSUFFICIENT_BUFFER,
1535        "LookupAccountSidW() Expected ERROR_NOT_ENOUGH_MEMORY, got %u\n", GetLastError());
1536
1537     /* try a 0 sized account buffer */
1538     acc_sizeW = 0;
1539     dom_sizeW = MAX_PATH;
1540     accountW[0] = 0;
1541     ret = LookupAccountSidW(NULL, pUsersSid, accountW, &acc_sizeW, domainW, &dom_sizeW, &use);
1542     /* this can fail or succeed depending on OS version but the size will always be returned */
1543     ok(acc_sizeW == real_acc_sizeW + 1,
1544        "LookupAccountSidW() Expected acc_size = %u, got %u\n",
1545        real_acc_sizeW + 1, acc_sizeW);
1546
1547     /* try a 0 sized account buffer */
1548     acc_sizeW = 0;
1549     dom_sizeW = MAX_PATH;
1550     ret = LookupAccountSidW(NULL, pUsersSid, NULL, &acc_sizeW, domainW, &dom_sizeW, &use);
1551     /* this can fail or succeed depending on OS version but the size will always be returned */
1552     ok(acc_sizeW == real_acc_sizeW + 1,
1553        "LookupAccountSidW() Expected acc_size = %u, got %u\n",
1554        real_acc_sizeW + 1, acc_sizeW);
1555
1556     /* try a small domain buffer */
1557     dom_sizeW = 1;
1558     acc_sizeW = MAX_PATH;
1559     accountW[0] = 0;
1560     ret = LookupAccountSidW(NULL, pUsersSid, accountW, &acc_sizeW, domainW, &dom_sizeW, &use);
1561     ok(!ret, "LookupAccountSidW() Expected FALSE got TRUE\n");
1562     ok(GetLastError() == ERROR_INSUFFICIENT_BUFFER,
1563        "LookupAccountSidW() Expected ERROR_NOT_ENOUGH_MEMORY, got %u\n", GetLastError());
1564
1565     /* try a 0 sized domain buffer */
1566     dom_sizeW = 0;
1567     acc_sizeW = MAX_PATH;
1568     accountW[0] = 0;
1569     ret = LookupAccountSidW(NULL, pUsersSid, accountW, &acc_sizeW, domainW, &dom_sizeW, &use);
1570     /* this can fail or succeed depending on OS version but the size will always be returned */
1571     ok(dom_sizeW == real_dom_sizeW + 1,
1572        "LookupAccountSidW() Expected dom_size = %u, got %u\n",
1573        real_dom_sizeW + 1, dom_sizeW);
1574
1575     /* try a 0 sized domain buffer */
1576     dom_sizeW = 0;
1577     acc_sizeW = MAX_PATH;
1578     ret = LookupAccountSidW(NULL, pUsersSid, accountW, &acc_sizeW, NULL, &dom_sizeW, &use);
1579     /* this can fail or succeed depending on OS version but the size will always be returned */
1580     ok(dom_sizeW == real_dom_sizeW + 1,
1581        "LookupAccountSidW() Expected dom_size = %u, got %u\n",
1582        real_dom_sizeW + 1, dom_sizeW);
1583
1584     FreeSid(pUsersSid);
1585
1586     /* Test LookupAccountSid with Sid retrieved from token information.
1587      This assumes this process is running under the account of the current user.*/
1588     ret = OpenProcessToken(GetCurrentProcess(), TOKEN_QUERY|TOKEN_DUPLICATE, &hToken);
1589     ret = GetTokenInformation(hToken, TokenUser, NULL, 0, &cbti);
1590     ptiUser = (PTOKEN_USER) HeapAlloc(GetProcessHeap(), 0, cbti);
1591     if (GetTokenInformation(hToken, TokenUser, ptiUser, cbti, &cbti))
1592     {
1593         acc_sizeA = dom_sizeA = MAX_PATH;
1594         ret = LookupAccountSidA(NULL, ptiUser->User.Sid, accountA, &acc_sizeA, domainA, &dom_sizeA, &use);
1595         ok(ret, "LookupAccountSidA() Expected TRUE, got FALSE\n");
1596         user_sizeA = MAX_PATH;
1597         ret = GetUserNameA(usernameA , &user_sizeA);
1598         ok(ret, "GetUserNameA() Expected TRUE, got FALSE\n");
1599         todo_wine
1600         {
1601             ok(lstrcmpA(usernameA, accountA) == 0, "LookupAccountSidA() Expected account name: %s got: %s\n", usernameA, accountA );
1602         }
1603     }
1604     HeapFree(GetProcessHeap(), 0, ptiUser);
1605
1606     if (pCreateWellKnownSid && pConvertSidToStringSidA)
1607     {
1608         trace("Well Known SIDs:\n");
1609         for (i = 0; i <= 60; i++)
1610         {
1611             size = SECURITY_MAX_SID_SIZE;
1612             if (pCreateWellKnownSid(i, NULL, &max_sid.sid, &size))
1613             {
1614                 if (pConvertSidToStringSidA(&max_sid.sid, &str_sidA))
1615                 {
1616                     acc_sizeA = MAX_PATH;
1617                     dom_sizeA = MAX_PATH;
1618                     if (LookupAccountSidA(NULL, &max_sid.sid, accountA, &acc_sizeA, domainA, &dom_sizeA, &use))
1619                         trace(" %d: %s %s\\%s %d\n", i, str_sidA, domainA, accountA, use);
1620                     LocalFree(str_sidA);
1621                 }
1622             }
1623             else
1624             {
1625                 if (GetLastError() != ERROR_INVALID_PARAMETER)
1626                     trace(" CreateWellKnownSid(%d) failed: %d\n", i, GetLastError());
1627                 else
1628                     trace(" %d: not supported\n", i);
1629             }
1630         }
1631
1632         pLsaQueryInformationPolicy = (fnLsaQueryInformationPolicy)GetProcAddress( hmod, "LsaQueryInformationPolicy");
1633         pLsaOpenPolicy = (fnLsaOpenPolicy)GetProcAddress( hmod, "LsaOpenPolicy");
1634         pLsaFreeMemory = (fnLsaFreeMemory)GetProcAddress( hmod, "LsaFreeMemory");
1635         pLsaClose = (fnLsaClose)GetProcAddress( hmod, "LsaClose");
1636
1637         if (pLsaQueryInformationPolicy && pLsaOpenPolicy && pLsaFreeMemory && pLsaClose)
1638         {
1639             NTSTATUS status;
1640             LSA_HANDLE handle;
1641             LSA_OBJECT_ATTRIBUTES object_attributes;
1642
1643             ZeroMemory(&object_attributes, sizeof(object_attributes));
1644             object_attributes.Length = sizeof(object_attributes);
1645
1646             status = pLsaOpenPolicy( NULL, &object_attributes, POLICY_ALL_ACCESS, &handle);
1647             ok(status == STATUS_SUCCESS || status == STATUS_ACCESS_DENIED,
1648                "LsaOpenPolicy(POLICY_ALL_ACCESS) returned 0x%08x\n", status);
1649
1650             /* try a more restricted access mask if necessary */
1651             if (status == STATUS_ACCESS_DENIED) {
1652                 trace("LsaOpenPolicy(POLICY_ALL_ACCESS) failed, trying POLICY_VIEW_LOCAL_INFORMATION\n");
1653                 status = pLsaOpenPolicy( NULL, &object_attributes, POLICY_VIEW_LOCAL_INFORMATION, &handle);
1654                 ok(status == STATUS_SUCCESS, "LsaOpenPolicy(POLICY_VIEW_LOCAL_INFORMATION) returned 0x%08x\n", status);
1655             }
1656
1657             if (status == STATUS_SUCCESS)
1658             {
1659                 PPOLICY_ACCOUNT_DOMAIN_INFO info;
1660                 status = pLsaQueryInformationPolicy(handle, PolicyAccountDomainInformation, (PVOID*)&info);
1661                 ok(status == STATUS_SUCCESS, "LsaQueryInformationPolicy() failed, returned 0x%08x\n", status);
1662                 if (status == STATUS_SUCCESS)
1663                 {
1664                     ok(info->DomainSid!=0, "LsaQueryInformationPolicy(PolicyAccountDomainInformation) missing SID\n");
1665                     if (info->DomainSid)
1666                     {
1667                         int count = *GetSidSubAuthorityCount(info->DomainSid);
1668                         CopySid(GetSidLengthRequired(count), &max_sid, info->DomainSid);
1669                         test_sid_str((PSID)&max_sid.sid);
1670                         max_sid.sid.SubAuthority[count] = DOMAIN_USER_RID_ADMIN;
1671                         max_sid.sid.SubAuthorityCount = count + 1;
1672                         test_sid_str((PSID)&max_sid.sid);
1673                         max_sid.sid.SubAuthority[count] = DOMAIN_USER_RID_GUEST;
1674                         test_sid_str((PSID)&max_sid.sid);
1675                         max_sid.sid.SubAuthority[count] = DOMAIN_GROUP_RID_ADMINS;
1676                         test_sid_str((PSID)&max_sid.sid);
1677                         max_sid.sid.SubAuthority[count] = DOMAIN_GROUP_RID_USERS;
1678                         test_sid_str((PSID)&max_sid.sid);
1679                         max_sid.sid.SubAuthority[count] = DOMAIN_GROUP_RID_GUESTS;
1680                         test_sid_str((PSID)&max_sid.sid);
1681                         max_sid.sid.SubAuthority[count] = DOMAIN_GROUP_RID_COMPUTERS;
1682                         test_sid_str((PSID)&max_sid.sid);
1683                         max_sid.sid.SubAuthority[count] = DOMAIN_GROUP_RID_CONTROLLERS;
1684                         test_sid_str((PSID)&max_sid.sid);
1685                         max_sid.sid.SubAuthority[count] = DOMAIN_GROUP_RID_CERT_ADMINS;
1686                         test_sid_str((PSID)&max_sid.sid);
1687                         max_sid.sid.SubAuthority[count] = DOMAIN_GROUP_RID_SCHEMA_ADMINS;
1688                         test_sid_str((PSID)&max_sid.sid);
1689                         max_sid.sid.SubAuthority[count] = DOMAIN_GROUP_RID_ENTERPRISE_ADMINS;
1690                         test_sid_str((PSID)&max_sid.sid);
1691                         max_sid.sid.SubAuthority[count] = DOMAIN_GROUP_RID_POLICY_ADMINS;
1692                         test_sid_str((PSID)&max_sid.sid);
1693                         max_sid.sid.SubAuthority[count] = DOMAIN_ALIAS_RID_RAS_SERVERS;
1694                         test_sid_str((PSID)&max_sid.sid);
1695                         max_sid.sid.SubAuthority[count] = 1000; /* first user account */
1696                         test_sid_str((PSID)&max_sid.sid);
1697                     }
1698
1699                     pLsaFreeMemory((LPVOID)info);
1700                 }
1701
1702                 status = pLsaClose(handle);
1703                 ok(status == STATUS_SUCCESS, "LsaClose() failed, returned 0x%08x\n", status);
1704             }
1705         }
1706     }
1707 }
1708
1709 static BOOL get_sid_info(PSID psid, LPSTR *user, LPSTR *dom)
1710 {
1711     static CHAR account[UNLEN + 1];
1712     static CHAR domain[UNLEN + 1];
1713     DWORD size, dom_size;
1714     SID_NAME_USE use;
1715
1716     *user = account;
1717     *dom = domain;
1718
1719     size = dom_size = UNLEN + 1;
1720     account[0] = '\0';
1721     domain[0] = '\0';
1722     SetLastError(0xdeadbeef);
1723     return LookupAccountSidA(NULL, psid, account, &size, domain, &dom_size, &use);
1724 }
1725
1726 static void check_wellknown_name(const char* name, WELL_KNOWN_SID_TYPE result)
1727 {
1728     SID_IDENTIFIER_AUTHORITY ident = { SECURITY_NT_AUTHORITY };
1729     PSID domainsid;
1730     char wk_sid[SECURITY_MAX_SID_SIZE];
1731     DWORD cb;
1732
1733     DWORD sid_size, domain_size;
1734     SID_NAME_USE sid_use;
1735     LPSTR domain, account, sid_domain, wk_domain, wk_account;
1736     PSID psid;
1737     BOOL ret ,ret2;
1738
1739     sid_size = 0;
1740     domain_size = 0;
1741     ret = LookupAccountNameA(NULL, name, NULL, &sid_size, NULL, &domain_size, &sid_use);
1742     psid = HeapAlloc(GetProcessHeap(),0,sid_size);
1743     domain = HeapAlloc(GetProcessHeap(),0,domain_size);
1744     ret = LookupAccountNameA(NULL, name, psid, &sid_size, domain, &domain_size, &sid_use);
1745
1746     if (!result)
1747     {
1748         ok(!ret, " %s Should have failed to lookup account name\n",name);
1749         goto cleanup;
1750     }
1751
1752     AllocateAndInitializeSid(&ident, 6, SECURITY_NT_NON_UNIQUE, 12, 23, 34, 45, 56, 0, 0, &domainsid);
1753     cb = sizeof(wk_sid);
1754     if (!pCreateWellKnownSid(result, domainsid, wk_sid, &cb))
1755     {
1756         win_skip("SID %i is not available on the system\n",result);
1757         goto cleanup;
1758     }
1759
1760     ret2 = get_sid_info(wk_sid, &wk_account, &wk_domain);
1761     if (!ret2 && GetLastError() == ERROR_NONE_MAPPED)
1762     {
1763         win_skip("CreateWellKnownSid() succeeded but the account '%s' is not present (W2K)\n", name);
1764         goto cleanup;
1765     }
1766
1767     get_sid_info(psid, &account, &sid_domain);
1768
1769     ok(ret, "Failed to lookup account name %s\n",name);
1770     ok(sid_size != 0, "sid_size was zero\n");
1771
1772     ok(EqualSid(psid,wk_sid),"(%s) Sids fail to match well known sid!\n",name);
1773
1774     ok(!lstrcmp(account, wk_account), "Expected %s , got %s\n", account, wk_account);
1775     ok(!lstrcmp(domain, wk_domain), "Expected %s, got %s\n", wk_domain, domain);
1776     ok(sid_use == SidTypeWellKnownGroup , "Expected Use (5), got %d\n", sid_use);
1777
1778 cleanup:
1779     HeapFree(GetProcessHeap(),0,psid);
1780     HeapFree(GetProcessHeap(),0,domain);
1781 }
1782
1783 static void test_LookupAccountName(void)
1784 {
1785     DWORD sid_size, domain_size, user_size;
1786     DWORD sid_save, domain_save;
1787     CHAR user_name[UNLEN + 1];
1788     CHAR computer_name[UNLEN + 1];
1789     SID_NAME_USE sid_use;
1790     LPSTR domain, account, sid_dom;
1791     PSID psid;
1792     BOOL ret;
1793
1794     /* native crashes if (assuming all other parameters correct):
1795      *  - peUse is NULL
1796      *  - Sid is NULL and cbSid is > 0
1797      *  - cbSid or cchReferencedDomainName are NULL
1798      *  - ReferencedDomainName is NULL and cchReferencedDomainName is the correct size
1799      */
1800
1801     user_size = UNLEN + 1;
1802     SetLastError(0xdeadbeef);
1803     ret = GetUserNameA(user_name, &user_size);
1804     if (!ret && (GetLastError() == ERROR_NOT_LOGGED_ON))
1805     {
1806         /* Probably on win9x where the user used 'Cancel' instead of properly logging in */
1807         skip("Cannot get the user name (win9x and not logged in properly)\n");
1808         return;
1809     }
1810     ok(ret, "Failed to get user name : %d\n", GetLastError());
1811
1812     /* get sizes */
1813     sid_size = 0;
1814     domain_size = 0;
1815     sid_use = 0xcafebabe;
1816     SetLastError(0xdeadbeef);
1817     ret = LookupAccountNameA(NULL, user_name, NULL, &sid_size, NULL, &domain_size, &sid_use);
1818     if(!ret && (GetLastError() == ERROR_CALL_NOT_IMPLEMENTED))
1819     {
1820         win_skip("LookupAccountNameA is not implemented\n");
1821         return;
1822     }
1823     ok(!ret, "Expected 0, got %d\n", ret);
1824     ok(GetLastError() == ERROR_INSUFFICIENT_BUFFER,
1825        "Expected ERROR_INSUFFICIENT_BUFFER, got %d\n", GetLastError());
1826     ok(sid_size != 0, "Expected non-zero sid size\n");
1827     ok(domain_size != 0, "Expected non-zero domain size\n");
1828     ok(sid_use == 0xcafebabe, "Expected 0xcafebabe, got %d\n", sid_use);
1829
1830     sid_save = sid_size;
1831     domain_save = domain_size;
1832
1833     psid = HeapAlloc(GetProcessHeap(), 0, sid_size);
1834     domain = HeapAlloc(GetProcessHeap(), 0, domain_size);
1835
1836     /* try valid account name */
1837     ret = LookupAccountNameA(NULL, user_name, psid, &sid_size, domain, &domain_size, &sid_use);
1838     get_sid_info(psid, &account, &sid_dom);
1839     ok(ret, "Failed to lookup account name\n");
1840     ok(sid_size == GetLengthSid(psid), "Expected %d, got %d\n", GetLengthSid(psid), sid_size);
1841     todo_wine
1842     {
1843         ok(!lstrcmp(account, user_name), "Expected %s, got %s\n", user_name, account);
1844         ok(!lstrcmp(domain, sid_dom), "Expected %s, got %s\n", sid_dom, domain);
1845     }
1846     ok(domain_size == domain_save - 1, "Expected %d, got %d\n", domain_save - 1, domain_size);
1847     ok(lstrlen(domain) == domain_size, "Expected %d, got %d\n", lstrlen(domain), domain_size);
1848     ok(sid_use == SidTypeUser, "Expected SidTypeUser (%d), got %d\n", SidTypeUser, sid_use);
1849     domain_size = domain_save;
1850     sid_size = sid_save;
1851
1852     if (PRIMARYLANGID(LANGIDFROMLCID(GetThreadLocale())) != LANG_ENGLISH)
1853     {
1854         skip("Non-english locale (test with hardcoded 'Everyone')\n");
1855     }
1856     else
1857     {
1858         ret = LookupAccountNameA(NULL, "Everyone", psid, &sid_size, domain, &domain_size, &sid_use);
1859         get_sid_info(psid, &account, &sid_dom);
1860         ok(ret, "Failed to lookup account name\n");
1861         ok(sid_size != 0, "sid_size was zero\n");
1862         ok(!lstrcmp(account, "Everyone"), "Expected Everyone, got %s\n", account);
1863         ok(!lstrcmp(domain, sid_dom), "Expected %s, got %s\n", sid_dom, domain);
1864         ok(domain_size == 0, "Expected 0, got %d\n", domain_size);
1865         ok(lstrlen(domain) == domain_size, "Expected %d, got %d\n", lstrlen(domain), domain_size);
1866         ok(sid_use == SidTypeWellKnownGroup, "Expected SidTypeWellKnownGroup (%d), got %d\n", SidTypeWellKnownGroup, sid_use);
1867         domain_size = domain_save;
1868     }
1869
1870     /* NULL Sid with zero sid size */
1871     SetLastError(0xdeadbeef);
1872     sid_size = 0;
1873     ret = LookupAccountNameA(NULL, user_name, NULL, &sid_size, domain, &domain_size, &sid_use);
1874     ok(!ret, "Expected 0, got %d\n", ret);
1875     ok(GetLastError() == ERROR_INSUFFICIENT_BUFFER,
1876        "Expected ERROR_INSUFFICIENT_BUFFER, got %d\n", GetLastError());
1877     ok(sid_size == sid_save, "Expected %d, got %d\n", sid_save, sid_size);
1878     ok(domain_size == domain_save, "Expected %d, got %d\n", domain_save, domain_size);
1879
1880     /* try cchReferencedDomainName - 1 */
1881     SetLastError(0xdeadbeef);
1882     domain_size--;
1883     ret = LookupAccountNameA(NULL, user_name, NULL, &sid_size, domain, &domain_size, &sid_use);
1884     ok(!ret, "Expected 0, got %d\n", ret);
1885     ok(GetLastError() == ERROR_INSUFFICIENT_BUFFER,
1886        "Expected ERROR_INSUFFICIENT_BUFFER, got %d\n", GetLastError());
1887     ok(sid_size == sid_save, "Expected %d, got %d\n", sid_save, sid_size);
1888     ok(domain_size == domain_save, "Expected %d, got %d\n", domain_save, domain_size);
1889
1890     /* NULL ReferencedDomainName with zero domain name size */
1891     SetLastError(0xdeadbeef);
1892     domain_size = 0;
1893     ret = LookupAccountNameA(NULL, user_name, psid, &sid_size, NULL, &domain_size, &sid_use);
1894     ok(!ret, "Expected 0, got %d\n", ret);
1895     ok(GetLastError() == ERROR_INSUFFICIENT_BUFFER,
1896        "Expected ERROR_INSUFFICIENT_BUFFER, got %d\n", GetLastError());
1897     ok(sid_size == sid_save, "Expected %d, got %d\n", sid_save, sid_size);
1898     ok(domain_size == domain_save, "Expected %d, got %d\n", domain_save, domain_size);
1899
1900     HeapFree(GetProcessHeap(), 0, psid);
1901     HeapFree(GetProcessHeap(), 0, domain);
1902
1903     /* get sizes for NULL account name */
1904     sid_size = 0;
1905     domain_size = 0;
1906     sid_use = 0xcafebabe;
1907     SetLastError(0xdeadbeef);
1908     ret = LookupAccountNameA(NULL, NULL, NULL, &sid_size, NULL, &domain_size, &sid_use);
1909     if (!ret && GetLastError() == ERROR_NONE_MAPPED)
1910         win_skip("NULL account name doesn't work on NT4\n");
1911     else
1912     {
1913         ok(!ret, "Expected 0, got %d\n", ret);
1914         ok(GetLastError() == ERROR_INSUFFICIENT_BUFFER,
1915            "Expected ERROR_INSUFFICIENT_BUFFER, got %d\n", GetLastError());
1916         ok(sid_size != 0, "Expected non-zero sid size\n");
1917         ok(domain_size != 0, "Expected non-zero domain size\n");
1918         ok(sid_use == 0xcafebabe, "Expected 0xcafebabe, got %d\n", sid_use);
1919
1920         psid = HeapAlloc(GetProcessHeap(), 0, sid_size);
1921         domain = HeapAlloc(GetProcessHeap(), 0, domain_size);
1922
1923         /* try NULL account name */
1924         ret = LookupAccountNameA(NULL, NULL, psid, &sid_size, domain, &domain_size, &sid_use);
1925         get_sid_info(psid, &account, &sid_dom);
1926         ok(ret, "Failed to lookup account name\n");
1927         /* Using a fixed string will not work on different locales */
1928         ok(!lstrcmp(account, domain),
1929            "Got %s for account and %s for domain, these should be the same\n",
1930            account, domain);
1931         ok(sid_use == SidTypeDomain, "Expected SidTypeDomain (%d), got %d\n", SidTypeDomain, sid_use);
1932
1933         HeapFree(GetProcessHeap(), 0, psid);
1934         HeapFree(GetProcessHeap(), 0, domain);
1935     }
1936
1937     /* try an invalid account name */
1938     SetLastError(0xdeadbeef);
1939     sid_size = 0;
1940     domain_size = 0;
1941     ret = LookupAccountNameA(NULL, "oogabooga", NULL, &sid_size, NULL, &domain_size, &sid_use);
1942     ok(!ret, "Expected 0, got %d\n", ret);
1943     ok(GetLastError() == ERROR_NONE_MAPPED ||
1944        broken(GetLastError() == ERROR_TRUSTED_RELATIONSHIP_FAILURE),
1945        "Expected ERROR_NONE_MAPPED, got %d\n", GetLastError());
1946     ok(sid_size == 0, "Expected 0, got %d\n", sid_size);
1947     ok(domain_size == 0, "Expected 0, got %d\n", domain_size);
1948
1949     /* try an invalid system name */
1950     SetLastError(0xdeadbeef);
1951     sid_size = 0;
1952     domain_size = 0;
1953     ret = LookupAccountNameA("deepthought", NULL, NULL, &sid_size, NULL, &domain_size, &sid_use);
1954     ok(!ret, "Expected 0, got %d\n", ret);
1955     ok(GetLastError() == RPC_S_SERVER_UNAVAILABLE || GetLastError() == RPC_S_INVALID_NET_ADDR /* Vista */,
1956        "Expected RPC_S_SERVER_UNAVAILABLE or RPC_S_INVALID_NET_ADDR, got %d\n", GetLastError());
1957     ok(sid_size == 0, "Expected 0, got %d\n", sid_size);
1958     ok(domain_size == 0, "Expected 0, got %d\n", domain_size);
1959
1960     /* try with the computer name as the account name */
1961     domain_size = sizeof(computer_name);
1962     GetComputerNameA(computer_name, &domain_size);
1963     sid_size = 0;
1964     domain_size = 0;
1965     ret = LookupAccountNameA(NULL, computer_name, NULL, &sid_size, NULL, &domain_size, &sid_use);
1966     ok(!ret && (GetLastError() == ERROR_INSUFFICIENT_BUFFER ||
1967        GetLastError() == ERROR_NONE_MAPPED /* in a domain */ ||
1968        broken(GetLastError() == ERROR_TRUSTED_DOMAIN_FAILURE) ||
1969        broken(GetLastError() == ERROR_TRUSTED_RELATIONSHIP_FAILURE)),
1970        "LookupAccountNameA failed: %d\n", GetLastError());
1971     if (GetLastError() == ERROR_INSUFFICIENT_BUFFER)
1972     {
1973         psid = HeapAlloc(GetProcessHeap(), 0, sid_size);
1974         domain = HeapAlloc(GetProcessHeap(), 0, domain_size);
1975         ret = LookupAccountNameA(NULL, computer_name, psid, &sid_size, domain, &domain_size, &sid_use);
1976         ok(ret, "LookupAccountNameA failed: %d\n", GetLastError());
1977         ok(sid_use == SidTypeDomain, "expected SidTypeDomain, got %d\n", sid_use);
1978         HeapFree(GetProcessHeap(), 0, domain);
1979         HeapFree(GetProcessHeap(), 0, psid);
1980     }
1981
1982     /* Well Known names */
1983     if (!pCreateWellKnownSid)
1984     {
1985         win_skip("CreateWellKnownSid not available\n");
1986         return;
1987     }
1988
1989     if (PRIMARYLANGID(LANGIDFROMLCID(GetThreadLocale())) != LANG_ENGLISH)
1990     {
1991         skip("Non-english locale (skipping well known name creation tests)\n");
1992         return;
1993     }
1994
1995     check_wellknown_name("LocalService", WinLocalServiceSid);
1996     check_wellknown_name("Local Service", WinLocalServiceSid);
1997     /* 2 spaces */
1998     check_wellknown_name("Local  Service", 0);
1999     check_wellknown_name("NetworkService", WinNetworkServiceSid);
2000     check_wellknown_name("Network Service", WinNetworkServiceSid);
2001
2002     /* example of some names where the spaces are not optional */
2003     check_wellknown_name("Terminal Server User", WinTerminalServerSid);
2004     check_wellknown_name("TerminalServer User", 0);
2005     check_wellknown_name("TerminalServerUser", 0);
2006     check_wellknown_name("Terminal ServerUser", 0);
2007
2008     check_wellknown_name("enterprise domain controllers",WinEnterpriseControllersSid);
2009     check_wellknown_name("enterprisedomain controllers", 0);
2010     check_wellknown_name("enterprise domaincontrollers", 0);
2011     check_wellknown_name("enterprisedomaincontrollers", 0);
2012
2013     /* case insensitivity */
2014     check_wellknown_name("lOCAlServICE", WinLocalServiceSid);
2015
2016     /* fully qualified account names */
2017     check_wellknown_name("NT AUTHORITY\\LocalService", WinLocalServiceSid);
2018     check_wellknown_name("nt authority\\Network Service", WinNetworkServiceSid);
2019     check_wellknown_name("nt authority test\\Network Service", 0);
2020     check_wellknown_name("Dummy\\Network Service", 0);
2021     check_wellknown_name("ntauthority\\Network Service", 0);
2022 }
2023
2024 static void test_security_descriptor(void)
2025 {
2026     SECURITY_DESCRIPTOR sd;
2027     char buf[8192];
2028     DWORD size;
2029     BOOL isDefault, isPresent, ret;
2030     PACL pacl;
2031     PSID psid;
2032
2033     SetLastError(0xdeadbeef);
2034     ret = InitializeSecurityDescriptor(&sd, SECURITY_DESCRIPTOR_REVISION);
2035     if (ret && GetLastError() == ERROR_CALL_NOT_IMPLEMENTED)
2036     {
2037         win_skip("InitializeSecurityDescriptor is not implemented\n");
2038         return;
2039     }
2040
2041     ok(GetSecurityDescriptorOwner(&sd, &psid, &isDefault), "GetSecurityDescriptorOwner failed\n");
2042     expect_eq(psid, NULL, PSID, "%p");
2043     expect_eq(isDefault, FALSE, BOOL, "%d");
2044     sd.Control |= SE_DACL_PRESENT | SE_SACL_PRESENT;
2045
2046     SetLastError(0xdeadbeef);
2047     size = 5;
2048     expect_eq(MakeSelfRelativeSD(&sd, buf, &size), FALSE, BOOL, "%d");
2049     expect_eq(GetLastError(), ERROR_INSUFFICIENT_BUFFER, DWORD, "%u");
2050     ok(size > 5, "Size not increased\n");
2051     if (size <= 8192)
2052     {
2053         expect_eq(MakeSelfRelativeSD(&sd, buf, &size), TRUE, BOOL, "%d");
2054         ok(GetSecurityDescriptorOwner(&sd, &psid, &isDefault), "GetSecurityDescriptorOwner failed\n");
2055         expect_eq(psid, NULL, PSID, "%p");
2056         expect_eq(isDefault, FALSE, BOOL, "%d");
2057         ok(GetSecurityDescriptorGroup(&sd, &psid, &isDefault), "GetSecurityDescriptorGroup failed\n");
2058         expect_eq(psid, NULL, PSID, "%p");
2059         expect_eq(isDefault, FALSE, BOOL, "%d");
2060         ok(GetSecurityDescriptorDacl(&sd, &isPresent, &pacl, &isDefault), "GetSecurityDescriptorDacl failed\n");
2061         expect_eq(isPresent, TRUE, BOOL, "%d");
2062         expect_eq(psid, NULL, PSID, "%p");
2063         expect_eq(isDefault, FALSE, BOOL, "%d");
2064         ok(GetSecurityDescriptorSacl(&sd, &isPresent, &pacl, &isDefault), "GetSecurityDescriptorSacl failed\n");
2065         expect_eq(isPresent, TRUE, BOOL, "%d");
2066         expect_eq(psid, NULL, PSID, "%p");
2067         expect_eq(isDefault, FALSE, BOOL, "%d");
2068     }
2069 }
2070
2071 #define TEST_GRANTED_ACCESS(a,b) test_granted_access(a,b,0,__LINE__)
2072 #define TEST_GRANTED_ACCESS2(a,b,c) test_granted_access(a,b,c,__LINE__)
2073 static void test_granted_access(HANDLE handle, ACCESS_MASK access,
2074                                 ACCESS_MASK alt, int line)
2075 {
2076     OBJECT_BASIC_INFORMATION obj_info;
2077     NTSTATUS status;
2078
2079     if (!pNtQueryObject)
2080     {
2081         skip_(__FILE__, line)("Not NT platform - skipping tests\n");
2082         return;
2083     }
2084
2085     status = pNtQueryObject( handle, ObjectBasicInformation, &obj_info,
2086                              sizeof(obj_info), NULL );
2087     ok_(__FILE__, line)(!status, "NtQueryObject with err: %08x\n", status);
2088     if (alt)
2089         ok_(__FILE__, line)(obj_info.GrantedAccess == access ||
2090             obj_info.GrantedAccess == alt, "Granted access should be 0x%08x "
2091             "or 0x%08x, instead of 0x%08x\n", access, alt, obj_info.GrantedAccess);
2092     else
2093         ok_(__FILE__, line)(obj_info.GrantedAccess == access, "Granted access should "
2094             "be 0x%08x, instead of 0x%08x\n", access, obj_info.GrantedAccess);
2095 }
2096
2097 #define CHECK_SET_SECURITY(o,i,e) \
2098     do{ \
2099         BOOL res; \
2100         DWORD err; \
2101         SetLastError( 0xdeadbeef ); \
2102         res = SetKernelObjectSecurity( o, i, SecurityDescriptor ); \
2103         err = GetLastError(); \
2104         if (e == ERROR_SUCCESS) \
2105             ok(res, "SetKernelObjectSecurity failed with %d\n", err); \
2106         else \
2107             ok(!res && err == e, "SetKernelObjectSecurity should have failed " \
2108                "with %s, instead of %d\n", #e, err); \
2109     }while(0)
2110
2111 static void test_process_security(void)
2112 {
2113     BOOL res;
2114     PTOKEN_OWNER owner;
2115     PTOKEN_PRIMARY_GROUP group;
2116     PSID AdminSid = NULL, UsersSid = NULL;
2117     PACL Acl = NULL;
2118     SECURITY_DESCRIPTOR *SecurityDescriptor = NULL;
2119     char buffer[MAX_PATH];
2120     PROCESS_INFORMATION info;
2121     STARTUPINFOA startup;
2122     SECURITY_ATTRIBUTES psa;
2123     HANDLE token, event;
2124     DWORD size;
2125
2126     Acl = HeapAlloc(GetProcessHeap(), 0, 256);
2127     res = InitializeAcl(Acl, 256, ACL_REVISION);
2128     if (!res && GetLastError() == ERROR_CALL_NOT_IMPLEMENTED)
2129     {
2130         win_skip("ACLs not implemented - skipping tests\n");
2131         HeapFree(GetProcessHeap(), 0, Acl);
2132         return;
2133     }
2134     ok(res, "InitializeAcl failed with error %d\n", GetLastError());
2135
2136     /* get owner from the token we might be running as a user not admin */
2137     res = OpenProcessToken( GetCurrentProcess(), MAXIMUM_ALLOWED, &token );
2138     ok(res, "OpenProcessToken failed with error %d\n", GetLastError());
2139     if (!res)
2140     {
2141         HeapFree(GetProcessHeap(), 0, Acl);
2142         return;
2143     }
2144
2145     res = GetTokenInformation( token, TokenOwner, NULL, 0, &size );
2146     ok(!res, "Expected failure, got %d\n", res);
2147     ok(GetLastError() == ERROR_INSUFFICIENT_BUFFER,
2148        "Expected ERROR_INSUFFICIENT_BUFFER, got %d\n", GetLastError());
2149
2150     owner = HeapAlloc(GetProcessHeap(), 0, size);
2151     res = GetTokenInformation( token, TokenOwner, owner, size, &size );
2152     ok(res, "GetTokenInformation failed with error %d\n", GetLastError());
2153     AdminSid = ((TOKEN_OWNER*)owner)->Owner;
2154
2155     res = GetTokenInformation( token, TokenPrimaryGroup, NULL, 0, &size );
2156     ok(!res, "Expected failure, got %d\n", res);
2157     ok(GetLastError() == ERROR_INSUFFICIENT_BUFFER,
2158        "Expected ERROR_INSUFFICIENT_BUFFER, got %d\n", GetLastError());
2159
2160     group = HeapAlloc(GetProcessHeap(), 0, size);
2161     res = GetTokenInformation( token, TokenPrimaryGroup, group, size, &size );
2162     ok(res, "GetTokenInformation failed with error %d\n", GetLastError());
2163     UsersSid = ((TOKEN_PRIMARY_GROUP*)group)->PrimaryGroup;
2164
2165     CloseHandle( token );
2166     if (!res)
2167     {
2168         HeapFree(GetProcessHeap(), 0, group);
2169         HeapFree(GetProcessHeap(), 0, owner);
2170         HeapFree(GetProcessHeap(), 0, Acl);
2171         return;
2172     }
2173
2174     res = AddAccessDeniedAce(Acl, ACL_REVISION, PROCESS_VM_READ, AdminSid);
2175     ok(res, "AddAccessDeniedAce failed with error %d\n", GetLastError());
2176     res = AddAccessAllowedAce(Acl, ACL_REVISION, PROCESS_ALL_ACCESS, AdminSid);
2177     ok(res, "AddAccessAllowedAce failed with error %d\n", GetLastError());
2178
2179     SecurityDescriptor = HeapAlloc(GetProcessHeap(), 0, SECURITY_DESCRIPTOR_MIN_LENGTH);
2180     res = InitializeSecurityDescriptor(SecurityDescriptor, SECURITY_DESCRIPTOR_REVISION);
2181     ok(res, "InitializeSecurityDescriptor failed with error %d\n", GetLastError());
2182
2183     event = CreateEvent( NULL, TRUE, TRUE, "test_event" );
2184     ok(event != NULL, "CreateEvent %d\n", GetLastError());
2185
2186     SecurityDescriptor->Revision = 0;
2187     CHECK_SET_SECURITY( event, OWNER_SECURITY_INFORMATION, ERROR_UNKNOWN_REVISION );
2188     SecurityDescriptor->Revision = SECURITY_DESCRIPTOR_REVISION;
2189
2190     CHECK_SET_SECURITY( event, OWNER_SECURITY_INFORMATION, ERROR_INVALID_SECURITY_DESCR );
2191     CHECK_SET_SECURITY( event, GROUP_SECURITY_INFORMATION, ERROR_INVALID_SECURITY_DESCR );
2192     CHECK_SET_SECURITY( event, SACL_SECURITY_INFORMATION, ERROR_ACCESS_DENIED );
2193     CHECK_SET_SECURITY( event, DACL_SECURITY_INFORMATION, ERROR_SUCCESS );
2194     /* NULL DACL is valid and means default DACL from token */
2195     SecurityDescriptor->Control |= SE_DACL_PRESENT;
2196     CHECK_SET_SECURITY( event, DACL_SECURITY_INFORMATION, ERROR_SUCCESS );
2197
2198     /* Set owner and group and dacl */
2199     res = SetSecurityDescriptorOwner(SecurityDescriptor, AdminSid, FALSE);
2200     ok(res, "SetSecurityDescriptorOwner failed with error %d\n", GetLastError());
2201     CHECK_SET_SECURITY( event, OWNER_SECURITY_INFORMATION, ERROR_SUCCESS );
2202     res = SetSecurityDescriptorGroup(SecurityDescriptor, UsersSid, FALSE);
2203     ok(res, "SetSecurityDescriptorGroup failed with error %d\n", GetLastError());
2204     CHECK_SET_SECURITY( event, GROUP_SECURITY_INFORMATION, ERROR_SUCCESS );
2205     res = SetSecurityDescriptorDacl(SecurityDescriptor, TRUE, Acl, FALSE);
2206     ok(res, "SetSecurityDescriptorDacl failed with error %d\n", GetLastError());
2207     CHECK_SET_SECURITY( event, DACL_SECURITY_INFORMATION, ERROR_SUCCESS );
2208
2209     sprintf(buffer, "%s tests/security.c test", myARGV[0]);
2210     memset(&startup, 0, sizeof(startup));
2211     startup.cb = sizeof(startup);
2212     startup.dwFlags = STARTF_USESHOWWINDOW;
2213     startup.wShowWindow = SW_SHOWNORMAL;
2214
2215     psa.nLength = sizeof(psa);
2216     psa.lpSecurityDescriptor = SecurityDescriptor;
2217     psa.bInheritHandle = TRUE;
2218
2219     /* Doesn't matter what ACL say we should get full access for ourselves */
2220     ok(CreateProcessA( NULL, buffer, &psa, NULL, FALSE, 0, NULL, NULL, &startup, &info ),
2221         "CreateProcess with err:%d\n", GetLastError());
2222     TEST_GRANTED_ACCESS2( info.hProcess, PROCESS_ALL_ACCESS,
2223                           STANDARD_RIGHTS_ALL | SPECIFIC_RIGHTS_ALL );
2224     winetest_wait_child_process( info.hProcess );
2225
2226     CloseHandle( info.hProcess );
2227     CloseHandle( info.hThread );
2228     CloseHandle( event );
2229     HeapFree(GetProcessHeap(), 0, group);
2230     HeapFree(GetProcessHeap(), 0, owner);
2231     HeapFree(GetProcessHeap(), 0, Acl);
2232     HeapFree(GetProcessHeap(), 0, SecurityDescriptor);
2233 }
2234
2235 static void test_process_security_child(void)
2236 {
2237     HANDLE handle, handle1;
2238     BOOL ret;
2239     DWORD err;
2240
2241     handle = OpenProcess( PROCESS_TERMINATE, FALSE, GetCurrentProcessId() );
2242     ok(handle != NULL, "OpenProcess(PROCESS_TERMINATE) with err:%d\n", GetLastError());
2243     TEST_GRANTED_ACCESS( handle, PROCESS_TERMINATE );
2244
2245     ok(DuplicateHandle( GetCurrentProcess(), handle, GetCurrentProcess(),
2246                         &handle1, 0, TRUE, DUPLICATE_SAME_ACCESS ),
2247        "duplicating handle err:%d\n", GetLastError());
2248     TEST_GRANTED_ACCESS( handle1, PROCESS_TERMINATE );
2249
2250     CloseHandle( handle1 );
2251
2252     SetLastError( 0xdeadbeef );
2253     ret = DuplicateHandle( GetCurrentProcess(), handle, GetCurrentProcess(),
2254                            &handle1, PROCESS_ALL_ACCESS, TRUE, 0 );
2255     err = GetLastError();
2256     todo_wine
2257     ok(!ret && err == ERROR_ACCESS_DENIED, "duplicating handle should have failed "
2258        "with STATUS_ACCESS_DENIED, instead of err:%d\n", err);
2259
2260     CloseHandle( handle );
2261
2262     /* These two should fail - they are denied by ACL */
2263     handle = OpenProcess( PROCESS_VM_READ, FALSE, GetCurrentProcessId() );
2264     todo_wine
2265     ok(handle == NULL, "OpenProcess(PROCESS_VM_READ) should have failed\n");
2266     handle = OpenProcess( PROCESS_ALL_ACCESS, FALSE, GetCurrentProcessId() );
2267     todo_wine
2268     ok(handle == NULL, "OpenProcess(PROCESS_ALL_ACCESS) should have failed\n");
2269
2270     /* Documented privilege elevation */
2271     ok(DuplicateHandle( GetCurrentProcess(), GetCurrentProcess(), GetCurrentProcess(),
2272                         &handle, 0, TRUE, DUPLICATE_SAME_ACCESS ),
2273        "duplicating handle err:%d\n", GetLastError());
2274     TEST_GRANTED_ACCESS2( handle, PROCESS_ALL_ACCESS,
2275                           STANDARD_RIGHTS_ALL | SPECIFIC_RIGHTS_ALL );
2276
2277     CloseHandle( handle );
2278
2279     /* Same only explicitly asking for all access rights */
2280     ok(DuplicateHandle( GetCurrentProcess(), GetCurrentProcess(), GetCurrentProcess(),
2281                         &handle, PROCESS_ALL_ACCESS, TRUE, 0 ),
2282        "duplicating handle err:%d\n", GetLastError());
2283     TEST_GRANTED_ACCESS2( handle, PROCESS_ALL_ACCESS,
2284                           PROCESS_ALL_ACCESS | PROCESS_QUERY_LIMITED_INFORMATION );
2285     ok(DuplicateHandle( GetCurrentProcess(), handle, GetCurrentProcess(),
2286                         &handle1, PROCESS_VM_READ, TRUE, 0 ),
2287        "duplicating handle err:%d\n", GetLastError());
2288     TEST_GRANTED_ACCESS( handle1, PROCESS_VM_READ );
2289     CloseHandle( handle1 );
2290     CloseHandle( handle );
2291 }
2292
2293 static void test_impersonation_level(void)
2294 {
2295     HANDLE Token, ProcessToken;
2296     HANDLE Token2;
2297     DWORD Size;
2298     TOKEN_PRIVILEGES *Privileges;
2299     TOKEN_USER *User;
2300     PRIVILEGE_SET *PrivilegeSet;
2301     BOOL AccessGranted;
2302     BOOL ret;
2303     HKEY hkey;
2304     DWORD error;
2305
2306     pDuplicateTokenEx = (fnDuplicateTokenEx) GetProcAddress(hmod, "DuplicateTokenEx");
2307     if( !pDuplicateTokenEx ) {
2308         win_skip("DuplicateTokenEx is not available\n");
2309         return;
2310     }
2311     SetLastError(0xdeadbeef);
2312     ret = ImpersonateSelf(SecurityAnonymous);
2313     if(!ret && (GetLastError() == ERROR_CALL_NOT_IMPLEMENTED))
2314     {
2315         win_skip("ImpersonateSelf is not implemented\n");
2316         return;
2317     }
2318     ok(ret, "ImpersonateSelf(SecurityAnonymous) failed with error %d\n", GetLastError());
2319     ret = OpenThreadToken(GetCurrentThread(), TOKEN_QUERY | TOKEN_ADJUST_PRIVILEGES | TOKEN_QUERY_SOURCE | TOKEN_IMPERSONATE | TOKEN_ADJUST_DEFAULT, TRUE, &Token);
2320     ok(!ret, "OpenThreadToken should have failed\n");
2321     error = GetLastError();
2322     ok(error == ERROR_CANT_OPEN_ANONYMOUS, "OpenThreadToken on anonymous token should have returned ERROR_CANT_OPEN_ANONYMOUS instead of %d\n", error);
2323     /* can't perform access check when opening object against an anonymous impersonation token */
2324     todo_wine {
2325     error = RegOpenKeyEx(HKEY_CURRENT_USER, "Software", 0, KEY_READ, &hkey);
2326     ok(error == ERROR_INVALID_HANDLE, "RegOpenKeyEx should have failed with ERROR_INVALID_HANDLE instead of %d\n", error);
2327     }
2328     RevertToSelf();
2329
2330     ret = OpenProcessToken(GetCurrentProcess(), TOKEN_DUPLICATE, &ProcessToken);
2331     ok(ret, "OpenProcessToken failed with error %d\n", GetLastError());
2332
2333     ret = pDuplicateTokenEx(ProcessToken,
2334         TOKEN_QUERY | TOKEN_DUPLICATE | TOKEN_IMPERSONATE, NULL,
2335         SecurityAnonymous, TokenImpersonation, &Token);
2336     ok(ret, "DuplicateTokenEx failed with error %d\n", GetLastError());
2337     /* can't increase the impersonation level */
2338     ret = DuplicateToken(Token, SecurityIdentification, &Token2);
2339     error = GetLastError();
2340     ok(!ret && error == ERROR_BAD_IMPERSONATION_LEVEL,
2341         "Duplicating a token and increasing the impersonation level should have failed with ERROR_BAD_IMPERSONATION_LEVEL instead of %d\n", error);
2342     /* we can query anything from an anonymous token, including the user */
2343     ret = GetTokenInformation(Token, TokenUser, NULL, 0, &Size);
2344     error = GetLastError();
2345     ok(!ret && error == ERROR_INSUFFICIENT_BUFFER, "GetTokenInformation(TokenUser) should have failed with ERROR_INSUFFICIENT_BUFFER instead of %d\n", error);
2346     User = HeapAlloc(GetProcessHeap(), 0, Size);
2347     ret = GetTokenInformation(Token, TokenUser, User, Size, &Size);
2348     ok(ret, "GetTokenInformation(TokenUser) failed with error %d\n", GetLastError());
2349     HeapFree(GetProcessHeap(), 0, User);
2350
2351     /* PrivilegeCheck fails with SecurityAnonymous level */
2352     ret = GetTokenInformation(Token, TokenPrivileges, NULL, 0, &Size);
2353     error = GetLastError();
2354     ok(!ret && error == ERROR_INSUFFICIENT_BUFFER, "GetTokenInformation(TokenPrivileges) should have failed with ERROR_INSUFFICIENT_BUFFER instead of %d\n", error);
2355     Privileges = HeapAlloc(GetProcessHeap(), 0, Size);
2356     ret = GetTokenInformation(Token, TokenPrivileges, Privileges, Size, &Size);
2357     ok(ret, "GetTokenInformation(TokenPrivileges) failed with error %d\n", GetLastError());
2358
2359     PrivilegeSet = HeapAlloc(GetProcessHeap(), 0, FIELD_OFFSET(PRIVILEGE_SET, Privilege[Privileges->PrivilegeCount]));
2360     PrivilegeSet->PrivilegeCount = Privileges->PrivilegeCount;
2361     memcpy(PrivilegeSet->Privilege, Privileges->Privileges, PrivilegeSet->PrivilegeCount * sizeof(PrivilegeSet->Privilege[0]));
2362     PrivilegeSet->Control = PRIVILEGE_SET_ALL_NECESSARY;
2363     HeapFree(GetProcessHeap(), 0, Privileges);
2364
2365     ret = PrivilegeCheck(Token, PrivilegeSet, &AccessGranted);
2366     error = GetLastError();
2367     ok(!ret && error == ERROR_BAD_IMPERSONATION_LEVEL, "PrivilegeCheck for SecurityAnonymous token should have failed with ERROR_BAD_IMPERSONATION_LEVEL instead of %d\n", error);
2368
2369     CloseHandle(Token);
2370
2371     ret = ImpersonateSelf(SecurityIdentification);
2372     ok(ret, "ImpersonateSelf(SecurityIdentification) failed with error %d\n", GetLastError());
2373     ret = OpenThreadToken(GetCurrentThread(), TOKEN_QUERY | TOKEN_ADJUST_PRIVILEGES | TOKEN_QUERY_SOURCE | TOKEN_IMPERSONATE | TOKEN_ADJUST_DEFAULT, TRUE, &Token);
2374     ok(ret, "OpenThreadToken failed with error %d\n", GetLastError());
2375
2376     /* can't perform access check when opening object against an identification impersonation token */
2377     error = RegOpenKeyEx(HKEY_CURRENT_USER, "Software", 0, KEY_READ, &hkey);
2378     todo_wine {
2379     ok(error == ERROR_INVALID_HANDLE, "RegOpenKeyEx should have failed with ERROR_INVALID_HANDLE instead of %d\n", error);
2380     }
2381     ret = PrivilegeCheck(Token, PrivilegeSet, &AccessGranted);
2382     ok(ret, "PrivilegeCheck for SecurityIdentification failed with error %d\n", GetLastError());
2383     CloseHandle(Token);
2384     RevertToSelf();
2385
2386     ret = ImpersonateSelf(SecurityImpersonation);
2387     ok(ret, "ImpersonateSelf(SecurityImpersonation) failed with error %d\n", GetLastError());
2388     ret = OpenThreadToken(GetCurrentThread(), TOKEN_QUERY | TOKEN_ADJUST_PRIVILEGES | TOKEN_QUERY_SOURCE | TOKEN_IMPERSONATE | TOKEN_ADJUST_DEFAULT, TRUE, &Token);
2389     ok(ret, "OpenThreadToken failed with error %d\n", GetLastError());
2390     error = RegOpenKeyEx(HKEY_CURRENT_USER, "Software", 0, KEY_READ, &hkey);
2391     ok(error == ERROR_SUCCESS, "RegOpenKeyEx should have succeeded instead of failing with %d\n", error);
2392     RegCloseKey(hkey);
2393     ret = PrivilegeCheck(Token, PrivilegeSet, &AccessGranted);
2394     ok(ret, "PrivilegeCheck for SecurityImpersonation failed with error %d\n", GetLastError());
2395     RevertToSelf();
2396
2397     CloseHandle(Token);
2398     CloseHandle(ProcessToken);
2399
2400     HeapFree(GetProcessHeap(), 0, PrivilegeSet);
2401 }
2402
2403 static void test_SetEntriesInAcl(void)
2404 {
2405     DWORD res;
2406     PSID EveryoneSid = NULL, UsersSid = NULL;
2407     PACL OldAcl = NULL, NewAcl;
2408     SID_IDENTIFIER_AUTHORITY SIDAuthWorld = { SECURITY_WORLD_SID_AUTHORITY };
2409     SID_IDENTIFIER_AUTHORITY SIDAuthNT = { SECURITY_NT_AUTHORITY };
2410     EXPLICIT_ACCESSW ExplicitAccess;
2411     static const WCHAR wszEveryone[] = {'E','v','e','r','y','o','n','e',0};
2412
2413     if (!pSetEntriesInAclW)
2414     {
2415         win_skip("SetEntriesInAclW is not available\n");
2416         return;
2417     }
2418
2419     NewAcl = (PACL)0xdeadbeef;
2420     res = pSetEntriesInAclW(0, NULL, NULL, &NewAcl);
2421     if(res == ERROR_CALL_NOT_IMPLEMENTED)
2422     {
2423         win_skip("SetEntriesInAclW is not implemented\n");
2424         return;
2425     }
2426     ok(res == ERROR_SUCCESS, "SetEntriesInAclW failed: %u\n", res);
2427     ok(NewAcl == NULL ||
2428         broken(NewAcl != NULL), /* NT4 */
2429         "NewAcl=%p, expected NULL\n", NewAcl);
2430     LocalFree(NewAcl);
2431
2432     OldAcl = HeapAlloc(GetProcessHeap(), 0, 256);
2433     res = InitializeAcl(OldAcl, 256, ACL_REVISION);
2434     if(!res && GetLastError() == ERROR_CALL_NOT_IMPLEMENTED)
2435     {
2436         win_skip("ACLs not implemented - skipping tests\n");
2437         HeapFree(GetProcessHeap(), 0, OldAcl);
2438         return;
2439     }
2440     ok(res, "InitializeAcl failed with error %d\n", GetLastError());
2441
2442     res = AllocateAndInitializeSid( &SIDAuthWorld, 1, SECURITY_WORLD_RID, 0, 0, 0, 0, 0, 0, 0, &EveryoneSid);
2443     ok(res, "AllocateAndInitializeSid failed with error %d\n", GetLastError());
2444
2445     res = AllocateAndInitializeSid( &SIDAuthNT, 2, SECURITY_BUILTIN_DOMAIN_RID,
2446         DOMAIN_ALIAS_RID_USERS, 0, 0, 0, 0, 0, 0, &UsersSid);
2447     ok(res, "AllocateAndInitializeSid failed with error %d\n", GetLastError());
2448
2449     res = AddAccessAllowedAce(OldAcl, ACL_REVISION, KEY_READ, UsersSid);
2450     ok(res, "AddAccessAllowedAce failed with error %d\n", GetLastError());
2451
2452     ExplicitAccess.grfAccessPermissions = KEY_WRITE;
2453     ExplicitAccess.grfAccessMode = GRANT_ACCESS;
2454     ExplicitAccess.grfInheritance = NO_INHERITANCE;
2455     ExplicitAccess.Trustee.pMultipleTrustee = NULL;
2456     ExplicitAccess.Trustee.MultipleTrusteeOperation = NO_MULTIPLE_TRUSTEE;
2457     ExplicitAccess.Trustee.TrusteeForm = TRUSTEE_IS_SID;
2458     ExplicitAccess.Trustee.TrusteeType = TRUSTEE_IS_UNKNOWN;
2459     ExplicitAccess.Trustee.ptstrName = EveryoneSid;
2460     res = pSetEntriesInAclW(1, &ExplicitAccess, OldAcl, &NewAcl);
2461     ok(res == ERROR_SUCCESS, "SetEntriesInAclW failed: %u\n", res);
2462     ok(NewAcl != NULL, "returned acl was NULL\n");
2463     LocalFree(NewAcl);
2464
2465     if (PRIMARYLANGID(LANGIDFROMLCID(GetThreadLocale())) != LANG_ENGLISH)
2466     {
2467         skip("Non-english locale (test with hardcoded 'Everyone')\n");
2468     }
2469     else
2470     {
2471         ExplicitAccess.Trustee.TrusteeForm = TRUSTEE_IS_USER;
2472         ExplicitAccess.Trustee.ptstrName = (LPWSTR)wszEveryone;
2473         res = pSetEntriesInAclW(1, &ExplicitAccess, OldAcl, &NewAcl);
2474         ok(res == ERROR_SUCCESS, "SetEntriesInAclW failed: %u\n", res);
2475         ok(NewAcl != NULL, "returned acl was NULL\n");
2476         LocalFree(NewAcl);
2477
2478         ExplicitAccess.Trustee.TrusteeForm = TRUSTEE_BAD_FORM;
2479         res = pSetEntriesInAclW(1, &ExplicitAccess, OldAcl, &NewAcl);
2480         ok(res == ERROR_INVALID_PARAMETER ||
2481             broken(res == ERROR_NOT_SUPPORTED), /* NT4 */
2482             "SetEntriesInAclW failed: %u\n", res);
2483         ok(NewAcl == NULL ||
2484             broken(NewAcl != NULL), /* NT4 */
2485             "returned acl wasn't NULL: %p\n", NewAcl);
2486
2487         ExplicitAccess.Trustee.TrusteeForm = TRUSTEE_IS_USER;
2488         ExplicitAccess.Trustee.MultipleTrusteeOperation = TRUSTEE_IS_IMPERSONATE;
2489         res = pSetEntriesInAclW(1, &ExplicitAccess, OldAcl, &NewAcl);
2490         ok(res == ERROR_INVALID_PARAMETER ||
2491             broken(res == ERROR_NOT_SUPPORTED), /* NT4 */
2492             "SetEntriesInAclW failed: %u\n", res);
2493         ok(NewAcl == NULL ||
2494             broken(NewAcl != NULL), /* NT4 */
2495             "returned acl wasn't NULL: %p\n", NewAcl);
2496
2497         ExplicitAccess.Trustee.MultipleTrusteeOperation = NO_MULTIPLE_TRUSTEE;
2498         ExplicitAccess.grfAccessMode = SET_ACCESS;
2499         res = pSetEntriesInAclW(1, &ExplicitAccess, OldAcl, &NewAcl);
2500         ok(res == ERROR_SUCCESS, "SetEntriesInAclW failed: %u\n", res);
2501         ok(NewAcl != NULL, "returned acl was NULL\n");
2502         LocalFree(NewAcl);
2503     }
2504
2505     ExplicitAccess.grfAccessMode = REVOKE_ACCESS;
2506     ExplicitAccess.Trustee.TrusteeForm = TRUSTEE_IS_SID;
2507     ExplicitAccess.Trustee.ptstrName = UsersSid;
2508     res = pSetEntriesInAclW(1, &ExplicitAccess, OldAcl, &NewAcl);
2509     ok(res == ERROR_SUCCESS, "SetEntriesInAclW failed: %u\n", res);
2510     ok(NewAcl != NULL, "returned acl was NULL\n");
2511     LocalFree(NewAcl);
2512
2513     LocalFree(UsersSid);
2514     LocalFree(EveryoneSid);
2515     HeapFree(GetProcessHeap(), 0, OldAcl);
2516 }
2517
2518 static void test_GetNamedSecurityInfoA(void)
2519 {
2520     PSECURITY_DESCRIPTOR pSecDesc;
2521     DWORD revision;
2522     SECURITY_DESCRIPTOR_CONTROL control;
2523     PSID owner;
2524     PSID group;
2525     BOOL owner_defaulted;
2526     BOOL group_defaulted;
2527     DWORD error;
2528     BOOL ret;
2529     CHAR windows_dir[MAX_PATH];
2530
2531     if (!pGetNamedSecurityInfoA)
2532     {
2533         win_skip("GetNamedSecurityInfoA is not available\n");
2534         return;
2535     }
2536
2537     ret = GetWindowsDirectoryA(windows_dir, MAX_PATH);
2538     ok(ret, "GetWindowsDirectory failed with error %d\n", GetLastError());
2539
2540     SetLastError(0xdeadbeef);
2541     error = pGetNamedSecurityInfoA(windows_dir, SE_FILE_OBJECT,
2542         OWNER_SECURITY_INFORMATION|GROUP_SECURITY_INFORMATION|DACL_SECURITY_INFORMATION,
2543         NULL, NULL, NULL, NULL, &pSecDesc);
2544     if (error != ERROR_SUCCESS && (GetLastError() == ERROR_CALL_NOT_IMPLEMENTED))
2545     {
2546         win_skip("GetNamedSecurityInfoA is not implemented\n");
2547         return;
2548     }
2549     ok(!error, "GetNamedSecurityInfo failed with error %d\n", error);
2550
2551     ret = GetSecurityDescriptorControl(pSecDesc, &control, &revision);
2552     ok(ret, "GetSecurityDescriptorControl failed with error %d\n", GetLastError());
2553     ok((control & (SE_SELF_RELATIVE|SE_DACL_PRESENT)) == (SE_SELF_RELATIVE|SE_DACL_PRESENT) ||
2554         broken((control & (SE_SELF_RELATIVE|SE_DACL_PRESENT)) == SE_DACL_PRESENT), /* NT4 */
2555         "control (0x%x) doesn't have (SE_SELF_RELATIVE|SE_DACL_PRESENT) flags set\n", control);
2556     ok(revision == SECURITY_DESCRIPTOR_REVISION1, "revision was %d instead of 1\n", revision);
2557     ret = GetSecurityDescriptorOwner(pSecDesc, &owner, &owner_defaulted);
2558     ok(ret, "GetSecurityDescriptorOwner failed with error %d\n", GetLastError());
2559     ok(owner != NULL, "owner should not be NULL\n");
2560     ret = GetSecurityDescriptorGroup(pSecDesc, &group, &group_defaulted);
2561     ok(ret, "GetSecurityDescriptorGroup failed with error %d\n", GetLastError());
2562     ok(group != NULL, "group should not be NULL\n");
2563     LocalFree(pSecDesc);
2564 }
2565
2566 static void test_ConvertStringSecurityDescriptor(void)
2567 {
2568     BOOL ret;
2569     PSECURITY_DESCRIPTOR pSD;
2570     static const WCHAR Blank[] = { 0 };
2571
2572     if (!pConvertStringSecurityDescriptorToSecurityDescriptorA)
2573     {
2574         win_skip("ConvertStringSecurityDescriptorToSecurityDescriptor is not available\n");
2575         return;
2576     }
2577
2578     SetLastError(0xdeadbeef);
2579     ret = pConvertStringSecurityDescriptorToSecurityDescriptorA(
2580         "D:(A;;GA;;;WD)", 0xdeadbeef, &pSD, NULL);
2581     ok(!ret && GetLastError() == ERROR_UNKNOWN_REVISION,
2582         "ConvertStringSecurityDescriptorToSecurityDescriptor should have failed with ERROR_UNKNOWN_REVISION instead of %d\n",
2583         GetLastError());
2584
2585     /* test ACE string type */
2586     SetLastError(0xdeadbeef);
2587     ret = pConvertStringSecurityDescriptorToSecurityDescriptorA(
2588         "D:(A;;GA;;;WD)", SDDL_REVISION_1, &pSD, NULL);
2589     ok(ret, "ConvertStringSecurityDescriptorToSecurityDescriptor failed with error %d\n", GetLastError());
2590     LocalFree(pSD);
2591
2592     SetLastError(0xdeadbeef);
2593     ret = pConvertStringSecurityDescriptorToSecurityDescriptorA(
2594         "D:(D;;GA;;;WD)", SDDL_REVISION_1, &pSD, NULL);
2595     ok(ret, "ConvertStringSecurityDescriptorToSecurityDescriptor failed with error %d\n", GetLastError());
2596     LocalFree(pSD);
2597
2598     SetLastError(0xdeadbeef);
2599     ret = pConvertStringSecurityDescriptorToSecurityDescriptorA(
2600         "ERROR:(D;;GA;;;WD)", SDDL_REVISION_1, &pSD, NULL);
2601     ok(!ret && GetLastError() == ERROR_INVALID_PARAMETER,
2602         "ConvertStringSecurityDescriptorToSecurityDescriptor should have failed with ERROR_INVALID_PARAMETER instead of %d\n",
2603         GetLastError());
2604
2605     /* test ACE string access rights */
2606     SetLastError(0xdeadbeef);
2607     ret = pConvertStringSecurityDescriptorToSecurityDescriptorA(
2608         "D:(A;;GA;;;WD)", SDDL_REVISION_1, &pSD, NULL);
2609     ok(ret, "ConvertStringSecurityDescriptorToSecurityDescriptor failed with error %d\n", GetLastError());
2610     LocalFree(pSD);
2611     SetLastError(0xdeadbeef);
2612     ret = pConvertStringSecurityDescriptorToSecurityDescriptorA(
2613         "D:(A;;GRGWGX;;;WD)", SDDL_REVISION_1, &pSD, NULL);
2614     ok(ret, "ConvertStringSecurityDescriptorToSecurityDescriptor failed with error %d\n", GetLastError());
2615     LocalFree(pSD);
2616     SetLastError(0xdeadbeef);
2617     ret = pConvertStringSecurityDescriptorToSecurityDescriptorA(
2618         "D:(A;;RCSDWDWO;;;WD)", SDDL_REVISION_1, &pSD, NULL);
2619     ok(ret, "ConvertStringSecurityDescriptorToSecurityDescriptor failed with error %d\n", GetLastError());
2620     LocalFree(pSD);
2621     SetLastError(0xdeadbeef);
2622     ret = pConvertStringSecurityDescriptorToSecurityDescriptorA(
2623         "D:(A;;RPWPCCDCLCSWLODTCR;;;WD)", SDDL_REVISION_1, &pSD, NULL);
2624     ok(ret, "ConvertStringSecurityDescriptorToSecurityDescriptor failed with error %d\n", GetLastError());
2625     LocalFree(pSD);
2626     SetLastError(0xdeadbeef);
2627     ret = pConvertStringSecurityDescriptorToSecurityDescriptorA(
2628         "D:(A;;FAFRFWFX;;;WD)", SDDL_REVISION_1, &pSD, NULL);
2629     ok(ret, "ConvertStringSecurityDescriptorToSecurityDescriptor failed with error %d\n", GetLastError());
2630     LocalFree(pSD);
2631     SetLastError(0xdeadbeef);
2632     ret = pConvertStringSecurityDescriptorToSecurityDescriptorA(
2633         "D:(A;;KAKRKWKX;;;WD)", SDDL_REVISION_1, &pSD, NULL);
2634     ok(ret, "ConvertStringSecurityDescriptorToSecurityDescriptor failed with error %d\n", GetLastError());
2635     LocalFree(pSD);
2636     SetLastError(0xdeadbeef);
2637     ret = pConvertStringSecurityDescriptorToSecurityDescriptorA(
2638         "D:(A;;0xFFFFFFFF;;;WD)", SDDL_REVISION_1, &pSD, NULL);
2639     ok(ret, "ConvertStringSecurityDescriptorToSecurityDescriptor failed with error %d\n", GetLastError());
2640     LocalFree(pSD);
2641     SetLastError(0xdeadbeef);
2642     ret = pConvertStringSecurityDescriptorToSecurityDescriptorA(
2643         "S:(AU;;0xFFFFFFFF;;;WD)", SDDL_REVISION_1, &pSD, NULL);
2644     ok(ret, "ConvertStringSecurityDescriptorToSecurityDescriptor failed with error %d\n", GetLastError());
2645     LocalFree(pSD);
2646
2647     /* test ACE string access right error case */
2648     SetLastError(0xdeadbeef);
2649     ret = pConvertStringSecurityDescriptorToSecurityDescriptorA(
2650         "D:(A;;ROB;;;WD)", SDDL_REVISION_1, &pSD, NULL);
2651     ok(!ret && GetLastError() == ERROR_INVALID_ACL,
2652         "ConvertStringSecurityDescriptorToSecurityDescriptor should have failed with ERROR_INVALID_ACL instead of %d\n",
2653         GetLastError());
2654
2655     /* test behaviour with NULL parameters */
2656     SetLastError(0xdeadbeef);
2657     ret = pConvertStringSecurityDescriptorToSecurityDescriptorA(
2658         NULL, 0xdeadbeef, &pSD, NULL);
2659     todo_wine
2660     ok(!ret && GetLastError() == ERROR_INVALID_PARAMETER,
2661         "ConvertStringSecurityDescriptorToSecurityDescriptor should have failed with ERROR_INVALID_PARAMETER instead of %d\n",
2662         GetLastError());
2663
2664     SetLastError(0xdeadbeef);
2665     ret = pConvertStringSecurityDescriptorToSecurityDescriptorW(
2666         NULL, 0xdeadbeef, &pSD, NULL);
2667     ok(!ret && GetLastError() == ERROR_INVALID_PARAMETER,
2668         "ConvertStringSecurityDescriptorToSecurityDescriptor should have failed with ERROR_INVALID_PARAMETER instead of %d\n",
2669         GetLastError());
2670
2671     SetLastError(0xdeadbeef);
2672     ret = pConvertStringSecurityDescriptorToSecurityDescriptorA(
2673         "D:(A;;ROB;;;WD)", 0xdeadbeef, NULL, NULL);
2674     ok(!ret && GetLastError() == ERROR_INVALID_PARAMETER,
2675         "ConvertStringSecurityDescriptorToSecurityDescriptor should have failed with ERROR_INVALID_PARAMETER instead of %d\n",
2676         GetLastError());
2677
2678     SetLastError(0xdeadbeef);
2679     ret = pConvertStringSecurityDescriptorToSecurityDescriptorA(
2680         "D:(A;;ROB;;;WD)", SDDL_REVISION_1, NULL, NULL);
2681     ok(!ret && GetLastError() == ERROR_INVALID_PARAMETER,
2682         "ConvertStringSecurityDescriptorToSecurityDescriptor should have failed with ERROR_INVALID_PARAMETER instead of %d\n",
2683         GetLastError());
2684
2685     /* test behaviour with empty strings */
2686     SetLastError(0xdeadbeef);
2687     ret = pConvertStringSecurityDescriptorToSecurityDescriptorA(
2688         "", SDDL_REVISION_1, &pSD, NULL);
2689     ok(ret, "ConvertStringSecurityDescriptorToSecurityDescriptor failed with error %d\n", GetLastError());
2690
2691     SetLastError(0xdeadbeef);
2692     ret = pConvertStringSecurityDescriptorToSecurityDescriptorW(
2693         Blank, SDDL_REVISION_1, &pSD, NULL);
2694     ok(ret, "ConvertStringSecurityDescriptorToSecurityDescriptor failed with error %d\n", GetLastError());
2695
2696     /* test ACE string SID */
2697     SetLastError(0xdeadbeef);
2698     ret = pConvertStringSecurityDescriptorToSecurityDescriptorA(
2699         "D:(D;;GA;;;S-1-0-0)", SDDL_REVISION_1, &pSD, NULL);
2700     ok(ret, "ConvertStringSecurityDescriptorToSecurityDescriptor failed with error %d\n", GetLastError());
2701     LocalFree(pSD);
2702
2703     SetLastError(0xdeadbeef);
2704     ret = pConvertStringSecurityDescriptorToSecurityDescriptorA(
2705         "D:(D;;GA;;;Nonexistent account)", SDDL_REVISION_1, &pSD, NULL);
2706     ok(!ret, "Expected failure, got %d\n", ret);
2707     ok(GetLastError() == ERROR_INVALID_ACL || GetLastError() == ERROR_INVALID_SID,
2708        "Expected ERROR_INVALID_ACL or ERROR_INVALID_SID, got %d\n", GetLastError());
2709 }
2710
2711 static void test_ConvertSecurityDescriptorToString(void)
2712 {
2713     SECURITY_DESCRIPTOR desc;
2714     SECURITY_INFORMATION sec_info = OWNER_SECURITY_INFORMATION|GROUP_SECURITY_INFORMATION|DACL_SECURITY_INFORMATION|SACL_SECURITY_INFORMATION;
2715     LPSTR string;
2716     DWORD size;
2717     PSID psid, psid2;
2718     PACL pacl;
2719     char sid_buf[256];
2720     char acl_buf[8192];
2721     ULONG len;
2722
2723     if (!pConvertSecurityDescriptorToStringSecurityDescriptorA)
2724     {
2725         win_skip("ConvertSecurityDescriptorToStringSecurityDescriptor is not available\n");
2726         return;
2727     }
2728     if (!pCreateWellKnownSid)
2729     {
2730         win_skip("CreateWellKnownSid is not available\n");
2731         return;
2732     }
2733
2734 /* It seems Windows XP adds an extra character to the length of the string for each ACE in an ACL. We
2735  * don't replicate this feature so we only test len >= strlen+1. */
2736 #define CHECK_RESULT_AND_FREE(exp_str) \
2737     ok(strcmp(string, (exp_str)) == 0, "String mismatch (expected \"%s\", got \"%s\")\n", (exp_str), string); \
2738     ok(len >= (lstrlen(exp_str) + 1), "Length mismatch (expected %d, got %d)\n", lstrlen(exp_str) + 1, len); \
2739     LocalFree(string);
2740
2741 #define CHECK_ONE_OF_AND_FREE(exp_str1, exp_str2) \
2742     ok(strcmp(string, (exp_str1)) == 0 || strcmp(string, (exp_str2)) == 0, "String mismatch (expected\n\"%s\" or\n\"%s\", got\n\"%s\")\n", (exp_str1), (exp_str2), string); \
2743     ok(len >= (strlen(string) + 1), "Length mismatch (expected %d, got %d)\n", lstrlen(string) + 1, len); \
2744     LocalFree(string);
2745
2746     InitializeSecurityDescriptor(&desc, SECURITY_DESCRIPTOR_REVISION);
2747     ok(pConvertSecurityDescriptorToStringSecurityDescriptorA(&desc, SDDL_REVISION_1, sec_info, &string, &len), "Conversion failed\n");
2748     CHECK_RESULT_AND_FREE("");
2749
2750     size = 4096;
2751     pCreateWellKnownSid(WinLocalSid, NULL, sid_buf, &size);
2752     SetSecurityDescriptorOwner(&desc, sid_buf, FALSE);
2753     ok(pConvertSecurityDescriptorToStringSecurityDescriptorA(&desc, SDDL_REVISION_1, sec_info, &string, &len), "Conversion failed\n");
2754     CHECK_RESULT_AND_FREE("O:S-1-2-0");
2755
2756     SetSecurityDescriptorOwner(&desc, sid_buf, TRUE);
2757     ok(pConvertSecurityDescriptorToStringSecurityDescriptorA(&desc, SDDL_REVISION_1, sec_info, &string, &len), "Conversion failed\n");
2758     CHECK_RESULT_AND_FREE("O:S-1-2-0");
2759
2760     size = sizeof(sid_buf);
2761     pCreateWellKnownSid(WinLocalSystemSid, NULL, sid_buf, &size);
2762     SetSecurityDescriptorOwner(&desc, sid_buf, TRUE);
2763     ok(pConvertSecurityDescriptorToStringSecurityDescriptorA(&desc, SDDL_REVISION_1, sec_info, &string, &len), "Conversion failed\n");
2764     CHECK_RESULT_AND_FREE("O:SY");
2765
2766     pConvertStringSidToSidA("S-1-5-21-93476-23408-4576", &psid);
2767     SetSecurityDescriptorGroup(&desc, psid, TRUE);
2768     ok(pConvertSecurityDescriptorToStringSecurityDescriptorA(&desc, SDDL_REVISION_1, sec_info, &string, &len), "Conversion failed\n");
2769     CHECK_RESULT_AND_FREE("O:SYG:S-1-5-21-93476-23408-4576");
2770
2771     ok(pConvertSecurityDescriptorToStringSecurityDescriptorA(&desc, SDDL_REVISION_1, GROUP_SECURITY_INFORMATION, &string, &len), "Conversion failed\n");
2772     CHECK_RESULT_AND_FREE("G:S-1-5-21-93476-23408-4576");
2773
2774     pacl = (PACL)acl_buf;
2775     InitializeAcl(pacl, sizeof(acl_buf), ACL_REVISION);
2776     SetSecurityDescriptorDacl(&desc, TRUE, pacl, TRUE);
2777     ok(pConvertSecurityDescriptorToStringSecurityDescriptorA(&desc, SDDL_REVISION_1, sec_info, &string, &len), "Conversion failed\n");
2778     CHECK_RESULT_AND_FREE("O:SYG:S-1-5-21-93476-23408-4576D:");
2779
2780     SetSecurityDescriptorDacl(&desc, TRUE, pacl, FALSE);
2781     ok(pConvertSecurityDescriptorToStringSecurityDescriptorA(&desc, SDDL_REVISION_1, sec_info, &string, &len), "Conversion failed\n");
2782     CHECK_RESULT_AND_FREE("O:SYG:S-1-5-21-93476-23408-4576D:");
2783
2784     pConvertStringSidToSidA("S-1-5-6", &psid2);
2785     pAddAccessAllowedAceEx(pacl, ACL_REVISION, NO_PROPAGATE_INHERIT_ACE, 0xf0000000, psid2);
2786     ok(pConvertSecurityDescriptorToStringSecurityDescriptorA(&desc, SDDL_REVISION_1, sec_info, &string, &len), "Conversion failed\n");
2787     CHECK_RESULT_AND_FREE("O:SYG:S-1-5-21-93476-23408-4576D:(A;NP;GAGXGWGR;;;SU)");
2788
2789     pAddAccessAllowedAceEx(pacl, ACL_REVISION, INHERIT_ONLY_ACE|INHERITED_ACE, 0x00000003, psid2);
2790     ok(pConvertSecurityDescriptorToStringSecurityDescriptorA(&desc, SDDL_REVISION_1, sec_info, &string, &len), "Conversion failed\n");
2791     CHECK_RESULT_AND_FREE("O:SYG:S-1-5-21-93476-23408-4576D:(A;NP;GAGXGWGR;;;SU)(A;IOID;CCDC;;;SU)");
2792
2793     pAddAccessDeniedAceEx(pacl, ACL_REVISION, OBJECT_INHERIT_ACE|CONTAINER_INHERIT_ACE, 0xffffffff, psid);
2794     ok(pConvertSecurityDescriptorToStringSecurityDescriptorA(&desc, SDDL_REVISION_1, sec_info, &string, &len), "Conversion failed\n");
2795     CHECK_RESULT_AND_FREE("O:SYG:S-1-5-21-93476-23408-4576D:(A;NP;GAGXGWGR;;;SU)(A;IOID;CCDC;;;SU)(D;OICI;0xffffffff;;;S-1-5-21-93476-23408-4576)");
2796
2797
2798     pacl = (PACL)acl_buf;
2799     InitializeAcl(pacl, sizeof(acl_buf), ACL_REVISION);
2800     SetSecurityDescriptorSacl(&desc, TRUE, pacl, FALSE);
2801     ok(pConvertSecurityDescriptorToStringSecurityDescriptorA(&desc, SDDL_REVISION_1, sec_info, &string, &len), "Conversion failed\n");
2802     CHECK_RESULT_AND_FREE("O:SYG:S-1-5-21-93476-23408-4576D:S:");
2803
2804     /* fails in win2k */
2805     SetSecurityDescriptorDacl(&desc, TRUE, NULL, FALSE);
2806     pAddAuditAccessAceEx(pacl, ACL_REVISION, VALID_INHERIT_FLAGS, KEY_READ|KEY_WRITE, psid2, TRUE, TRUE);
2807     if (pConvertSecurityDescriptorToStringSecurityDescriptorA(&desc, SDDL_REVISION_1, sec_info, &string, &len))
2808     {
2809         CHECK_ONE_OF_AND_FREE("O:SYG:S-1-5-21-93476-23408-4576D:S:(AU;OICINPIOIDSAFA;CCDCLCSWRPRC;;;SU)", /* XP */
2810             "O:SYG:S-1-5-21-93476-23408-4576D:NO_ACCESS_CONTROLS:(AU;OICINPIOIDSAFA;CCDCLCSWRPRC;;;SU)" /* Vista */);
2811     }
2812
2813     /* fails in win2k */
2814     pAddAuditAccessAceEx(pacl, ACL_REVISION, NO_PROPAGATE_INHERIT_ACE, FILE_GENERIC_READ|FILE_GENERIC_WRITE, psid2, TRUE, FALSE);
2815     if (pConvertSecurityDescriptorToStringSecurityDescriptorA(&desc, SDDL_REVISION_1, sec_info, &string, &len))
2816     {
2817         CHECK_ONE_OF_AND_FREE("O:SYG:S-1-5-21-93476-23408-4576D:S:(AU;OICINPIOIDSAFA;CCDCLCSWRPRC;;;SU)(AU;NPSA;0x12019f;;;SU)", /* XP */
2818             "O:SYG:S-1-5-21-93476-23408-4576D:NO_ACCESS_CONTROLS:(AU;OICINPIOIDSAFA;CCDCLCSWRPRC;;;SU)(AU;NPSA;0x12019f;;;SU)" /* Vista */);
2819     }
2820 }
2821
2822 static void test_SetSecurityDescriptorControl (PSECURITY_DESCRIPTOR sec)
2823 {
2824     SECURITY_DESCRIPTOR_CONTROL ref;
2825     SECURITY_DESCRIPTOR_CONTROL test;
2826
2827     SECURITY_DESCRIPTOR_CONTROL const mutable
2828         = SE_DACL_AUTO_INHERIT_REQ | SE_SACL_AUTO_INHERIT_REQ
2829         | SE_DACL_AUTO_INHERITED   | SE_SACL_AUTO_INHERITED
2830         | SE_DACL_PROTECTED        | SE_SACL_PROTECTED
2831         | 0x00000040               | 0x00000080        /* not defined in winnt.h */
2832         ;
2833     SECURITY_DESCRIPTOR_CONTROL const immutable
2834         = SE_OWNER_DEFAULTED       | SE_GROUP_DEFAULTED
2835         | SE_DACL_PRESENT          | SE_DACL_DEFAULTED
2836         | SE_SACL_PRESENT          | SE_SACL_DEFAULTED
2837         | SE_RM_CONTROL_VALID      | SE_SELF_RELATIVE
2838         ;
2839
2840     int     bit;
2841     DWORD   dwRevision;
2842     LPCSTR  fmt = "Expected error %s, got %u\n";
2843
2844     GetSecurityDescriptorControl (sec, &ref, &dwRevision);
2845
2846     /* The mutable bits are mutable regardless of the truth of
2847        SE_DACL_PRESENT and/or SE_SACL_PRESENT */
2848
2849     /* Check call barfs if any bit-of-interest is immutable */
2850     for (bit = 0; bit < 16; ++bit)
2851     {
2852         SECURITY_DESCRIPTOR_CONTROL const bitOfInterest = 1 << bit;
2853         SECURITY_DESCRIPTOR_CONTROL setOrClear = ref & bitOfInterest;
2854
2855         SECURITY_DESCRIPTOR_CONTROL ctrl;
2856
2857         DWORD   dwExpect  = (bitOfInterest & immutable)
2858                           ?  ERROR_INVALID_PARAMETER  :  0xbebecaca;
2859         LPCSTR  strExpect = (bitOfInterest & immutable)
2860                           ? "ERROR_INVALID_PARAMETER" : "0xbebecaca";
2861
2862         ctrl = (bitOfInterest & mutable) ? ref + bitOfInterest : ref;
2863         setOrClear ^= bitOfInterest;
2864         SetLastError (0xbebecaca);
2865         pSetSecurityDescriptorControl (sec, bitOfInterest, setOrClear);
2866         ok (GetLastError () == dwExpect, fmt, strExpect, GetLastError ());
2867         GetSecurityDescriptorControl(sec, &test, &dwRevision);
2868         expect_eq(test, ctrl, int, "%x");
2869
2870         ctrl = ref;
2871         setOrClear ^= bitOfInterest;
2872         SetLastError (0xbebecaca);
2873         pSetSecurityDescriptorControl (sec, bitOfInterest, setOrClear);
2874         ok (GetLastError () == dwExpect, fmt, strExpect, GetLastError ());
2875         GetSecurityDescriptorControl (sec, &test, &dwRevision);
2876         expect_eq(test, ref, int, "%x");
2877     }
2878
2879     /* Check call barfs if any bit-to-set is immutable
2880        even when not a bit-of-interest */
2881     for (bit = 0; bit < 16; ++bit)
2882     {
2883         SECURITY_DESCRIPTOR_CONTROL const bitsOfInterest = mutable;
2884         SECURITY_DESCRIPTOR_CONTROL setOrClear = ref & bitsOfInterest;
2885
2886         SECURITY_DESCRIPTOR_CONTROL ctrl;
2887
2888         DWORD   dwExpect  = ((1 << bit) & immutable)
2889                           ?  ERROR_INVALID_PARAMETER  :  0xbebecaca;
2890         LPCSTR  strExpect = ((1 << bit) & immutable)
2891                           ? "ERROR_INVALID_PARAMETER" : "0xbebecaca";
2892
2893         ctrl = ((1 << bit) & immutable) ? test : ref | mutable;
2894         setOrClear ^= bitsOfInterest;
2895         SetLastError (0xbebecaca);
2896         pSetSecurityDescriptorControl (sec, bitsOfInterest, setOrClear | (1 << bit));
2897         ok (GetLastError () == dwExpect, fmt, strExpect, GetLastError ());
2898         GetSecurityDescriptorControl(sec, &test, &dwRevision);
2899         expect_eq(test, ctrl, int, "%x");
2900
2901         ctrl = ((1 << bit) & immutable) ? test : ref | (1 << bit);
2902         setOrClear ^= bitsOfInterest;
2903         SetLastError (0xbebecaca);
2904         pSetSecurityDescriptorControl (sec, bitsOfInterest, setOrClear | (1 << bit));
2905         ok (GetLastError () == dwExpect, fmt, strExpect, GetLastError ());
2906         GetSecurityDescriptorControl(sec, &test, &dwRevision);
2907         expect_eq(test, ctrl, int, "%x");
2908     }
2909 }
2910
2911 static void test_PrivateObjectSecurity(void)
2912 {
2913     SECURITY_INFORMATION sec_info = OWNER_SECURITY_INFORMATION|GROUP_SECURITY_INFORMATION|DACL_SECURITY_INFORMATION|SACL_SECURITY_INFORMATION;
2914     SECURITY_DESCRIPTOR_CONTROL ctrl;
2915     PSECURITY_DESCRIPTOR sec;
2916     DWORD dwDescSize;
2917     DWORD dwRevision;
2918     DWORD retSize;
2919     LPSTR string;
2920     ULONG len;
2921     PSECURITY_DESCRIPTOR buf;
2922
2923     if (!pConvertStringSecurityDescriptorToSecurityDescriptorA)
2924     {
2925         win_skip("ConvertStringSecurityDescriptorToSecurityDescriptor is not available\n");
2926         return;
2927     }
2928
2929     ok(pConvertStringSecurityDescriptorToSecurityDescriptorA(
2930         "O:SY"
2931         "G:S-1-5-21-93476-23408-4576"
2932         "D:(A;NP;GAGXGWGR;;;SU)(A;IOID;CCDC;;;SU)"
2933           "(D;OICI;0xffffffff;;;S-1-5-21-93476-23408-4576)"
2934         "S:(AU;OICINPIOIDSAFA;CCDCLCSWRPRC;;;SU)(AU;NPSA;0x12019f;;;SU)",
2935         SDDL_REVISION_1, &sec, &dwDescSize), "Creating descriptor failed\n");
2936
2937     test_SetSecurityDescriptorControl(sec);
2938
2939     LocalFree(sec);
2940
2941     ok(pConvertStringSecurityDescriptorToSecurityDescriptorA(
2942         "O:SY"
2943         "G:S-1-5-21-93476-23408-4576",
2944         SDDL_REVISION_1, &sec, &dwDescSize), "Creating descriptor failed\n");
2945
2946     test_SetSecurityDescriptorControl(sec);
2947
2948     LocalFree(sec);
2949
2950     ok(pConvertStringSecurityDescriptorToSecurityDescriptorA(
2951         "O:SY"
2952         "G:S-1-5-21-93476-23408-4576"
2953         "D:(A;NP;GAGXGWGR;;;SU)(A;IOID;CCDC;;;SU)(D;OICI;0xffffffff;;;S-1-5-21-93476-23408-4576)"
2954         "S:(AU;OICINPIOIDSAFA;CCDCLCSWRPRC;;;SU)(AU;NPSA;0x12019f;;;SU)", SDDL_REVISION_1, &sec, &dwDescSize), "Creating descriptor failed\n");
2955     buf = HeapAlloc(GetProcessHeap(), 0, dwDescSize);
2956     pSetSecurityDescriptorControl(sec, SE_DACL_PROTECTED, SE_DACL_PROTECTED);
2957     GetSecurityDescriptorControl(sec, &ctrl, &dwRevision);
2958     expect_eq(ctrl, 0x9014, int, "%x");
2959
2960     ok(GetPrivateObjectSecurity(sec, GROUP_SECURITY_INFORMATION, buf, dwDescSize, &retSize),
2961         "GetPrivateObjectSecurity failed (err=%u)\n", GetLastError());
2962     ok(retSize <= dwDescSize, "Buffer too small (%d vs %d)\n", retSize, dwDescSize);
2963     ok(pConvertSecurityDescriptorToStringSecurityDescriptorA(buf, SDDL_REVISION_1, sec_info, &string, &len), "Conversion failed\n");
2964     CHECK_RESULT_AND_FREE("G:S-1-5-21-93476-23408-4576");
2965     GetSecurityDescriptorControl(buf, &ctrl, &dwRevision);
2966     expect_eq(ctrl, 0x8000, int, "%x");
2967
2968     ok(GetPrivateObjectSecurity(sec, GROUP_SECURITY_INFORMATION|DACL_SECURITY_INFORMATION, buf, dwDescSize, &retSize),
2969         "GetPrivateObjectSecurity failed (err=%u)\n", GetLastError());
2970     ok(retSize <= dwDescSize, "Buffer too small (%d vs %d)\n", retSize, dwDescSize);
2971     ok(pConvertSecurityDescriptorToStringSecurityDescriptorA(buf, SDDL_REVISION_1, sec_info, &string, &len), "Conversion failed err=%u\n", GetLastError());
2972     CHECK_RESULT_AND_FREE("G:S-1-5-21-93476-23408-4576D:(A;NP;GAGXGWGR;;;SU)(A;IOID;CCDC;;;SU)(D;OICI;0xffffffff;;;S-1-5-21-93476-23408-4576)");
2973     GetSecurityDescriptorControl(buf, &ctrl, &dwRevision);
2974     expect_eq(ctrl, 0x8004, int, "%x");
2975
2976     ok(GetPrivateObjectSecurity(sec, sec_info, buf, dwDescSize, &retSize),
2977         "GetPrivateObjectSecurity failed (err=%u)\n", GetLastError());
2978     ok(retSize == dwDescSize, "Buffer too small (%d vs %d)\n", retSize, dwDescSize);
2979     ok(pConvertSecurityDescriptorToStringSecurityDescriptorA(buf, SDDL_REVISION_1, sec_info, &string, &len), "Conversion failed\n");
2980     CHECK_RESULT_AND_FREE("O:SY"
2981         "G:S-1-5-21-93476-23408-4576"
2982         "D:(A;NP;GAGXGWGR;;;SU)(A;IOID;CCDC;;;SU)(D;OICI;0xffffffff;;;S-1-5-21-93476-23408-4576)"
2983         "S:(AU;OICINPIOIDSAFA;CCDCLCSWRPRC;;;SU)(AU;NPSA;0x12019f;;;SU)");
2984     GetSecurityDescriptorControl(buf, &ctrl, &dwRevision);
2985     expect_eq(ctrl, 0x8014, int, "%x");
2986
2987     SetLastError(0xdeadbeef);
2988     ok(GetPrivateObjectSecurity(sec, sec_info, buf, 5, &retSize) == FALSE, "GetPrivateObjectSecurity should have failed\n");
2989     ok(GetLastError() == ERROR_INSUFFICIENT_BUFFER, "Expected error ERROR_INSUFFICIENT_BUFFER, got %u\n", GetLastError());
2990
2991     LocalFree(sec);
2992     HeapFree(GetProcessHeap(), 0, buf);
2993 }
2994 #undef CHECK_RESULT_AND_FREE
2995 #undef CHECK_ONE_OF_AND_FREE
2996
2997 static void test_acls(void)
2998 {
2999     char buffer[256];
3000     PACL pAcl = (PACL)buffer;
3001     BOOL ret;
3002
3003     SetLastError(0xdeadbeef);
3004     ret = InitializeAcl(pAcl, sizeof(ACL) - 1, ACL_REVISION);
3005     if (!ret && GetLastError() == ERROR_CALL_NOT_IMPLEMENTED)
3006     {
3007         win_skip("InitializeAcl is not implemented\n");
3008         return;
3009     }
3010
3011     ok(!ret && GetLastError() == ERROR_INSUFFICIENT_BUFFER, "InitializeAcl with too small a buffer should have failed with ERROR_INSUFFICIENT_BUFFER instead of %d\n", GetLastError());
3012
3013     SetLastError(0xdeadbeef);
3014     ret = InitializeAcl(pAcl, 0xffffffff, ACL_REVISION);
3015     ok(!ret && GetLastError() == ERROR_INVALID_PARAMETER, "InitializeAcl with too large a buffer should have failed with ERROR_INVALID_PARAMETER instead of %d\n", GetLastError());
3016
3017     SetLastError(0xdeadbeef);
3018     ret = InitializeAcl(pAcl, sizeof(buffer), ACL_REVISION1);
3019     ok(!ret && GetLastError() == ERROR_INVALID_PARAMETER, "InitializeAcl(ACL_REVISION1) should have failed with ERROR_INVALID_PARAMETER instead of %d\n", GetLastError());
3020
3021     ret = InitializeAcl(pAcl, sizeof(buffer), ACL_REVISION2);
3022     ok(ret, "InitializeAcl(ACL_REVISION2) failed with error %d\n", GetLastError());
3023
3024     ret = IsValidAcl(pAcl);
3025     ok(ret, "IsValidAcl failed with error %d\n", GetLastError());
3026
3027     ret = InitializeAcl(pAcl, sizeof(buffer), ACL_REVISION3);
3028     ok(ret, "InitializeAcl(ACL_REVISION3) failed with error %d\n", GetLastError());
3029
3030     ret = IsValidAcl(pAcl);
3031     ok(ret, "IsValidAcl failed with error %d\n", GetLastError());
3032
3033     SetLastError(0xdeadbeef);
3034     ret = InitializeAcl(pAcl, sizeof(buffer), ACL_REVISION4);
3035     if (GetLastError() != ERROR_INVALID_PARAMETER)
3036     {
3037         ok(ret, "InitializeAcl(ACL_REVISION4) failed with error %d\n", GetLastError());
3038
3039         ret = IsValidAcl(pAcl);
3040         ok(ret, "IsValidAcl failed with error %d\n", GetLastError());
3041     }
3042     else
3043         win_skip("ACL_REVISION4 is not implemented on NT4\n");
3044
3045     SetLastError(0xdeadbeef);
3046     ret = InitializeAcl(pAcl, sizeof(buffer), -1);
3047     ok(!ret && GetLastError() == ERROR_INVALID_PARAMETER, "InitializeAcl(-1) failed with error %d\n", GetLastError());
3048 }
3049
3050 static void test_GetSecurityInfo(void)
3051 {
3052     HANDLE obj;
3053     PSECURITY_DESCRIPTOR sd;
3054     PSID owner, group;
3055     PACL dacl;
3056     DWORD ret;
3057
3058     if (!pGetSecurityInfo)
3059     {
3060         win_skip("GetSecurityInfo is not available\n");
3061         return;
3062     }
3063
3064     /* Create something.  Files have lots of associated security info.  */
3065     obj = CreateFile(myARGV[0], GENERIC_READ, FILE_SHARE_READ, NULL,
3066                      OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL);
3067     if (obj == INVALID_HANDLE_VALUE)
3068     {
3069         skip("Couldn't create an object for GetSecurityInfo test\n");
3070         return;
3071     }
3072
3073     ret = pGetSecurityInfo(obj, SE_FILE_OBJECT,
3074                           OWNER_SECURITY_INFORMATION | GROUP_SECURITY_INFORMATION | DACL_SECURITY_INFORMATION,
3075                           &owner, &group, &dacl, NULL, &sd);
3076     if (ret == ERROR_CALL_NOT_IMPLEMENTED)
3077     {
3078         win_skip("GetSecurityInfo is not implemented\n");
3079         CloseHandle(obj);
3080         return;
3081     }
3082     ok(ret == ERROR_SUCCESS, "GetSecurityInfo returned %d\n", ret);
3083     ok(sd != NULL, "GetSecurityInfo\n");
3084     ok(owner != NULL, "GetSecurityInfo\n");
3085     ok(group != NULL, "GetSecurityInfo\n");
3086     ok(dacl != NULL, "GetSecurityInfo\n");
3087     ok(IsValidAcl(dacl), "GetSecurityInfo\n");
3088
3089     LocalFree(sd);
3090
3091     if (!pCreateWellKnownSid)
3092     {
3093         win_skip("NULL parameter test would crash on NT4\n");
3094         CloseHandle(obj);
3095         return;
3096     }
3097
3098     /* If we don't ask for the security descriptor, Windows will still give us
3099        the other stuff, leaving us no way to free it.  */
3100     ret = pGetSecurityInfo(obj, SE_FILE_OBJECT,
3101                           OWNER_SECURITY_INFORMATION | GROUP_SECURITY_INFORMATION | DACL_SECURITY_INFORMATION,
3102                           &owner, &group, &dacl, NULL, NULL);
3103     ok(ret == ERROR_SUCCESS, "GetSecurityInfo returned %d\n", ret);
3104     ok(owner != NULL, "GetSecurityInfo\n");
3105     ok(group != NULL, "GetSecurityInfo\n");
3106     ok(dacl != NULL, "GetSecurityInfo\n");
3107     ok(IsValidAcl(dacl), "GetSecurityInfo\n");
3108
3109     CloseHandle(obj);
3110 }
3111
3112 START_TEST(security)
3113 {
3114     init();
3115     if (!hmod) return;
3116
3117     if (myARGC >= 3)
3118     {
3119         test_process_security_child();
3120         return;
3121     }
3122     test_sid();
3123     test_trustee();
3124     test_luid();
3125     test_CreateWellKnownSid();
3126     test_FileSecurity();
3127     test_AccessCheck();
3128     test_token_attr();
3129     test_LookupAccountSid();
3130     test_LookupAccountName();
3131     test_security_descriptor();
3132     test_process_security();
3133     test_impersonation_level();
3134     test_SetEntriesInAcl();
3135     test_GetNamedSecurityInfoA();
3136     test_ConvertStringSecurityDescriptor();
3137     test_ConvertSecurityDescriptorToString();
3138     test_PrivateObjectSecurity();
3139     test_acls();
3140     test_GetSecurityInfo();
3141 }