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