]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: http-ana: Handle NTLM messages correctly.
authorOlivier Houchard <cognet@ci0.org>
Wed, 22 Apr 2020 19:51:14 +0000 (21:51 +0200)
committerOlivier Houchard <cognet@ci0.org>
Wed, 22 Apr 2020 20:03:32 +0000 (22:03 +0200)
commit9df188695fbf1ff17de3861ec5b281365800c7f0
treed51983181ad6ea110cd6ecb21343e3a91752a93d
parentb203ff6e20bc80363ebfc7204e7fdd1ae656e046
BUG/MEDIUM: http-ana: Handle NTLM messages correctly.

When checking www-authenticate headers, we don't want to just accept
"NTLM" as value, because the server may send "HTLM <base64 value>". Instead,
just check that it starts with NTLM.

This should be backported to 2.1, 2.0, 1.9 and 1.8.
src/http_ana.c