Age | Commit message (Expand) | Author |
2024-05-14 | fix a char signedness bug such that this testing code becomes able | Ingo Schwarze |
2024-04-17 | Only use the first egress interface in $IFIDX and $IFLLADDR. Systems | Claudio Jeker |
2024-04-03 | Since ssh-agent(1) is only readable by root by now, use ssh(1) while | Anton Lindqvist |
2024-03-29 | Use egrep instead of grep -E. Some plaforms don't have the latter so this | Darren Tucker |
2024-03-26 | test -h is the POSIXly way of testing for a symlink. Reduces diff vs | Darren Tucker |
2024-03-25 | optional debugging | Damien Miller |
2024-03-25 | Verify string returned from local shell command. | Darren Tucker |
2024-03-25 | Improve shell portability: grep -q is not portable so redirect stdout, | Darren Tucker |
2024-03-25 | Save error code from SSH for use inside case statement, from portable. | Darren Tucker |
2024-03-25 | Increase timeout. Resyncs with portable where some of the test | Darren Tucker |
2024-03-25 | In PuTTY interop test, don't assume the PuTTY major version is 0. | Darren Tucker |
2024-03-13 | Add endbr64/bti instruction at the start of the gadget, otherwise we'll | Mark Kettenis |
2024-03-08 | Invoke ProxyCommand that uses stderr redirection via $TEST_SHELL. | Darren Tucker |
2024-03-03 | Reinstate a test that was accidentally removed in previous | Theo Buehler |
2024-03-02 | Unhook some gost tests | Theo Buehler |
2024-02-27 | Cope with recent ctfdump output changes. | Anton Lindqvist |
2024-02-20 | Include the test pattern that resulted in an infinite loop before | Claudio Jeker |
2024-02-20 | Add rsync-unit | Claudio Jeker |
2024-02-20 | Add a unit test for rsync special rmatch() function. | Claudio Jeker |
2024-02-19 | Always define puttysetup function. | Darren Tucker |
2024-02-09 | Expand the set of ciphers, MACs and KEX methods in the PuTTY interop tests. | Darren Tucker |
2024-02-09 | Factor out PuTTY setup and call when needed. | Darren Tucker |
2024-02-08 | No that we load MIB files at snmpd start-up chances that the sleep build | Martijn van Duren |
2024-01-26 | Add 'openssl x509 -new' functionality to the libcrypto CLI utility | Job Snijders |
2024-01-12 | appstest: Zap a trailing tab added in previous | Theo Buehler |
2024-01-12 | Add -force_pubkey -multivalue-rdn -set_issuer -set_subject -utf8 to x509 app | Job Snijders |
2024-01-11 | don't disable RSA test when DSA is disabled; bug introduced in last commit | Damien Miller |
2024-01-11 | make DSA testing optional, defaulting to on | Damien Miller |
2024-01-09 | extend ChannelTimeout regression test to exercise multiplexed connections | Damien Miller |
2023-12-22 | xargs: fix parsing of empty fields when "xargs -0" is used. | Todd C. Miller |
2023-12-18 | regress test for agent PKCS#11-backed certificates | Damien Miller |
2023-12-18 | regress test for constrained PKCS#11 keys | Damien Miller |
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 |