/reactos/dll/win32/wbemprox/ |
H A D | security.c | 64 SID *sid_admin = (SID*)sid_admin_buffer; in get_sd() 66 SID *sid_network = (SID*)sid_network_buffer; in get_sd() 68 SID *sid_local = (SID*)sid_local_buffer; in get_sd() 70 SID *sid_users = (SID*)sid_users_buffer; in get_sd()
|
/reactos/dll/directx/msvidctl/ |
H A D | tunerequest.cpp | 58 HRESULT STDMETHODCALLTYPE get_SID(long *SID); 59 HRESULT STDMETHODCALLTYPE put_SID(long SID); 66 …uningSpace, LONG ONID, LONG TSID, LONG SID, ILocator * Locator) : m_Ref(1), m_ONID(ONID), m_TSID(T… in CTuneRequest() argument 277 CTuneRequest::get_SID(long *SID) in get_SID() argument 283 *SID = m_SID; in get_SID() 289 CTuneRequest::put_SID(long SID) in put_SID() argument 293 swprintf(Buffer, L"CTuneRequest::put_SID : %lu\n", SID); in put_SID() 297 m_SID = SID; in put_SID()
|
/reactos/sdk/include/psdk/ |
H A D | winefs.h | 14 SID* pUserSid; 20 SID* pUserSid;
|
/reactos/base/services/rpcss/ |
H A D | setup.c | 56 …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/include/reactos/subsys/win/ |
H A D | base.h | 28 FIELD_OFFSET(SID, SubAuthority) + (n)*RTL_FIELD_SIZE(SID, SubAuthority))
|
/reactos/modules/rostests/tests/tokentest/ |
H A D | tokentest.c | 344 static SID sidSystem = { 1, 1, {SECURITY_NT_AUTHORITY}, {SECURITY_LOCAL_SYSTEM_RID} }; in CreateInitialSystemToken() 345 static SID sidEveryone = { 1, 1, {SECURITY_WORLD_SID_AUTHORITY}, {SECURITY_WORLD_RID} }; in CreateInitialSystemToken() 346 …static SID sidAuthenticatedUser = { 1, 1, {SECURITY_NT_AUTHORITY}, {SECURITY_AUTHENTICATED_USER_… in CreateInitialSystemToken() 414 ptkGroups->Groups[0].Sid = (SID*) &sidAdministrators; in CreateInitialSystemToken()
|
/reactos/dll/win32/lsasrv/lang/ |
H A D | ru-RU.rc | 8 IDS_NULL_RID "NULL SID"
|
H A D | zh-TW.rc | 14 IDS_NULL_RID "NULL SID"
|
H A D | zh-HK.rc | 14 IDS_NULL_RID "NULL SID"
|
H A D | zh-CN.rc | 14 IDS_NULL_RID "NULL SID"
|
H A D | en-US.rc | 6 IDS_NULL_RID "NULL SID"
|
H A D | de-DE.rc | 6 IDS_NULL_RID "NULL SID"
|
H A D | it-IT.rc | 7 IDS_NULL_RID "NULL SID"
|
H A D | pl-PL.rc | 6 IDS_NULL_RID "NULL SID"
|
H A D | sq-AL.rc | 10 IDS_NULL_RID "SID PAVLEFSHËM"
|
/reactos/sdk/lib/rtl/ |
H A D | sid.c | 59 return (ULONG)FIELD_OFFSET(SID, in RtlLengthRequiredSid() 156 return (ULONG)FIELD_OFFSET(SID, in RtlLengthSid()
|
/reactos/modules/rostests/winetests/ntdll/ |
H A D | generated.c | 2905 TEST_TYPE_SIZE (SID, 12) in test_pack_SID() 2906 TEST_TYPE_ALIGN (SID, 4) in test_pack_SID() 2907 TEST_FIELD_SIZE (SID, Revision, 1) in test_pack_SID() 2908 TEST_FIELD_ALIGN (SID, Revision, 1) in test_pack_SID() 2909 TEST_FIELD_OFFSET(SID, Revision, 0) in test_pack_SID() 2916 TEST_FIELD_SIZE (SID, SubAuthority, 4) in test_pack_SID() 6322 TEST_TYPE_SIZE (SID, 12) in test_pack_SID() 6323 TEST_TYPE_ALIGN (SID, 4) in test_pack_SID() 6324 TEST_FIELD_SIZE (SID, Revision, 1) in test_pack_SID() 6325 TEST_FIELD_ALIGN (SID, Revision, 1) in test_pack_SID() [all …]
|
/reactos/base/applications/cmdutils/whoami/lang/ |
H A D | ru-RU.rc | 13 IDS_COL_SID "SID"
|
H A D | zh-CN.rc | 13 IDS_COL_SID "SID"
|
H A D | zh-TW.rc | 19 IDS_COL_SID "SID"
|
H A D | de-DE.rc | 11 IDS_COL_SID "SID"
|
/reactos/modules/rostests/apitests/ntdll/ |
H A D | RtlDeleteAce.c | 84 AceSize = FIELD_OFFSET(ACCESS_ALLOWED_ACE, SidStart) + FIELD_OFFSET(SID, SubAuthority); in START_TEST() 120 AceSize = FIELD_OFFSET(ACCESS_ALLOWED_ACE, SidStart) + FIELD_OFFSET(SID, SubAuthority[1]); in START_TEST()
|
/reactos/media/doc/ |
H A D | news2 | 43 assert(user->User.Sid == user+1); // SID is in buffer just past
|
/reactos/base/services/svchost/ |
H A D | security.cxx | 21 SID NtSid = { SID_REVISION, 1, { SECURITY_NT_AUTHORITY }, { SECURITY_LOCAL_SYSTEM_RID } };
|
/reactos/ntoskrnl/se/ |
H A D | sd.c | 1071 (Length - SecurityDescriptor->Owner < sizeof(SID))) in SeValidSecurityDescriptor() 1086 SdLength += (sizeof(SID) + (Sid->SubAuthorityCount - 1) * sizeof(ULONG)); in SeValidSecurityDescriptor() 1104 (Length - SecurityDescriptor->Group < sizeof(SID))) in SeValidSecurityDescriptor() 1119 SdLength += (sizeof(SID) + (Sid->SubAuthorityCount - 1) * sizeof(ULONG)); in SeValidSecurityDescriptor()
|