#include "Store.h"
#include "wordlist.h"
-/**
- \defgroup AuthNegotiateInternal Negotiate Authenticator Internals
- \ingroup AuthNegotiateAPI
- */
-
-/* Negotiate Scheme */
static AUTHSSTATS authenticateNegotiateStats;
-/// \ingroup AuthNegotiateInternal
statefulhelper *negotiateauthenticators = NULL;
-/// \ingroup AuthNegotiateInternal
static int authnegotiate_initialised = 0;
-/// \ingroup AuthNegotiateInternal
static hash_table *proxy_auth_cache = NULL;
void
return false;
}
-/* Negotiate Scheme */
-
void
Auth::Negotiate::Config::fixHeader(Auth::UserRequest::Pointer auth_user_request, HttpReply *rep, Http::HdrType reqType, HttpRequest * request)
{