1. 03 Jun, 2012 13 commits
  2. 02 Jun, 2012 8 commits
  3. 01 Jun, 2012 3 commits
  4. 31 May, 2012 4 commits
  5. 30 May, 2012 4 commits
  6. 28 May, 2012 4 commits
  7. 27 May, 2012 4 commits
    • Daniel Stenberg's avatar
      test1013.pl: filter out Metalink · a03100c3
      Daniel Stenberg authored
      Since it isn't a feature supported by curl-config we can't compare that
      with the --version output
      a03100c3
    • Daniel Stenberg's avatar
      pop3: remove variable-not-used warnings · a7731673
      Daniel Stenberg authored
      a7731673
    • Steve Holme's avatar
      DOCS: Corrected the "Added in" version number for CURLOPT_MAIL_AUTH · 3124a8df
      Steve Holme authored
      Additionally corrected another RFC link that I missed yesterday.
      3124a8df
    • Steve Holme's avatar
      pop3: Added support for SASL based authentication mechanism detection · c267c530
      Steve Holme authored
      Added support for detecting the supported SASL authentication mechanisms
      via the AUTH command. There are two ways of detecting them, either by
      using the AUTH command, that will return -ERR if not supported or by
      using the CAPA command which will return SASL and the list of mechanisms
      if supported, not include SASL if SASL authentication is not supported
      or -ERR if the CAPA command is not supported. As such it seems simpler
      to use the AUTH command and fallback to normal clear text authentication
      if the the command is not supported.
      
      Additionally updated the test cases to return -ERR when the AUTH command
      is encountered. Additional test cases will be added when support for the
      individual authentication mechanisms is added.
      c267c530