summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-02-02crank versions in RPM specsV_9_2_P1V_9_2Damien Miller
2023-02-02update version in READMEDamien Miller
2023-02-02adapt compat_kex_proposal() test to portableDamien Miller
2023-02-02upstream: test compat_kex_proposal(); by dtucker@djm@openbsd.org
2023-02-02upstream: Check if we can copy sshd or need to use sudo to do sodtucker@openbsd.org
2023-02-02upstream: openssh-9.2djm@openbsd.org
2023-02-02upstream: fix double-free caused by compat_kex_proposal(); bz3522djm@openbsd.org
2023-02-01Skip connection-timeout test on minix3.Darren Tucker
2023-02-01fix libfido2 detection without pkg-configDamien Miller
2023-02-01upstream: delete useless dependencyderaadt@openbsd.org
2023-02-01upstream: Create and install sshd random relink kit.deraadt@openbsd.org
2023-02-01upstream: tweak previous; ok djmjmc@openbsd.org
2023-01-31Skip connection-timeout test under Valgrind.Darren Tucker
2023-01-25Skip connection-timeout when missing FD passing.Darren Tucker
2023-01-18upstream: when restoring non-blocking mode to stdio fds, restoredjm@openbsd.org
2023-01-18upstream: Add a -V (version) option to sshd like the ssh clientmillert@openbsd.org
2023-01-18upstream: For "ssh -V" always exit 0, there is no need to check optmillert@openbsd.org
2023-01-17upstream: also check that an active session inhibitsdjm@openbsd.org
2023-01-17upstream: regression test for UnusedConnectionTimeoutdjm@openbsd.org
2023-01-17upstream: unbreak test: cannot access shell positional parametersdjm@openbsd.org
2023-01-17upstream: Add a sshd_config UnusedConnectionTimeout option to terminatedjm@openbsd.org
2023-01-16upstream: adapt to ed25519 changes in src/usr.bin/sshdjm@openbsd.org
2023-01-16upstream: update OpenSSH's Ed25519 code to the last version of SUPERCOPdjm@openbsd.org
2023-01-14Allow writev is seccomp sandbox.Darren Tucker
2023-01-14upstream: Shell syntax fix. From ren mingshuai vi github PR#369.dtucker@openbsd.org
2023-01-14upstream: Instead of skipping the all-tokens test if we don't havedtucker@openbsd.org
2023-01-14upstream: fix double phrase in previous;jmc@openbsd.org
2023-01-14upstream: Document "UserKnownHostsFile none". ok djm@dtucker@openbsd.org
2023-01-13Retry package installation 3 times.Darren Tucker
2023-01-13upstream: Move scp path setting to a helper function. The previousdtucker@openbsd.org
2023-01-13upstream: Add scp's path to test sshd's PATH.dtucker@openbsd.org
2023-01-13Remove skipping test when scp not in path.Darren Tucker
2023-01-13upstream: Add a "Host" line to the output of ssh -G showing thedtucker@openbsd.org
2023-01-13upstream: avoid printf("%s", NULL) if using sshdjm@openbsd.org
2023-01-13upstream: clamp the minimum buffer lengths and number of inflightdjm@openbsd.org
2023-01-13upstream: ignore bogus upload/download buffer lengths in the limitsdjm@openbsd.org
2023-01-11upstream: remove whitespace at EOL from code extracted from SUPERCOPdjm@openbsd.org
2023-01-11upstream: rewrite this test to use a multiplexed ssh session so we candjm@openbsd.org
2023-01-11remove buffer len workaround for NetBSD 4.xDamien Miller
2023-01-11add back use of pipes in scp.c under USE_PIPESDamien Miller
2023-01-11upstream: Switch scp from using pipes to a socketpair formillert@openbsd.org
2023-01-11upstream: tweak previous; ok djmjmc@openbsd.org
2023-01-09try to improve logging for dynamic-forward testDamien Miller
2023-01-08Skip dynamic-forward test on minix3.Darren Tucker
2023-01-08don't test IPv6 addresses if platform lacks supportDamien Miller
2023-01-08upstream: When OpenSSL is not available, skip parts of percent testdtucker@openbsd.org
2023-01-07Use our own netcat for dynamic-forward test.Darren Tucker
2023-01-07Use autoconf to find openssl binary.Darren Tucker
2023-01-07Check openssl_bin path is executable before using.Darren Tucker
2023-01-06Set OPENSSL_BIN from OpenSSL directory.Darren Tucker