#include "server_setup.h"
#include "curlx.h"
#include "getpart.h"
#include "util.h"
#include "memdebug.h"
Go to the source code of this file.
Defines | |
#define | DEFAULT_LOGFILE "log/fake_ntlm.log" |
#define | ENABLE_CURLX_PRINTF |
#define | HEX_FMT_STR "[0x%02X]" |
#define | HEX_STR_LEN 6 |
#define | NOTHING_LEN 9 |
#define | NOTHING_STR "[NOTHING]" |
Functions | |
int | main (int argc, char *argv[]) |
static char * | printable (char *inbuf, size_t inlength) |
Variables | |
const char * | serverlogfile = DEFAULT_LOGFILE |
#define DEFAULT_LOGFILE "log/fake_ntlm.log" |
Definition at line 41 of file fake_ntlm.c.
#define ENABLE_CURLX_PRINTF |
Definition at line 32 of file fake_ntlm.c.
#define HEX_FMT_STR "[0x%02X]" |
#define HEX_STR_LEN 6 |
#define NOTHING_LEN 9 |
#define NOTHING_STR "[NOTHING]" |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 111 of file fake_ntlm.c.
static char* printable | ( | char * | inbuf, |
size_t | inlength | ||
) | [static] |
Definition at line 50 of file fake_ntlm.c.
const char* serverlogfile = DEFAULT_LOGFILE |
Definition at line 44 of file fake_ntlm.c.