Age | Commit message (Expand) | Author |
2020-04-10 | Add tests for TOKEN expansion of LocalForward and RemoteForward. | Darren Tucker |
2020-04-07 | Separate the place to put the <a href> permalink (now marked | Ingo Schwarze |
2020-04-06 | Support manual tagging of .Pp, .Bd, .D1, .Dl, .Bl, and .It. | Ingo Schwarze |
2020-04-06 | Add utf8.c for asmprintf used by krl.c | Darren Tucker |
2020-04-04 | Indicate if we're using a cached key in trace output. | Darren Tucker |
2020-04-04 | Some platforms don't have "hostname -s", so use cut to trim short hostname | Darren Tucker |
2020-04-04 | automatically tag .SH and .SS in man(7) terminal output | Ingo Schwarze |
2020-04-03 | Make signify regress work without obj dir. Avoid including the | Alexander Bluhm |
2020-04-03 | Compute hash locally and re-enable %C tests. | Darren Tucker |
2020-04-03 | Temporarily remove tests for '%C' since the hash contains the local | Darren Tucker |
2020-04-03 | this needs utf8.c too | Damien Miller |
2020-04-03 | Add percent_expand test for 'Match Exec'. | Darren Tucker |
2020-04-03 | Add regression test for percent expansions where possible. | Darren Tucker |
2020-04-02 | Copy tagged strings before marking hyphens as breakable. | Ingo Schwarze |
2020-04-01 | Just like we are already doing it in HTML output, automatically tag | Ingo Schwarze |
2020-03-21 | test skipping of initial hyphens and minus signs in automatic tags; | Ingo Schwarze |
2020-03-13 | some more speeling mistakes from | Damien Miller |
2020-03-13 | typos resulted in two tests not being run | Ingo Schwarze |
2020-03-13 | Split tagging into a validation part including prioritization | Ingo Schwarze |
2020-02-27 | Fully support explicit tagging of .Sh and .Ss. | Ingo Schwarze |
2020-02-27 | Introduce the concept of nodes that are semantically transparent: | Ingo Schwarze |
2020-02-27 | Fix this test after the recent Unicode update in OpenBSD base. | Ingo Schwarze |
2020-01-31 | regress test for sshd_config Include directive; from Jakub Jelen | Damien Miller |
2020-01-28 | With nc -NU netcat can probe if a UNIX stream socket is listening. | Alexander Bluhm |
2020-01-26 | make regress pass, since these new tests now pass | Bob Beck |
2020-01-26 | Restrict to use up to TLSv1.2 for test_server_client in appstest.sh | Kinichiro Inoguchi |
2020-01-26 | unbreak unittests for recent API / source file changes | Damien Miller |
2020-01-25 | Move setting $NC into test-exec since it's now used by multiple tests, | Darren Tucker |
2020-01-25 | Wait a bit longer for the multiplex master to become ready since on very | Darren Tucker |
2020-01-24 | Add a connection test for proxycommand. This would have caught the problem | Darren Tucker |
2020-01-24 | Do not warn about permissions on symlinks. | Darren Tucker |
2020-01-23 | Handle zlib compression being disabled now that it's optional. | Darren Tucker |
2020-01-23 | When checking for unsafe directories, ignore non-directories (ie symlinks, | Darren Tucker |
2020-01-23 | Check for and warn about StrictModes permission problems. ok tb@ | Darren Tucker |
2020-01-23 | Also test PuTTY chacha20. | Darren Tucker |
2020-01-23 | Also test PuTTY ecdh kex methods. | Darren Tucker |
2020-01-22 | Increase keyscan timeout from default. On slow hosts 3 concurrent keyscans | Darren Tucker |
2020-01-21 | Connect netcat client to server and close stdin. Then netcat waits | Alexander Bluhm |
2020-01-21 | pass SSH_SK_HELPER explicitly past $SUDO to avoid it getting cleared; | Damien Miller |
2020-01-19 | update Mdocdate for a test that got broken by committing to the out_lint file | Ingo Schwarze |
2020-01-19 | Align to the new, sane behaviour of the groff_mdoc(7) .Dd macro: | Ingo Schwarze |
2020-01-17 | Test the netcat -N feature. The test program can send and receive | Alexander Bluhm |
2020-01-16 | Implement custom TCP client and server to test netcat corner cases. | Alexander Bluhm |
2020-01-11 | test tbl_term.c rev. 1.61 and tbl_data.c rev. 1.40: | Ingo Schwarze |
2020-01-08 | Add tests when netcat server keeps the listen socket. Use two | Alexander Bluhm |
2020-01-08 | Skip whitespace before tokens, too. | Ingo Schwarze |
2020-01-08 | Improve the test case by changing the eqn(7) delimiters such that it | Ingo Schwarze |
2020-01-08 | Enable generation of the desired delim/basic output with groff(1). | Ingo Schwarze |
2020-01-08 | Give up on the illusion that the maintainer targets for regenerating the | Ingo Schwarze |
2020-01-07 | Add netcat tests with TLS client certificate. | Alexander Bluhm |