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