Age | Commit message (Expand) | Author |
2019-04-30 | In HTML output, allow switching the desired font for subsequent | Ingo Schwarze |
2019-04-28 | Add unit tests for user@host and URI parsing. | Darren Tucker |
2019-04-21 | When calling an empty macro, do not clobber existing arguments. | Ingo Schwarze |
2019-04-21 | Implement the roff .break request (break out of a .while loop). | Ingo Schwarze |
2019-04-18 | Add tests for sshd -T -C with Match. | Darren Tucker |
2019-03-30 | tweak comment lines. | YASUOKA Masahiko |
2019-03-30 | Add a test case for | asou |
2019-03-21 | Test that "calendar -A 0" on a Friday doesn't include weekend events. | Todd C. Miller |
2019-03-01 | Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elements | Ingo Schwarze |
2019-02-16 | Add tests for pkeyutl | Kinichiro Inoguchi |
2019-02-06 | Let roff_getname() end the roff identifier at a tab character | Ingo Schwarze |
2019-02-04 | add tests for PKG_CONFIG_$PACKAGE_$VARIABLE | Jasper Lievisse Adriaanse |
2019-02-04 | add tests for recently added --validate | Jasper Lievisse Adriaanse |
2019-01-31 | Since resetting of offsets works quite differently in man(7) and mdoc(7), | Ingo Schwarze |
2015-01-29 | reorg tbl(7) test suite | Ingo Schwarze |
2019-01-29 | Tests to verify that the special case for Friday is not applied when | Todd C. Miller |
2019-01-28 | The test sshd_config in in $OBJ. | Darren Tucker |
2019-01-28 | Remove leftover debugging. | Darren Tucker |
2019-01-28 | Enable ssh-dss for the agent test. Disable it for the certificate | Darren Tucker |
2019-01-28 | Count the number of key types instead of assuming there are only two. | Darren Tucker |
2019-01-27 | Generate all key supported key types and enable for keyscan test. | Darren Tucker |
2019-01-21 | adapt to changes in KEX APIs and file removals | Damien Miller |
2019-01-21 | adapt to changes in KEX API and file removals | Damien Miller |
2019-01-21 | adapt to bignum1 API removal and bignum2 API change | Damien Miller |
2019-01-21 | remove hack to use non-system libcrypto | Damien Miller |
2019-01-20 | allow override of ssh-pkcs11-helper binary via $TEST_SSH_SSHPKCS11HELPER | Damien Miller |
2019-01-20 | adapt agent-pkcs11.sh test to softhsm2 and add support for ECDSA keys | Damien Miller |
2019-01-20 | add "extra:" target to run some extra tests that are not enabled by | Damien Miller |
2019-01-17 | Test handling of escaped backslashes because the code related to | Ingo Schwarze |
2019-01-11 | Remove the HTML title= attributes which harmed accessibility and | Ingo Schwarze |
2019-01-07 | Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features) | Ingo Schwarze |
2019-01-06 | Finally, represent the man(7) .PP and .HP macros by the natural | Ingo Schwarze |
2019-01-05 | In no-fill mode, avoid bogus blank lines in two situations: | Ingo Schwarze |
2019-01-05 | In groff, when the .SY block macro occurs in no-fill mode, | Ingo Schwarze |
2019-01-05 | Slowly start doing more HTML output tests, in this case for the | Ingo Schwarze |
2019-01-04 | fix the dates that got broken by cvs commit | Ingo Schwarze |
2019-01-04 | Test interaction of low-level roff(7) filling requests with .Bd in general | Ingo Schwarze |
2019-01-04 | test the roff(7) .ce and .rj requests; | Ingo Schwarze |
2019-01-01 | regress bits for banner processing refactor (this test was depending | Damien Miller |
2018-12-31 | catch up with the changed order of warnings; | Ingo Schwarze |
2018-12-27 | ssh_packet_set_state() now frees ssh->kex implicitly, so don't | Damien Miller |
2018-12-21 | Rename mandoc_getarg() to roff_getarg() and pass it the roff parser | Ingo Schwarze |
2018-12-20 | Bugfix: | Ingo Schwarze |
2018-12-16 | make test output less ugly | Ingo Schwarze |
2018-12-15 | Yet another round of improvements to manual font selection. | Ingo Schwarze |
2018-12-15 | Several improvements to escape sequence handling. | Ingo Schwarze |
2018-12-15 | remove unused and problematic sudo clean. ok espie | Ted Unangst |
2018-12-07 | Test that "b" and "t" (branch) commands can be followed by a semicolon | Ingo Schwarze |
2018-12-04 | Clean up the validation of .Pp, .PP, .sp, and .br. Make sure all | Ingo Schwarze |
2018-12-03 | In the validators, translate obsolete macro aliases (Lp, Ot, LP, P) | Ingo Schwarze |