|
Squid Web Cache master
|
#include "squid.h"#include "auth/Gadgets.h"#include "auth/negotiate/Config.h"#include "auth/negotiate/Scheme.h"#include "auth/negotiate/User.h"#include "auth/negotiate/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 | authenticateNegotiateStats (StoreEntry *sentry) |
Variables | |
| static AUTHSSTATS | authenticateNegotiateStats |
| Helper::StatefulClientPointer | negotiateauthenticators |
| static int | authnegotiate_initialised = 0 |
| static hash_table * | proxy_auth_cache = nullptr |
|
static |
Definition at line 192 of file Config.cc.
References negotiateauthenticators, and Helper::Client::packStatsInto().
|
static |
| Helper::StatefulClientPointer negotiateauthenticators |
Definition at line 35 of file Config.cc.
Referenced by authenticateNegotiateStats().
|
static |