summaryrefslogtreecommitdiff
path: root/regress/usr.bin
AgeCommit message (Collapse)Author
2017-01-19Make it so if the "server" is slow starting we don't fail..Bob Beck
Since I suspect bluhm@ is hitting this on whatever derpy thing is running the ftp regress test continuously
2017-01-19Implement line breaking of the generated HTML code at space charactersIngo Schwarze
in filled text. This does not affect HTML semantics, but makes the HTML code even more humanly readable. While here, - collapse multiple consecutive space characters in filled text - and insert a blank between style entries.
2017-01-18Make HTML output more human readable by overhauling line break logicIngo Schwarze
around tags and by introducing some simple indentation. No change of HTML semantics intended.
2017-01-11Do text production for .Bt, .Ex, .Rv, .Ud at the validation stageIngo Schwarze
rather than in the formatters. Use NODE_NOSRC flag for .Lb and NODE_NOSRC and NODE_NOPRT for .St. Results in a more rigorous syntax tree and in 135 lines less code. This work was triggered by a question from Abhinav Upadhyay <er dot abhinav dot upadhyay at gmail dot com> (NetBSD) on discuss@.
2017-01-08Stricter validation of the NAME section, in particular:Ingo Schwarze
- require a comma between names - reject all other text nodes - reject all empty Nm below NAME, not only in the leading position - reject Nm after Nd
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
If the first test in a series for a given MAC happens to modify the low bytes of a packet length, then ssh will time out and this will be interpreted as a test failure. Patch from cjwatson at debian.org via bz#2658.
2017-01-06Make forwarding test less racy by using unix domain sockets instead ofDarren Tucker
TCP ports where possible. Patch from cjwatson at debian.org via bz#2659.
2016-12-28Make the second, section number argument of .Xr mandatory.Ingo Schwarze
In fact, we have been requiring it for many years. The only reason to not warn when it was missing was excessive traditionalism - it was optional in 4.4BSD.
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
snprintf(..., "%s", NULL)
2016-12-19Use LOGNAME to get current user and fall back to whoami if not set.Darren Tucker
Mainly to benefit -portable since some platforms don't have whoami.
2016-12-16Add regression test for AllowUsers and DenyUsers. Patch from Zev WeissDarren Tucker
<zev at bewilderbeest.net>
2016-12-16revert to rev1.2; the new bits in this test depend on changes to sshDamien Miller
that aren't yet committed
2016-12-16Move the "stop sshd" code into its own helper function. Patch fromDarren Tucker
Zev Weiss <zev at bewilderbeest.net>, ok djm@
2016-12-16regression test for certificates along with private key with noDamien Miller
public half. bz#2617, mostly from Adam Eijdenberg
2016-12-15Use $SUDO to read pidfile in case root's umask is restricted. FromDarren Tucker
portable.
2016-12-07test different kinds of the "WARNING: whitespace at end of input line";Ingo Schwarze
bluhm@ noticed that this area can grow regressions
2016-12-07comment out non-working parts of the test with .ig rather than \",Ingo Schwarze
this is not supposed to test whitespace at the end of comments; noticed by bluhm@ who sent a different patch
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
principals
2016-11-25Allow PuTTY interop tests to run unattended. bz#2639, patch fromDarren Tucker
cjwatson at debian.org.
2016-11-25Reverse args to sshd-log-wrapper. Matches change in portable, where itDarren Tucker
allows sshd do be optionally run under Valgrind.
2016-11-25Fix typo in trace message; from portable.Darren Tucker
2016-11-06Add regress test script for openssl command.Kinichiro Inoguchi
ok beck@
2016-11-05fix previous; looks good to bcook@Ingo Schwarze
2016-11-05don't skip names that match the beginning of the file name;Ingo Schwarze
joint work with bcook@
2016-11-05update example directoryBrent Cook
2016-11-05add EXAMPLES and tweak some wordingIngo Schwarze
2016-11-04a new utility for bcook@: find mlinks for portable LibreSSLIngo Schwarze
2016-11-01Clean up MALLOC_OPTIONS. For the unittests, move MALLOC_OPTIONS andTheo Buehler
TEST_ENV to unittets/Makefile.inc. ok otto
2016-11-01MALLOC_OPTIONS=A no longer exists.Theo Buehler
2016-10-31Remove the obsolete A and P flags from MALLOC_OPTIONS.Theo Buehler
ok dtucker
2016-10-31MALLOC_OPTION 'A' no longer exists.Theo Buehler
2016-10-31fix a few suspicious (according to emacs) linesJasper Lievisse Adriaanse
2016-10-18adjust after the ordering was made well-defined in mandocdb.c rev. 1.180Ingo Schwarze
2016-10-17test .Bl -tag without -width;Ingo Schwarze
related to mandoc/mdoc_term.c rev. 1.231 and to textproc/groff-1.22.3p3
2016-10-11fix the KEX fuzzer - the previous method of obtaining the packet contentsDamien Miller
was broken. This now uses the new per-packet input hook, so it sees exact post-decrypt packets and doesn't have to pass packet integrity checks. ok markus@
2016-10-11Add a regression test for the off by one bug reported by pfg.Martijn van Duren
Based on the example presented by pfg. OK otto@
2016-10-07enable tests for cut(1) and wc(1)Ingo Schwarze
2016-10-07test multibyte behaviour of cut(1)Ingo Schwarze
2016-10-07minimal UTF-8 tests for wc(1)Ingo Schwarze
2016-10-07enable colrm and column, which i apparently forgotIngo Schwarze
2016-10-06Move USER out of the way to unbreak the BUILDUSER mechanism.Martin Natano
ok tb
2016-09-30The opencvs test checks the RCS id of the file I have just commited.Alexander Bluhm
So the test broke with my commit. Change the expected result and hope that this commit will not break it again.
2016-09-30The import test of regress/usr.bin/cvs tries to touch a file inAlexander Bluhm
src, not in obj. So better populate an import directory in obj and import from there. Also remove trailing whitespaces and semicolons. OK otto@
2016-09-30The opencvs sources are not linked to the build. To make the cvsAlexander Bluhm
regression test run, build opencvs on demand as a dependency. Input and OK otto@
2016-09-30In ssh tests set REGRESS_FAIL_EARLY with ?= so that the environmentAlexander Bluhm
can change it. OK djm@
2016-09-29with commitids, status produces an extra line per revisionOtto Moerbeek