[openssh-commits] [openssh] branch master updated (33ba55d -> 857568d)

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Aug 23 14:33:42 AEST 2016


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

djm pushed a change to branch master
in repository openssh.

      from  33ba55d   Only check for prctl once.
       new  c38ea63   upstream commit
       new  ffe6549   upstream commit
       new  83b5818   upstream commit
       new  4067ec8   upstream commit
       new  cc182d0   upstream commit
       new  857568d   removing UseLogin bits from configure.ac

The 6 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 857568d2ac81c14bcfd625b27536c1e28c992b3c
Author: Damien Miller <djm at mindrot.org>
Date:   Tue Aug 23 14:32:37 2016 +1000

    removing UseLogin bits from configure.ac

commit cc182d01cef8ca35a1d25ea9bf4e2ff72e588208
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Aug 23 03:24:10 2016 +0000

    upstream commit
    
    fix negated address matching where the address list
    consists of a single negated match, e.g. "Match addr !192.20.0.1"
    
    Report and patch from Jakub Jelen. bz#2397 ok dtucker@
    
    Upstream-ID: 01dcac3f3e6ca47518cf293e31c73597a4bb40d8

commit 4067ec8a4c64ccf16250c35ff577b4422767da64
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Aug 23 03:22:49 2016 +0000

    upstream commit
    
    fix matching for pattern lists that contain a single
    negated match, e.g. "Host !example"
    
    report and patch from Robin Becker. bz#1918 ok dtucker@
    
    Upstream-ID: 05a0cb323ea4bc20e98db099b42c067bfb9ea1ea

commit 83b581862a1dbb06fc859959f829dde2654aef3c
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Aug 19 03:18:06 2016 +0000

    upstream commit
    
    remove UseLogin option and support for having /bin/login
    manage login sessions; ok deraadt markus dtucker
    
    Upstream-ID: bea7213fbf158efab7e602d9d844fba4837d2712

commit ffe6549c2f7a999cc5264b873a60322e91862581
Author: naddy at openbsd.org <naddy at openbsd.org>
Date:   Mon Aug 15 12:32:04 2016 +0000

    upstream commit
    
    Catch up with the SSH1 code removal and delete all
    mention of protocol 1 particularities, key files and formats, command line
    options, and configuration keywords from the server documentation and
    examples.  ok jmc@
    
    Upstream-ID: 850328854675b4b6a0d4a90f0b4a9dd9ca4e905f

commit c38ea634893a1975dbbec798fb968c9488013f4a
Author: naddy at openbsd.org <naddy at openbsd.org>
Date:   Mon Aug 15 12:27:56 2016 +0000

    upstream commit
    
    Remove more SSH1 server code: * Drop sshd's -k option. *
    Retire configuration keywords that only apply to protocol 1, as well as   the
    "protocol" keyword. * Remove some related vestiges of protocol 1 support.
    
    ok markus@
    
    Upstream-ID: 9402f82886de917779db12f8ee3f03d4decc244d

Summary of changes:
 addrmatch.c   |   5 +-
 configure.ac  |  30 -----------
 match.c       |   5 +-
 monitor.c     |   5 +-
 servconf.c    | 130 ++++++++++----------------------------------
 servconf.h    |   9 +---
 session.c     | 171 +++++++++++++++++++++-------------------------------------
 sshd.8        | 111 ++++++++------------------------------
 sshd.c        |  35 +++---------
 sshd_config   |  17 +-----
 sshd_config.5 |  94 ++------------------------------
 11 files changed, 133 insertions(+), 479 deletions(-)

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


More information about the openssh-commits mailing list