Age | Commit message (Expand) | Author |
2022-04-28 | Element next-line scopes may nest, so man_breakscope() may have to | Ingo Schwarze |
2022-04-27 | The .AT, .DT, and .UC macros are allowed inside next-line scope | Ingo Schwarze |
2022-04-27 | Fix three bugs regarding the interaction of \z and \h: | Ingo Schwarze |
2022-04-26 | typo in example text: unsused -> unused; noticed by tb@ | Ingo Schwarze |
2022-04-26 | At the end of every tbl(7) cell, clear the \z state. | Ingo Schwarze |
2022-04-26 | If a node is tagged explicitly, skip implicit tagging for that node. | Ingo Schwarze |
2022-04-24 | If a .shift request has a negative argument, do not use a negative array | Ingo Schwarze |
2022-04-22 | Remove some of the workarounds for the tests by inputing the right numbers | Otto Moerbeek |
2022-04-22 | arm64 has real IEEE quads, it needs more digits when reading the | Otto Moerbeek |
2022-04-22 | Only run agent-ptrace.sh if gdb is available as all architectures do not | Anton Lindqvist |
2022-04-21 | It looks like we can't completely avoid waiting for processes to | Darren Tucker |
2022-04-20 | Use ssh -f and ControlPersist to start up test forwards and ssh -O stop | Darren Tucker |
2022-04-20 | Simplify forward-control test. Since we no longer need to support SSH1 | Darren Tucker |
2022-04-13 | To prevent infinite recursion while expanding eqn(7) definitions, | Ingo Schwarze |
2022-04-13 | Do not die on an assertion if an input file contains no section | Ingo Schwarze |
2022-04-13 | Surprisingly, groff supports multiple copy mode escapes at the | Ingo Schwarze |
2022-03-31 | regression test for sftp cp command | Damien Miller |
2022-03-01 | ci(1) populates the author keyword using getlogin(2), therefore favor | Anton Lindqvist |
2022-02-23 | Interface index 1 doesn't need to have an lladdr. | Martijn van Duren |
2022-02-20 | Aproximate realpath on the expected output by deduping leading slashes. | Darren Tucker |
2022-02-06 | Add test for empty hostname with port. | Darren Tucker |
2022-02-05 | Adapt appstest.sh for the new TLS_ names. | Theo Buehler |
2022-02-04 | Add unit tests for hpdelim. | Darren Tucker |
2022-02-01 | test 'ssh-keygen -Y find-principals' with wildcard principals; | Damien Miller |
2022-01-21 | Enable all supported ciphers and macs in the server before trying | Darren Tucker |
2022-01-19 | Mark regress set requests as expected failure now that snmpd(8) doesn't | Martijn van Duren |
2022-01-13 | Set LC_ALL in both local and remote shells so that sorted output | Darren Tucker |
2022-01-13 | Avoid %'s in commands (not used in OpenBSD, but used in -portable's | Darren Tucker |
2022-01-12 | Enable commandl1, commandl2, and commandD1. | Martijn van Duren |
2022-01-12 | Use egrep when searching for an anchored string. | Darren Tucker |
2022-01-11 | remove hardcoded domain and use window.location.host, so this can | Damien Miller |
2022-01-08 | Remove errant "set -x" left over from debugging. | Darren Tucker |
2022-01-08 | Enable all supported hostkey algorithms (but no others). Allows hostbased | Darren Tucker |
2022-01-06 | Don't explicitly set HostbasedAuthentication in sshd_config. | Darren Tucker |
2022-01-06 | Add test for hostbased auth. It requires some external setup (see | Darren Tucker |
2022-01-05 | select all RSA hostkey algorithms for UpdateHostkeys tests, not just | Damien Miller |
2022-01-05 | regress test both sshsig message hash algorithms, possible now because | Damien Miller |
2022-01-05 | regression test for find-principals NULL deref; from Fabian Stelzer | Damien Miller |
2022-01-04 | Log command invocation in debugging log to aid in manually reproducing | Darren Tucker |
2022-01-04 | unbreak test: was picking up system ssh-add instead of the one supposedly | Damien Miller |
2021-12-29 | Add regress tests for grep -A, -B and -C flags | sdk |
2021-12-19 | regression test for destination restrictions in ssh-agent | Damien Miller |
2021-12-18 | Make use of ntests variable, pointed out by clang 13. | Anton Lindqvist |
2021-12-14 | sys/param.h cleanup, mostly using MINIMUM() and <limits.h> | Theo de Raadt |
2021-11-27 | whitespac e | Damien Miller |
2021-11-27 | regression test for match-principals. Mostly by Fabian Stelzer | Damien Miller |
2021-11-18 | regression test for ssh-keygen -Y find-principals fix; | Damien Miller |
2021-11-02 | crank SSH_SK_VERSION_MAJOR to match recent change in usr/bin/ssh | Damien Miller |
2021-10-29 | sshsig: add tests for signing key validity and find-principals | Damien Miller |
2021-10-29 | avoid signedness warning; spotted in -portable | Damien Miller |