Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Tom Regner added /usr/lib/misc to the path to scan for sftp to make the | Daniel Stenberg | 2007-06-14 | 1 | -1/+1 | |
| | | | | sftp tests run fine on gentoo | |||||
* | We do not use RSA keys in the test suite. | Dan Fandrich | 2007-06-11 | 1 | -8/+3 | |
| | ||||||
* | Improved compatibility with perl 5.0 on the 'open' calls. | Dan Fandrich | 2007-06-08 | 1 | -5/+5 | |
| | ||||||
* | Renamed the sshd log file to sshd.log. | Dan Fandrich | 2007-06-07 | 1 | -34/+50 | |
| | | | | | | | Added more options to the ssh config file to improve the consistency of the test environment. Force a rewrite of the ssh config files on every invocation. Changed the opens to work on older versions of perl. | |||||
* | Fixed some problems in starting SSH for use in SOCKS. | Dan Fandrich | 2007-06-07 | 1 | -1/+1 | |
| | ||||||
* | Daniel Black's test suite fixes and initial test cases for SOCKS4/5 using | Daniel Stenberg | 2007-06-05 | 1 | -7/+31 | |
| | | | | openssh | |||||
* | when detecting un/supported sshd options use curl's sshd config file. | Yang Tse | 2007-04-03 | 1 | -4/+8 | |
| | ||||||
* | Eliminate the sshd option checking dependency on wc and make it faster. | Dan Fandrich | 2007-04-03 | 1 | -2/+1 | |
| | ||||||
* | fix error in previous commit | Yang Tse | 2007-04-02 | 1 | -1/+1 | |
| | ||||||
* | verify ssh daemon version | Yang Tse | 2007-04-02 | 1 | -0/+24 | |
| | ||||||
* | sshd might fail to start if given an unsupported configuration option. | Yang Tse | 2007-03-31 | 1 | -6/+43 | |
| | | | | | Try to avoid this problem checking for some possible unsupported options, and avoid using them in the configuration file. | |||||
* | Searching for sshd and sftp-server will be done first | Yang Tse | 2007-03-30 | 1 | -28/+33 | |
| | | | | in the PATH and afterwards in other common locations. | |||||
* | Add another option to tighten the test environment. | Dan Fandrich | 2007-03-29 | 1 | -1/+2 | |
| | ||||||
* | Abort if attempting to run as root. | Dan Fandrich | 2007-03-29 | 1 | -0/+5 | |
| | ||||||
* | Only show exit status in verbose mode. | Dan Fandrich | 2007-03-28 | 1 | -1/+1 | |
| | ||||||
* | Don't launch sshd as a daemon so its output can be logged. | Dan Fandrich | 2007-03-28 | 1 | -1/+1 | |
| | ||||||
* | Tighten up a few more OpenSSH options | Dan Fandrich | 2007-03-27 | 1 | -0/+4 | |
| | ||||||
* | Changed the test harness to attempt to gracefully shut down servers | Dan Fandrich | 2007-03-24 | 1 | -0/+138 | |
before resorting to the kill -9 hammer. Added test harness infrastructure to support scp/sftp tests, using OpenSSH as the server. |