|
Squid Web Cache master
|
#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"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 |
|
static |
Definition at line 183 of file Config.cc.
References ntlmauthenticators, and Helper::Client::packStatsInto().
|
static |
| Helper::StatefulClientPointer ntlmauthenticators |
Definition at line 36 of file Config.cc.
Referenced by authenticateNTLMStats().
|
static |