#include "squid.h"
#include "auth/Gadgets.h"
#include "auth/ntlm/Config.h"
#include "auth/ntlm/Scheme.h"
#include "auth/ntlm/User.h"
#include "auth/ntlm/UserRequest.h"
#include "auth/State.h"
#include "cache_cf.h"
#include "client_side.h"
#include "helper.h"
#include "http/Stream.h"
#include "HttpHeaderTools.h"
#include "HttpReply.h"
#include "HttpRequest.h"
#include "mgr/Registration.h"
#include "Store.h"
#include "wordlist.h"
Include dependency graph for Config.cc:
Go to the source code of this file.
Functions | |
static void | authenticateNTLMStats (StoreEntry *sentry) |
Variables | |
static AUTHSSTATS | authenticateNTLMStats |
Helper::StatefulClientPointer | ntlmauthenticators |
static int | authntlm_initialised = 0 |
static hash_table * | proxy_auth_cache = nullptr |
Function Documentation
◆ authenticateNTLMStats()
|
static |
Definition at line 195 of file Config.cc.
References ntlmauthenticators, and Helper::Client::packStatsInto().
Variable Documentation
◆ authenticateNTLMStats
|
static |
◆ authntlm_initialised
◆ ntlmauthenticators
Helper::StatefulClientPointer ntlmauthenticators |
Definition at line 36 of file Config.cc.
Referenced by authenticateNTLMStats().
◆ proxy_auth_cache
|
static |