[openssh-commits] [openssh] branch master updated (36b00d31 -> 41f36dd8)
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Jan 13 14:10:07 AEDT 2023
This is an automated email from the git hooks/post-receive script.
dtucker pushed a change to branch master
in repository openssh.
from 36b00d31 upstream: remove whitespace at EOL from code extracted from SUPERCOP
new 48bf2343 upstream: ignore bogus upload/download buffer lengths in the limits
new 93fc7c57 upstream: clamp the minimum buffer lengths and number of inflight
new f673b49f upstream: avoid printf("%s", NULL) if using ssh
new 41f36dd8 upstream: Add a "Host" line to the output of ssh -G showing the
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit 41f36dd896c8fb8337d403fcf476762986976e9d
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Fri Jan 13 02:58:20 2023 +0000
upstream: Add a "Host" line to the output of ssh -G showing the
original host arg. Inspired by patch from vincent at bernat.ch via bz#3343,
ok djm@
OpenBSD-Commit-ID: 59c0f60a222113a44d0650cd394376e3beecc883
commit f673b49f3be3eb51074fbb8a405beb6cd0f7d93e
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Jan 13 02:44:02 2023 +0000
upstream: avoid printf("%s", NULL) if using ssh
-oUserKnownHostsFile=none and a hostkey in one of the system known hosts file
changes; ok dtucker@
OpenBSD-Commit-ID: 7ca87614bfc6da491315536a7f2301434a9fe614
commit 93fc7c576563e3d88a1dc019dd213f65607784cc
Author: djm at openbsd.org <djm at openbsd.org>
Date: Wed Jan 11 05:39:38 2023 +0000
upstream: clamp the minimum buffer lengths and number of inflight
requests too
OpenBSD-Commit-ID: c4965f62fa0ba850940fd66ae3f60cf516bbcd56
commit 48bf234322e639d279c5a28435eae50155e9b514
Author: djm at openbsd.org <djm at openbsd.org>
Date: Wed Jan 11 05:36:50 2023 +0000
upstream: ignore bogus upload/download buffer lengths in the limits
extension
OpenBSD-Commit-ID: c5b023e0954693ba9a5376e4280c739b5db575f8
Summary of changes:
readconf.c | 4 +++-
readconf.h | 3 ++-
sftp-client.c | 21 +++++++++++++++------
ssh.c | 18 +++++++++---------
sshconnect.c | 9 ++++++---
5 files changed, 35 insertions(+), 20 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list