]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Merge in authentication bugfix for digest.
authorrobertc <>
Mon, 20 Dec 2004 22:39:55 +0000 (22:39 +0000)
committerrobertc <>
Mon, 20 Dec 2004 22:39:55 +0000 (22:39 +0000)
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

README
src/auth/digest/auth_digest.cc

diff --git a/README b/README
index 77685fb85ba383436f9aee90573ea30394a8b001..4be05f0adcda57c423567d48d93e2a1bac7a4e89 100644 (file)
--- 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
index df6a3c5cdd39f73fef59ff99e8b8ba9b4c079d1e..e19d9e99d155fb74aa93b88bc86d041161cd4c78 100644 (file)
@@ -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 *