summaryrefslogtreecommitdiff
path: root/regress/usr.bin/ssh
AgeCommit message (Expand)Author
2018-08-10The script that cooks up PuTTY format host keys does not understandDarren Tucker
2018-07-16memleak in unittest; found by valgrindDamien Miller
2018-07-13make this use ssh_proxy rather than starting/stopping a daemon forDamien Miller
2018-07-13fix leaks in unit test; with this, all unit tests are leak freeDamien Miller
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-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-22Add TEST_SSH_FAIL_FATAL variable, to force all failures to instantlyDamien Miller
2018-05-11Clean up comment.Darren Tucker
2018-04-10more typos spotted by Karsten Weiss using codespellDamien Miller
2018-04-10make this a bit more portable-friendlyDamien Miller
2018-04-06Add test for username options parsing order, prompted by bz#2849.Darren Tucker
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-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
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-11use cmp in a loop instead of diff -N to compare directories. The formerDarren Tucker
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-20more RCSIDsDamien Miller
2017-10-04exercise PermitOpen a little more thoroughlyDamien Miller
2017-09-26UsePrivilegeSeparation is gone, stop trying to test it.Darren Tucker
2017-09-21test reverse dynamic forwarding with SOCKSMarkus Friedl
2017-09-13Print SKIPPED if sudo and doas configuration is missing. PreventsAlexander Bluhm
2017-08-07Remove obsolete privsep=no fallback test.Darren Tucker
2017-08-07Remove non-privsep test since disabling privsep is now deprecated.Darren Tucker
2017-07-28Don't call fatal from stop_sshd since it calls cleanup which calls stop_sshdDarren Tucker
2017-06-24regress test for ExposeAuthInfoDamien Miller