ReactOS 0.4.16-dev-21-g2af6fd4
|
Go to the source code of this file.
Functions | |
static NTSTATUS | LsapDeregisterLogonProcess (PLSA_API_MSG RequestMsg, PLSAP_LOGON_CONTEXT LogonContext) |
static BOOL | LsapIsTrustedClient (_In_ HANDLE ProcessHandle) |
static NTSTATUS | LsapCheckLogonProcess (PLSA_API_MSG RequestMsg, PLSAP_LOGON_CONTEXT *LogonContext) |
static NTSTATUS | LsapHandlePortConnection (PLSA_API_MSG RequestMsg) |
NTSTATUS WINAPI | AuthPortThreadRoutine (PVOID Param) |
NTSTATUS | StartAuthenticationPort (VOID) |
Variables | |
static LIST_ENTRY | LsapLogonContextList |
static HANDLE | PortThreadHandle = NULL |
static HANDLE | AuthPortHandle = NULL |
Definition at line 217 of file authport.c.
Referenced by StartAuthenticationPort().
|
static |
Definition at line 97 of file authport.c.
Referenced by LsapHandlePortConnection().
|
static |
Definition at line 22 of file authport.c.
Referenced by AuthPortThreadRoutine().
|
static |
Definition at line 150 of file authport.c.
Referenced by AuthPortThreadRoutine().
Definition at line 40 of file authport.c.
Referenced by LsapCheckLogonProcess().
Definition at line 327 of file authport.c.
Referenced by LsapInitLsa().
Definition at line 16 of file authport.c.
Referenced by AuthPortThreadRoutine(), and StartAuthenticationPort().
|
static |
Definition at line 13 of file authport.c.
Referenced by LsapHandlePortConnection(), and StartAuthenticationPort().
Definition at line 15 of file authport.c.
Referenced by StartAuthenticationPort().