Skip to content
  1. Jan 15, 2014
  2. Jan 11, 2014
    • 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
  3. Jan 10, 2014
  4. Jan 07, 2014
  5. Dec 31, 2013
  6. Dec 25, 2013
  7. Dec 24, 2013
  8. Dec 20, 2013
  9. Dec 17, 2013
  10. Dec 16, 2013
  11. Dec 14, 2013
  12. Dec 09, 2013
  13. Dec 07, 2013
  14. Dec 02, 2013
  15. Dec 01, 2013
  16. Nov 24, 2013
  17. Nov 17, 2013
  18. Nov 13, 2013
  19. Nov 11, 2013
  20. Nov 10, 2013
  21. Nov 05, 2013
  22. Oct 30, 2013
  23. Oct 29, 2013
  24. Oct 25, 2013
  25. Oct 18, 2013
  26. Oct 14, 2013
  27. Oct 13, 2013
  28. Oct 12, 2013
  29. Oct 06, 2013
  30. Sep 23, 2013
  31. Sep 21, 2013
  32. Sep 20, 2013
    • 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
  33. Sep 14, 2013
  34. Sep 11, 2013
  35. Sep 10, 2013