]> granicus.if.org Git - curl/commit
pop3: Fixed no known authentication mechanism when fallback is required
authorSteve Holme <steve_holme@hotmail.com>
Sun, 3 Feb 2013 21:43:08 +0000 (21:43 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 3 Feb 2013 21:43:08 +0000 (21:43 +0000)
commit6b6bdc83bd364e11dc4e774a021a1ab91ff309a9
tree87c3eab4f1affdb9d301770e40e953e05e5e633d
parent56b7c87c74d293ac37f42f5551be115710cb7eaf
pop3: Fixed no known authentication mechanism when fallback is required

Fixed an issue where (lib)curl is compiled without support for a
supported challenge-response based SASL authentication mechanism, such
as CRAM-MD5 or NTLM, the server doesn't support the LOGIN or PLAIN
mechanisms and (lib)curl doesn't fallback to APOP or Clear Text
authentication.

Bug: http://curl.haxx.se/mail/lib-2013-02/0004.html
Reported by: Stanislav Ivochkin
lib/pop3.c