Age | Commit message (Expand) | Author |
2022-07-04 | Add TEST_REGRESS_CACHE_DIR which, if set, is used to cache regress test | Darren Tucker |
2022-06-03 | test setenv in both client and server, test first-match-wins too | Damien Miller |
2022-05-15 | regress test for in-place transfers and clobbering larger files with | Damien Miller |
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-03-31 | regression test for sftp cp command | Damien Miller |
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-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-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 | 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-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 |
2021-10-28 | increment SSH_SK_VERSION_MAJOR to match last change | Damien Miller |
2021-10-06 | use libc SHA256 functions; make this work when compiled !WITH_OPENSSL | Damien Miller |
2021-10-01 | Add test for ssh hashed known_hosts handling. | Darren Tucker |
2021-09-30 | Fix up whitespace left by previous change removing privsep. No other | Darren Tucker |
2021-09-30 | Remove (almost all) references to privsep. This removes several do..while | Darren Tucker |
2021-09-30 | Use "skip" instead of "fatal" if SUDO isn't set for the *-command tests. | Darren Tucker |
2021-09-29 | Test certificate hostkeys held in ssh-agent too. Would have caught | Damien Miller |
2021-09-03 | Add test for client termination status on signal. | Darren Tucker |
2021-09-01 | Fix ssh-rsa fallback for old PuTTY interop tests. | Darren Tucker |
2021-09-01 | Add a function to skip remaining tests. Many tests skip tests for | Darren Tucker |
2021-08-31 | Specify path to PuTTY keys. Portable needs this and it makes no | Darren Tucker |
2021-08-31 | When running PuTTY interop tests and using a PuTTY version older than | Darren Tucker |
2021-08-31 | Specify hostkeyalgorithms in sshd's default set for the SSHFP test, | Darren Tucker |
2021-08-30 | adapt to RSA/SHA1 deprectation | Damien Miller |
2021-08-11 | test -Oprint-pubkey | Damien Miller |