summaryrefslogtreecommitdiff
path: root/regress/usr.bin
AgeCommit message (Expand)Author
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-09-01some very minor tweaks to bring us in line with mdoclint -r1.12 andJason McIntyre
2010-08-31put .Os in the right place;Jason McIntyre
2010-08-31- catching up with upstream mdoclint, recognise IMPLEMENTATION NOTES andJason McIntyre
2010-08-31tests for ECDSA keysDamien Miller
2010-08-31tests for ECDSA certificatesDamien Miller
2010-07-25basic regress tests (based on test-19.c) for _Bool and _Complex supportPhilip Guenthe
2010-07-16revisison -> revisionRay Lai
2010-07-14add regress tests for upcoming redirection changes to ftpAlexander Hall
2010-07-13Test for the awesome let's-silently-overwrite-local-files bug.Nicholas Marriott
2010-07-13regress for merge bug.Nicholas Marriott
2010-07-03the sedtest regress test requires 200-ish file descriptors, so set aPeter Hessler
2010-07-02oops, add a missing newline; noticed by and ok phessler@Christian Weisgerber
2010-07-01enable mandoc regression tests; ok phessler@Ingo Schwarze
2010-07-01Follow POSIX (IEEE Std 1003.1, 2004 Edition) in the implementationChristian Weisgerber
2010-07-01Allow [ to be used as a delimiter.Christian Weisgerber
2010-07-01more updatesIngo Schwarze
2010-07-01major update of the mandoc test suite:Ingo Schwarze
2010-06-29regress tests for key options in AuthorizedPrincipalsDamien Miller
2010-06-29Add regression tests for ftp regarding the -o flag.Alexander Hall
2010-06-27add the groff target to the 'make depend' step, so we build dependencies.Peter Hessler
2010-06-27enable the regress tests for file, and xlint.Peter Hessler
2010-06-27fix how we run the tests so we can successfully use SUDO='sudo -E' in our envPeter Hessler
2010-06-06also test .In following .In and .Ft following .FnIngo Schwarze
2010-05-07regress tests for AuthorizedPrincipalsFile and "principals=" key option.Damien Miller
2010-04-25Test handling of roff conditional instructions;Ingo Schwarze
2010-04-25Let the clean target remove cores,Ingo Schwarze
2010-04-23Update test to also check that .Xr without args is ignored.Ingo Schwarze
2010-04-23Check handling of tab characters.Ingo Schwarze
2010-04-23Do not run the tests with -fstrict -Wall by default.Ingo Schwarze
2010-04-16regression tests for v01 certificate formatDamien Miller
2010-04-15update the expected output for the test for -P; it usesStuart Henderson
2010-04-13test handling of multiple .It macros without intervening text;Ingo Schwarze
2010-04-12check handling of blank lines in literal context;Ingo Schwarze
2010-04-12new test to check vertical spacing in nested lists,Ingo Schwarze
2010-04-08Check the behaviour of quoted and unquoted punctuationIngo Schwarze
2010-04-07Make sure that the sequence .Fl, no argument, and another macroIngo Schwarze
2010-03-25test blank and newline handling in xargs(1) with and without -0 and -LIngo Schwarze
2010-03-23some oddity in the process of getting fixedMarc Espie
2010-03-04additional regression tests for revoked keys and TrustedUserCAKeysDamien Miller
2010-03-03add an extra test to ensure that authentication with the wrongDamien Miller
2010-02-26regression tests for certified keysDamien Miller
2010-02-24wait for sshd to fully stop in cleanup() function; avoids races in testsDamien Miller
2010-02-17regression test for .Xr argument handling;Ingo Schwarze
2010-02-10accept loongson in .Dt; ok espieJason McIntyre
2010-02-09turn on all the malloc(3) checking options when running regressionDamien Miller
2010-02-09clean up droppingsDamien Miller
2010-02-08test for PKCS#11 support (currently disabled)Markus Friedl
2010-01-11regress test for stdio forwardingDarren Tucker