[openssh-commits] [openssh] branch master updated (0bc6b4c8 -> 457dce2c)
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu May 5 11:34:57 AEST 2022
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from 0bc6b4c8 upstream: fix some integer overflows in sieve_large() that show up when
new 575771bf upstream: remove an obsolete rsa1 format example from an example;
new e5c036d2 upstream: Add FIDO AUTHENTICATOR section and explain a bit how FIDO
new f4e67c0a upstream: make sure stdout is non-blocking; ok djm@
new 37b62fd5 upstream: mux.c: mark argument as const; from Martin Vahlensieck
new 0e44db4d upstream: channel_new no longer frees remote_name. So update the
new 457dce2c upstream: sshkey_unshield_private() contains a exact duplicate of
The 6 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 457dce2cfef6a48f5442591cd8b21c7e8cba13f8
Author: djm at openbsd.org <djm at openbsd.org>
Date: Thu May 5 01:04:14 2022 +0000
upstream: sshkey_unshield_private() contains a exact duplicate of
the code in private2_check_padding(). Pull private2_check_padding() up so the
code can be reused. From Martin Vahlensieck, ok deraadt@
OpenBSD-Commit-ID: 876884c3f0e62e8fd8d1594bab06900f971c9c85
commit 0e44db4d9cb313e68a59a44d27884af66c02356e
Author: djm at openbsd.org <djm at openbsd.org>
Date: Thu May 5 00:56:58 2022 +0000
upstream: channel_new no longer frees remote_name. So update the
comment accordingly. As remote_name is not modified, it can be const as
well. From Martin Vahlensieck
OpenBSD-Commit-ID: e4e10dc8dc9f40c166ea5a8e991942bedc75a76a
commit 37b62fd5caf19c85a48241535277cefff65adace
Author: djm at openbsd.org <djm at openbsd.org>
Date: Thu May 5 00:55:11 2022 +0000
upstream: mux.c: mark argument as const; from Martin Vahlensieck
OpenBSD-Commit-ID: 69a1a93a55986c7c2ad9f733c093b46a47184341
commit f4e67c0ad259b4cf10177277a5827fa5545bac53
Author: markus at openbsd.org <markus at openbsd.org>
Date: Wed May 4 07:31:22 2022 +0000
upstream: make sure stdout is non-blocking; ok djm@
OpenBSD-Commit-ID: 64940fffbd1b882eda2d7c8c7a43c79368309c0d
commit e5c036d2092c00bef395e9161dc5ce42d4be9565
Author: florian at openbsd.org <florian at openbsd.org>
Date: Tue May 3 07:42:27 2022 +0000
upstream: Add FIDO AUTHENTICATOR section and explain a bit how FIDO
works. The wording came mostly from the 8.2 OpenSSH release notes, addapted
to fit the man page. Then move the -O bits into the new section as is already
done for CERTIFICATES and MODULI GENERATION. Finally we can explain the
trade-offs of resident keys. While here, consistently refer to the FIDO
thingies as "FIDO authenticators", not "FIDO tokens".
input & OK jmc, naddy
OpenBSD-Commit-ID: dd98748d7644df048f78dcf793b3b63db9ab1d25
commit 575771bf79bef7127be6aaccddc46031ea15529e
Author: jmc at openbsd.org <jmc at openbsd.org>
Date: Mon May 2 05:40:37 2022 +0000
upstream: remove an obsolete rsa1 format example from an example;
from megan batty
ok djm
OpenBSD-Commit-ID: db2c89879c29bf083df996bd830abfb1e70d62bf
Summary of changes:
channels.c | 19 +++++----
channels.h | 4 +-
mux.c | 4 +-
ssh-keygen.1 | 130 +++++++++++++++++++++++++++++++++++------------------------
sshd.8 | 5 +--
sshkey.c | 72 +++++++++++++++------------------
6 files changed, 128 insertions(+), 106 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list