Skip to content
  1. Feb 06, 2013
  2. Feb 05, 2013
  3. Feb 04, 2013
  4. Feb 03, 2013
    • Steve Holme's avatar
      imap: Fixed no known authentication mechanism when fallback is required · b4270a9a
      Steve Holme authored
      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 Clear Text authentication.
      
      Note: In order to fallback to Clear Text authentication properly this
      fix adds support for the LOGINDISABLED server capability.
      imap: 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 Clear Text authentication.
      
      Note: In order to fallback to Clear Text authentication properly this
      fix adds support for the LOGINDISABLED server capability.
      
      Related bug: http://curl.haxx.se/mail/lib-2013-02/0004.html
      Reported by: Stanislav Ivochkin
      b4270a9a
    • Steve Holme's avatar
      pop3: Fixed no known authentication mechanism when fallback is required · 6b6bdc83
      Steve Holme authored
      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
      6b6bdc83