Skip to content
  1. Mar 04, 2011
  2. Feb 26, 2011
  3. Feb 23, 2011
  4. Feb 22, 2011
  5. Feb 21, 2011
  6. Feb 18, 2011
  7. Feb 17, 2011
  8. Feb 16, 2011
  9. Feb 14, 2011
    • Daniel Stenberg's avatar
      gmtime: remove define · f19ace8d
      Daniel Stenberg authored
      It turns out some systems rely on the gmtime or gmtime_r to be defined
      already in the system headers and thus my "precaution" redefining of
      them only caused trouble. They are now removed.
      f19ace8d
  10. Feb 13, 2011
  11. Feb 10, 2011
  12. Feb 09, 2011
    • Quinn Slack's avatar
      CURLE_TLSAUTH_FAILED: removed · 3cffcba3
      Quinn Slack authored
      On second thought, I think CURLE_TLSAUTH_FAILED should be eliminated. It
      was only being raised when an internal error occurred while allocating
      or setting the GnuTLS SRP client credentials struct. For TLS
      authentication failures, the general CURLE_SSL_CONNECT_ERROR seems
      appropriate; its error string already includes "passwords" as a possible
      cause. Having a separate TLS auth error code might also cause people to
      think that a TLS auth failure means the wrong username or password was
      entered, when it could also be a sign of a man-in-the-middle attack.
      3cffcba3