[openssh-commits] [openssh] branch master updated (12492c0a -> 35253af0)
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Jan 18 13:21:07 AEDT 2023
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from 12492c0a upstream: also check that an active session inhibits
new 62360feb upstream: For "ssh -V" always exit 0, there is no need to check opt
new 7d17ea15 upstream: Add a -V (version) option to sshd like the ssh client
new 35253af0 upstream: when restoring non-blocking mode to stdio fds, restore
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 35253af01d8c0ab444c8377402121816e71c71f5
Author: djm at openbsd.org <djm at openbsd.org>
Date: Wed Jan 18 02:00:10 2023 +0000
upstream: when restoring non-blocking mode to stdio fds, restore
exactly the flags that ssh started with and don't just clobber them with
zero, as this could also remove the append flag from the set;
bz3523; ok dtucker@
OpenBSD-Commit-ID: 1336b03e881db7564a4b66014eb24c5230e9a0c0
commit 7d17ea151c0b2519f023bd9cc7f141128833ac47
Author: millert at openbsd.org <millert at openbsd.org>
Date: Wed Jan 18 01:50:21 2023 +0000
upstream: Add a -V (version) option to sshd like the ssh client
has. OK markus@ deraadt@
OpenBSD-Commit-ID: abe990ec3e636fb040132aab8cbbede98f0c413e
commit 62360feb7f08f2a4c6fc36f3b3449309203c42c9
Author: millert at openbsd.org <millert at openbsd.org>
Date: Tue Jan 17 18:52:44 2023 +0000
upstream: For "ssh -V" always exit 0, there is no need to check opt
again. This was missed when the fallthrough in the switch case above it was
removed. OK deraadt@
OpenBSD-Commit-ID: 5583e5d8f6d62a8a4215cfa95a69932f344c8120
Summary of changes:
channels.c | 19 ++++++++++++++-----
channels.h | 3 ++-
ssh.c | 5 ++---
sshd.8 | 8 +++++---
sshd.c | 10 +++++++---
5 files changed, 30 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list