summaryrefslogtreecommitdiff
path: root/tests/sshserver.pl
Commit message (Expand)AuthorAgeFilesLines
* To allow remote log inspection avoid redirecting messages to stderr.Yang Tse2007-11-281-32/+20
* ConnectTimeout requires OpenSSH 3.7 or laterYang Tse2007-11-271-39/+55
* Explicitly disallow remote hosts to connect to local forwarded ports,Yang Tse2007-11-271-0/+1
* Temporary change to better debug startup failuresYang Tse2007-11-261-0/+12
* Don't gather additional debug info unless sshd actually failsYang Tse2007-11-201-7/+14
* Improve detection of sshd un/supported options.Yang Tse2007-11-201-2/+25
* This is a temporary change to test if OpenSSH 3.6 and SunSSH 1.1Yang Tse2007-11-191-10/+24
* Temporary change to help debugging string(s) returned by sshd -VYang Tse2007-11-191-0/+2
* Add /opt/ssh/sbin and /opt/ssh/libexec to the sshd locations search list.Yang Tse2007-11-181-4/+5
* When unable to start test suite sshserver, log if OpenSSH has not beenYang Tse2007-11-171-1/+8
* Add /usr/local/sbin and /usr/freeware/bin to the sshd locations search listYang Tse2007-11-171-1/+17
* Allow setting the IP address on which to listen for connections.Dan Fandrich2007-09-171-2/+7
* Revert the 512 change since newer versions of OpenSSH don't support DSADan Fandrich2007-07-191-2/+2
* Use 512 bit keys to reduce the time taken to generate them. This shouldn'tDan Fandrich2007-07-181-2/+2
* Tom Regner added /usr/lib/misc to the path to scan for sftp to make theDaniel Stenberg2007-06-141-1/+1
* We do not use RSA keys in the test suite.Dan Fandrich2007-06-111-8/+3
* Improved compatibility with perl 5.0 on the 'open' calls.Dan Fandrich2007-06-081-5/+5
* Renamed the sshd log file to sshd.log.Dan Fandrich2007-06-071-34/+50
* Fixed some problems in starting SSH for use in SOCKS.Dan Fandrich2007-06-071-1/+1
* Daniel Black's test suite fixes and initial test cases for SOCKS4/5 usingDaniel Stenberg2007-06-051-7/+31
* when detecting un/supported sshd options use curl's sshd config file.Yang Tse2007-04-031-4/+8
* Eliminate the sshd option checking dependency on wc and make it faster.Dan Fandrich2007-04-031-2/+1
* fix error in previous commitYang Tse2007-04-021-1/+1
* verify ssh daemon versionYang Tse2007-04-021-0/+24
* sshd might fail to start if given an unsupported configuration option.Yang Tse2007-03-311-6/+43
* Searching for sshd and sftp-server will be done firstYang Tse2007-03-301-28/+33
* Add another option to tighten the test environment.Dan Fandrich2007-03-291-1/+2
* Abort if attempting to run as root.Dan Fandrich2007-03-291-0/+5
* Only show exit status in verbose mode.Dan Fandrich2007-03-281-1/+1
* Don't launch sshd as a daemon so its output can be logged.Dan Fandrich2007-03-281-1/+1
* Tighten up a few more OpenSSH optionsDan Fandrich2007-03-271-0/+4
* Changed the test harness to attempt to gracefully shut down serversDan Fandrich2007-03-241-0/+138