summaryrefslogtreecommitdiff
path: root/regress/usr.bin/ssh/Makefile
AgeCommit message (Expand)Author
2019-07-16Remove ssh1 files from CLEANFILES since ssh1 no longer supported.Darren Tucker
2019-07-16Update names of host key files in CLEANFILES to match recent changes toDarren Tucker
2019-07-05Add (recently added) rsa_oldfmt to CLEANFILES.Darren Tucker
2019-01-20add "extra:" target to run some extra tests that are not enabled byDamien Miller
2018-12-15remove unused and problematic sudo clean. ok espieTed Unangst
2018-11-22Append pid to temp files in /var/run and set a cleanup trap for them.Darren Tucker
2018-06-07permitlisten/PermitListen unit test from MarkusDamien Miller
2017-10-24Add tests for URI parsing. OK markus@Todd C. Miller
2017-06-24regress test for ExposeAuthInfoDamien Miller
2016-12-16Add regression test for AllowUsers and DenyUsers. Patch from Zev WeissDarren 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-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-12Add testcase for ssh-keygen -j, -J and -K options for moduli screening.Darren Tucker
2016-06-03Add a test for ssh(1)'s config file parsing.Darren Tucker
2016-04-15remove redundant CLEANFILES sectionDamien Miller
2016-04-15sync CLEANFILES with portable, sortDamien Miller
2016-04-15regression test for ssh_config Include directiveDamien Miller
2016-03-04add KEX fuzzer harness; ok deraadt@Damien Miller
2016-02-18bsd.regress.mk doesn't automatically add "make clean" targets forDamien Miller
2015-09-24regress test for CertificateFile; patch from Meghana Bhat via bz#2436Damien Miller
2015-05-21regress test for AuthorizedPrincipalsCommandDamien Miller
2015-04-23Add a simple regression test for sshd's configuration parser. Right now,Darren Tucker
2015-03-16make CLEANFILES clean up more of the tests' droppingsDamien Miller
2015-01-26regression test for host key rotationDamien Miller
2015-01-20use SUBDIR to recuse into unit tests; makes "make obj" actuallyDamien Miller
2015-01-18regression test for known_host file editing usingDamien Miller
2015-01-18enable hostkey-agent.sh testDamien Miller
2015-01-13regress test for PubkeyAcceptedKeyTypes; ok markus@Damien Miller
2015-01-12unbreak parsing of pubkey comments; with gerhard; ok djm/deraadtMarkus Friedl
2014-12-22regression test for multiple required pubkey authentication;Damien Miller
2014-12-22adjust for new SHA256 key fingerprints and slightly-different MD5 hexDamien Miller
2014-06-24unit and fuzz tests for new key APIDamien Miller
2014-04-30unit tests for new buffer API; including basic fuzz testingDamien Miller
2014-01-25Add a test for DH GEX sizesDarren Tucker
2013-12-06test ed25519 support; from djm@Markus Friedl
2013-10-09regression test for sftp request white/blacklisting and readonly mode.Damien Miller
2013-04-18test sshd ChrootDirectory+internal-sftp; feedback & ok dtucker@Damien Miller
2013-04-07use -E option for ssh and sshd to write debuging logs to ssh{,d}.log andDarren Tucker
2013-04-06Split the regress log into 3 parts: the debug output from ssh, the debugDarren Tucker
2013-01-18Tests for Key Revocation Lists (KRLs)Damien Miller
2012-12-11test the integrity of the packets; with djm@Markus Friedl
2012-12-02regress for AllowTcpForwarding local/remote; ok markus@Damien Miller
2012-11-22regress for AuthorizedKeysCommand; hints from markus@Damien Miller
2011-01-06regress test for LocalCommand %n expansion from bert.wesarg ATDamien Miller
2010-09-22regress test for each of the key exchange algorithms that we supportDamien Miller
2010-09-02test different key types (dsa, rsa, ecdsa) and sizes for loginMarkus Friedl
2010-08-31tests for ECDSA keysDamien Miller
2010-06-27fix how we run the tests so we can successfully use SUDO='sudo -E' in our envPeter Hessler