[openssh-commits] [openssh] branch master updated (8af0244d -> 54688e93)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Apr 17 14:03:42 AEST 2020


This is an automated email from the git hooks/post-receive script.

djm pushed a change to branch master
in repository openssh.

      from  8af0244d  Add sys/syscall.h for syscall numbers.
       new  ca5403b0  upstream: add space between macro arg and punctuation;
       new  321c7147  upstream: allow the IgnoreRhosts directive to appear anywhere in a
       new  c90f72d2  upstream: make IgnoreRhosts a tri-state option: "yes" ignore
       new  267cbc87  upstream: mention that /etc/hosts.equiv and /etc/shosts.equiv are
       new  54688e93  upstream: fix reversed test that caused IdentitiesOnly=yes to not

The 5 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 54688e937a69c7aebef8a3d50cbd4c6345bab2ca
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Apr 17 03:38:47 2020 +0000

    upstream: fix reversed test that caused IdentitiesOnly=yes to not
    
    apply to keys loaded from a PKCS11Provider; bz3141, ok dtucker@
    
    OpenBSD-Commit-ID: e3dd6424b94685671fe84c9b9dbe352fb659f677

commit 267cbc87b5b6e78973ac4d3c7a6f807ed226928c
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Apr 17 03:34:42 2020 +0000

    upstream: mention that /etc/hosts.equiv and /etc/shosts.equiv are
    
    not considered for HostbasedAuthentication when the target user is root;
    bz3148
    
    OpenBSD-Commit-ID: fe4c1256929e53f23af17068fbef47852f4bd752

commit c90f72d29e84b4a2709078bf5546a72c29a65177
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Apr 17 03:30:05 2020 +0000

    upstream: make IgnoreRhosts a tri-state option: "yes" ignore
    
    rhosts/shosts, "no" allow rhosts/shosts or (new) "shosts-only" to allow
    .shosts files but not .rhosts. ok dtucker@
    
    OpenBSD-Commit-ID: d08d6930ed06377a80cf53923c1955e9589342e9

commit 321c7147079270f3a154f91b59e66219aac3d514
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Apr 17 03:23:13 2020 +0000

    upstream: allow the IgnoreRhosts directive to appear anywhere in a
    
    sshd_config, not just before any Match blocks; bz3148, ok dtucker@
    
    OpenBSD-Commit-ID: e042467d703bce640b1f42c5d1a62bf3825736e8

commit ca5403b085a735055ec7b7cdcd5b91f2662df94c
Author: jmc at openbsd.org <jmc at openbsd.org>
Date:   Sat Apr 11 20:20:09 2020 +0000

    upstream: add space between macro arg and punctuation;
    
    OpenBSD-Commit-ID: e579e4d95eef13059c30931ea1f09ed8296b819c

Summary of changes:
 auth-rhosts.c |  6 ++++--
 servconf.c    | 20 +++++++++++++++-----
 servconf.h    |  7 ++++++-
 ssh.1         |  6 +++---
 ssh_config.5  |  6 +++---
 sshconnect2.c |  4 ++--
 sshd_config.5 | 30 ++++++++++++++++++++++--------
 7 files changed, 55 insertions(+), 24 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list