]> git.ipfire.org Git - thirdparty/squid.git/commit
Stop emitting (Proxy-)Authentication-Info for Negotiate
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 1 Feb 2015 09:43:41 +0000 (01:43 -0800)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 1 Feb 2015 09:43:41 +0000 (01:43 -0800)
commit728ac431bea61cc0281d21e0cf9fe541dfd130d6
tree2fd758ff317acef3b4fcb09eb8acb685d4eb768d
parentf6df4b86ecb259e5794a4a3a4b22753ace41b585
Stop emitting (Proxy-)Authentication-Info for Negotiate

This header is not defined for use by RFC 4559, and there seem to
be no clients actually using it.

The syntax Squid was using to emit the details was also clashing
with the syntax defined for use in Digest which is becoming the
standardized ABNF syntax for the header in general.
src/auth/negotiate/UserRequest.cc
src/auth/negotiate/UserRequest.h