[openssh-commits] [openssh] branch master updated (32dc1c29 -> 3fa539c3)
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Mar 31 14:09:47 AEDT 2022
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from 32dc1c29 upstream: select post-quantum KEX
new 7988bfc4 upstream: add support for the "corp-data" protocol extension to
new 3fa539c3 upstream: add a sftp client "cp" command that supports server-side
The 2 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 3fa539c3ffaabd6211995512d33e29150f88c5c5
Author: djm at openbsd.org <djm at openbsd.org>
Date: Thu Mar 31 03:07:03 2022 +0000
upstream: add a sftp client "cp" command that supports server-side
copying of files. Useful for this task and for testing the copy-data
extension. Patch from Mike Frysinger; ok dtucker@
OpenBSD-Commit-ID: 1bb1b950af0d49f0d5425b1f267e197aa1b57444
commit 7988bfc4b701c4b3fe9b36c8561a3d1c5d4c9a74
Author: djm at openbsd.org <djm at openbsd.org>
Date: Thu Mar 31 03:05:49 2022 +0000
upstream: add support for the "corp-data" protocol extension to
allow server-side copies to be performed without having to go via the client.
Patch by Mike Frysinger, ok dtucker@
OpenBSD-Commit-ID: 00aa510940fedd66dab1843b58682de4eb7156d5
Summary of changes:
PROTOCOL | 41 +++++++++++++++++++-
sftp-client.c | 122 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
sftp-client.h | 5 ++-
sftp-server.c | 94 +++++++++++++++++++++++++++++++++++++++++++-
sftp.1 | 18 +++++++--
sftp.c | 16 +++++++-
6 files changed, 287 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list