Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-28 | To allow remote log inspection avoid redirecting messages to stderr. | Yang Tse | |
Cleanup some debugging messages. Unlink log file on exit. | |||
2007-11-27 | ConnectTimeout requires OpenSSH 3.7 or later | Yang Tse | |
2007-11-27 | Explicitly disallow remote hosts to connect to local forwarded ports, | Yang Tse | |
the socks server port in the test suite. This is the default setting unless a tinkered built ssh is being used. | |||
2007-11-26 | Temporary change to better debug startup failures | Yang Tse | |
of test suite ssh and socks servers. | |||
2007-11-20 | Don't gather additional debug info unless sshd actually fails | Yang Tse | |
2007-11-20 | Improve detection of sshd un/supported options. | Yang Tse | |
Gather additional debug info when the test suite ssh server fails to start. | |||
2007-11-19 | This is a temporary change to test if OpenSSH 3.6 and SunSSH 1.1 | Yang Tse | |
are good/compatible enough to run the test suite ssh server and socks tests | |||
2007-11-19 | Temporary change to help debugging string(s) returned by sshd -V | Yang Tse | |
when sshd is not being identified as an OpenSSH daemon | |||
2007-11-18 | Add /opt/ssh/sbin and /opt/ssh/libexec to the sshd locations search list. | Yang Tse | |
Improve wording of a couple of debug messages. | |||
2007-11-17 | When unable to start test suite sshserver, log if OpenSSH has not been | Yang Tse | |
found or the OpenSSH version found | |||
2007-11-17 | Add /usr/local/sbin and /usr/freeware/bin to the sshd locations search list | Yang Tse | |
2007-09-17 | Allow setting the IP address on which to listen for connections. | Dan Fandrich | |
2007-07-19 | Revert the 512 change since newer versions of OpenSSH don't support DSA | Dan Fandrich | |
keys that small. | |||
2007-07-18 | Use 512 bit keys to reduce the time taken to generate them. This shouldn't | Dan Fandrich | |
really reduce security since in the common case of a daily automated build the keys are only used for a single test run lasting a few minutes before being deleted. | |||
2007-06-14 | Tom Regner added /usr/lib/misc to the path to scan for sftp to make the | Daniel Stenberg | |
sftp tests run fine on gentoo | |||
2007-06-11 | We do not use RSA keys in the test suite. | Dan Fandrich | |
2007-06-08 | Improved compatibility with perl 5.0 on the 'open' calls. | Dan Fandrich | |
2007-06-07 | Renamed the sshd log file to sshd.log. | Dan Fandrich | |
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. | |||
2007-06-07 | Fixed some problems in starting SSH for use in SOCKS. | Dan Fandrich | |
2007-06-05 | Daniel Black's test suite fixes and initial test cases for SOCKS4/5 using | Daniel Stenberg | |
openssh | |||
2007-04-03 | when detecting un/supported sshd options use curl's sshd config file. | Yang Tse | |
2007-04-03 | Eliminate the sshd option checking dependency on wc and make it faster. | Dan Fandrich | |
2007-04-02 | fix error in previous commit | Yang Tse | |
2007-04-02 | verify ssh daemon version | Yang Tse | |
2007-03-31 | sshd might fail to start if given an unsupported configuration option. | Yang Tse | |
Try to avoid this problem checking for some possible unsupported options, and avoid using them in the configuration file. | |||
2007-03-30 | Searching for sshd and sftp-server will be done first | Yang Tse | |
in the PATH and afterwards in other common locations. | |||
2007-03-29 | Add another option to tighten the test environment. | Dan Fandrich | |
2007-03-29 | Abort if attempting to run as root. | Dan Fandrich | |
2007-03-28 | Only show exit status in verbose mode. | Dan Fandrich | |
2007-03-28 | Don't launch sshd as a daemon so its output can be logged. | Dan Fandrich | |
2007-03-27 | Tighten up a few more OpenSSH options | Dan Fandrich | |
2007-03-24 | Changed the test harness to attempt to gracefully shut down servers | Dan Fandrich | |
before resorting to the kill -9 hammer. Added test harness infrastructure to support scp/sftp tests, using OpenSSH as the server. |