|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
| struct | _LOGON_LIST_ENTRY |
Typedefs | |
| typedef struct _LOGON_LIST_ENTRY | LOGON_LIST_ENTRY |
| typedef struct _LOGON_LIST_ENTRY * | PLOGON_LIST_ENTRY |
Variables | |
| BOOL | PackageInitialized = FALSE |
| LIST_ENTRY | LogonListHead |
| RTL_RESOURCE | LogonListResource |
| ULONG | EnumCounter |
| typedef struct _LOGON_LIST_ENTRY LOGON_LIST_ENTRY |
| typedef struct _LOGON_LIST_ENTRY * PLOGON_LIST_ENTRY |
Definition at line 324 of file msv1_0.c.
Referenced by BuildTokenGroups(), BuildTokenPrimaryGroup(), BuildTokenUser(), SampCreateAccountSid(), SampInitializeSAM(), and SampSetupCreateUserAccount().
|
static |
Definition at line 63 of file msv1_0.c.
Referenced by LsaApLogonUserEx2().
|
static |
Definition at line 219 of file msv1_0.c.
Referenced by LsaApLogonUserEx2_Network().
|
static |
Definition at line 389 of file msv1_0.c.
Referenced by BuildTokenInformationBuffer().
|
static |
Definition at line 485 of file msv1_0.c.
Referenced by LsaApLogonUserEx2().
|
static |
Definition at line 371 of file msv1_0.c.
Referenced by BuildTokenInformationBuffer().
|
static |
Definition at line 351 of file msv1_0.c.
Referenced by BuildTokenInformationBuffer().
|
static |
Definition at line 37 of file msv1_0.c.
Referenced by LsaApLogonTerminated(), and MsvpGetUserInfo().
| NTSTATUS NTAPI LsaApCallPackage | ( | IN PLSA_CLIENT_REQUEST | ClientRequest, |
| IN PVOID | ProtocolSubmitBuffer, | ||
| IN PVOID | ClientBufferBase, | ||
| IN ULONG | SubmitBufferLength, | ||
| OUT PVOID * | ProtocolReturnBuffer, | ||
| OUT PULONG | ReturnBufferLength, | ||
| OUT PNTSTATUS | ProtocolStatus | ||
| ) |
Definition at line 1131 of file msv1_0.c.
| NTSTATUS NTAPI LsaApCallPackagePassthrough | ( | IN PLSA_CLIENT_REQUEST | ClientRequest, |
| IN PVOID | ProtocolSubmitBuffer, | ||
| IN PVOID | ClientBufferBase, | ||
| IN ULONG | SubmitBufferLength, | ||
| OUT PVOID * | ProtocolReturnBuffer, | ||
| OUT PULONG | ReturnBufferLength, | ||
| OUT PNTSTATUS | ProtocolStatus | ||
| ) |
| NTSTATUS NTAPI LsaApCallPackageUntrusted | ( | IN PLSA_CLIENT_REQUEST | ClientRequest, |
| IN PVOID | ProtocolSubmitBuffer, | ||
| IN PVOID | ClientBufferBase, | ||
| IN ULONG | SubmitBufferLength, | ||
| OUT PVOID * | ProtocolReturnBuffer, | ||
| OUT PULONG | ReturnBufferLength, | ||
| OUT PNTSTATUS | ProtocolStatus | ||
| ) |
Definition at line 1233 of file msv1_0.c.
| NTSTATUS NTAPI LsaApInitializePackage | ( | IN ULONG | AuthenticationPackageId, |
| IN PLSA_DISPATCH_TABLE | LsaDispatchTable, | ||
| IN PLSA_STRING Database | OPTIONAL, | ||
| IN PLSA_STRING Confidentiality | OPTIONAL, | ||
| OUT PLSA_STRING * | AuthenticationPackageName | ||
| ) |
Definition at line 1274 of file msv1_0.c.
Definition at line 1335 of file msv1_0.c.
| NTSTATUS NTAPI LsaApLogonUserEx2 | ( | IN PLSA_CLIENT_REQUEST | ClientRequest, |
| IN SECURITY_LOGON_TYPE | LogonType, | ||
| IN PVOID | ProtocolSubmitBuffer, | ||
| IN PVOID | ClientBufferBase, | ||
| IN ULONG | SubmitBufferSize, | ||
| OUT PVOID * | ProfileBuffer, | ||
| OUT PULONG | ProfileBufferSize, | ||
| OUT PLUID | LogonId, | ||
| OUT PNTSTATUS | SubStatus, | ||
| OUT PLSA_TOKEN_INFORMATION_TYPE | TokenInformationType, | ||
| OUT PVOID * | TokenInformation, | ||
| OUT PUNICODE_STRING * | AccountName, | ||
| OUT PUNICODE_STRING * | AuthenticatingAuthority, | ||
| OUT PUNICODE_STRING * | MachineName, | ||
| OUT PSECPKG_PRIMARY_CRED | PrimaryCredentials, | ||
| OUT PSECPKG_SUPPLEMENTAL_CRED_ARRAY * | SupplementalCredentials | ||
| ) |
Definition at line 1459 of file msv1_0.c.
|
static |
Definition at line 1369 of file msv1_0.c.
Referenced by LsaApLogonUserEx2().
|
static |
Definition at line 570 of file msv1_0.c.
Referenced by LsaApCallPackage(), and LsaApCallPackageUntrusted().
|
static |
Definition at line 868 of file msv1_0.c.
Referenced by LsaApCallPackage().
|
static |
Definition at line 997 of file msv1_0.c.
Referenced by LsaApCallPackage().
| NTSTATUS NTAPI SpLsaModeInitialize | ( | _In_ ULONG | LsaVersion, |
| _Out_ PULONG | PackageVersion, | ||
| _Out_ PSECPKG_FUNCTION_TABLE * | ppTables, | ||
| _Out_ PULONG | pcTables | ||
| ) |
Definition at line 1868 of file msv1_0.c.
| NTSTATUS WINAPI SpUserModeInitialize | ( | _In_ ULONG | LsaVersion, |
| _Out_ PULONG | PackageVersion, | ||
| _Out_ PSECPKG_USER_FUNCTION_TABLE * | ppTables, | ||
| _Out_ PULONG | pcTables | ||
| ) |
Definition at line 1893 of file msv1_0.c.
| WINE_DEFAULT_DEBUG_CHANNEL | ( | msv1_0 | ) |
| ULONG EnumCounter |
Definition at line 31 of file msv1_0.c.
Referenced by LsaApInitializePackage(), and LsaApLogonUserEx2().
| LIST_ENTRY LogonListHead |
Definition at line 29 of file msv1_0.c.
Referenced by GetLogonByLogonId(), LsaApInitializePackage(), LsaApLogonUserEx2(), and MsvpEnumerateUsers().
| RTL_RESOURCE LogonListResource |
Definition at line 30 of file msv1_0.c.
Referenced by LsaApInitializePackage(), LsaApLogonTerminated(), LsaApLogonUserEx2(), MsvpEnumerateUsers(), and MsvpGetUserInfo().
Definition at line 28 of file msv1_0.c.
Referenced by LsaApInitializePackage().