[openssh-commits] [openssh] branch master updated (324449a6 -> 34c5ef6e)
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Feb 18 13:17:48 AEDT 2021
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from 324449a6 support OpenSSL 3.x cipher IV API change
new 788cbc5b upstream: sftp-server: implement limits at openssh.com extension
new 88e3d4de upstream: unbreak SK_DEBUG builds
new 34c5ef6e upstream: make names in function prototypes match those in
The 3 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 34c5ef6e2d06d9f0e20cb04a9aebf67a6f96609a
Author: djm at openbsd.org <djm at openbsd.org>
Date: Thu Feb 18 02:15:07 2021 +0000
upstream: make names in function prototypes match those in
definition from https://github.com/openssh/openssh-portable/pull/225 by
ZenithalHourlyRate
OpenBSD-Commit-ID: 7c736307bf3f2c7cb24d6f82f244eee959485acd
commit 88e3d4de31ab4f14cac658e9e0c512043b15b146
Author: djm at openbsd.org <djm at openbsd.org>
Date: Thu Feb 18 02:13:58 2021 +0000
upstream: unbreak SK_DEBUG builds
from https://github.com/openssh/openssh-portable/pull/225 by
ZenithalHourlyRate
OpenBSD-Commit-ID: 28d7259ce1b04d025411464decfa2f1a097b43eb
commit 788cbc5b74a53956ba9fff11e1ca506271a3597f
Author: djm at openbsd.org <djm at openbsd.org>
Date: Thu Feb 18 00:30:17 2021 +0000
upstream: sftp-server: implement limits at openssh.com extension
This is a simple extension that allows the server to clearly
communicate transfer limits it is imposing so the client doesn't
have to guess, or force the user to manually tune. This is
particularly useful when an attempt to use too large of a value
causes the server to abort the connection.
Patch from Mike Frysinger; ok dtucker@
OpenBSD-Commit-ID: f96293221e5aa24102d9bf30e4f4ef04d5f4fb51
Summary of changes:
PROTOCOL | 45 ++++++++++++++++++++++++++++++++++++++++++++-
sftp-server.c | 43 +++++++++++++++++++++++++++++++++++++++++--
sk-api.h | 4 ++--
sk-usbhid.c | 4 ++--
ssh-sk.c | 6 +++---
5 files changed, 92 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list