summaryrefslogtreecommitdiff
path: root/regress/usr.bin
AgeCommit message (Expand)Author
2024-05-14fix a char signedness bug such that this testing code becomes ableIngo Schwarze
2024-04-17Only use the first egress interface in $IFIDX and $IFLLADDR. SystemsClaudio Jeker
2024-04-03Since ssh-agent(1) is only readable by root by now, use ssh(1) whileAnton Lindqvist
2024-03-29Use egrep instead of grep -E. Some plaforms don't have the latter so thisDarren Tucker
2024-03-26test -h is the POSIXly way of testing for a symlink. Reduces diff vsDarren Tucker
2024-03-25optional debuggingDamien Miller
2024-03-25Verify string returned from local shell command.Darren Tucker
2024-03-25Improve shell portability: grep -q is not portable so redirect stdout,Darren Tucker
2024-03-25Save error code from SSH for use inside case statement, from portable.Darren Tucker
2024-03-25Increase timeout. Resyncs with portable where some of the testDarren Tucker
2024-03-25In PuTTY interop test, don't assume the PuTTY major version is 0.Darren Tucker
2024-03-13Add endbr64/bti instruction at the start of the gadget, otherwise we'llMark Kettenis
2024-03-08Invoke ProxyCommand that uses stderr redirection via $TEST_SHELL.Darren Tucker
2024-03-03Reinstate a test that was accidentally removed in previousTheo Buehler
2024-03-02Unhook some gost testsTheo Buehler
2024-02-27Cope with recent ctfdump output changes.Anton Lindqvist
2024-02-20Include the test pattern that resulted in an infinite loop beforeClaudio Jeker
2024-02-20Add rsync-unitClaudio Jeker
2024-02-20Add a unit test for rsync special rmatch() function.Claudio Jeker
2024-02-19Always define puttysetup function.Darren Tucker
2024-02-09Expand the set of ciphers, MACs and KEX methods in the PuTTY interop tests.Darren Tucker
2024-02-09Factor out PuTTY setup and call when needed.Darren Tucker
2024-02-08No that we load MIB files at snmpd start-up chances that the sleep buildMartijn van Duren
2024-01-26Add 'openssl x509 -new' functionality to the libcrypto CLI utilityJob Snijders
2024-01-12appstest: Zap a trailing tab added in previousTheo Buehler
2024-01-12Add -force_pubkey -multivalue-rdn -set_issuer -set_subject -utf8 to x509 appJob Snijders
2024-01-11don't disable RSA test when DSA is disabled; bug introduced in last commitDamien Miller
2024-01-11make DSA testing optional, defaulting to onDamien Miller
2024-01-09extend ChannelTimeout regression test to exercise multiplexed connectionsDamien Miller
2023-12-22xargs: fix parsing of empty fields when "xargs -0" is used.Todd C. Miller
2023-12-18regress test for agent PKCS#11-backed certificatesDamien Miller
2023-12-18regress test for constrained PKCS#11 keysDamien Miller
2023-12-13remove -o cases; reminded by antonKlemens Nanni
2023-11-24Additional tests of automatic tagging involving different kinds of hyphensIngo Schwarze
2023-11-241. Do not put ASCII_HYPH (0x1c) into the tag file.Ingo Schwarze
2023-11-16Add expected output files, missed in previous commit. I hope our grep isAnton Lindqvist
2023-11-15Add regress test for "grep -m" behavior. From Crystal Kolipe.Todd C. Miller
2023-11-13reduce the man(7) global indentation from 7n to 5n, see man_term.c rev. 1.197Ingo Schwarze
2023-11-11Ignore -N in "gzip -dN <in.gz" and "zcat -N in.gz"George Koehler
2023-11-10Make further use of netcat server close barrier in regress to reduceAnton Lindqvist
2023-11-06Mark a couple of tests as broken, now that the sysORTable is gone/empty.Martijn van Duren
2023-11-03Make netcat tests less flaky by ensuring the server has terminated beforeAnton Lindqvist
2023-11-01Specify ssh binary to use instead of relying on installed one. FixesDarren Tucker
2023-11-01add some tests of forced commands overriding Subsystem directivesDamien Miller
2023-10-31Don't try to use sudo inside sshd log wrapper. We still need toDarren Tucker
2023-10-31Only try to chmod logfile if we have sudo. If we don't have sudoDarren Tucker
2023-10-30move PKCS#11 setup code to test-exec.sh so it can be reused elsewhereDamien Miller
2023-10-30tidy and refactor PKCS#11 setup codeDamien Miller
2023-10-29Only try to chown logfiles that exist to prevent spurious errors.Darren Tucker
2023-10-26make use of bsd.regress.mk in extra and interop targets; ok dtucker@Anton Lindqvist