1. 21 Sep, 2013 4 commits
    • Steve Holme's avatar
      ftpserver.pl: Moved cURL SMTP server detection into EHLO command handler · b07709f7
      Steve Holme authored
      Moved the special SMTP server detection code from the DATA command
      handler, which happens further down the operation chain after EHLO,
      MAIL and RCPT commands, to the EHLO command as it is the first command
      to be generated by a SMTP operation as well as containing the special
      "verifiedserver" string from the URL.
      
      This not only makes it easier and quicker to detect but also means that
      cURL doesn't need to specify "verifiedserver" as --mail-from and
      --mail-rcpt arguments.
      
      More importantly, this also makes the upcoming verification changes to
      the RCPT handler easier to implement.
      b07709f7
    • Daniel Stenberg's avatar
      openssl: use correct port number in error message · 9215cee4
      Daniel Stenberg authored
      In ossl_connect_step2() when the "Unknown SSL protocol error" occurs, it
      would output the local port number instead of the remote one which
      showed when doing SSL over a proxy (but with the correct remote host
      name). As libcurl only speaks SSL to the remote we know it is the remote
      port.
      
      Bug: http://curl.haxx.se/bug/view.cgi?id=1281
      Reported-by: Gordon Marler
      9215cee4
    • Daniel Stenberg's avatar
      test1415: adjusted to work for 32bit time_t · 34df869f
      Daniel Stenberg authored
      The libcurl date parser returns INT_MAX for all dates > 2037 so this
      test is now made to use 2037 instead of 2038 to work the same for both
      32bit and 64bit time_t systems.
      34df869f
    • Steve Holme's avatar
      tests: Reworked existing SMTP tests to be single recipient based · 3f04d484
      Steve Holme authored
      ...in preparation of upcoming multiple recipient tests.
      3f04d484
  2. 20 Sep, 2013 7 commits
  3. 19 Sep, 2013 6 commits
  4. 18 Sep, 2013 6 commits
  5. 17 Sep, 2013 4 commits
  6. 15 Sep, 2013 10 commits
  7. 14 Sep, 2013 3 commits