ReactOS 0.4.16-dev-125-g798ea90
|
#include "precomp.h"
#include <stdio.h>
#include <process.h>
#include <io.h>
#include <errno.h>
#include <fcntl.h>
#include <wine/debug.h>
Go to the source code of this file.
Macros | |
#define | INITIAL_BUFFER_SIZE 200 |
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (ntlm) | |
char * | flatten_cmdline (const char *prog, char *const argv[]) |
SECURITY_STATUS | fork_helper (PNegoHelper *new_helper, const char *prog, char *const argv[]) |
static SECURITY_STATUS | read_line (PNegoHelper helper, int *offset_len) |
static SECURITY_STATUS | preserve_unused (PNegoHelper helper, int offset_len) |
SECURITY_STATUS | run_helper (PNegoHelper helper, char *buffer, unsigned int max_buflen, int *buflen) |
void | cleanup_helper (PNegoHelper helper) |
void | check_version (PNegoHelper helper) |
#define INITIAL_BUFFER_SIZE 200 |
Definition at line 38 of file dispatcher.c.
void check_version | ( | PNegoHelper | helper | ) |
Definition at line 408 of file dispatcher.c.
void cleanup_helper | ( | PNegoHelper | helper | ) |
Definition at line 377 of file dispatcher.c.
Referenced by ntlm_AcceptSecurityContext(), ntlm_DeleteSecurityContext(), ntlm_InitializeSecurityContextW(), and SECUR32_initNTLMSP().
Definition at line 40 of file dispatcher.c.
Referenced by fork_helper().
SECURITY_STATUS fork_helper | ( | PNegoHelper * | new_helper, |
const char * | prog, | ||
char *const | argv[] | ||
) |
Definition at line 76 of file dispatcher.c.
Referenced by ntlm_AcceptSecurityContext(), ntlm_InitializeSecurityContextW(), and SECUR32_initNTLMSP().
|
static |
Definition at line 312 of file dispatcher.c.
Referenced by run_helper().
|
static |
Definition at line 252 of file dispatcher.c.
SECURITY_STATUS run_helper | ( | PNegoHelper | helper, |
char * | buffer, | ||
unsigned int | max_buflen, | ||
int * | buflen | ||
) |
Definition at line 331 of file dispatcher.c.
Referenced by ntlm_AcceptSecurityContext(), and ntlm_InitializeSecurityContextW().
WINE_DEFAULT_DEBUG_CHANNEL | ( | ntlm | ) |