Skip to content
  1. Nov 02, 2014
    • 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. Nov 01, 2014
  3. Oct 31, 2014
  4. Oct 30, 2014
  5. Oct 29, 2014
  6. Oct 28, 2014
  7. Oct 27, 2014
  8. Oct 26, 2014