From: robertc <> Date: Mon, 20 Dec 2004 22:39:55 +0000 (+0000) Subject: Merge in authentication bugfix for digest. X-Git-Tag: SQUID_3_0_PRE4~979 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a0d0fd48a708ca20b2116843fb5c6fe69d6f9880;p=thirdparty%2Fsquid.git Merge in authentication bugfix for digest. Patches applied: * robertc@squid-cache.org--squid/squid--authentication--3.0--patch-118 minor typo fix to test commit messages * robertc@squid-cache.org--squid/squid--authentication--3.0--patch-119 fix double free with digest auth --- diff --git a/README b/README index 77685fb85b..4be05f0adc 100644 --- a/README +++ b/README @@ -24,7 +24,7 @@ SQUID Web Proxy Cache http://www.squid-cache.org/ Squid is derived from the ``cached'' software from the ARPA-funded Harvest research project. -Please use our mailing lists for questions, feedback and bug fixes +Please use our mailing lists for questions, feedback and bug fixes: squid-users@squid-cache.org # general questions, pubilc forum squid-bugs@squid-cache.org # bugs and fixes diff --git a/src/auth/digest/auth_digest.cc b/src/auth/digest/auth_digest.cc index df6a3c5cdd..e19d9e99d1 100644 --- a/src/auth/digest/auth_digest.cc +++ b/src/auth/digest/auth_digest.cc @@ -1,6 +1,6 @@ /* - * $Id: auth_digest.cc,v 1.36 2004/12/20 14:52:30 robertc Exp $ + * $Id: auth_digest.cc,v 1.37 2004/12/20 15:39:56 robertc Exp $ * * DEBUG: section 29 Authenticator * AUTHOR: Robert Collins @@ -1411,9 +1411,6 @@ AuthDigestUserRequest::~AuthDigestUserRequest() if (nonce) authDigestNonceUnlink(nonce); - - if (user()) - user()->unlock(); } AuthConfig *