#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"
Include dependency graph for Config.cc:
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 |
Function Documentation
◆ authenticateNegotiateStats()
|
static |
Definition at line 204 of file Config.cc.
References negotiateauthenticators, and Helper::Client::packStatsInto().
Variable Documentation
◆ authenticateNegotiateStats
|
static |
◆ authnegotiate_initialised
◆ negotiateauthenticators
Helper::StatefulClientPointer negotiateauthenticators |
Definition at line 35 of file Config.cc.
Referenced by authenticateNegotiateStats().
◆ proxy_auth_cache
|
static |