summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2019-08-04Add arm64 asm for stackpivot regress test.mortimer
2019-08-04Test that unmount works after calling unlink(2) with relativeAlexander Bluhm
2019-08-01Call unveil(2) in combination with unlink(2) and chroot(2).Alexander Bluhm
2019-08-02pass -Dchecksum around so that checksum is exercised.Marc Espie
2019-08-02fix some memleaks in test_helper codeDamien Miller
2019-08-01Link regress unveil-unmount to build.Alexander Bluhm
2019-08-01Call unveil(2) in combination with unlink(2) and chroot(2).Alexander Bluhm
2019-07-29regress: Add mips64 stack pivot asm for octeon in stackpivot testsmortimer
2019-07-26The strncat test is passing, do not add it to expected failures.Alexander Bluhm
2019-07-26Restrict limit-keytype to types supported by build. This means we haveDarren Tucker
2019-07-25Since switching from bfd to lld linker there are no warnings aboutAlexander Bluhm
2019-07-25Only use supported key types during KRL test, preferring ed25519 sinceDarren Tucker
2019-07-25Switch keys-command test from rsa to ed25519 since it's supported forDarren Tucker
2019-07-25Make certificate tests work with the supported key algorithms. AllowsDarren Tucker
2019-07-23Construct list of key types to test based on the types supported by theDarren Tucker
2019-07-23Only use DSA key type in tests if binaries support it.Darren Tucker
2019-07-23Fix realpath(3) errno code for an empty input path string.Stefan Sperling
2019-07-23Skip DH group generation test if binaries don't support DH-GEX.Darren Tucker
2019-07-23Only test conversion of key types supported by the binaries.Darren Tucker
2019-07-23Only add ssh-dss to allowed key types if it's supported by the binary.Darren Tucker
2019-07-20Remove the sleeps and thus races from the forwarding test. They wereDarren Tucker
2019-07-20Allow SLEEPTIME to be overridden.Darren Tucker
2019-07-20Move sleep time into a variable so that we can increase it for platformsDarren Tucker
2019-07-19add regression tests for scp for out-of-destination path file creationDamien Miller
2019-07-18new test for an empty text block; from rea@ via bapt@ (FreeBSD)Ingo Schwarze
2019-07-17Update appstest.shKinichiro Inoguchi
2019-07-17The Adj-RIB-Out is gone (or actually implemented differently). AdjustClaudio Jeker
2019-07-16adapt to sshbuf_dtob64() changeDamien Miller
2019-07-16New realpath(3) requires existing files. Create fake disk imagesAlexander Bluhm
2019-07-16Call stat(2) only once in realpath(3) userland reference implementation.Alexander Bluhm
2019-07-16so the output changed slightly, againMarc Espie
2019-07-16Remove ssh1 files from CLEANFILES since ssh1 no longer supported.Darren Tucker
2019-07-16Update names of host key files in CLEANFILES to match recent changes toDarren Tucker
2019-07-15Our kernel __realpath(2) implementation does not allow non-existingAlexander Bluhm
2019-07-15unit tests for sshbuf_cmp() and sshbuf_find(); ok markusDamien Miller
2019-07-14unit tests for sshbuf_peek/poke bounds-checked random accessDamien Miller
2019-07-12Test should also run if there is no obj directory. Name regressAlexander Bluhm
2019-07-11fix date which got broken by Mdocdate during commitIngo Schwarze
2019-07-11When parsing a tab character that is not preceded by a space characterIngo Schwarze
2019-07-11tweak tests to match simpler behaviorMarc Espie
2019-07-10yet another creation instanceMarc Espie
2019-07-10actually we only care about the first error line, and the final statusMarc Espie
2019-07-10tweak the pipe to backsubstitute USER for `whoami` so that we can storeMarc Espie
2019-07-10another error injectionMarc Espie
2019-07-09Regress realpath(3) fails since the non directory hack has beenAlexander Bluhm
2019-07-09Fix white spaces.Alexander Bluhm
2019-07-09There was a race what is read first: the EOF from stdin to terminateAlexander Bluhm
2019-07-09add a test that explicitly requires test to run.Marc Espie
2019-07-09add a test using fault injection to trigger OpenBSD::Temp errorsMarc Espie
2019-07-09On slow armv7 machine reconnect timeout is faster than test, soAlexander Bluhm