]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix Negotiate auth NA response handling
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 14 Feb 2013 05:42:57 +0000 (22:42 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 14 Feb 2013 05:42:57 +0000 (22:42 -0700)
commit723fd4c11ce252c602e4e362ea37bbadb8ee9181
tree2c151226464cb660883da1006ac294091273bc25
parent87cedd31e406b423f84d583c44c80cc983ff1631
Fix Negotiate auth NA response handling

Handle the blurb presented on NA responses as an error message.

Negotiate auth was also treating token as a mandatory field, although it is
optional along with an optional message.
src/HelperReply.cc
src/auth/negotiate/UserRequest.cc