Skip to content
Snippets Groups Projects
  1. Mar 05, 2005
  2. Mar 04, 2005
  3. Feb 09, 2005
  4. Jan 29, 2005
  5. Jan 27, 2005
  6. Jan 25, 2005
    • Daniel Stenberg's avatar
      Ian Ford asked about support for the FTP command ACCT, and I discovered it is · 177dbc7b
      Daniel Stenberg authored
      present in RFC959... so now (lib)curl supports it as well. --ftp-account and
      CURLOPT_FTP_ACCOUNT set the account string. (The server may ask for an account
      string after PASS have been sent away. The client responds with "ACCT [account
      string]".) Added test case 228 and 229 to verify the functionality. Updated
      the test FTP server to support ACCT somewhat.
      177dbc7b
  7. Jan 21, 2005
  8. Jan 20, 2005
  9. Jan 18, 2005
  10. Jan 12, 2005
  11. Jan 11, 2005
  12. Jan 08, 2005
  13. Jan 06, 2005
  14. Jan 04, 2005
  15. Jan 02, 2005
  16. Dec 26, 2004
  17. Dec 25, 2004
  18. Dec 21, 2004
  19. Dec 20, 2004
  20. Dec 18, 2004
  21. Dec 17, 2004
  22. Dec 16, 2004
  23. Dec 15, 2004
  24. Dec 14, 2004
  25. Dec 13, 2004
  26. Dec 11, 2004
    • Daniel Stenberg's avatar
      Dan Fandrich: · df3ca591
      Daniel Stenberg authored
      Here's a stab at a consolidation of the SSL detection heuristics into
      configure. Source files aren't changed by this patch, except for setup.h and
      the various config*.h files.  Within the configure script, OPENSSL_ENABLED is
      used to determine if SSL is being used or not, and outside configure,
      USE_SSLEAY means the same thing; this could be even further unified some day.
      
      Now, when SSL is not detected, configure skips the various checks that are
      dependent on SSL, speeding up the configure process and avoiding complications
      with cross compiles.  I also updated all the architecture- specific config
      files I could see, but I couldn't test them.
      df3ca591
  27. Dec 10, 2004
  28. Dec 06, 2004
  29. Nov 24, 2004
Loading