secur32: Move NTLM debug output to a seperate "ntlm" channel.
This commit is contained in:
parent
b934fc90eb
commit
7e6c5aad3c
|
@ -23,7 +23,7 @@
|
||||||
#include "sspi.h"
|
#include "sspi.h"
|
||||||
#include "wine/debug.h"
|
#include "wine/debug.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(secur32);
|
WINE_DEFAULT_DEBUG_CHANNEL(ntlm);
|
||||||
|
|
||||||
static const char b64[] =
|
static const char b64[] =
|
||||||
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
|
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
|
|
||||||
#define INITIAL_BUFFER_SIZE 200
|
#define INITIAL_BUFFER_SIZE 200
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(secur32);
|
WINE_DEFAULT_DEBUG_CHANNEL(ntlm);
|
||||||
|
|
||||||
SECURITY_STATUS fork_helper(PNegoHelper *new_helper, const char *prog,
|
SECURITY_STATUS fork_helper(PNegoHelper *new_helper, const char *prog,
|
||||||
char* const argv[])
|
char* const argv[])
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
#include "hmac_md5.h"
|
#include "hmac_md5.h"
|
||||||
#include "wine/debug.h"
|
#include "wine/debug.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(secur32);
|
WINE_DEFAULT_DEBUG_CHANNEL(ntlm);
|
||||||
|
|
||||||
#define NTLM_MAX_BUF 1904
|
#define NTLM_MAX_BUF 1904
|
||||||
#define MIN_NTLM_AUTH_MAJOR_VERSION 3
|
#define MIN_NTLM_AUTH_MAJOR_VERSION 3
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
#include "secur32_priv.h"
|
#include "secur32_priv.h"
|
||||||
#include "wine/debug.h"
|
#include "wine/debug.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(secur32);
|
WINE_DEFAULT_DEBUG_CHANNEL(ntlm);
|
||||||
|
|
||||||
/* The CRC32 code is copyright (C) 1986 Gary S. Brown and was placed in the
|
/* The CRC32 code is copyright (C) 1986 Gary S. Brown and was placed in the
|
||||||
* public domain.
|
* public domain.
|
||||||
|
|
Loading…
Reference in New Issue