/reactos/dll/win32/userenv/ |
H A D | misc.c | 35 SID_IDENTIFIER_AUTHORITY WorldAuthority = {SECURITY_WORLD_SID_AUTHORITY};
|
/reactos/modules/rostests/apitests/ntdll/ |
H A D | NtAccessCheck.c | 71 static SID_IDENTIFIER_AUTHORITY WorldAuthority = {SECURITY_WORLD_SID_AUTHORITY}; in AccessCheckEmptyMappingTest()
|
H A D | NtQueryInformationToken.c | 500 static SID_IDENTIFIER_AUTHORITY WorldAuthority = {SECURITY_WORLD_SID_AUTHORITY}; in QueryTokenPrivilegesAndGroupsTests() 590 static SID_IDENTIFIER_AUTHORITY WorldAuthority = {SECURITY_WORLD_SID_AUTHORITY}; in QueryTokenRestrictedSidsTest()
|
H A D | NtAccessCheckByTypeResultList.c | 13 static SID_IDENTIFIER_AUTHORITY WorldAuthority = {SECURITY_WORLD_SID_AUTHORITY};
|
H A D | NtAccessCheckByType.c | 13 static SID_IDENTIFIER_AUTHORITY WorldAuthority = {SECURITY_WORLD_SID_AUTHORITY};
|
/reactos/base/services/svchost/ |
H A D | globals.c | 25 { &WorldSid, { SECURITY_WORLD_SID_AUTHORITY }, SECURITY_WORLD_RID },
|
/reactos/modules/rostests/apitests/advapi32/ |
H A D | RegCreateKeyEx.c | 30 SID_IDENTIFIER_AUTHORITY SIDAuthWorld = {SECURITY_WORLD_SID_AUTHORITY}; in START_TEST()
|
/reactos/base/system/services/ |
H A D | security.c | 58 SID_IDENTIFIER_AUTHORITY WorldAuthority = {SECURITY_WORLD_SID_AUTHORITY}; in ScmCreateSids()
|
/reactos/ntoskrnl/config/ |
H A D | cmse.c | 27 SID_IDENTIFIER_AUTHORITY WorldAuthority = {SECURITY_WORLD_SID_AUTHORITY}; in CmpHiveRootSecurityDescriptor()
|
/reactos/modules/rostests/tests/tokentest/ |
H A D | tokentest.c | 345 static SID sidEveryone = { 1, 1, {SECURITY_WORLD_SID_AUTHORITY}, {SECURITY_WORLD_RID} }; in CreateInitialSystemToken()
|
/reactos/subsystems/win/basesrv/ |
H A D | init.c | 180 SID_IDENTIFIER_AUTHORITY WorldAuthority = {SECURITY_WORLD_SID_AUTHORITY}; in CreateBaseAcls()
|
H A D | dosdev.c | 483 SID_IDENTIFIER_AUTHORITY WorldAuthority = {SECURITY_WORLD_SID_AUTHORITY}; in CSR_API()
|
/reactos/dll/win32/kernel32/client/ |
H A D | debugger.c | 40 static SID_IDENTIFIER_AUTHORITY siaWorldAuth = {SECURITY_WORLD_SID_AUTHORITY}; in K32CreateDBMonMutex()
|
/reactos/dll/win32/lsasrv/ |
H A D | database.c | 18 SID_IDENTIFIER_AUTHORITY WorldSidAuthority = {SECURITY_WORLD_SID_AUTHORITY};
|
/reactos/sdk/lib/rtl/ |
H A D | security.c | 246 SID_IDENTIFIER_AUTHORITY WorldAuthority = {SECURITY_WORLD_SID_AUTHORITY}; in RtlDefaultNpAcl()
|
/reactos/subsystems/csr/csrsrv/ |
H A D | init.c | 211 SID_IDENTIFIER_AUTHORITY WorldAuthority = {SECURITY_WORLD_SID_AUTHORITY}; in GetDosDevicesProtection()
|
/reactos/ntoskrnl/se/ |
H A D | sid.c | 19 SID_IDENTIFIER_AUTHORITY SeWorldSidAuthority = {SECURITY_WORLD_SID_AUTHORITY};
|
/reactos/sdk/include/xdk/ |
H A D | setypes.h | 527 #define SECURITY_WORLD_SID_AUTHORITY {0,0,0,0,0,1} macro
|
/reactos/base/system/winlogon/ |
H A D | sas.c | 676 static SID_IDENTIFIER_AUTHORITY WorldAuthority = { SECURITY_WORLD_SID_AUTHORITY }; in CreateLogoffSecurityAttributes()
|
/reactos/modules/rostests/winetests/advapi32/ |
H A D | security.c | 1233 SID_IDENTIFIER_AUTHORITY SIDAuthWorld = { SECURITY_WORLD_SID_AUTHORITY }; in test_AccessCheck() 2924 SID_IDENTIFIER_AUTHORITY SIDAuthWorld = { SECURITY_WORLD_SID_AUTHORITY }; in test_process_security() 3290 SID_IDENTIFIER_AUTHORITY SIDAuthWorld = { SECURITY_WORLD_SID_AUTHORITY }; in test_SetEntriesInAclW() 3421 SID_IDENTIFIER_AUTHORITY SIDAuthWorld = { SECURITY_WORLD_SID_AUTHORITY }; in test_SetEntriesInAclA() 5192 SID_IDENTIFIER_AUTHORITY SIDAuthWorld = { SECURITY_WORLD_SID_AUTHORITY }; in test_EqualSid() 6614 …static SID const sidWorld = { SID_REVISION, 1, { SECURITY_WORLD_SID_AUTHORITY} , { SECURITY_WORLD_… in test_AddAce() 6663 static SID_IDENTIFIER_AUTHORITY sia_world = {SECURITY_WORLD_SID_AUTHORITY}; in test_AddMandatoryAce() 7961 SID_IDENTIFIER_AUTHORITY SIDAuthWorld = { SECURITY_WORLD_SID_AUTHORITY }; in test_GetExplicitEntriesFromAclW()
|
H A D | registry.c | 1012 SID_IDENTIFIER_AUTHORITY sid_authority = {SECURITY_WORLD_SID_AUTHORITY}; in test_reg_open_key() 1291 SID_IDENTIFIER_AUTHORITY sid_authority = {SECURITY_WORLD_SID_AUTHORITY}; in test_reg_create_key()
|
/reactos/dll/win32/samsrv/ |
H A D | security.c | 14 static SID_IDENTIFIER_AUTHORITY WorldAuthority = {SECURITY_WORLD_SID_AUTHORITY};
|
/reactos/dll/win32/kernel32/winnls/string/ |
H A D | nls.c | 2398 static SID_IDENTIFIER_AUTHORITY WorldAuthority = {SECURITY_WORLD_SID_AUTHORITY}; in CreateNlsSecurityDescriptor()
|
/reactos/dll/win32/advapi32/wine/ |
H A D | security.c | 48 …{ {'W','D'}, WinWorldSid, { SID_REVISION, 1, { SECURITY_WORLD_SID_AUTHORITY }, { SECURITY_WORLD_RI… 126 static const SID sidWorld = { SID_REVISION, 1, { SECURITY_WORLD_SID_AUTHORITY} , { SECURITY_WORLD_R…
|
/reactos/base/system/smss/ |
H A D | sminit.c | 980 SID_IDENTIFIER_AUTHORITY WorldAuthority = {SECURITY_WORLD_SID_AUTHORITY}; in SmpCreateSecurityDescriptors()
|