Age | Commit message (Expand) | Author |
2024-07-19 | test transfers in mux proxy mode too | Damien Miller |
2024-07-10 | Sweep up more softdep crumbs. | Kenneth R Westerback |
2024-07-10 | Sweep up more softdep crumbs. | Kenneth R Westerback |
2024-07-08 | Adjust regress for SPKAC removal | Theo Buehler |
2024-07-01 | use "lcd" to change directory before "lls" rather then "cd", since | Damien Miller |
2024-06-20 | Work around dbclient cipher and mac query bug. | Darren Tucker |
2024-06-20 | Remove dropbear key types not supported by current OpenSSH. | Darren Tucker |
2024-06-19 | Provide defaults for ciphers and macs if querying for them fails since | Darren Tucker |
2024-06-19 | Use ed25519 keys for kex tests since that's supported by OpenSSH even when | Darren Tucker |
2024-06-19 | Rework dropbear key setup to always generate ed25519 keys, other types | Darren Tucker |
2024-06-18 | Re-enable ssh-dss tests if ssh is compiled with DSA support | Darren Tucker |
2024-06-18 | Stop using DSA in dropbear interop tests. | Anton Lindqvist |
2024-06-16 | same treatment for this test | Damien Miller |
2024-06-16 | penalty test is still a bit racy | Damien Miller |
2024-06-15 | crank up penalty timeouts so this should work on even the slowest of | Damien Miller |
2024-06-14 | split the PerSourcePenalties test in two: one tests penalty enforcement | Damien Miller |
2024-06-14 | don't redirect stderr for ssh-keyscan we expect to succeed | Damien Miller |
2024-06-14 | specify an algorithm for ssh-keyscan, otherwise it will make | Damien Miller |
2024-06-11 | fix PIDFILE handling, broken for SUDO=doas in last commit here | Damien Miller |
2024-06-06 | regress test for PerSourcePenalties | Damien Miller |
2024-06-06 | make sure logs are saved from sshd run via start_sshd | Damien Miller |
2024-06-06 | simplify | Damien Miller |
2024-06-06 | prepare for PerSourcePenalties being enabled by default in future | Damien Miller |
2024-05-22 | this test has been broken since 2014, and has been testing the same | Damien Miller |
2024-05-19 | Add missing kex-names.c source file required since the ssh split. | Anton Lindqvist |
2024-05-17 | allow overriding the sshd-session binary path | Damien Miller |
2024-05-16 | Check that lower-case variants of UTF-16 surrogate escape sequences | Ingo Schwarze |
2024-05-16 | Improve coverage of edge cases for 3-byte UTF-8 sequences. | Ingo Schwarze |
2024-05-16 | Add a complete suite of tests covering ASCII characters in UTF-8 spelling. | Ingo Schwarze |
2024-05-15 | Add a complete set of tests for all C0 and C1 control characters. | Ingo Schwarze |
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 |