[openssh-commits] [openssh] branch master updated (89a85d72 -> 80e199d6)

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Jun 19 13:03:45 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  89a85d72  upstream: unbreak SendEnv; patch from tb@
       new  26f96ca1  upstream: invalidate supplemental group cache used by
       new  87ddd676  upstream: allow bare port numbers to appear in PermitListen directives,
       new  80e199d6  upstream: test PermitListen with bare port numbers

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 80e199d6175904152aafc5c297096c3e18297691
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Jun 19 03:02:17 2018 +0000

    upstream: test PermitListen with bare port numbers
    
    OpenBSD-Regress-ID: 4b50a02dfb0ccaca08247f3877c444126ba901b3

commit 87ddd676da0f3abd08b778b12b53b91b670dc93c
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Jun 19 02:59:41 2018 +0000

    upstream: allow bare port numbers to appear in PermitListen directives,
    
    e.g.
    
    PermitListen 2222 8080
    
    is equivalent to:
    
    PermitListen *:2222 *:8080
    
    Some bonus manpage improvements, mostly from markus@
    
    "looks fine" markus@
    
    OpenBSD-Commit-ID: 6546b0cc5aab7f53d65ad0a348ca0ae591d6dd24

commit 26f96ca10ad0ec5da9b05b99de1e1ccea15a11be
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Jun 15 07:01:11 2018 +0000

    upstream: invalidate supplemental group cache used by
    
    temporarily_use_uid() when the target uid differs; could cause failure to
    read authorized_keys under some configurations. patch by Jakub Jelen via
    bz2873; ok dtucker, markus
    
    OpenBSD-Commit-ID: 48a345f0ee90f6c465a078eb5e89566b23abd8a1

Summary of changes:
 auth-options.c            | 22 +++++++++++++++++-----
 regress/cfgmatchlisten.sh | 41 +++++++++++++++++++++++++++++++++++++++--
 servconf.c                | 26 +++++++++++++++++---------
 sshd.8                    | 19 +++++++++++++++----
 sshd_config.5             | 22 +++++++++++++---------
 uidswap.c                 |  8 ++++++--
 6 files changed, 107 insertions(+), 31 deletions(-)

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


More information about the openssh-commits mailing list