Skip to content
  1. Sep 09, 2011
  2. Aug 29, 2011
  3. Aug 26, 2011
    • Yang Tse's avatar
      NTLM single-sign on adjustments (XI) · b4f6319c
      Yang Tse authored
      Feature string literal NTLM_SSO renamed to NTLM_WB.
      Preprocessor symbol USE_NTLM_SSO renamed to WINBIND_NTLM_AUTH_ENABLED.
      curl's 'long' option 'ntlm-sso' renamed to 'ntlm-wb'.
      Fix some comments to make clear that this is actually a NTLM delegation.
      b4f6319c
  4. Aug 15, 2011
  5. Aug 13, 2011
  6. Aug 12, 2011
  7. Aug 09, 2011
  8. Aug 08, 2011
  9. Aug 05, 2011
  10. Aug 04, 2011
  11. Aug 03, 2011
  12. Jul 19, 2011
  13. Jun 23, 2011
  14. Jun 22, 2011
  15. Jun 14, 2011
  16. Jun 07, 2011
  17. May 06, 2011
  18. Apr 28, 2011
  19. Apr 22, 2011
  20. Apr 20, 2011
  21. Apr 19, 2011
  22. Apr 17, 2011
  23. Apr 15, 2011
  24. Apr 11, 2011
  25. Apr 08, 2011
  26. Apr 05, 2011
  27. Mar 25, 2011
  28. Mar 18, 2011
  29. Mar 15, 2011
    • Kamil Dudka's avatar
      nss: do not ignore value of CURLOPT_SSL_VERIFYPEER · 806dbb02
      Kamil Dudka authored
      When NSS-powered libcurl connected to a SSL server with
      CURLOPT_SSL_VERIFYPEER equal to zero, NSS remembered that the peer
      certificate was accepted by libcurl and did not ask the second time when
      connecting to the same server with CURLOPT_SSL_VERIFYPEER equal to one.
      
      This patch turns off the SSL session cache for the particular SSL socket
      if peer verification is disabled.  In order to avoid any performance
      impact, the peer verification is completely skipped in that case, which
      makes it even faster than before.
      
      Bug: https://bugzilla.redhat.com/678580
      806dbb02
  30. Mar 13, 2011
  31. Feb 23, 2011
  32. Feb 22, 2011
  33. Feb 17, 2011