Home
last modified time | relevance | path

Searched refs:SID (Results 1 – 25 of 66) sorted by relevance

123

/reactos/dll/win32/wbemprox/
H A Dsecurity.c64 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 Dtunerequest.cpp58 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 Dwinefs.h14 SID* pUserSid;
20 SID* pUserSid;
/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/include/reactos/subsys/win/
H A Dbase.h28 FIELD_OFFSET(SID, SubAuthority) + (n)*RTL_FIELD_SIZE(SID, SubAuthority))
/reactos/modules/rostests/tests/tokentest/
H A Dtokentest.c344 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 Dru-RU.rc8 IDS_NULL_RID "NULL SID"
H A Dzh-TW.rc14 IDS_NULL_RID "NULL SID"
H A Dzh-HK.rc14 IDS_NULL_RID "NULL SID"
H A Dzh-CN.rc14 IDS_NULL_RID "NULL SID"
H A Den-US.rc6 IDS_NULL_RID "NULL SID"
H A Dde-DE.rc6 IDS_NULL_RID "NULL SID"
H A Dit-IT.rc7 IDS_NULL_RID "NULL SID"
H A Dpl-PL.rc6 IDS_NULL_RID "NULL SID"
H A Dsq-AL.rc10 IDS_NULL_RID "SID PAVLEFSHËM"
/reactos/sdk/lib/rtl/
H A Dsid.c59 return (ULONG)FIELD_OFFSET(SID, in RtlLengthRequiredSid()
156 return (ULONG)FIELD_OFFSET(SID, in RtlLengthSid()
/reactos/modules/rostests/winetests/ntdll/
H A Dgenerated.c2905 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 Dru-RU.rc13 IDS_COL_SID "SID"
H A Dzh-CN.rc13 IDS_COL_SID "SID"
H A Dzh-TW.rc19 IDS_COL_SID "SID"
H A Dde-DE.rc11 IDS_COL_SID "SID"
/reactos/modules/rostests/apitests/ntdll/
H A DRtlDeleteAce.c84 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 Dnews243 assert(user->User.Sid == user+1); // SID is in buffer just past
/reactos/base/services/svchost/
H A Dsecurity.cxx21 SID NtSid = { SID_REVISION, 1, { SECURITY_NT_AUTHORITY }, { SECURITY_LOCAL_SYSTEM_RID } };
/reactos/ntoskrnl/se/
H A Dsd.c1071 (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()

123