diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-03-24 01:01:28 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-03-24 01:01:28 +0000 |
commit | b7131009fbf67e5ac6f1ce1db9e8ba9ab602454a (patch) | |
tree | 29a9bd7f55d2c04a22e835f72a0f5bf9fe6f2626 /CHANGES | |
parent | 3d528e1b152808fb4b027927bb83b0b42b4e63bd (diff) |
Changed the test harness to attempt to gracefully shut down servers
before resorting to the kill -9 hammer.
Added test harness infrastructure to support scp/sftp tests, using
OpenSSH as the server.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -10,6 +10,12 @@ Dan F (23 March 2007) - Added --pubkey option to curl and made --key also work for SCP/SFTP, plus made --pass work on an SSH private key as well. +- Changed the test harness to attempt to gracefully shut down servers + before resorting to the kill -9 hammer. + +- Added test harness infrastructure to support scp/sftp tests, using + OpenSSH as the server. + Yang Tse (20 March 2007) - Fixed: When a signal was caught awaiting for an event using Curl_select() or Curl_poll() with a non-zero timeout both functions would restart the |