Skip to content
  1. Aug 31, 2013
  2. Aug 30, 2013
  3. Aug 29, 2013
  4. Aug 28, 2013
  5. Aug 27, 2013
  6. Aug 26, 2013
  7. Aug 25, 2013
    • Daniel Stenberg's avatar
      KNOWN_BUGS: refer to bug numbers with the existing number series · 0192ad65
      Daniel Stenberg authored
      The old numbers would still redirect but who knows for how long...
      0192ad65
    • Kyle L. Huff's avatar
      options: added basic SASL XOAUTH2 support · 06c1bea7
      Kyle L. Huff authored
      Added the ability to specify an XOAUTH2 bearer token [RFC6750] via the
      option CURLOPT_XOAUTH2_BEARER for authentication using RFC6749 "OAuth
      2.0 Authorization Framework".
      06c1bea7
    • Kyle L. Huff's avatar
      sasl: added basic SASL XOAUTH2 support · 19a05c90
      Kyle L. Huff authored
      Added the ability to generated a base64 encoded XOAUTH2 token
      containing: "user=<username>^Aauth=Bearer <bearer token>^A^A"
      as per RFC6749 "OAuth 2.0 Authorization Framework".
      19a05c90
    • Daniel Stenberg's avatar
      FTP: remove krb4 support · bb552933
      Daniel Stenberg authored
      We've announced this pending removal for a long time and we've
      repeatedly asked if anyone would care or if anyone objects. Nobody has
      objected. It has probably not even been working for a good while since
      nobody has tested/used this code recently.
      
      The stuff in krb4.h that was generic enough to be used by other sources
      is now present in security.h
      bb552933