Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-12 | Do not access a NULL pointer if a matrix or square root are empty. | Ingo Schwarze | |
Crashes found by tb@ with afl(1). | |||
2015-01-01 | eqn(7) tests | Ingo Schwarze | |
2017-02-11 | new regression tests for mdoc_macro.c revs. 1.167-1.172 | Ingo Schwarze | |
2017-02-11 | remove a few Mdocdate that snuck in | Ingo Schwarze | |
2017-02-07 | Remove deprecated SSH1 options RSAAuthentication and | Darren Tucker | |
RhostsRSAAuthentication from regression test sshd_config. | |||
2017-02-06 | one less groff-mandoc difference after mdoc_validate.c rev. 1.234 | Ingo Schwarze | |
2017-02-03 | unit test for match_filter_list() function; still want a better | Damien Miller | |
name for this... | |||
2017-01-30 | fully unbreak: some $SSH invocations did not have -F specified and | Damien Miller | |
could pick up the ~/.ssh/config of the user running the tests | |||
2017-01-30 | partially unbreak: was not specifying hostname on some $SSH invocations | Damien Miller | |
2017-01-29 | ouch, smallest regress ever. Can't believe no-one got bitten by this | Marc Espie | |
2017-01-27 | More s/OSCP/OCSP/ typos | Tom Cosgrove | |
ok jmc@ | |||
2017-01-26 | Fix -man -Thtml formatting after .nf (which has nothing to do | Ingo Schwarze | |
with "literal", by the way, it means "no fill"): * Use <pre> such that whitespace is preserved. * Preserve lines breaks. * For font alternating macros, avoid node recursion which required scary juggling with the fill state. Instead, simply print the text children directly. Missing feature first noticed by kristaps@ in 2011, the again reported by afresh1@ in 2016, and finally reported here: https://github.com/Debian/debiman/issues/21 , which i only found because of Shane Kerr's comment here: https://plus.google.com/110314300533310775053/posts/H1eaw9Yskoc | |||
2017-01-25 | +arm64; | Jason McIntyre | |
2017-01-23 | For testing http redirect unset http_proxy, not ftp_proxy. | Alexander Bluhm | |
2017-01-23 | The ftp program is only verbose by default, if stdin is a tty. As | Alexander Bluhm | |
the test greps for messages that are in the verbose output, add a ftp -v option so that make regress can be run by cron(8). | |||
2017-01-23 | When run as root, fstat prints the pcb pointer instead of 0x0. | Alexander Bluhm | |
Force netcat and ftp to use IPv4. Unset ftp proxy environment. | |||
2017-01-20 | Use bsd.regress.mk in the intended way so that the test prints | Alexander Bluhm | |
FAILED when it fails. | |||
2017-01-19 | Fix -L/-I processing in -0 mode so that NUL-delimited entries are | Todd C. Miller | |
treated as "lines". From FreeBSD. | |||
2017-01-19 | Make 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-19 | Implement line breaking of the generated HTML code at space characters | Ingo 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-18 | Make HTML output more human readable by overhauling line break logic | Ingo Schwarze | |
around tags and by introducing some simple indentation. No change of HTML semantics intended. | |||
2017-01-11 | Do text production for .Bt, .Ex, .Rv, .Ud at the validation stage | Ingo 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-08 | Stricter 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-06 | use correct ssh-add program; bz#2654, from Colin Watson | Damien Miller | |
2017-01-06 | Account 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-06 | Make forwarding test less racy by using unix domain sockets instead of | Darren Tucker | |
TCP ports where possible. Patch from cjwatson at debian.org via bz#2659. | |||
2016-12-28 | Make 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-19 | use standard /bin/sh equality test; from Mike Frysinger | Damien Miller | |
2016-12-19 | remove testcase that depends on exact output and behaviour of | Damien Miller | |
snprintf(..., "%s", NULL) | |||
2016-12-19 | Use 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-16 | Add regression test for AllowUsers and DenyUsers. Patch from Zev Weiss | Darren Tucker | |
<zev at bewilderbeest.net> | |||
2016-12-16 | revert to rev1.2; the new bits in this test depend on changes to ssh | Damien Miller | |
that aren't yet committed | |||
2016-12-16 | Move the "stop sshd" code into its own helper function. Patch from | Darren Tucker | |
Zev Weiss <zev at bewilderbeest.net>, ok djm@ | |||
2016-12-16 | regression test for certificates along with private key with no | Damien Miller | |
public half. bz#2617, mostly from Adam Eijdenberg | |||
2016-12-15 | Use $SUDO to read pidfile in case root's umask is restricted. From | Darren Tucker | |
portable. | |||
2016-12-07 | test different kinds of the "WARNING: whitespace at end of input line"; | Ingo Schwarze | |
bluhm@ noticed that this area can grow regressions | |||
2016-12-07 | comment 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-07 | enable commented parts of the test, they seem to work now | Ingo Schwarze | |
2016-12-07 | enable commented parts of the test, they seem to work now | Ingo Schwarze | |
2016-11-30 | test new behaviour of cert force-command restriction vs. authorized_key/ | Damien Miller | |
principals | |||
2016-11-25 | Allow PuTTY interop tests to run unattended. bz#2639, patch from | Darren Tucker | |
cjwatson at debian.org. | |||
2016-11-25 | Reverse args to sshd-log-wrapper. Matches change in portable, where it | Darren Tucker | |
allows sshd do be optionally run under Valgrind. | |||
2016-11-25 | Fix typo in trace message; from portable. | Darren Tucker | |
2016-11-06 | Add regress test script for openssl command. | Kinichiro Inoguchi | |
ok beck@ | |||
2016-11-05 | fix previous; looks good to bcook@ | Ingo Schwarze | |
2016-11-05 | don't skip names that match the beginning of the file name; | Ingo Schwarze | |
joint work with bcook@ | |||
2016-11-05 | update example directory | Brent Cook | |
2016-11-05 | add EXAMPLES and tweak some wording | Ingo Schwarze | |
2016-11-04 | a new utility for bcook@: find mlinks for portable LibreSSL | Ingo Schwarze | |
2016-11-01 | Clean up MALLOC_OPTIONS. For the unittests, move MALLOC_OPTIONS and | Theo Buehler | |
TEST_ENV to unittets/Makefile.inc. ok otto |