aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2007-11-27ConnectTimeout requires OpenSSH 3.7 or laterYang Tse
2007-11-27Explicitly 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-26Stop ssh and socks servers when verification failsYang Tse
2007-11-26Providing an explicit bind address besides the port for dynamic ↵Yang Tse
application-level port forwarding, our socks port, prevents ssh from running on some systems. By default, ssh binds local port forwardings to the loopback address, since this was the address being given as the explicit bind address, now it isn't given.
2007-11-26test1015 --data-urlencodeDaniel Stenberg
2007-11-26Temporary change to better debug startup failuresYang Tse
of test suite ssh and socks servers.
2007-11-25Allow different start timeout specification for each serverYang Tse
2007-11-23make 'checkdied' in runtests.pl more robustYang Tse
2007-11-23Revert last change since it breaks running the test suiteYang Tse
when builddir is different from srcdir.
2007-11-23Improve chance of running runtests.pl from outside theYang Tse
source tree 'tests' directory
2007-11-22Debugging messages to trace startnew failuresYang Tse
2007-11-21Temporary change adding additional debugging messages to better pinpointYang Tse
startup failures of test suite ssh and socks servers.
2007-11-21Fix trying to return outside of a subroutineYang Tse
2007-11-20Don't gather additional debug info unless sshd actually failsYang Tse
2007-11-20Improve detection of sshd un/supported options.Yang Tse
Gather additional debug info when the test suite ssh server fails to start.
2007-11-19This is a temporary change to test if OpenSSH 3.6 and SunSSH 1.1Yang Tse
are good/compatible enough to run the test suite ssh server and socks tests
2007-11-19Temporary change to help debugging string(s) returned by sshd -VYang Tse
when sshd is not being identified as an OpenSSH daemon
2007-11-18Add /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-17When unable to start test suite sshserver, log if OpenSSH has not beenYang Tse
found or the OpenSSH version found
2007-11-17Add /usr/local/sbin and /usr/freeware/bin to the sshd locations search listYang Tse
2007-11-16Michal Marek made the test suite remember what test servers that fail toDaniel Stenberg
start so that subsequent tries are simply skipped.
2007-11-15Michal Marek fixed the test suite to better deal with the case when the HTTPDaniel Stenberg
ipv6 server can't run.
2007-11-15Replace isupper with our uppercase macro versionYang Tse
2007-11-08Fix commentYang Tse
2007-11-05Sort the directory listing because the server doesn't always do it.Dan Fandrich
2007-11-05Added some keywordsDan Fandrich
2007-11-01Ignore more features that curl-config is not expected to know aboutDan Fandrich
2007-11-01Make postcheck failure message more like the othersDan Fandrich
2007-11-01Added test case 1014 to compare curl-config --features with curl --versionDan Fandrich
2007-11-01Added test case 1013 to check that curl-config --protocols matches theDan Fandrich
protocols listed in curl --version
2007-10-31Detect curl source when valgrind provides an absolute source file nameDan Fandrich
2007-10-29Added test case 546 to check that subsequent FTP transfers work after aDan Fandrich
failed one using the multi interface
2007-10-27Fixed the 2000-series tests so that the downloaded data is actually checkedDan Fandrich
2007-10-27Made the magic testnumber > 10000 support actually workDan Fandrich
2007-10-26Fixed the test case to create only a single test file, which is all theDan Fandrich
test harness supports.
2007-10-26Check that all servers in the <server> section are supported, not justDan Fandrich
the first.
2007-10-26Detect, log and avoid storing a request with a negative size.Yang Tse
2007-10-25Disable valgrind for this test to avoid the rlimit = soft rlimit problemDan Fandrich
found by Michal Marek.
2007-10-25Added test case 2004.Dan Fandrich
Disable valgrind in test case 1004 due to a libtool bug.
2007-10-25Allow test server to handle binary POSTs.Patrick Monnerat
Tests 35, 544 545 added: binary data POSTs.
2007-10-25When valgrind is disabled in the test file, don't run it at all (as opposedDan Fandrich
to running it and ignoring its output).
2007-10-25Don't show valgrind log files of other testsYang Tse
2007-10-25Michal Marek fixed the test script to be able to use valgrind even when theDaniel Stenberg
lib is built shared with libtool.
2007-10-25Fixed a TFTP memory leak. Enabled test 2003 to verify this.Daniel Stenberg
2007-10-24Fixed the test TFTP server to support the >10000 test number notationDan Fandrich
Added test cases 2002 and 2003 (the latter disabled for now)
2007-10-24enable 2000 and 2001Daniel Stenberg
2007-10-24Added test cases 2000 and 2001 which test multiple protocols using theDan Fandrich
same easy handle Fixed the filecheck: make target to work outside the source tree
2007-10-24Fixed the test FTP server to support the >10000 test number notationDan Fandrich
2007-10-24Close log/server.input ASAP to avoid lengthy file lock on cygwinPatrick Monnerat
2007-10-23Read callback should return 0 when no more data leftYang Tse