f55a1c3a | 30-Mar-2007 |
Yang Tse |
Searching for sshd and sftp-server will be done first in the PATH and afterwards in other common locations. |
c5586a65 | 30-Mar-2007 |
Yang Tse |
ignore more generated files |
ffb11ad5 | 30-Mar-2007 |
Dan Fandrich |
Don't tear down the ftp connection if the maximum filesize was exceeded and added tests 290 and 291 to check. |
fbb1e492 | 30-Mar-2007 |
Dan Fandrich |
Added FTP-SSL failure test 402 |
c26320d9 | 29-Mar-2007 |
Dan Fandrich |
Added ftps upload test 401 |
f6e892b1 | 29-Mar-2007 |
Dan Fandrich |
Added a libssh2 section. |
59302d4b | 29-Mar-2007 |
Dan Fandrich |
Show an absolute sftp: file path to give an additional example. |
c563a53c | 29-Mar-2007 |
Dan Fandrich |
Eliminated extra / in scp/sftp URLs. |
7763bb91 | 29-Mar-2007 |
Dan Fandrich |
Send an EOF message before closing a channel, as recommended by RFC4254. Enable libssh2 tracing when ssh debugging is turned on. |
e37a4908 | 29-Mar-2007 |
Dan Fandrich |
Add another option to tighten the test environment. |
a1e5c621 | 29-Mar-2007 |
Yang Tse |
fix compiler warning |
f776c1d2 | 29-Mar-2007 |
Dan Fandrich |
Abort if attempting to run as root. |
3d5a8515 | 29-Mar-2007 |
Yang Tse |
fix error introduced in last commit |
42a79052 | 28-Mar-2007 |
Yang Tse |
Update comment |
bfa0f8c6 | 28-Mar-2007 |
Yang Tse |
fix compiler warning |
869d192f | 28-Mar-2007 |
Yang Tse |
Improve detection of socket events which allow a further recv() call to complete with no delay and actually find out what happened with the socket. As well as detection of socket send()able c
Improve detection of socket events which allow a further recv() call to complete with no delay and actually find out what happened with the socket. As well as detection of socket send()able condition. This also allows removal of a Cygwin specific block of code.
show more ...
|
60bc103a | 28-Mar-2007 |
Gisle Vanem |
djgpp uses gcc which has varadic macros. |
8a0a7ce3 | 28-Mar-2007 |
Gisle Vanem |
Fix compiler warning. |
31b1e988 | 28-Mar-2007 |
Dan Fandrich |
Only show exit status in verbose mode. |
25c064c8 | 28-Mar-2007 |
Gisle Vanem |
Simplified code around 'tld_errmsg' a bit. |
884171ae | 28-Mar-2007 |
Dan Fandrich |
Don't launch sshd as a daemon so its output can be logged. |
45b25779 | 27-Mar-2007 |
Gunter Knauf |
added variadic macro stuff. |
d58c7a8b | 27-Mar-2007 |
Yang Tse |
Update message |
eed47311 | 27-Mar-2007 |
Yang Tse |
New Internal wrapper function Curl_select() around select (2), it uses poll() when a fine poll() is available, so now libcurl can be built without select() support at all if a fine poll() is
New Internal wrapper function Curl_select() around select (2), it uses poll() when a fine poll() is available, so now libcurl can be built without select() support at all if a fine poll() is available.
show more ...
|
59eaae42 | 27-Mar-2007 |
Yang Tse |
don't retry select() call upon unrecoverable error EBADF |