1. 21 Jan, 2014 2 commits
  2. 20 Jan, 2014 1 commit
  3. 19 Jan, 2014 1 commit
  4. 15 Jan, 2014 1 commit
  5. 11 Jan, 2014 1 commit
    • Steve Holme's avatar
      Makefile.dist: Added support for VC7 · 7cd45b29
      Steve Holme authored
      Currently VC7 and VC7.1 builds have to be ran with the VC variable set
      to vc6 which is not only inconsistent with the nmake winbuild system
      but also with newer versions of Visual Studio supported by this file.
      
      Note: This doesn't break the build for anyone still running with the
      VC variable set to vc6 or not set (which defaults to vc6).
      7cd45b29
  6. 10 Jan, 2014 1 commit
  7. 07 Jan, 2014 1 commit
  8. 31 Dec, 2013 1 commit
  9. 25 Dec, 2013 1 commit
  10. 24 Dec, 2013 2 commits
  11. 20 Dec, 2013 1 commit
  12. 17 Dec, 2013 1 commit
  13. 16 Dec, 2013 1 commit
  14. 14 Dec, 2013 1 commit
  15. 09 Dec, 2013 1 commit
  16. 07 Dec, 2013 1 commit
  17. 02 Dec, 2013 1 commit
  18. 01 Dec, 2013 1 commit
  19. 24 Nov, 2013 1 commit
  20. 17 Nov, 2013 1 commit
  21. 13 Nov, 2013 1 commit
  22. 11 Nov, 2013 1 commit
  23. 10 Nov, 2013 1 commit
  24. 05 Nov, 2013 1 commit
  25. 30 Oct, 2013 1 commit
  26. 29 Oct, 2013 1 commit
  27. 25 Oct, 2013 1 commit
  28. 18 Oct, 2013 2 commits
  29. 14 Oct, 2013 1 commit
  30. 13 Oct, 2013 1 commit
  31. 12 Oct, 2013 1 commit
  32. 06 Oct, 2013 2 commits
  33. 23 Sep, 2013 1 commit
  34. 21 Sep, 2013 2 commits
  35. 20 Sep, 2013 1 commit
    • Steve Holme's avatar
      pop3: Added basic SASL XOAUTH2 support · 18db7438
      Steve Holme authored
      Added the ability to use an XOAUTH2 bearer token [RFC6750] with POP3 for
      authentication using RFC6749 "OAuth 2.0 Authorization Framework".
      
      The bearer token is expected to be valid for the user specified in
      conn->user. If CURLOPT_XOAUTH2_BEARER is defined and the connection has
      an advertised auth mechanism of "XOAUTH2", the user and access token are
      formatted as a base64 encoded string and sent to the server as
      "AUTH XOAUTH2 <bearer token>".
      18db7438