1. 02 Nov, 2014 2 commits
    • Steve Holme's avatar
      sasl: Fixed Kerberos V5 inclusion when CURL_DISABLE_CRYPTO_AUTH is used · b6821dbb
      Steve Holme authored
      Typically the USE_WINDOWS_SSPI definition would not be used when the
      CURL_DISABLE_CRYPTO_AUTH define is, however, it is still a valid build
      configuration and, as such, the SASL Kerberos V5 (GSSAPI) authentication
      data structures and functions would incorrectly be used when they
      shouldn't be.
      
      Introduced a new USE_KRB5 definition that takes into account the use of
      CURL_DISABLE_CRYPTO_AUTH like USE_SPNEGO and USE_NTLM do.
      b6821dbb
    • Steve Holme's avatar
      openssl: Use 'CURLcode result' · b04eef13
      Steve Holme authored
      More CURLcode fixes.
      b04eef13
  2. 01 Nov, 2014 4 commits
  3. 31 Oct, 2014 4 commits
  4. 30 Oct, 2014 7 commits
  5. 29 Oct, 2014 12 commits
  6. 28 Oct, 2014 5 commits
  7. 27 Oct, 2014 1 commit
  8. 26 Oct, 2014 5 commits