summaryrefslogtreecommitdiff
path: root/regress/usr.bin/ssh
AgeCommit message (Expand)Author
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
2016-11-01Clean up MALLOC_OPTIONS. For the unittests, move MALLOC_OPTIONS andTheo Buehler
2016-10-31Remove the obsolete A and P flags from MALLOC_OPTIONS.Theo Buehler
2016-10-11fix the KEX fuzzer - the previous method of obtaining the packet contentsDamien Miller
2016-10-06Move USER out of the way to unbreak the BUILDUSER mechanism.Martin Natano
2016-09-30In ssh tests set REGRESS_FAIL_EARLY with ?= so that the environmentAlexander Bluhm
2016-09-28Add a makefile rule to create the ssh library when regress needsAlexander Bluhm
2016-09-26Allow to run ssh regression tests as root. If the user is alreadyAlexander Bluhm
2016-09-21disable tests for affirmative negated match after backout ofDamien Miller
2016-09-21test all the AuthorizedPrincipalsCommand % expansionsDamien Miller
2016-09-16add a note on kexfuzz' limitationsDamien Miller
2016-09-16fix for newer modp DH groups (diffie-hellman-group14-sha256 etc)Damien Miller
2016-09-14Improve test coverage of ssh-keygen -T a bit.Darren Tucker
2016-09-12Add testcase for ssh-keygen -j, -J and -K options for moduli screening.Darren Tucker
2016-08-23add tests for addr_match_list()Damien Miller
2016-08-23remove Protocol directive from client/server configs that causesDamien Miller
2016-08-19add tests for matching functionsDamien Miller
2016-07-14Correct equal in test.Darren Tucker
2016-07-04DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGSPhilip Guenther
2016-06-03Add a test for ssh(1)'s config file parsing.Darren Tucker
2016-06-03Add 'sshd' to the test ID as I'm about to add a similar set for ssh.Darren Tucker
2016-05-30stricter malloc.conf(5) options for utf8 testsIngo Schwarze
2016-05-30Fix two rare edge cases:Ingo Schwarze
2016-05-26test the new utf8 moduleIngo Schwarze
2016-05-03Set umask to prevent "Bad owner or permissions" errors.Darren Tucker
2016-05-03support doasDamien Miller
2016-05-03unit tests for sshbuf_dup_string()Damien Miller
2016-05-03Use a subshell for constructing key types to work around different sedDarren Tucker
2016-05-02unit and regress tests for SHA256/512; ok markusDamien Miller
2016-04-15missing bit of Include regressDamien Miller
2016-04-15remove redundant CLEANFILES sectionDamien Miller