summaryrefslogtreecommitdiff
path: root/regress/usr.bin
AgeCommit message (Expand)Author
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
2023-01-14Shell syntax fix. From ren mingshuai vi github PR#369.Darren Tucker
2023-01-14Instead of skipping the all-tokens test if we don't have OpenSSL (sinceDarren Tucker
2023-01-13Move scp path setting to a helper function.Darren Tucker
2023-01-13Add scp's path to test sshd's PATH.Darren Tucker
2023-01-11rewrite this test to use a multiplexed ssh session so we can controlDamien Miller
2023-01-09Fix the syscallwx target which is affected by both mimmutable(2) andAnton Lindqvist
2023-01-06When OpenSSL is not available, skip parts of percent test that require it.Darren Tucker
2023-01-06Save debug logs from ssh for debugging purposes.Darren Tucker
2023-01-06regression test for ChannelTimeoutDamien Miller
2023-01-06fix typo in verbose loggingDamien Miller
2023-01-06unit tests for misc.c:ptimeout_* APIDamien Miller
2023-01-04Copy bytes from the_banana[] rather than banana()Theo Buehler
2023-01-02regression test for PermitRemoteOpenDamien Miller
2022-12-18nc: update regress after recent changesTheo Buehler
2022-12-08Stop overriding the regress target and use REGRESS_TARGETS instead.Anton Lindqvist
2022-12-07Fix comment typo.Darren Tucker
2022-12-01Clean up ssh-add and ssh-agent logs.Darren Tucker
2022-12-01Log output of ssh-agent and ssh-add to make debugging easier.Darren Tucker
2022-11-18cope with new getaddrinfo() error messageAnton Lindqvist
2022-11-11cvs(1) populates the author keyword using getlogin(2), therefore favorAnton Lindqvist
2022-10-30Use variable for diff options instead of unconditionally specifying "-rN".Darren Tucker
2022-10-24regress test for unmatched glob characters; fails before previousDamien Miller
2022-09-02The sysORTable doesn't have 10 entries anymore.Martijn van Duren
2022-08-28Adjust desired output after tbl_term.c rev. 1.66 (stop skippingIngo Schwarze
2022-08-28Vertical spacing changes around tables in man_term.c rev. 1.194Ingo Schwarze
2022-08-19Up to version 1.22.4, groff_mdoc(7) only considered the first wordIngo Schwarze
2022-08-16Adjust desired output after the bugfix man.c rev. 1.137.Ingo Schwarze
2022-08-16New tests of tabs in fill mode, in particularIngo Schwarze
2022-08-16Adjust the desired output after the improvements in term.c rev. 1.150.Ingo Schwarze
2022-08-15Some more tests of no-fill mode similar to mdoc/Bd/blank.inIngo Schwarze
2022-08-15oops, once again, i failed to correctly sync some dates in the footerIngo Schwarze
2022-08-15Distinguish between escape sequences that produce no outputIngo Schwarze
2022-08-11add some tests for parse_absolute_time(), including cases where itDamien Miller
2022-08-03some love for patch regressOmar Polo
2022-08-02If the body of a man(7) .MT or .UR block is empty, do not emit a warning.Ingo Schwarze
2022-08-02Reorganize the tests that require custom command line optionsIngo Schwarze
2022-07-25Restore missing "!" in TEST_SSH_ELAPSED_TIMES test.Darren Tucker
2022-07-24Test TEST_SSH_ELAPSED_TIMES for empty string not executable. No-opDarren Tucker
2022-07-20crank SSH_SK_VERSION_MAJOR to matchDamien Miller
2022-07-14Only run the client connection test with supported ciphers. Avoids testTheo Buehler
2022-07-06While the HTML standard allows multiple <h1> elements in the sameIngo Schwarze