summaryrefslogtreecommitdiff
path: root/regress/usr.bin
AgeCommit message (Expand)Author
2017-02-19add test cases for C locale; ok schwarze@Damien Miller
2017-02-17Use typographic quotes rather than '"' for .Rs %T (no change for -TasciiIngo Schwarze
2017-02-17Many people have been complaining for a long time that ``...'' looksIngo Schwarze
2017-02-17more tests for .IP/.nf interaction that i forgot to commitIngo Schwarze
2017-02-16Surprisingly, groff does not support scaling units in .Bl -columnIngo Schwarze
2017-02-16cope with macro value sorting implemented in dba.c rev. 1.6Ingo Schwarze
2017-02-16Fix block scoping error if an explicit block is broken by twoIngo Schwarze
2017-02-12Do not access a NULL pointer if a matrix or square root are empty.Ingo Schwarze
2015-01-01eqn(7) testsIngo Schwarze
2017-02-11new regression tests for mdoc_macro.c revs. 1.167-1.172Ingo Schwarze
2017-02-11remove a few Mdocdate that snuck inIngo Schwarze
2017-02-07Remove deprecated SSH1 options RSAAuthentication andDarren Tucker
2017-02-06one less groff-mandoc difference after mdoc_validate.c rev. 1.234Ingo Schwarze
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-29ouch, smallest regress ever. Can't believe no-one got bitten by thisMarc Espie
2017-01-27More s/OSCP/OCSP/ typosTom Cosgrove
2017-01-26Fix -man -Thtml formatting after .nf (which has nothing to doIngo Schwarze
2017-01-25+arm64;Jason McIntyre
2017-01-23For testing http redirect unset http_proxy, not ftp_proxy.Alexander Bluhm
2017-01-23The ftp program is only verbose by default, if stdin is a tty. AsAlexander Bluhm
2017-01-23When run as root, fstat prints the pcb pointer instead of 0x0.Alexander Bluhm
2017-01-20Use bsd.regress.mk in the intended way so that the test printsAlexander Bluhm
2017-01-19Fix -L/-I processing in -0 mode so that NUL-delimited entries areTodd C. Miller
2017-01-19Make it so if the "server" is slow starting we don't fail..Bob Beck
2017-01-19Implement line breaking of the generated HTML code at space charactersIngo Schwarze
2017-01-18Make HTML output more human readable by overhauling line break logicIngo Schwarze
2017-01-11Do text production for .Bt, .Ex, .Rv, .Ud at the validation stageIngo Schwarze
2017-01-08Stricter validation of the NAME section, in particular:Ingo Schwarze
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-28Make the second, section number argument of .Xr mandatory.Ingo Schwarze
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-12-07test different kinds of the "WARNING: whitespace at end of input line";Ingo Schwarze
2016-12-07comment out non-working parts of the test with .ig rather than \",Ingo Schwarze
2016-12-07enable commented parts of the test, they seem to work nowIngo Schwarze
2016-12-07enable commented parts of the test, they seem to work nowIngo Schwarze
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