summaryrefslogtreecommitdiff
path: root/regress/usr.bin
AgeCommit message (Expand)Author
2018-03-30Fix overflow in list value parsing.Tobias Stoeckmann
2018-03-27Link apply into regress build.Tobias Stoeckmann
2018-03-27Fix possibly wrong execution of commands and out of boundary write withTobias Stoeckmann
2018-03-19Add a -q (for quick) mode to apptest.sh, and use it by default.Bob Beck
2018-03-16Tell puttygen to use /dev/urandom instead of /dev/random. On OpenBSD theyDarren Tucker
2018-03-14rename recently-added "valid-before" key restriction to "expiry-time"Damien Miller
2018-03-12check valid-before option in authorized_keysDamien Miller
2018-03-12explicitly specify RSA/SHA-2 keytype here tooDamien Miller
2018-03-12exlicitly include RSA/SHA-2 keytypes in PubkeyAcceptedKeyTypes hereDamien Miller
2018-03-04for the pty control tests, just check that the PTY path points toDamien Miller
2018-03-03unit tests for new authorized_keys options APIDamien Miller
2018-03-02fix testing of pty option, include positive test and testing ofDamien Miller
2018-03-02better testing for port-forwarding and restrict flags inDamien Miller
2018-02-27There were more now useless -S in the process accounting test.Alexander Bluhm
2018-02-27Stop mentionning/testing the for the ASU bit (S flag).Martin Pieuchot
2018-02-23Logically, the following are are type names - just like .Vt,Ingo Schwarze
2018-02-23unbreak interop test after SSHv1 purge;Damien Miller
2018-02-09Skip sftp-chroot test when SUDO not set instead of fatal().Darren Tucker
2018-02-09Replace fatal with exit in the case that we do not have $SUDO set.Darren Tucker
2018-02-08some helpers to check verbose/quiet modeDamien Miller
2018-02-07fix wrong dateIngo Schwarze
2018-02-06Delete the "no blank before trailing delimiter" check from theIngo Schwarze
2018-02-06Respect the OPENSSL make variable everywhere so thatTheo Buehler
2018-02-03Tests were incorrect.Martin Pieuchot
2018-01-13catch up with how formatting of long links was changedIngo Schwarze
2017-12-21another libssh casualtyDamien Miller
2017-12-21missed one (unbreak after ssh/lib removal)Damien Miller
2017-12-21unbreak unit tests after removal of src/usr.bin/ssh/libDamien Miller
2017-12-19explicitly test all key types and their certificate counterpartsDamien Miller
2017-12-15replace a hardcoded jot with ${JOT}Theo Buehler
2017-12-15enable the 'wDn' test now that jot has been fixed.Theo Buehler
2017-12-11use cmp in a loop instead of diff -N to compare directories. The formerDarren Tucker
2017-12-11Sergey Bronnikov's code coverage analysis shows that a few more code pathsTheo Buehler
2017-12-02Adapt to change in 0ZOtto Moerbeek
2017-12-01and enable new testOtto Moerbeek
2017-12-01extra tests for Z (upcoming implementation change)Otto Moerbeek
2017-11-29zap untrue comment (since bcode.c 1.43)Otto Moerbeek
2017-11-29fix decl of mainOtto Moerbeek
2017-11-08Enable this test on i386.Martin Pieuchot
2017-11-03Fix regression, pointed out by Mark Johnston.Martin Pieuchot
2017-10-30whitespace at EOLDamien Miller
2017-10-30whitespace at EOLDamien Miller
2017-10-25Use printenv to test whether an SSH_USER_AUTH is set instead ofTodd C. Miller
2017-10-24Add tests for URI parsing. OK markus@Todd C. Miller
2017-10-23ifelse is special, fix argv parsing to avoid segfaultMarc Espie
2017-10-20more RCSIDsDamien Miller
2017-10-16Add test for memcpy() -> memmove() regression.anton
2017-10-16Specify the xargs binary to test using a variable.anton
2017-10-04exercise PermitOpen a little more thoroughlyDamien Miller
2017-09-26UsePrivilegeSeparation is gone, stop trying to test it.Darren Tucker