ReactOS 0.4.16-dev-106-g10b08aa
|
#include "lsasrv.h"
Go to the source code of this file.
Functions | |
NTSTATUS | LsapCreatePolicySd (PSECURITY_DESCRIPTOR *PolicySd, PULONG PolicySdSize) |
NTSTATUS | LsapCreateAccountSd (PSECURITY_DESCRIPTOR *AccountSd, PULONG AccountSdSize) |
NTSTATUS | LsapCreateSecretSd (PSECURITY_DESCRIPTOR *SecretSd, PULONG SecretSdSize) |
NTSTATUS | LsapCreateTokenSd (_In_ const TOKEN_USER *User, _Outptr_ PSECURITY_DESCRIPTOR *TokenSd, _Out_ PULONG TokenSdSize) |
Creates a security descriptor for the token object. | |
NTSTATUS LsapCreateAccountSd | ( | PSECURITY_DESCRIPTOR * | AccountSd, |
PULONG | AccountSdSize | ||
) |
Definition at line 268 of file security.c.
Referenced by LsarpCreateAccount().
NTSTATUS LsapCreatePolicySd | ( | PSECURITY_DESCRIPTOR * | PolicySd, |
PULONG | PolicySdSize | ||
) |
Definition at line 14 of file security.c.
Referenced by LsapCreateDatabaseObjects().
NTSTATUS LsapCreateSecretSd | ( | PSECURITY_DESCRIPTOR * | SecretSd, |
PULONG | SecretSdSize | ||
) |
Definition at line 436 of file security.c.
Referenced by LsarCreateSecret().
NTSTATUS LsapCreateTokenSd | ( | _In_ const TOKEN_USER * | User, |
_Outptr_ PSECURITY_DESCRIPTOR * | TokenSd, | ||
_Out_ PULONG | TokenSdSize | ||
) |
Creates a security descriptor for the token object.
[in] | User | A primary user to be given to the function. This user represents the owner that is in charge of this object. |
[out] | TokenSd | A pointer to an allocated security descriptor for the token object. |
[out] | TokenSdSize | A pointer to a returned size of the descriptor. |
Definition at line 637 of file security.c.
Referenced by LsapLogonUser().