ReactOS 0.4.16-dev-41-ge8c7597
|
#include "svchost.h"
Go to the source code of this file.
Functions | |
VOID WINAPI | MemInit (_In_ HANDLE Heap) |
BOOL WINAPI | MemFree (_In_ LPVOID lpMem) |
PVOID WINAPI | MemAlloc (_In_ DWORD dwFlags, _In_ DWORD dwBytes) |
VOID WINAPI | SvchostBuildSharedGlobals (VOID) |
VOID WINAPI | SvchostCharLowerW (_In_ LPCWSTR lpSrcStr) |
NTSTATUS NTAPI | ScDomainIdToSid (_In_ PSID SourceSid, _In_ ULONG DomainId, _Out_ PSID *DestinationSid) |
NTSTATUS NTAPI | ScAllocateAndInitializeSid (_Out_ PSID *Sid, _In_ PSID_IDENTIFIER_AUTHORITY IdentifierAuthority, _In_ ULONG SubAuthorityCount) |
NTSTATUS NTAPI | ScCreateWellKnownSids (VOID) |
Definition at line 78 of file globals.c.
Referenced by SvchostBuildSharedGlobals().
Definition at line 58 of file globals.c.
Referenced by wmainCRTStartup().
NTSTATUS NTAPI ScAllocateAndInitializeSid | ( | _Out_ PSID * | Sid, |
_In_ PSID_IDENTIFIER_AUTHORITY | IdentifierAuthority, | ||
_In_ ULONG | SubAuthorityCount | ||
) |
Definition at line 236 of file globals.c.
Referenced by ScCreateWellKnownSids().
Definition at line 266 of file globals.c.
Referenced by SvchostBuildSharedGlobals().
NTSTATUS NTAPI ScDomainIdToSid | ( | _In_ PSID | SourceSid, |
_In_ ULONG | DomainId, | ||
_Out_ PSID * | DestinationSid | ||
) |
Definition at line 188 of file globals.c.
Referenced by ScCreateWellKnownSids().
Definition at line 89 of file globals.c.
Referenced by ServiceStarter().
Definition at line 162 of file globals.c.
Referenced by BuildCommandOptions(), and GetServiceMainFunctions().
PSID AliasAccountOpsSid |
Definition at line 18 of file globals.c.
Referenced by SvchostBuildSharedGlobals().
PSID AliasAdminsSid |
Definition at line 17 of file globals.c.
Referenced by SvchostBuildSharedGlobals().
PSID AliasBackupOpsSid |
Definition at line 20 of file globals.c.
Referenced by SvchostBuildSharedGlobals().
PSID AliasGuestsSid |
Definition at line 18 of file globals.c.
Referenced by SvchostBuildSharedGlobals().
PSID AliasPowerUsersSid |
Definition at line 18 of file globals.c.
Referenced by SvchostBuildSharedGlobals().
PSID AliasPrintOpsSid |
Definition at line 19 of file globals.c.
Referenced by SvchostBuildSharedGlobals().
PSID AliasSystemOpsSid |
Definition at line 18 of file globals.c.
Referenced by SvchostBuildSharedGlobals().
PSID AliasUsersSid |
Definition at line 17 of file globals.c.
Referenced by SvchostBuildSharedGlobals().
PSID AnonymousLogonSid |
Definition at line 17 of file globals.c.
Referenced by SvchostBuildSharedGlobals().
PSID AuthenticatedUserSid |
Definition at line 17 of file globals.c.
Referenced by SvchostBuildSharedGlobals().
PSID BuiltinDomainSid |
Definition at line 16 of file globals.c.
Referenced by GetBuiltinDomainSid(), LsapAddSamGroups(), LsapLookupBuiltinDomainSids(), LsapLookupBuiltinNames(), LsapLookupIsolatedBuiltinNames(), LsapLookupIsolatedNames(), NetUserGetInfo(), ScCreateWellKnownSids(), and SvchostBuildSharedGlobals().
DOMAIN_SID_DATA DomainSidData[8] |
HANDLE g_hHeap |
Definition at line 52 of file globals.c.
Referenced by MemAlloc(), MemFree(), and MemInit().
PSVCHOST_GLOBAL_DATA g_pSvchostSharedGlobals |
Definition at line 50 of file globals.c.
Referenced by ServiceStarter(), and SvchostBuildSharedGlobals().
DWORD g_SvchostInitFlag |
Definition at line 51 of file globals.c.
Referenced by SvchostBuildSharedGlobals().
PSID InteractiveSid |
Definition at line 15 of file globals.c.
Referenced by AllowDesktopAccessToUser(), AllowWinstaAccessToUser(), and CreateScreenSaverSecurity().
PSID LocalServiceSid |
Definition at line 16 of file globals.c.
Referenced by LsapCreatePolicySd(), and SvchostBuildSharedGlobals().
PSID LocalSid |
Definition at line 15 of file globals.c.
Referenced by LogonUserExW(), MyLogonUser(), and SvchostBuildSharedGlobals().
PSID LocalSystemSid |
Definition at line 16 of file globals.c.
Referenced by CreateDefaultSecurityDescriptor(), CreateNewDefaultDacl(), LsapCreateAccountSd(), LsapCreatePolicySd(), LsapCreateSecretSd(), LsapCreateTokenSd(), RtlpSysVolCheckOwnerAndSecurity(), RtlpSysVolCreateSecurityDescriptor(), and SvchostBuildSharedGlobals().
PSID NetworkServiceSid |
Definition at line 16 of file globals.c.
Referenced by AllowDesktopAccessToUser(), AllowWinstaAccessToUser(), CreateApplicationDesktopSecurity(), CreateWinstaSecurity(), LsapCreatePolicySd(), and SvchostBuildSharedGlobals().
PSID NetworkSid |
Definition at line 15 of file globals.c.
Referenced by SvchostBuildSharedGlobals().
PSID NullSid |
Definition at line 15 of file globals.c.
Referenced by SvchostBuildSharedGlobals().
SID_DATA SidData[12] |
PSID WorldSid |
Definition at line 15 of file globals.c.
Referenced by AccessCheckEmptyMappingTest(), CreateBaseAcls(), CreateNlsSecurityDescriptor(), CSR_API(), GetAllowedWorldAce(), GetDosDevicesProtection(), QueryTokenPrivilegesAndGroupsTests(), QueryTokenRestrictedSidsTest(), SmpCreateSecurityDescriptors(), and SvchostBuildSharedGlobals().