History log of /curl/tests/sshserver.pl (Results 76 – 96 of 96)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: curl-7_17_1
# 0ed57d37 17-Sep-2007 Dan Fandrich

Allow setting the IP address on which to listen for connections.


Revision tags: curl-7_17_0, curl-7_17_0-preldapfix
# c7db74fe 19-Jul-2007 Dan Fandrich

Revert the 512 change since newer versions of OpenSSH don't support DSA
keys that small.


# 89d11964 18-Jul-2007 Dan Fandrich

Use 512 bit keys to reduce the time taken to generate them. This shouldn't
really reduce security since in the common case of a daily automated build
the keys are only used for a single test

Use 512 bit keys to reduce the time taken to generate them. This shouldn't
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.

show more ...


Revision tags: curl-7_16_4, curl-7_16_3
# b0aa11fd 14-Jun-2007 Daniel Stenberg

Tom Regner added /usr/lib/misc to the path to scan for sftp to make the
sftp tests run fine on gentoo


# 1e718a51 11-Jun-2007 Dan Fandrich

We do not use RSA keys in the test suite.


# 6a84d492 08-Jun-2007 Dan Fandrich

Improved compatibility with perl 5.0 on the 'open' calls.


# 073a6cea 07-Jun-2007 Dan Fandrich

Renamed the sshd log file to sshd.log.
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 invoc

Renamed the sshd log file to sshd.log.
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.

show more ...


# f0ffb35d 07-Jun-2007 Dan Fandrich

Fixed some problems in starting SSH for use in SOCKS.


# a466b315 05-Jun-2007 Daniel Stenberg

Daniel Black's test suite fixes and initial test cases for SOCKS4/5 using
openssh


Revision tags: curl-7_16_2
# 161be66c 03-Apr-2007 Yang Tse

when detecting un/supported sshd options use curl's sshd config file.


# 4095c9de 03-Apr-2007 Dan Fandrich

Eliminate the sshd option checking dependency on wc and make it faster.


# b8c12fe6 02-Apr-2007 Yang Tse

fix error in previous commit


# bdbaedc4 02-Apr-2007 Yang Tse

verify ssh daemon version


# fdc1b615 31-Mar-2007 Yang Tse

sshd might fail to start if given an unsupported configuration option.
Try to avoid this problem checking for some possible unsupported options,
and avoid using them in the configuration file.


# f55a1c3a 30-Mar-2007 Yang Tse

Searching for sshd and sftp-server will be done first
in the PATH and afterwards in other common locations.


# e37a4908 29-Mar-2007 Dan Fandrich

Add another option to tighten the test environment.


# f776c1d2 29-Mar-2007 Dan Fandrich

Abort if attempting to run as root.


# 31b1e988 28-Mar-2007 Dan Fandrich

Only show exit status in verbose mode.


# 884171ae 28-Mar-2007 Dan Fandrich

Don't launch sshd as a daemon so its output can be logged.


# 282127fb 27-Mar-2007 Dan Fandrich

Tighten up a few more OpenSSH options


# b7131009 24-Mar-2007 Dan Fandrich

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

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.

show more ...


1234