[openssh-commits] [openssh] branch master updated (7703ae5f -> 803d896e)
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Jun 7 04:27:29 AEST 2018
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from 7703ae5f Use ssh-keygen -A to generate missing host keys.
new 115063a6 upstream: Add a PermitListen directive to control which server-side
new 93c06ab6 upstream: permitlisten option for authorized_keys; ok markus@
new 04df4320 upstream: man bits for PermitListen
new 803d896e upstream: man bits for permitlisten authorized_keys option
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 803d896ef30758135e2f438bdd1a0be27989e018
Author: djm at openbsd.org <djm at openbsd.org>
Date: Wed Jun 6 18:24:15 2018 +0000
upstream: man bits for permitlisten authorized_keys option
OpenBSD-Commit-ID: 86910af8f781a4ac5980fea125442eb25466dd78
commit 04df43208b5b460d7360e1598f876b92a32f5922
Author: djm at openbsd.org <djm at openbsd.org>
Date: Wed Jun 6 18:24:00 2018 +0000
upstream: man bits for PermitListen
OpenBSD-Commit-ID: 35b200cba4e46a16a4db6a80ef11838ab0fad67c
commit 93c06ab6b77514e0447fe4f1d822afcbb2a9be08
Author: djm at openbsd.org <djm at openbsd.org>
Date: Wed Jun 6 18:23:32 2018 +0000
upstream: permitlisten option for authorized_keys; ok markus@
OpenBSD-Commit-ID: 8650883018d7aa893173d703379e4456a222c672
commit 115063a6647007286cc8ca70abfd2a7585f26ccc
Author: djm at openbsd.org <djm at openbsd.org>
Date: Wed Jun 6 18:22:41 2018 +0000
upstream: Add a PermitListen directive to control which server-side
addresses may be listened on when the client requests remote forwarding (ssh
-R).
This is the converse of the existing PermitOpen directive and this
includes some refactoring to share much of its implementation.
feedback and ok markus@
OpenBSD-Commit-ID: 15a931238c61a3f2ac74ea18a98c933e358e277f
Summary of changes:
auth-options.c | 140 +++++++++++------
auth-options.h | 6 +-
auth.c | 15 +-
channels.c | 477 ++++++++++++++++++++++++++++++++++++---------------------
channels.h | 26 ++--
mux.c | 6 +-
servconf.c | 138 +++++++++++------
servconf.h | 15 +-
session.c | 71 ++++++---
ssh.c | 6 +-
sshd.8 | 23 ++-
sshd_config.5 | 43 +++++-
12 files changed, 640 insertions(+), 326 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list