Age | Commit message (Expand) | Author |
2023-12-13 | remove -o cases; reminded by anton | Klemens Nanni |
2023-11-24 | Additional tests of automatic tagging involving different kinds of hyphens | Ingo Schwarze |
2023-11-24 | 1. Do not put ASCII_HYPH (0x1c) into the tag file. | Ingo Schwarze |
2023-11-16 | Add expected output files, missed in previous commit. I hope our grep is | Anton Lindqvist |
2023-11-15 | Add regress test for "grep -m" behavior. From Crystal Kolipe. | Todd C. Miller |
2023-11-13 | reduce the man(7) global indentation from 7n to 5n, see man_term.c rev. 1.197 | Ingo Schwarze |
2023-11-11 | Ignore -N in "gzip -dN <in.gz" and "zcat -N in.gz" | George Koehler |
2023-11-10 | Make further use of netcat server close barrier in regress to reduce | Anton Lindqvist |
2023-11-06 | Mark a couple of tests as broken, now that the sysORTable is gone/empty. | Martijn van Duren |
2023-11-03 | Make netcat tests less flaky by ensuring the server has terminated before | Anton Lindqvist |
2023-11-01 | Specify ssh binary to use instead of relying on installed one. Fixes | Darren Tucker |
2023-11-01 | add some tests of forced commands overriding Subsystem directives | Damien Miller |
2023-10-31 | Don't try to use sudo inside sshd log wrapper. We still need to | Darren Tucker |
2023-10-31 | Only try to chmod logfile if we have sudo. If we don't have sudo | Darren Tucker |
2023-10-30 | move PKCS#11 setup code to test-exec.sh so it can be reused elsewhere | Damien Miller |
2023-10-30 | tidy and refactor PKCS#11 setup code | Damien Miller |
2023-10-29 | Only try to chown logfiles that exist to prevent spurious errors. | Darren Tucker |
2023-10-26 | make use of bsd.regress.mk in extra and interop targets; ok dtucker@ | Anton Lindqvist |
2023-10-26 | Skip conch interop tests when not enabled instead of fatal. | Darren Tucker |
2023-10-25 | ssh conch interop tests requires a controlling terminal; ok dtucker@ | Anton Lindqvist |
2023-10-24 | Implement the man(7) .MR macro, a 2023 GNU extension. | Ingo Schwarze |
2023-10-23 | once again, i forgot to update the date in the footer | Ingo Schwarze |
2023-10-23 | Support some escape sequences, in particular character escape sequences, | Ingo Schwarze |
2023-10-23 | Use private key that is allowed by sshd defaults in conch interop tests. | Anton Lindqvist |
2023-10-22 | new regression test for roff.c rev. 1.270: | Ingo Schwarze |
2023-10-21 | regression test for roff.c rev. 1.269: | Ingo Schwarze |
2023-10-20 | Allow overriding the locations of the Dropbear binaries similar to what | Darren Tucker |
2023-10-20 | Add interop test with Dropbear. Right now this is only dbclient not the | Darren Tucker |
2023-10-19 | Add missing removal of network interfaces in regress cleanup targets. | Anton Lindqvist |
2023-10-18 | adjust sgr0 escape sequence after ncurses update; ok nicm@ | Anton Lindqvist |
2023-10-12 | typos and extra debug trace calls | Damien Miller |
2023-10-12 | ensure logs are owned by correct user; feedback/ok dtucker@ | Damien Miller |
2023-10-06 | typo in error message | Damien Miller |
2023-10-06 | Perform the softhsm2 setup as discrete steps rather than as a long | Damien Miller |
2023-09-24 | REGRESS_FAIL_EARLY defaults to yes now. So no need to overload the | Claudio Jeker |
2023-09-21 | Remove REGRESS_FULL. It is not documented, just hides some tests | Alexander Bluhm |
2023-09-21 | Remove cap_mkdb regress. The program fails as -i option has been | Alexander Bluhm |
2023-09-21 | Add rsync to subdir to create obj. With obj directory rsync test | Alexander Bluhm |
2023-09-18 | Favor jot while generating characters within the [1, 256) range as awk | Anton Lindqvist |
2023-09-08 | regress test recursive remote-remote directories copies where the | Damien Miller |
2023-09-08 | regress test for recursive copies of directories containing symlinks | Damien Miller |
2023-09-06 | regression test for override of subsystem in match blocks | Damien Miller |
2023-07-28 | Some open rsync tests fail when run as regular user. If running | Alexander Bluhm |
2023-07-28 | don't need to start a command here; use ssh -N instead. | Damien Miller |
2023-07-24 | remove errstr -stats test | Theo Buehler |
2023-07-16 | Make remaining unstable tests fail consistently by adjusting the | Anton Lindqvist |
2023-07-12 | Add test which consistently triggers the problem with test6_perms, | Anton Lindqvist |
2023-07-11 | Trim leading whitespace from find(1) output, missed in previous. | Anton Lindqvist |
2023-07-10 | The rsync tests are unstable since the directory listing includes the | Anton Lindqvist |
2023-07-03 | favor REGRESS_EXPECTED_FAILURES | Anton Lindqvist |