[openssh-commits] [openssh] branch master updated (cd16acee -> 5c8d14c5)
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri May 17 10:08:19 AEST 2019
This is an automated email from the git hooks/post-receive script.
dtucker pushed a change to branch master
in repository openssh.
from cd16acee Add OpenSSL 1.1.1 to the supported list.
new cb4accb1 upstream: For PermitOpen violations add the remote host and port to
new db7606d4 upstream: Delete some .Sx macros that were used in a wrong way.
new a1d29cc3 upstream: When doing the fork+exec'ing for ssh-keysign, rearrange
new 5c8d14c5 upstream: Move a variable declaration to the block where it's used
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 5c8d14c512f5d413095b22bdba08a6bb990f1e97
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Thu May 16 08:47:27 2019 +0000
upstream: Move a variable declaration to the block where it's used
to make things a little tidier for -portable.
OpenBSD-Commit-ID: 616379861be95619e5358768b7dee4793e2f3a75
commit a1d29cc36a5e6eeabc935065a8780e1ba5b67014
Author: deraadt at openbsd.org <deraadt at openbsd.org>
Date: Wed May 15 04:43:31 2019 +0000
upstream: When doing the fork+exec'ing for ssh-keysign, rearrange
the socket into fd3, so as to not mistakenly leak other fd forward
accidentally. ok djm
OpenBSD-Commit-ID: 24cc753f5aa2c6a7d0fbf62766adbc75cd785296
commit db7606d4a62fee67b0cb2f32dfcbd7b3642bfef5
Author: schwarze at openbsd.org <schwarze at openbsd.org>
Date: Tue May 14 12:47:17 2019 +0000
upstream: Delete some .Sx macros that were used in a wrong way.
Part of a patch from Stephen Gregoratto <dev at sgregoratto dot me>.
OpenBSD-Commit-ID: 15501ed13c595f135e7610b1a5d8345ccdb513b7
commit cb4accb1233865d9151f8a50cc5f0c61a3fd4077
Author: florian at openbsd.org <florian at openbsd.org>
Date: Fri May 10 18:55:17 2019 +0000
upstream: For PermitOpen violations add the remote host and port to
be able to find out from where the request was comming.
Add the same logging for PermitListen violations which where not
logged at all.
Pointed out by Robert Kisteleki (robert AT ripe.net)
input markus
OK deraadt
OpenBSD-Commit-ID: 8a7d0f1b7175504c0d1dca8d9aca1588b66448c8
Summary of changes:
channels.c | 24 +++++++++++++++++++++---
ssh-pkcs11-helper.c | 6 +++---
ssh_config.5 | 8 +++-----
sshconnect2.c | 16 +++++++++-------
sshd_config.5 | 8 +++-----
5 files changed, 39 insertions(+), 23 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list