Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the sleeps and thus races from the forwarding test. They were | 2019-07-20 | 1 | -21/+19 | |
| | | | | | | originally required to work with Protocol 1, but now we can use ssh -N and the control socket without the sleeps. While there, suppress output fro the control exit commands. | ||||
* | Allow SLEEPTIME to be overridden. | 2019-07-20 | 1 | -2/+2 | |
| | |||||
* | Move sleep time into a variable so that we can increase it for platforms | 2019-07-20 | 1 | -9/+11 | |
| | | | | or configurations that are much slower then usual. | ||||
* | eliminate explicit specification of protocol in tests and loops over | 2017-04-30 | 1 | -94/+80 | |
| | | | | protocol. We only support SSHv2 now. | ||||
* | fully unbreak: some $SSH invocations did not have -F specified and | 2017-01-30 | 1 | -10/+10 | |
| | | | | could pick up the ~/.ssh/config of the user running the tests | ||||
* | partially unbreak: was not specifying hostname on some $SSH invocations | 2017-01-30 | 1 | -3/+3 | |
| | |||||
* | Make forwarding test less racy by using unix domain sockets instead of | 2017-01-06 | 1 | -14/+20 | |
| | | | | TCP ports where possible. Patch from cjwatson at debian.org via bz#2659. | ||||
* | unbreak test for recent ssh de-duplicated forwarding change | 2016-04-14 | 1 | -2/+2 | |
| | |||||
* | make it possible to run tests w/o ssh1 support; ok djm@ | 2015-03-03 | 1 | -5/+8 | |
| | |||||
* | fix a race condition by using a mux socket rather than an | 2015-02-23 | 1 | -3/+6 | |
| | | | | ineffectual wait statement | ||||
* | correct paths to configuration files being written/updated; | 2015-02-21 | 1 | -3/+3 | |
| | | | | they live in $OBJ not cwd; some by Roumen Petrov | ||||
* | Add support for Unix domain socket forwarding. A remote TCP port | 2014-07-15 | 1 | -3/+19 | |
| | | | | | | | | may be forwarded to a local Unix domain socket and vice versa or both ends may be a Unix domain socket. This is a reimplementation of the streamlocal patches by William Ahern from: http://www.25thandclement.com/~william/projects/streamlocal.html OK djm@ markus@ | ||||
* | Add test for forward config parsing | 2013-06-10 | 1 | -1/+16 | |
| | |||||
* | Move the setting of DATA and COPY into test-exec.sh | 2013-05-17 | 1 | -4/+4 | |
| | |||||
* | use -E option for ssh and sshd to write debuging logs to ssh{,d}.log and | 2013-04-07 | 1 | -3/+3 | |
| | | | | | | save the output from any failing tests. If a test fails the debug output from ssh and sshd for the failing tests (and only the failing tests) should be available in failed-ssh{,d}.log. | ||||
* | append to rather than truncate test log; bz#2013 from openssh AT | 2012-06-01 | 1 | -3/+3 | |
| | | | | roumenpetrov.info | ||||
* | regress test for stdio forwarding | 2010-01-11 | 1 | -1/+11 | |
| | |||||
* | add test for ExitOnForwardFailure=yes | 2006-07-11 | 1 | -1/+31 | |
| | |||||
* | Regress test for ClearAllForwardings (bz #994); ok markus@ | 2005-03-10 | 1 | -1/+32 | |
| | |||||
* | allow specification of binary-under-test with | 2002-03-15 | 1 | -3/+3 | |
| | | | | $TEST_SSH_{SSH,SSHD,SSHAGENT,SSHADD,SSHKEYGEN,SSHKEYSCAN} | ||||
* | $OpenBSD$, public domain | 2002-02-16 | 1 | -0/+3 | |
| | |||||
* | we don't need a listening sshd for most of our tests, just | 2002-02-15 | 1 | -0/+2 | |
| | | | | | connect client and server w/o TCP: ssh -o 'proxycommand sshd -i -f $OBJ/sshd_proxy' | ||||
* | serveral tests for ssh-keygen/ssh/sshd/ssh-add/ssh-agent | 2002-02-14 | 1 | -0/+28 | |
note that these tests will start sshd on 127.0.0.1:4242 and will fail if the realpath of /usr/src/usr.sbin/ssh/obj/ contains a group or world writeable directory. |