summaryrefslogtreecommitdiff
path: root/regress/usr.bin/ssh
AgeCommit message (Expand)Author
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
2017-06-07unbreak after sshv1 purgeDamien Miller
2017-05-08fix for new SSH_ERR_KEY_LENGTH error valueDamien Miller
2017-05-08remove arcfour, blowfish and CAST here tooDamien Miller
2017-04-30eliminate explicit specification of protocol in tests and loops overDamien Miller
2017-04-30remove SSHv1 support from unit testsDamien Miller
2017-04-28Merge missing bits from Colin Watson's patch in bz#2658 which make integrityDarren Tucker
2017-04-28Pull back some shell portability fixes from -portable to make future syncsDarren Tucker
2017-04-17Change COMPILER_VERSION tests which limited additional warnings to gcc4Jonathan Gray
2017-03-20remove /usr/bin/time calls around tests, makes diffing test runs harder.Damien Miller
2017-03-14Add unit test for convtime().Darren Tucker
2017-03-14Add ASSERT_LONG_* helpers.Darren Tucker
2017-03-11regress tests for loading certificates without public keys;Damien Miller
2017-02-19add test cases for C locale; ok schwarze@Damien Miller
2017-02-07Remove deprecated SSH1 options RSAAuthentication andDarren Tucker
2017-02-03unit test for match_filter_list() function; still want a betterDamien Miller
2017-01-30fully unbreak: some $SSH invocations did not have -F specified andDamien Miller
2017-01-30partially unbreak: was not specifying hostname on some $SSH invocationsDamien Miller
2017-01-06use correct ssh-add program; bz#2654, from Colin WatsonDamien Miller
2017-01-06Account for timeouts in the integrity tests as failures.Darren Tucker
2017-01-06Make forwarding test less racy by using unix domain sockets instead ofDarren Tucker
2016-12-19use standard /bin/sh equality test; from Mike FrysingerDamien Miller
2016-12-19remove testcase that depends on exact output and behaviour ofDamien Miller
2016-12-19Use LOGNAME to get current user and fall back to whoami if not set.Darren Tucker
2016-12-16Add regression test for AllowUsers and DenyUsers. Patch from Zev WeissDarren Tucker
2016-12-16revert to rev1.2; the new bits in this test depend on changes to sshDamien Miller
2016-12-16Move the "stop sshd" code into its own helper function. Patch fromDarren Tucker
2016-12-16regression test for certificates along with private key with noDamien Miller
2016-12-15Use $SUDO to read pidfile in case root's umask is restricted. FromDarren Tucker
2016-11-30test new behaviour of cert force-command restriction vs. authorized_key/Damien Miller
2016-11-25Allow PuTTY interop tests to run unattended. bz#2639, patch fromDarren Tucker
2016-11-25Reverse args to sshd-log-wrapper. Matches change in portable, where itDarren Tucker
2016-11-25Fix typo in trace message; from portable.Darren Tucker