summaryrefslogtreecommitdiff
path: root/regress/usr.bin/ssh
AgeCommit message (Expand)Author
2024-02-19Always define puttysetup function.Darren Tucker
2024-02-09Expand the set of ciphers, MACs and KEX methods in the PuTTY interop tests.Darren Tucker
2024-02-09Factor out PuTTY setup and call when needed.Darren Tucker
2024-01-11don't disable RSA test when DSA is disabled; bug introduced in last commitDamien Miller
2024-01-11make DSA testing optional, defaulting to onDamien Miller
2024-01-09extend ChannelTimeout regression test to exercise multiplexed connectionsDamien Miller
2023-12-18regress test for agent PKCS#11-backed certificatesDamien Miller
2023-12-18regress test for constrained PKCS#11 keysDamien Miller
2023-11-01Specify ssh binary to use instead of relying on installed one. FixesDarren Tucker
2023-11-01add some tests of forced commands overriding Subsystem directivesDamien Miller
2023-10-31Don't try to use sudo inside sshd log wrapper. We still need toDarren Tucker
2023-10-31Only try to chmod logfile if we have sudo. If we don't have sudoDarren Tucker
2023-10-30move PKCS#11 setup code to test-exec.sh so it can be reused elsewhereDamien Miller
2023-10-30tidy and refactor PKCS#11 setup codeDamien Miller
2023-10-29Only try to chown logfiles that exist to prevent spurious errors.Darren Tucker
2023-10-26make use of bsd.regress.mk in extra and interop targets; ok dtucker@Anton Lindqvist
2023-10-26Skip conch interop tests when not enabled instead of fatal.Darren Tucker
2023-10-25ssh conch interop tests requires a controlling terminal; ok dtucker@Anton Lindqvist
2023-10-23Use private key that is allowed by sshd defaults in conch interop tests.Anton Lindqvist
2023-10-20Allow overriding the locations of the Dropbear binaries similar to whatDarren Tucker
2023-10-20Add interop test with Dropbear. Right now this is only dbclient not theDarren Tucker
2023-10-12typos and extra debug trace callsDamien Miller
2023-10-12ensure logs are owned by correct user; feedback/ok dtucker@Damien Miller
2023-10-06typo in error messageDamien Miller
2023-10-06Perform the softhsm2 setup as discrete steps rather than as a longDamien Miller
2023-09-24REGRESS_FAIL_EARLY defaults to yes now. So no need to overload theClaudio Jeker
2023-09-08regress test recursive remote-remote directories copies where theDamien Miller
2023-09-08regress test for recursive copies of directories containing symlinksDamien Miller
2023-09-06regression test for override of subsystem in match blocksDamien Miller
2023-07-28don't need to start a command here; use ssh -N instead.Damien Miller
2023-05-17add LTESTS_FROM variable to allow skipping of tests up to a specificDamien Miller
2023-05-12test ChrootDirectory in Match blockDamien Miller
2023-05-12better error messagesDamien Miller
2023-03-27Remove compatibility code for OpenSSL 1.0.* versions now that -portableDarren Tucker
2023-03-27Add RevokedHostKeys to percent expansion test.Darren Tucker
2023-03-06Unit test for kex_proposal_populate_entries.Darren Tucker
2023-03-02Remove SUDO in proxy command wrapper. Anything that needs sudo isDarren Tucker
2023-03-02Fix breakage on dhgex test.Darren Tucker
2023-03-02Quote grep and log message better.Darren Tucker
2023-03-01Remove old log symlinks before creating new ones. In -portable someDarren Tucker
2023-03-01Rework logging for the regression tests. Previously we would log toDarren Tucker
2023-02-10test -Ohashalg=... and that the default output contains bothDamien Miller
2023-02-09Test adding terminating newline to known_hosts.Darren Tucker
2023-02-08ssh-agent doesn't actually take -v, so the recently-added ones willDarren Tucker
2023-02-02test compat_kex_proposal(); by dtucker@Damien Miller
2023-01-19Check if we can copy sshd or need to use sudo to do so during reexecDarren Tucker
2023-01-17also check that an active session inhibits UnusedConnectionTimeoutDamien Miller
2023-01-17regression test for UnusedConnectionTimeoutDamien Miller
2023-01-16unbreak test: cannot access shell positional parameters past $9 withoutDamien Miller
2023-01-15adapt to ed25519 changes in src/usr.bin/sshDamien Miller