[openssh-commits] [openssh] branch master updated (c924b2e -> 97c31c4)

git+noreply at mindrot.org git+noreply at mindrot.org
Sat Feb 4 10:10:17 AEDT 2017


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

djm pushed a change to branch master
in repository openssh.

      from  c924b2e   upstream commit
       new  68bc8cf   upstream commit
       new  07edd7e   upstream commit
       new  f1a1934   upstream commit
       new  97c31c4   upstream commit

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 97c31c46ee2e6b46dfffdfc4f90bbbf188064cbc
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Feb 3 23:01:42 2017 +0000

    upstream commit
    
    unit test for match_filter_list() function; still want a
    better name for this...
    
    Upstream-Regress-ID: 840ad6118552c35111f0a897af9c8d93ab8de92a

commit f1a193464a7b77646f0d0cedc929068e4a413ab4
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Feb 3 23:05:57 2017 +0000

    upstream commit
    
    use ssh_packet_set_log_preamble() to include connection
    username in packet log messages, e.g.
    
    Connection closed by invalid user foo 10.1.1.1 port 44056 [preauth]
    
    ok markus@ bz#113
    
    Upstream-ID: 3591b88bdb5416d6066fb3d49d8fff2375bf1a15

commit 07edd7e9537ab32aa52abb5fb2a915c350fcf441
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Feb 3 23:03:33 2017 +0000

    upstream commit
    
    add ssh_packet_set_log_preamble() to allow inclusion of a
    preamble string in disconnect messages; ok markus@
    
    Upstream-ID: 34cb41182cd76d414c214ccb01c01707849afead

commit 68bc8cfa7642d3ccbf2cd64281c16b8b9205be59
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Feb 3 23:01:19 2017 +0000

    upstream commit
    
    support =- for removing methods from algorithms lists,
    e.g. Ciphers=-*cbc; suggested by Cristian Ionescu-Idbohrn in bz#2671 "I like
    it" markus@
    
    Upstream-ID: c78c38f9f81a963b33d0eade559f6048add24a6d

Summary of changes:
 auth2.c                         | 12 ++++++--
 compat.c                        | 48 +++++++++----------------------
 kex.c                           | 21 ++++++++------
 match.c                         | 31 ++++++++++++++++++++-
 match.h                         |  3 +-
 monitor.c                       |  7 ++++-
 packet.c                        | 62 ++++++++++++++++++++++++++++++-----------
 packet.h                        |  7 ++++-
 readconf.c                      | 12 ++++----
 regress/unittests/match/tests.c | 21 +++++++++++++-
 servconf.c                      | 12 ++++----
 ssh_config.5                    | 28 +++++++++++++++++--
 sshd_config.5                   | 24 ++++++++++++++--
 13 files changed, 206 insertions(+), 82 deletions(-)

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


More information about the openssh-commits mailing list