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