summaryrefslogtreecommitdiff
path: root/regress/usr.bin
AgeCommit message (Expand)Author
2018-07-09catch up with compile.c rev. 1.48; while here, also add tests forIngo Schwarze
2018-07-08Make readlink -f work in a POSIXly correct way.Martijn van Duren
2018-07-04deal with API rename: match_filter_list() => match_filter_blacklist()Damien Miller
2018-07-04exercise new expansion behaviour of PubkeyAcceptedKeyTypes and, byDamien Miller
2018-07-03add a comment that could have saved me 45 minutes of wild goose chasingDamien Miller
2018-07-03some magic for RSA-SHA2 checksDamien Miller
2018-07-02One ampersand is enough to backgroud an process. OpenBSD doesn't seemDarren Tucker
2018-06-25Add a regression test for running jot without any arguments.Theo Buehler
2018-06-19test PermitListen with bare port numbersDamien Miller
2018-06-07test the correct configuration option nameDamien Miller
2018-06-07permitlisten/PermitListen unit test from MarkusDamien Miller
2018-06-06regress test for PermitOpenDamien Miller
2018-06-01Adapt to extra default verboisity from ssh-keygen when searching forDamien Miller
2018-05-31Silence compiler warnings in the K&R style test code.Todd C. Miller
2018-05-22Add TEST_SSH_FAIL_FATAL variable, to force all failures to instantlyDamien Miller
2018-05-18don't think i had anything planned for whitespace-property-4; drop itJasper Lievisse Adriaanse
2018-05-17add some more whitespace torture partly induced by aja@Jasper Lievisse Adriaanse
2018-05-11Clean up comment.Darren Tucker
2018-04-10tweak usage()Theo Buehler
2018-04-10Two new low-level roff(7) features:Ingo Schwarze
2018-04-10more typos spotted by Karsten Weiss using codespellDamien Miller
2018-04-10make this a bit more portable-friendlyDamien Miller
2018-04-09When accessing an undefined number register, define it to be zero, likeIngo Schwarze
2018-04-09Using an undefined string or macro will cause it to be defined as empty.Ingo Schwarze
2018-04-06Add test for username options parsing order, prompted by bz#2849.Darren Tucker
2018-04-01Fix .CURDIR to run with obj directory.Alexander Bluhm
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