Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |