]> git.ipfire.org Git - thirdparty/squid.git/commit
Author: Christos Tsantilas <chtsanti@users.sourceforge.net>
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 2 May 2008 10:37:01 +0000 (22:37 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 2 May 2008 10:37:01 +0000 (22:37 +1200)
commita598b010443ab4f5b9b1332eeb2707c56a0a5843
treecbdd80a52cabe1d4b29e804e434ea6b75b432e40
parentdc192b750ab5354e63739015fe58d5b183e291c9
Author: Christos Tsantilas <chtsanti@users.sourceforge.net>
Bug 2308: Segmentation fault in AuthDigestUserRequest::authUser

In this patch:
 - In method AuthDigestConfig::decode just do not delete the digest_request on
errors  but use it as is in the authDigestLogUsername functions.

 - In the method AuthDigestConfig::fixHeader change the line  "int stale = 1;"
to "int stale = 0;" to make squid respond with  "stale=false" in the first
unauthenticated request of web client.
src/auth/digest/auth_digest.cc