aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2007-04-10Honour the -a option when -t is enabled.Dan Fandrich
2007-04-09Changed error return codes to match update code.Dan Fandrich
2007-04-06In case of test failure, try not to show log files of other testsYang Tse
2007-04-05Enabled the ssh tests 600-609.Dan Fandrich
2007-04-05unify fopen() failure error message among tests, allowingYang Tse
the testsuite to count them as errors of the same kind
2007-04-05Further improve displaying of individual logfilesYang Tse
2007-04-04add debug message and expand commentYang Tse
2007-04-04test can be allowed to run if fopen() is capable of fopen()ingYang Tse
three additional files once that we have already open()ed the big bunch of file descriptors.
2007-04-04cleanupYang Tse
2007-04-04Whoops--didn't mean to enable the ssh tests quite yet.Dan Fandrich
2007-04-04test can be allowed to run if fopen() is capable of fopen()ingYang Tse
SAFETY_MARGIN additional files once that we have already open()ed the big bunch of file descriptors.
2007-04-04Added more SSH tests (left disabled for now).Dan Fandrich
2007-04-03update copyright yearYang Tse
2007-04-03Verify if the test is limited by an ancient stdio with a 256Yang Tse
open file limit. In this case the test is skipped with a message showing this limitation when the number of open files needed for the test is greater than 256.
2007-04-03fix enumeration of disabled tests when they have the highest numberYang Tse
2007-04-03Improve displaying of logfiles making sure all lines end with \nYang Tse
and avoid using ! as last char of line.
2007-04-03try not to link with unneeded libs, avoiding global LDADDYang Tse
2007-04-03when detecting un/supported sshd options use curl's sshd config file.Yang Tse
2007-04-03Eliminate the sshd option checking dependency on wc and make it faster.Dan Fandrich
2007-04-02fix error in previous commitYang Tse
2007-04-02verify ssh daemon versionYang Tse
2007-04-01print update message only if we really update CVS.Gunter Knauf
2007-04-01Added scp and sftp nonexistent file retrieval tests, but leave themDan Fandrich
disabled for now.
2007-03-31Disable the SSH tests until the libssh2 bugs that causes test hangsDan Fandrich
are sorted out.
2007-03-31sshd 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-30Fixed some typos in the comments.Dan Fandrich
2007-03-30Resurrected old FTPS error tests 402 and 403 as 404 and 405.Dan Fandrich
2007-03-30Added HTTP --max-filesize tests and FTPS CCC failure test.Dan Fandrich
2007-03-30Searching for sshd and sftp-server will be done firstYang Tse
in the PATH and afterwards in other common locations.
2007-03-30ignore more generated filesYang Tse
2007-03-30Don't tear down the ftp connection if the maximum filesize was exceededDan Fandrich
and added tests 290 and 291 to check.
2007-03-30Added FTP-SSL failure test 402Dan Fandrich
2007-03-29Added ftps upload test 401Dan Fandrich
2007-03-29Eliminated extra / in scp/sftp URLs.Dan Fandrich
2007-03-29Add another option to tighten the test environment.Dan Fandrich
2007-03-29Abort if attempting to run as root.Dan Fandrich
2007-03-28Only show exit status in verbose mode.Dan Fandrich
2007-03-28Don't launch sshd as a daemon so its output can be logged.Dan Fandrich
2007-03-27Tighten up a few more OpenSSH optionsDan Fandrich
2007-03-26Added SFTP and SCP upload tests in test602 & test603Dan Fandrich
2007-03-26Added test600 and test601, SFTP and SCP file retrieval tests.Dan Fandrich
2007-03-26catch up new lib extension when build with gcc/nlmconv.Gunter Knauf
2007-03-24Added sshserver.plDan Fandrich
2007-03-24Fixed a memory leak when specifying a proxy with a file: URL and addedDan Fandrich
test case 288 to verify it.
2007-03-24Changed the test harness to attempt to gracefully shut down serversDan Fandrich
before resorting to the kill -9 hammer. Added test harness infrastructure to support scp/sftp tests, using OpenSSH as the server.
2007-03-18language fixDaniel Stenberg
2007-03-18detect and show if built with yassl, but also set the "openssl" flag internallyDaniel Stenberg
since that is the API yassl attempts to provide
2007-03-16openssl/bio.h doesn't exist when we build with yassl so avoid tryingDaniel Stenberg
2007-03-16Fixed the test case to use a truly invalid urlglob range.Dan Fandrich
2007-03-12libcurl supplies its own crypto hash functions when SSL is disabled, soDan Fandrich
'crypto' tests aren't dependent on SSL. Compiling with --disable-crypto-auth will cause test failures, however.