1. 12 Sep, 2011 1 commit
  2. 09 Sep, 2011 2 commits
  3. 29 Aug, 2011 1 commit
  4. 26 Aug, 2011 1 commit
    • 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
  5. 15 Aug, 2011 1 commit
  6. 13 Aug, 2011 1 commit
  7. 12 Aug, 2011 1 commit
  8. 09 Aug, 2011 1 commit
  9. 08 Aug, 2011 2 commits
  10. 05 Aug, 2011 1 commit
  11. 04 Aug, 2011 1 commit
  12. 03 Aug, 2011 1 commit
  13. 19 Jul, 2011 1 commit
  14. 23 Jun, 2011 1 commit
  15. 22 Jun, 2011 2 commits
  16. 14 Jun, 2011 2 commits
  17. 07 Jun, 2011 2 commits
  18. 06 May, 2011 1 commit
  19. 28 Apr, 2011 1 commit
  20. 22 Apr, 2011 2 commits
  21. 20 Apr, 2011 1 commit
  22. 19 Apr, 2011 1 commit
  23. 17 Apr, 2011 2 commits
  24. 15 Apr, 2011 1 commit
  25. 11 Apr, 2011 1 commit
  26. 08 Apr, 2011 1 commit
  27. 05 Apr, 2011 1 commit
  28. 25 Mar, 2011 1 commit
  29. 18 Mar, 2011 1 commit
  30. 15 Mar, 2011 1 commit
    • 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
  31. 13 Mar, 2011 1 commit
  32. 23 Feb, 2011 1 commit
  33. 22 Feb, 2011 1 commit