#include "config.h"
-#if REFCOUNT_DEBUG
-#include "Debug.h"
-#endif
-
#if HAVE_IOSTREAM
#include <iostream>
#endif
void
AuthScheme::FreeAll()
{
-// assert(shutting_down);
+ assert(shutting_down);
while (GetSchemes().size()) {
AuthScheme::Pointer scheme = GetSchemes().back();
/* NP: dynamic helper restart will ensure they start up again as needed. */
}
-
/** delete the digest request structure. Does NOT delete related structures */
void
digestScheme::done()
return min(nonce_ttl, global_ttl);
}
-
/* Initialize helpers and the like for this auth scheme. Called AFTER parsing the
* config file */
void
return -1; // NTLM credentials cannot be cached.
}
-
static void
authenticateNTLMStats(StoreEntry * sentry)
{
mem_hdr_test_LDADD = $(top_builddir)/src/stmem.o \
$(top_builddir)/src/mem_node.o $(LDADD)
MemPoolTest_SOURCES = MemPoolTest.cc
-refcount_SOURCES = refcount.cc $(DEBUG_SOURCE)
+refcount_SOURCES = refcount.cc
splay_SOURCES = splay.cc