- Mar 18, 2008
-
-
Dan Fandrich authored
SFTP quote command reported by Vincent Le Normand, but left it disabled.
-
- Mar 15, 2008
-
-
Dan Fandrich authored
-
- Mar 13, 2008
-
-
Dan Fandrich authored
reproduce the --ftp-create-dirs problem reported by Brian Ulm, but that seems to need a call curl_easy_reset() which this test case doesn't do.
-
- Mar 11, 2008
-
-
Daniel Stenberg authored
-
- Mar 10, 2008
-
-
Dan Fandrich authored
(test 620 tests the just-fixed problem reported by Brian Ulm).
-
Michal Marek authored
-
- Mar 06, 2008
-
-
Dan Fandrich authored
files, as questioned by Mike Protts. SFTP does for me but SCP doesn't so test 617 is disabled for now.
-
Dan Fandrich authored
-
- Mar 05, 2008
-
-
Yang Tse authored
-
- Feb 28, 2008
- Feb 27, 2008
-
-
Yang Tse authored
-
Daniel Stenberg authored
test code. Thanks to his curl_easy_setopt() typechecker work...
-
- Feb 26, 2008
-
-
Guenter Knauf authored
-
Yang Tse authored
whole operation completes or an unrecoverable condition is detected
-
Yang Tse authored
-
- Feb 22, 2008
-
-
Yang Tse authored
Changes introduced in revision 1.43 were useless
-
- Feb 20, 2008
-
-
Yang Tse authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
and the string contains a newline...
-
Daniel Stenberg authored
such as the CURLOPT_SSL_CTX_FUNCTION one treat that as if it was a Location: following. The patch that introduced this feature was done for 7.11.0, but this code and functionality has been broken since about 7.15.4 (March 2006) with the introduction of non-blocking OpenSSL "connects". It was a hack to begin with and since it doesn't work and hasn't worked correctly for a long time and nobody has even noticed, I consider it a very suitable subject for plain removal. And so it was done.
-
- Feb 19, 2008
-
-
Dan Fandrich authored
-
Yang Tse authored
Remove redundant and unreachable log message.
-
- Feb 18, 2008
-
-
Yang Tse authored
Log some more error descriptions.
-
- Feb 17, 2008
-
-
Yang Tse authored
-
- Feb 13, 2008
-
-
Daniel Stenberg authored
-
Yang Tse authored
when verifying the https and ftps servers
-
- Feb 12, 2008
-
-
Yang Tse authored
timeout passed to startnew, when this happens startnew completes without being able to read the pidfile and consequently returns a zero pid2. To fix the above posibility the server pid is recovered from the verification stage which will actually return the server pid when verification is valid.
-
Yang Tse authored
-
- Feb 11, 2008
-
-
Yang Tse authored
-
Dan Fandrich authored
-
Yang Tse authored
-
- Feb 10, 2008
-
-
Yang Tse authored
Make sure that the sftp client tool uses the ssh client binary that we have used to generate the configuration files, otherwise sftp might be using one located in the preferred path compiled into sftp.
-
- Feb 09, 2008
-
-
Dan Fandrich authored
-
Dan Fandrich authored
Removed a few unnecessary requires SSL statements.
-
Dan Fandrich authored
-
- Feb 08, 2008
-
-
Dan Fandrich authored
-
Yang Tse authored
-