summaryrefslogtreecommitdiff
path: root/regress/usr.bin
AgeCommit message (Expand)Author
2019-07-11fix date which got broken by Mdocdate during commitIngo Schwarze
2019-07-11When parsing a tab character that is not preceded by a space characterIngo Schwarze
2019-07-05Add (recently added) rsa_oldfmt to CLEANFILES.Darren Tucker
2019-07-05Adapt the PuTTY/Conch tests to new key names.Darren Tucker
2019-07-05Add a sleep to allow forwards to come up.Darren Tucker
2019-06-27Add more option tests to req, ts, x509 and verify in appstest.shKinichiro Inoguchi
2019-06-24Add more options test to ocsp in appstest.shKinichiro Inoguchi
2019-06-23Add more option test to dgst in appstest.shKinichiro Inoguchi
2019-06-22Add more option tests to ca in appstest.shKinichiro Inoguchi
2019-06-21adapt for key shielding API changes (const removal)Damien Miller
2019-06-19use REGRESS_EXPECTED_FAILURESMarc Espie
2019-06-14check for convtime() refusing to accept times that resolve to LONG_MAXDamien Miller
2019-06-13Add more options to pkcs12 and smime in appstest.shKinichiro Inoguchi
2019-06-11Do not access a NULL pointer if a table contains a horizontal lineIngo Schwarze
2019-06-10Add pkcs12 options and smime tests for appstest.shKinichiro Inoguchi
2019-05-21forgot to add the testcase sorryMarc Espie
2019-05-21while writing new code, I just figured out I fucked upMarc Espie
2019-04-30In HTML output, allow switching the desired font for subsequentIngo Schwarze
2019-04-28Add unit tests for user@host and URI parsing.Darren Tucker
2019-04-21When calling an empty macro, do not clobber existing arguments.Ingo Schwarze
2019-04-21Implement the roff .break request (break out of a .while loop).Ingo Schwarze
2019-04-18Add tests for sshd -T -C with Match.Darren Tucker
2019-03-30tweak comment lines.YASUOKA Masahiko
2019-03-30Add a test case forasou
2019-03-21Test that "calendar -A 0" on a Friday doesn't include weekend events.Todd C. Miller
2019-03-01Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elementsIngo Schwarze
2019-02-16Add tests for pkeyutlKinichiro Inoguchi
2019-02-06Let roff_getname() end the roff identifier at a tab characterIngo Schwarze
2019-02-04add tests for PKG_CONFIG_$PACKAGE_$VARIABLEJasper Lievisse Adriaanse
2019-02-04add tests for recently added --validateJasper Lievisse Adriaanse
2019-01-31Since resetting of offsets works quite differently in man(7) and mdoc(7),Ingo Schwarze
2015-01-29reorg tbl(7) test suiteIngo Schwarze
2019-01-29Tests to verify that the special case for Friday is not applied whenTodd C. Miller
2019-01-28The test sshd_config in in $OBJ.Darren Tucker
2019-01-28Remove leftover debugging.Darren Tucker
2019-01-28Enable ssh-dss for the agent test. Disable it for the certificateDarren Tucker
2019-01-28Count the number of key types instead of assuming there are only two.Darren Tucker
2019-01-27Generate all key supported key types and enable for keyscan test.Darren Tucker
2019-01-21adapt to changes in KEX APIs and file removalsDamien Miller
2019-01-21adapt to changes in KEX API and file removalsDamien Miller
2019-01-21adapt to bignum1 API removal and bignum2 API changeDamien Miller
2019-01-21remove hack to use non-system libcryptoDamien Miller
2019-01-20allow override of ssh-pkcs11-helper binary via $TEST_SSH_SSHPKCS11HELPERDamien Miller
2019-01-20adapt agent-pkcs11.sh test to softhsm2 and add support for ECDSA keysDamien Miller
2019-01-20add "extra:" target to run some extra tests that are not enabled byDamien Miller
2019-01-17Test handling of escaped backslashes because the code related toIngo Schwarze
2019-01-11Remove the HTML title= attributes which harmed accessibility andIngo Schwarze
2019-01-07Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features)Ingo Schwarze
2019-01-06Finally, represent the man(7) .PP and .HP macros by the naturalIngo Schwarze
2019-01-05In no-fill mode, avoid bogus blank lines in two situations:Ingo Schwarze