Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-17 | add test case for gethostbyname() called with numeric hostname | Eric Faurot | |
2012-12-16 | - use diff -u like most anywhere to make the output readable. | Jasper Lievisse Adriaanse | |
ok phessler@ | |||
2012-12-12 | Add the test output. No cookie for me. | Paul de Weerd | |
2012-12-12 | Add a regression test for the bug millert@ fixed previously. | Paul de Weerd | |
OK millert@ | |||
2012-12-11 | include commented RCD ID - it helps our tools to sync with portable OpenSSH | Damien Miller | |
2012-12-11 | add hmac-ripemd160-etm@openssh.com | Markus Friedl | |
2012-12-11 | test the integrity of the packets; with djm@ | Markus Friedl | |
2012-12-11 | add etm modes | Markus Friedl | |
2012-12-11 | Add a (currently failing) regression test for a bug in grep. Otto@ | Paul de Weerd | |
has a fix under review. OK otto@ blambert@ | |||
2012-12-10 | - add tests for --{atleast,min,max}-version | Jasper Lievisse Adriaanse | |
2012-12-06 | Fix some problems with the keys-command test: | Darren Tucker | |
- use string comparison rather than numeric comparison - check for existing KEY_COMMAND file and don't clobber if it exists - clean up KEY_COMMAND file if we do create it. - check that KEY_COMMAND is executable (which it won't be if eg /var/run is mounted noexec). ok djm. | |||
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt | |
ok guenther millert kettenis | |||
2012-12-02 | regress for AllowTcpForwarding local/remote; ok markus@ | Damien Miller | |
2012-11-30 | Generate pf_print_host.c before mkdep uses it. | Tobias Ulmer | |
ok guenther@ | |||
2012-11-28 | Set used environment variables explicitly in makefile and use them | Alexander Bluhm | |
consistently in relayd regression test. | |||
2012-11-22 | regress for AuthorizedKeysCommand; hints from markus@ | Damien Miller | |
2012-11-19 | Do not crash on stray .Ta macros found outside column lists. | Ingo Schwarze | |
Problem reported by jmc@, thanks. | |||
2012-11-19 | In -Tman mode, support automatic word keeps in the SYNOPSIS | Ingo Schwarze | |
just like in -Tascii mode; requested by millert@. While here, do not escape the blank characters terminating man(7) macros; this is becoming more important as we use more keeps now. Note that -Tman still does not support .nr nS. | |||
2012-11-18 | Check that mandoc handles non-numeric width arguments | Ingo Schwarze | |
to .Bl -tag and .TP the same way as groff, even via -Tman. Some time ago, millert@ reported issues with these; apparently, those issues were fixed since then. | |||
2012-11-18 | Correct indentation for lists and displays inside lists. | Ingo Schwarze | |
Inspired by a diff from millert@, but implemented rather differently and with slightly better functionality. In particular, this one respects -offset and -width arguments found in the input file. | |||
2012-11-18 | Add a regress test for strtol, which currently fails. | Joel Sing | |
ok otto@ | |||
2012-11-18 | Test paragraph distance (.PD) implementation; | Ingo Schwarze | |
related to man_term.c rev. 1.88, man_validate.c rev. 1.56. | |||
2012-11-18 | Fix four small whitespace issues related to trailing punctuation | Ingo Schwarze | |
reported by Nicolas Joly <njoly at pasteur dot fr>: - add EOS spacing after trailing punctuation after .Cd, .Fc, and .Lb - suppress spacing before trailing punctuation after .Fd | |||
2012-11-16 | Two more macros (.Ap and .In) do trailing delimiter handling. | Ingo Schwarze | |
This fixes the end of sentence spacing in open(2) and in about 150 pages in the NetBSD base system. Reported by Nicolas Joly <njoly a pasteur point fr>, merci! | |||
2012-11-16 | Improve formatting of badly nested font blocks. | Ingo Schwarze | |
The basic idea is to already pop the font at the end marker instead of allowing it to linger until the final end of the block. This requires a few preliminaries: * For each block, save a pointer to the previous font to be used in case the block breaks another and gets extended. * That requires making node information writable during rendering. * Now fonts may get popped in the wrong order; hence, after the stack has already been rewound further by some block that began earlier, ignore popping a font that was put on the stack later. * To be able to exploit all this for font blocks, tie processing to their body, not their block, which is more logical anyway. Triggered by florian@ reporting vaguely similar issues with list blocks. | |||
2011-12-04 | test some simple macros; written while working on -Tman | Ingo Schwarze | |
2012-11-16 | Fix a crash triggered by .Bl -tag .It Xo .El .Sh found by florian@. | Ingo Schwarze | |
* When allocating a body end marker, copy the pointer to the normalized block information from the body block, avoiding the risk of subsequent null pointer derefence. * When inserting the body end marker into the syntax tree, do not try to copy that pointer from the parent block, because not being a direkt child of the block it belongs to is the whole point of a body end marker. * Even non-callable blocks (like Bd and Bl) can break other blocks; when this happens, postpone closing them out in the usual way. | |||
2012-11-12 | require scan_scaled to set errno to EINVAL rather than ERANGE if it | Alexander Hall | |
encounters an invalid multiplier, like the man page says it should "looks sensible" deraadt@, ok ian@ | |||
2012-11-07 | some new and 1 fixed test for fractional number negative exponent ^ | Otto Moerbeek | |
2012-11-06 | temporarily fix the static tests in testall by using NOPIE_LDFLAGS. | Federico G. Schwindt | |
2012-11-03 | local variables are only used in functions. | Antoine Jacoutot | |
Add missing RCS Ids. ok sthen@ | |||
2012-11-02 | Allow to specify how often a pattern has to show up in the relayd | Alexander Bluhm | |
log file during a test. | |||
2012-11-02 | Ktrace the relayd during the test if the KTRACE environment variable | Alexander Bluhm | |
is set. | |||
2012-11-02 | Make the relayd regression tests more verbose. Write everything | Alexander Bluhm | |
received from or sent to relayd into the client and server log file. | |||
2012-11-01 | Add regress tests for tail -f. | Landry Breuil | |
newsyslog test failing atm on NFS.. ok sthen@ | |||
2012-10-25 | SUBDIR += fenv, it's never too late | Miod Vallat | |
2012-10-20 | pf.conf "prio" syntax was changed (2012/07/09); adapt pfctl regress tests. | Stuart Henderson | |
ok henning@ prio X -> set prio X prio (X Y) -> set prio (X Y) | |||
2012-10-19 | scrub(set-tos XX) is deprecated, the preferred form (and thus display | Stuart Henderson | |
output) is set(tos XX). sync regression tests accordingly. henning@ ok. | |||
2012-10-19 | include a serial number when generating certs | Damien Miller | |
2012-10-13 | we are now warning about this ! | Marc Espie | |
2012-10-13 | fix test now that we forbid unclosed specs | Marc Espie | |
2012-10-09 | - adjust missing-req-4 test to properly fail | Jasper Lievisse Adriaanse | |
2012-10-09 | - add a (currently failing) test for nonexistant modules in Requires.private. | Jasper Lievisse Adriaanse | |
2012-10-09 | - allow PKG_CONFIG to be overriden and remove the commented fd.o PKG_CONFIG ↵ | Jasper Lievisse Adriaanse | |
variable. | |||
2012-10-05 | Add umac-128@openssh.com to the list of MACs to be tested | Darren Tucker | |
2012-10-05 | Use 'kill -0' to test for the presence of a pid since it's more portable | Darren Tucker | |
2012-09-17 | sync with transform-name-fix | Markus Friedl | |
2012-09-15 | sync with recent ipsecctl changes/fixes | Markus Friedl | |
2012-09-10 | use -Ocheck and waiting for completions by PID to make multiplexing test | Darren Tucker | |
less racy and (hopefully) more reliable on slow hardware. | |||
2012-09-10 | Log -O cmd output to the log file and make logging consistent with the other | Darren Tucker | |
tests. Test clean shutdown of an existing channel when testing "stop". |