aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-29Show an absolute sftp: file path to give an additional example.Dan Fandrich
2007-03-29Eliminated extra / in scp/sftp URLs.Dan Fandrich
2007-03-29Send an EOF message before closing a channel, as recommended by RFC4254.Dan Fandrich
2007-03-29Add another option to tighten the test environment.Dan Fandrich
2007-03-29fix compiler warningYang Tse
2007-03-29Abort if attempting to run as root.Dan Fandrich
2007-03-29fix error introduced in last commitYang Tse
2007-03-28Update commentYang Tse
2007-03-28fix compiler warningYang Tse
2007-03-28Improve detection of socket events which allow a further recv() callYang Tse
2007-03-28djgpp uses gcc which has varadic macros.Gisle Vanem
2007-03-28Fix compiler warning.Gisle Vanem
2007-03-28Only show exit status in verbose mode.Dan Fandrich
2007-03-28Simplified code around 'tld_errmsg' a bit.Gisle Vanem
2007-03-28Don't launch sshd as a daemon so its output can be logged.Dan Fandrich
2007-03-27added variadic macro stuff.Gunter Knauf
2007-03-27Update messageYang Tse
2007-03-27New Internal wrapper function Curl_select() around select (2), itYang Tse
2007-03-27don't retry select() call upon unrecoverable error EBADFYang Tse
2007-03-27Daniel Johnson's fix for shared object extension detection on Mac OS X.Dan Fandrich
2007-03-27Platforms that lack autotools support should define HAVE_VARIADIC_MACROS_C99Yang Tse
2007-03-27Tighten up a few more OpenSSH optionsDan Fandrich
2007-03-26Fix dateYang Tse
2007-03-26Internal function Curl_select() renamed to Curl_socket_ready()Yang Tse
2007-03-26Added SFTP and SCP upload tests in test602 & test603Dan Fandrich
2007-03-26Added test600 and test601, SFTP and SCP file retrieval tests.Dan Fandrich
2007-03-26catch up new lib extension when build with gcc/nlmconv.Gunter Knauf
2007-03-26changed link lib order to make nlmconv happy.Gunter Knauf
2007-03-26added CVS Id tag.Gunter Knauf
2007-03-26fixed build to use compiler-default lib extension.Gunter Knauf
2007-03-25#92 is fixedDaniel Stenberg
2007-03-25Added the How to get your patches into the libcurl sources instruction postedDaniel Stenberg
2007-03-25added Daniel JohnsonDaniel Stenberg
2007-03-25- Daniel Johnson fixed multi code to traverse the easy handle list properly.Daniel Stenberg
2007-03-25addressed (replied to with comments) most out-stading release issues and movedDaniel Stenberg
2007-03-25fix compiler warningYang Tse
2007-03-25fix compiler warningYang Tse
2007-03-25fix compiler warningYang Tse
2007-03-24Fixed a couple of compile problems.Dan Fandrich
2007-03-24Added sshserver.plDan Fandrich
2007-03-24Fixed a memory leak when specifying a proxy with a file: URL and addedDan Fandrich
2007-03-24Changed the test harness to attempt to gracefully shut down serversDan Fandrich
2007-03-23add missing state name for the debug state switch outputDaniel Stenberg
2007-03-23fix debug messageDaniel Stenberg
2007-03-23Added --pubkey option to curl and made --key also work for SCP/SFTP,Dan Fandrich
2007-03-23fix yet another leftover in previous commitYang Tse
2007-03-23fix leftover in previous commitYang Tse
2007-03-23fix compiler warning: empty body in an if/else-statementYang Tse
2007-03-23Change spelling, ONE_TERRABYTE -> ONE_TERABYTEYang Tse
2007-03-23Don't shut down sftp in an error if it was never started.Dan Fandrich