Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-04 | Add arm64 asm for stackpivot regress test. | mortimer | |
2019-08-04 | Test that unmount works after calling unlink(2) with relative | Alexander Bluhm | |
directories obtained by chdir(2). | |||
2019-08-01 | Call unveil(2) in combination with unlink(2) and chroot(2). | Alexander Bluhm | |
Use umount(8) to check that the mountpoint leaks no vnode. | |||
2019-08-02 | pass -Dchecksum around so that checksum is exercised. | Marc Espie | |
Also, inject fault and verify that package does indeed not get fully deleted | |||
2019-08-02 | fix some memleaks in test_helper code | Damien Miller | |
bz#3037 from Jitendra Sharma | |||
2019-08-01 | Link regress unveil-unmount to build. | Alexander Bluhm | |
2019-08-01 | Call unveil(2) in combination with unlink(2) and chroot(2). | Alexander Bluhm | |
Use umount(8) to check that the mountpoint leaks no vnode. | |||
2019-07-29 | regress: Add mips64 stack pivot asm for octeon in stackpivot tests | mortimer | |
2019-07-26 | The strncat test is passing, do not add it to expected failures. | Alexander Bluhm | |
2019-07-26 | Restrict limit-keytype to types supported by build. This means we have | Darren Tucker | |
to skip a couple tests when only one key type is supported. | |||
2019-07-25 | Since switching from bfd to lld linker there are no warnings about | Alexander Bluhm | |
insecure libc functions anymore. To avoid false positives, change the regress result from FAILED to EXPECTED_FAIL if lld is used. When lld will support this feature, the regress tests can be enabled again. OK deraadt@ | |||
2019-07-25 | Only use supported key types during KRL test, preferring ed25519 since | Darren Tucker | |
it's supported by both OpenSSL and non-OpenSSL builds. | |||
2019-07-25 | Switch keys-command test from rsa to ed25519 since it's supported for | Darren Tucker | |
both OpenSSL and non-OpenSSL builds. | |||
2019-07-25 | Make certificate tests work with the supported key algorithms. Allows | Darren Tucker | |
tests to pass when built without OpenSSL. | |||
2019-07-23 | Construct list of key types to test based on the types supported by the | Darren Tucker | |
binaries. | |||
2019-07-23 | Only use DSA key type in tests if binaries support it. | Darren Tucker | |
2019-07-23 | Fix realpath(3) errno code for an empty input path string. | Stefan Sperling | |
It should return ENOENT in this case, but was returning EINVAL. ok bluhm@ deraadt@ | |||
2019-07-23 | Skip DH group generation test if binaries don't support DH-GEX. | Darren Tucker | |
2019-07-23 | Only test conversion of key types supported by the binaries. | Darren Tucker | |
2019-07-23 | Only add ssh-dss to allowed key types if it's supported by the binary. | Darren Tucker | |
2019-07-20 | Remove the sleeps and thus races from the forwarding test. They were | Darren Tucker | |
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. | |||
2019-07-20 | Allow SLEEPTIME to be overridden. | Darren Tucker | |
2019-07-20 | Move sleep time into a variable so that we can increase it for platforms | Darren Tucker | |
or configurations that are much slower then usual. | |||
2019-07-19 | add regression tests for scp for out-of-destination path file creation | Damien Miller | |
by Harry Sintonen via Jakub Jelen in bz3007 | |||
2019-07-18 | new test for an empty text block; from rea@ via bapt@ (FreeBSD) | Ingo Schwarze | |
2019-07-17 | Update appstest.sh | Kinichiro Inoguchi | |
- Add -modulus for dsa sub command - Remove -nextprotoneg | |||
2019-07-17 | The Adj-RIB-Out is gone (or actually implemented differently). Adjust | Claudio Jeker | |
the expected output files. | |||
2019-07-16 | adapt to sshbuf_dtob64() change | Damien Miller | |
2019-07-16 | New realpath(3) requires existing files. Create fake disk images | Alexander Bluhm | |
that are used in vmd(8) config parser. | |||
2019-07-16 | Call stat(2) only once in realpath(3) userland reference implementation. | Alexander Bluhm | |
2019-07-16 | so the output changed slightly, again | Marc Espie | |
2019-07-16 | Remove ssh1 files from CLEANFILES since ssh1 no longer supported. | Darren Tucker | |
2019-07-16 | Update names of host key files in CLEANFILES to match recent changes to | Darren Tucker | |
the tests. | |||
2019-07-15 | Our kernel __realpath(2) implementation does not allow non-existing | Alexander Bluhm | |
files anymore. This is conforming to POSIX. Adjust the regression test to the new behavior. OK beck@ | |||
2019-07-15 | unit tests for sshbuf_cmp() and sshbuf_find(); ok markus | Damien Miller | |
2019-07-14 | unit tests for sshbuf_peek/poke bounds-checked random access | Damien Miller | |
functions. ok markus@ | |||
2019-07-12 | Test should also run if there is no obj directory. Name regress | Alexander Bluhm | |
targets consistently with a run- prefix. | |||
2019-07-11 | fix date which got broken by Mdocdate during commit | Ingo Schwarze | |
2019-07-11 | When parsing a tab character that is not preceded by a space character | Ingo Schwarze | |
on an .It -column line, args() sets the MDOC_PHRASEQL flag to Quote the Last word of the Phrase. Even if it turns out this quoting is not needed because the word is already quoted for other reasons, clear the flag at the end of parsing the phrase, such that the flag does not leak to the next phrase. This patch fixes the bug that the trailing Macro on a line of the form .It "word<tab>word" Ta word Macro<eol> was incorrectly considered quoted and hence not parsed. Bug found by Havard Eidnes (he@) with the NetBSD gettytab(5) manual page: https://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=54361 Reported via Thomas Klausner (wiz@). | |||
2019-07-11 | tweak tests to match simpler behavior | Marc Espie | |
also actually check the return code now that it makes sense | |||
2019-07-10 | yet another creation instance | Marc Espie | |
2019-07-10 | actually we only care about the first error line, and the final status | Marc Espie | |
so just tell sed to do that | |||
2019-07-10 | tweak the pipe to backsubstitute USER for `whoami` so that we can store | Marc Espie | |
the ref error messages | |||
2019-07-10 | another error injection | Marc Espie | |
2019-07-09 | Regress realpath(3) fails since the non directory hack has been | Alexander Bluhm | |
removed from libc. Make the regress implementation more POSIX compliant like it has been done for the kernel. OK beck@ deraadt@ | |||
2019-07-09 | Fix white spaces. | Alexander Bluhm | |
2019-07-09 | There was a race what is read first: the EOF from stdin to terminate | Alexander Bluhm | |
the tty log collector, or log messages from the ptty. So some log messages could get lost at the end of testing. Now all available messages are read from the ptty before the test program terminates. | |||
2019-07-09 | add a test that explicitly requires test to run. | Marc Espie | |
thanks to tedu's tweaks to doas, there's no simpler way than to recurse thru make... | |||
2019-07-09 | add a test using fault injection to trigger OpenBSD::Temp errors | Marc Espie | |
2019-07-09 | On slow armv7 machine reconnect timeout is faster than test, so | Alexander Bluhm | |
error message appears twice. |