summaryrefslogtreecommitdiff
path: root/regress/usr.bin
AgeCommit message (Expand)Author
2021-04-06Add TEST_SSH_ELAPSED_TIMES environment variable to print the elapsedDarren Tucker
2021-04-06Don't check return value of unsetenv(). It's part of the environmentDarren Tucker
2021-03-31cannot effectively test posix-rename extension after changes inDamien Miller
2021-03-30In HTML output, correctly render .Bd -unfilled in proportionally-spacedIngo Schwarze
2021-03-21Build options regress with -DLIBRESSL_INTERNAL.Joel Sing
2021-03-19add a test for misc.c:argv_split(), currently failsDamien Miller
2021-03-19splitDamien Miller
2021-03-13Add TEST_SSH_MODULI_FILE variable to allow overriding of the moduli fileDarren Tucker
2021-03-11Check for the existence of p5-IO-Socket-SSL by checking for its SSL.pmTheo Buehler
2021-03-09Dedicated regress test for snmp(1) instead of semi-relying on snmpd(8)'sMartijn van Duren
2021-02-26zap spades of trailing whitespaceTheo Buehler
2021-02-26remove this KEX fuzzer; it's awkward to use and doesn't play niceDamien Miller
2021-02-25s/PubkeyAcceptedKeyTypes/PubkeyAcceptedAlgorithms/Damien Miller
2021-02-24Rename pubkeyacceptedkeytypes to pubkeyacceptedalgorithms in test toDarren Tucker
2021-02-18mark test-inlabel-wildcard-cert-no-CA-client as an expected failureTheo Buehler
2021-02-17Make sure puttygen is new enough to successfully run the PuTTY interopDarren Tucker
2021-02-16Add x509 certificate validation regression testsjan
2021-02-05Roll back the hostname->uname change in rev 1.10. It turns outDarren Tucker
2021-02-05hostname is not specified by POSIX but uname -n is, so use the latter forDarren Tucker
2021-01-30add a SK_DUMMY_INTEGRATE define that allows the dummy security keyDamien Miller
2021-01-18Fix long->int for convtime tests here too. Spotted by tobhe@.Darren Tucker
2021-01-15Change types in convtime() unit test to int to match change its new type.Darren Tucker
2021-01-09Adjust kexfuzz to addr.c/addrmatch.c split.Darren Tucker
2021-01-09Update unittests for addr.c/addrmatch.c split.Darren Tucker
2020-12-29Adapt to replacement of sntrup4591761x25519-sha512@tinyssh.org withDamien Miller
2020-12-22more detail for failing testsDamien Miller
2020-12-22regress test for KnownHostsCommandDamien Miller
2020-12-21Remove explicit rijndael-cbc@lysator.liu.se test since the cipher wasDarren Tucker
2020-12-21Rename syntax test of the \O escape sequence (suppress output groffIngo Schwarze
2020-12-21adapt to API change in hostkeys_foreach()/load_hostkeys()Damien Miller
2020-12-20slightly tweak the jot regress tests to avoid file name clashes onTheo Buehler
2020-12-17Remove echo headlines.Alexander Bluhm
2020-12-16Remove echo headlines. Makefile cleanup.Alexander Bluhm
2020-12-14Remove the expected failures on armv7. They do not match the currentAlexander Bluhm
2020-11-07Check return value of mmap(2) correctly and set correct flags. NowAlexander Bluhm
2020-10-25The GNU tbl(1) program contained in the groff package internallyIngo Schwarze
2020-10-24Treat \*[.T] in the same way as \*(.T rather than calling abort(3).Ingo Schwarze
2020-10-16In HTML output, avoid printing a newline right after <pre>Ingo Schwarze
2020-10-16few more things needs match.c and addrmatch.c now that log.cDamien Miller
2020-10-07remove GlobalKnownHostsFile for this test after UpdateHostkeysDamien Miller
2020-09-15add tests for PKG_CONFIG_SYSTEM_INCLUDE_PATHJasper Lievisse Adriaanse
2020-09-09Element next-line scopes can nest. Consequently, even when closingIngo Schwarze
2020-09-09adapt to SSH_SK_VERSION_MAJOR crankDamien Miller
2020-09-03oops, i tripped over $Mdocdate$ again; so sync the date after the commitIngo Schwarze
2020-09-03Fix two issues with .po (page offset) formatting:Ingo Schwarze
2020-09-03If .ti had an excessive argument, using it was attempted, in someIngo Schwarze
2020-09-02Do not indent by SIZE_MAX/2 when .ce occurs inside explicit no-fill mode.Ingo Schwarze
2020-09-01Ignore unreasonably large spacing modifiers in tbl layouts.Ingo Schwarze
2020-08-30Add regress test case for make/varmodifiers.c r1.48Theo Buehler
2020-08-28Ensure that address/mask mismatches are flagged at config-check time.Darren Tucker