Home
last modified time | relevance | path

Searched refs:SID_REVISION (Results 1 – 12 of 12) sorted by relevance

/reactos/dll/win32/advapi32/wine/
H A Dsecurity.c47 …{ {0,0}, WinNullSid, { SID_REVISION, 1, { SECURITY_NULL_SID_AUTHORITY }, { SECURITY_NULL_RID } } },
49 …{ {0,0}, WinLocalSid, { SID_REVISION, 1, { SECURITY_LOCAL_SID_AUTHORITY }, { SECURITY_LOCAL_RID } …
54 …{ {0,0}, WinNtAuthoritySid, { SID_REVISION, 0, { SECURITY_NT_AUTHORITY }, { SECURITY_NULL_RID } } …
55 … { {0,0}, WinDialupSid, { SID_REVISION, 1, { SECURITY_NT_AUTHORITY }, { SECURITY_DIALUP_RID } } },
56 …{ {'N','U'}, WinNetworkSid, { SID_REVISION, 1, { SECURITY_NT_AUTHORITY }, { SECURITY_NETWORK_RID }…
57 { {0,0}, WinBatchSid, { SID_REVISION, 1, { SECURITY_NT_AUTHORITY }, { SECURITY_BATCH_RID } } },
59 …{ {'S','U'}, WinServiceSid, { SID_REVISION, 1, { SECURITY_NT_AUTHORITY }, { SECURITY_SERVICE_RID }…
61 { {0,0}, WinProxySid, { SID_REVISION, 1, { SECURITY_NT_AUTHORITY }, { SECURITY_PROXY_RID } } },
282 { SID_REVISION, 4, { SECURITY_NT_AUTHORITY }, { SECURITY_NT_NON_UNIQUE, 0, 0, 0 } }; in ADVAPI_GetComputerSid()
3083 else if (StringSDRevision != SID_REVISION) in ConvertStringSecurityDescriptorToSecurityDescriptorW()
[all …]
/reactos/base/services/rpcss/
H A Dsetup.c56 …static SID SystemSid = { SID_REVISION, 1, { SECURITY_NT_AUTHORITY }, { SECURITY_LOCAL_SYSTEM_RID }… in RunningAsSYSTEM()
136 … static SID ServiceSid = { SID_REVISION, 1, { SECURITY_NT_AUTHORITY }, { SECURITY_SERVICE_RID } }; in AddImpersonatePrivilege()
/reactos/sdk/lib/rtl/
H A Dsid.c31 (((Sid->Revision & 0xF) != SID_REVISION) || in RtlValidSid()
76 Sid->Revision = SID_REVISION; in RtlInitializeSid()
313 pSid->Revision = SID_REVISION; in RtlAllocateAndInitializeSid()
H A Dacl.c915 if (Sid->Revision != SID_REVISION) in RtlValidAcl()
976 if (Sid->Revision != SID_REVISION) in RtlValidAcl()
/reactos/modules/rostests/apitests/ntdll/
H A DRtlDeleteAce.c91 Sid->Revision = SID_REVISION; in START_TEST()
129 Sid->Revision = SID_REVISION; in START_TEST()
/reactos/base/services/svchost/
H A Dsecurity.cxx21 SID NtSid = { SID_REVISION, 1, { SECURITY_NT_AUTHORITY }, { SECURITY_LOCAL_SYSTEM_RID } };
/reactos/modules/rosapps/applications/sysutils/regexpl/
H A DSecurityDescriptor.cpp37 DWORD dwSidRev=SID_REVISION; in GetTextualSid()
/reactos/ntoskrnl/se/
H A Dsd.c1079 if (Sid->Revision != SID_REVISION) in SeValidSecurityDescriptor()
1112 if (Sid->Revision != SID_REVISION) in SeValidSecurityDescriptor()
/reactos/dll/cpl/usrmgr/
H A Dgroupprops.c24 DWORD dwSidRev = SID_REVISION; in GetTextSid()
/reactos/modules/rostests/winetests/advapi32/
H A Dsecurity.c5248 ((SID *)sid2)->Revision = SID_REVISION; in test_EqualSid()
6480 static SID medium_level = {SID_REVISION, 1, {SECURITY_MANDATORY_LABEL_AUTHORITY}, in test_TokenIntegrityLevel()
6482 static SID high_level = {SID_REVISION, 1, {SECURITY_MANDATORY_LABEL_AUTHORITY}, in test_TokenIntegrityLevel()
6659 static SID low_level = {SID_REVISION, 1, {SECURITY_MANDATORY_LABEL_AUTHORITY}, in test_AddMandatoryAce()
6661 static SID medium_level = {SID_REVISION, 1, {SECURITY_MANDATORY_LABEL_AUTHORITY}, in test_AddMandatoryAce()
7219 static SID medium_sid = {SID_REVISION, 1, {SECURITY_MANDATORY_LABEL_AUTHORITY}, in test_token_label()
7221 static SID high_sid = {SID_REVISION, 1, {SECURITY_MANDATORY_LABEL_AUTHORITY}, in test_token_label()
7300 static SID low_level = {SID_REVISION, 1, {SECURITY_MANDATORY_LABEL_AUTHORITY}, in test_token_security_descriptor()
7304 static SID high_level = {SID_REVISION, 1, {SECURITY_MANDATORY_LABEL_AUTHORITY}, in test_token_security_descriptor()
7770 static SID low_level = {SID_REVISION, 1, {SECURITY_MANDATORY_LABEL_AUTHORITY}, in test_child_token_sd()
[all …]
/reactos/sdk/include/xdk/
H A Dsetypes.h481 #define SID_REVISION 1 macro
/reactos/dll/win32/samsrv/
H A Dsamrpc.c859 if ((DomainId->Revision != SID_REVISION) || in SamrOpenDomain()