Age | Commit message (Expand) | Author |
2020-11-07 | Check return value of mmap(2) correctly and set correct flags. Now | Alexander Bluhm |
2020-10-25 | The GNU tbl(1) program contained in the groff package internally | Ingo Schwarze |
2020-10-24 | Treat \*[.T] in the same way as \*(.T rather than calling abort(3). | Ingo Schwarze |
2020-10-16 | In HTML output, avoid printing a newline right after <pre> | Ingo Schwarze |
2020-10-16 | few more things needs match.c and addrmatch.c now that log.c | Damien Miller |
2020-10-07 | remove GlobalKnownHostsFile for this test after UpdateHostkeys | Damien Miller |
2020-09-15 | add tests for PKG_CONFIG_SYSTEM_INCLUDE_PATH | Jasper Lievisse Adriaanse |
2020-09-09 | Element next-line scopes can nest. Consequently, even when closing | Ingo Schwarze |
2020-09-09 | adapt to SSH_SK_VERSION_MAJOR crank | Damien Miller |
2020-09-03 | oops, i tripped over $Mdocdate$ again; so sync the date after the commit | Ingo Schwarze |
2020-09-03 | Fix two issues with .po (page offset) formatting: | Ingo Schwarze |
2020-09-03 | If .ti had an excessive argument, using it was attempted, in some | Ingo Schwarze |
2020-09-02 | Do not indent by SIZE_MAX/2 when .ce occurs inside explicit no-fill mode. | Ingo Schwarze |
2020-09-01 | Ignore unreasonably large spacing modifiers in tbl layouts. | Ingo Schwarze |
2020-08-30 | Add regress test case for make/varmodifiers.c r1.48 | Theo Buehler |
2020-08-28 | Ensure that address/mask mismatches are flagged at config-check time. | Darren Tucker |
2020-08-27 | adapt to API changes | Damien Miller |
2020-08-27 | dummy firmware needs to match API version numner crank (for | Damien Miller |
2020-08-03 | Put the code handling \} into a new function roff_cond_checkend() | Ingo Schwarze |
2020-08-01 | Replace hostname underscore with hyphen in appstest.sh | Kinichiro Inoguchi |
2020-07-30 | bluhm@ has been pointing out for a long time that the mandoc test suite | Ingo Schwarze |
2020-07-27 | Add unveil test to lastcomm regress. | rob |
2020-07-21 | trivial adjustment of the desired test results | Ingo Schwarze |
2020-07-21 | adjust test framework to not require a tty | Ingo Schwarze |
2020-07-17 | Add test for '%k' (HostKeyAlias) TOKEN. | Darren Tucker |
2020-07-17 | Add tests for expansions on UserKnownHostsFile. | Darren Tucker |
2020-07-15 | Fix previous by calling the correct function. | Darren Tucker |
2020-07-15 | Update test to match recent change in match.c | Darren Tucker |
2020-07-15 | Use $OBJ to find key files. Fixes test when run on an obj directory | Darren Tucker |
2020-07-06 | Add a few ${.CURDIR} to make the new RCS tests work with obj/ and obj@. | Theo Buehler |
2020-06-26 | Add an OpenRCS regression test for merging files which lack newlines. | Stefan Sperling |
2020-06-26 | regress test for ssh-add -d; ok dtucker@ | Damien Miller |
2020-06-24 | add test for mux w/-Oproxy; ok djm | Markus Friedl |
2020-06-22 | add support for verification of webauthn sshsig signature, and | Damien Miller |
2020-06-19 | Test that ssh-agent exits when running as as subprocess of a specified | Darren Tucker |
2020-06-19 | run sshsig unit tests | Damien Miller |
2020-06-19 | basic unit test for sshsig.[ch], including FIDO keys | Damien Miller |
2020-06-19 | basic unit test for FIDO kep parsing | Damien Miller |
2020-05-29 | Add checks for SH downgrade sentinel and HRR hash in appstest.sh | Kinichiro Inoguchi |
2020-05-29 | Add regression and unit tests for ${ENV} style environment variable | Darren Tucker |
2020-05-29 | Unit test for convtime. ok djm@ | Darren Tucker |
2020-05-27 | two new tests for Include in sshd_config, checking whether Port | Damien Miller |
2020-05-19 | Add -status and -servername test for s_server and s_client in appstest.sh | Kinichiro Inoguchi |
2020-05-19 | Add -groups test for s_server and s_client in appstest.sh | Kinichiro Inoguchi |
2020-05-18 | Add client certificate test in appstest.sh | Kinichiro Inoguchi |
2020-05-18 | Rename variables for key, csr, pass, cert | Kinichiro Inoguchi |
2020-05-17 | Add GOST certificate test in appstest.sh | Kinichiro Inoguchi |
2020-05-17 | Suppress display output and reduce s_time to 1 sec in appstest.sh | Kinichiro Inoguchi |
2020-05-17 | Fix server client test with TLSv1.3 in appstest.sh | Kinichiro Inoguchi |
2020-05-15 | Factor out session reuse test and verification test | Kinichiro Inoguchi |