[openssh-commits] [openssh] branch master updated (0bb2980 -> 7b63cf6)

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Sep 12 13:49:44 AEST 2016


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

dtucker pushed a change to branch master
in repository openssh.

      from  0bb2980   Restore ssh-keygen's -J and -j option handling.
       new  b33ad6d   upstream commit
       new  da95318   upstream commit
       new  e5e8d91   upstream commit
       new  06ce56b   upstream commit
       new  f219fc8   upstream commit
       new  9136ec1   upstream commit
       new  11e5e64   upstream commit
       new  7b63cf6   upstream commit

The 8 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 7b63cf6dbbfa841c003de57d1061acbf2ff22364
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Mon Sep 12 03:29:16 2016 +0000

    upstream commit
    
    Spaces->tabs.
    
    Upstream-ID: f4829dfc3f36318273f6082b379ac562eead70b7

commit 11e5e644536821ceb3bb4dd8487fbf0588522887
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Mon Sep 12 03:25:20 2016 +0000

    upstream commit
    
    Style whitespace fix.  Also happens to remove a no-op
    diff with portable.
    
    Upstream-ID: 45d90f9a62ad56340913a433a9453eb30ceb8bf3

commit 9136ec134c97a8aff2917760c03134f52945ff3c
Author: deraadt at openbsd.org <deraadt at openbsd.org>
Date:   Mon Sep 12 01:22:38 2016 +0000

    upstream commit
    
    Add MAXIMUM(), MINIMUM(), and ROUNDUP() to misc.h, then
    use those definitions rather than pulling <sys/param.h> and unknown namespace
    pollution. ok djm markus dtucker
    
    Upstream-ID: 712cafa816c9f012a61628b66b9fbd5687223fb8

commit f219fc8f03caca7ac82a38ed74bbd6432a1195e7
Author: jmc at openbsd.org <jmc at openbsd.org>
Date:   Wed Sep 7 18:39:24 2016 +0000

    upstream commit
    
    sort; from matthew martin
    
    Upstream-ID: 73cec7f7ecc82d37a4adffad7745e4684de67ce7

commit 06ce56b05def9460aecc7cdb40e861a346214793
Author: markus at openbsd.org <markus at openbsd.org>
Date:   Tue Sep 6 09:22:56 2016 +0000

    upstream commit
    
    ssh_set_newkeys: print correct block counters on
    rekeying; ok djm@
    
    Upstream-ID: 32bb7a9cb9919ff5bab28d50ecef3a2b2045dd1e

commit e5e8d9114ac6837a038f4952994ca95a97fafe8d
Author: markus at openbsd.org <markus at openbsd.org>
Date:   Tue Sep 6 09:14:05 2016 +0000

    upstream commit
    
    update ext_info_c every time we receive a kexinit msg;
    fixes sending of ext_info if privsep is disabled; report Aris Adamantiadis &
    Mancha; ok djm@
    
    Upstream-ID: 2ceaa1076e19dbd3542254b4fb8e42d608f28856

commit da95318dbedbaa1335323dba370975c2f251afd8
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Mon Sep 5 14:02:42 2016 +0000

    upstream commit
    
    remove 3des-cbc from the client's default proposal;
    64-bit block ciphers are not safe in 2016 and we don't want to wait until
    attacks like sweet32 are extended to SSH.
    
    As 3des-cbc was the only mandatory cipher in the SSH RFCs, this may
    cause problems connecting to older devices using the defaults, but
    it's highly likely that such devices already need explicit
    configuration for KEX and hostkeys anyway.
    
    ok deraadt, markus, dtucker
    
    Upstream-ID: a505dfe65c6733af0f751b64cbc4bb7e0761bc2f

commit b33ad6d997d36edfea65e243cd12ccd01f413549
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Mon Sep 5 13:57:31 2016 +0000

    upstream commit
    
    enforce expected request flow for GSSAPI calls; thanks to
    Jakub Jelen for testing; ok markus@
    
    Upstream-ID: d4bc0e70e1be403735d3d9d7e176309b1fd626b9

Summary of changes:
 channels.c       | 21 ++++++++++-----------
 clientloop.c     | 17 ++++++++---------
 dh.c             |  5 ++---
 gss-genr.c       |  3 +--
 kex.c            | 27 ++++++++++++---------------
 kexgexc.c        |  6 +++---
 kexgexs.c        | 12 ++++++------
 krl.c            | 15 +++++++--------
 misc.h           |  6 +++++-
 moduli.c         |  5 ++---
 monitor.c        |  8 ++++----
 myproposal.h     |  4 ++--
 packet.c         | 32 +++++++++++++++++---------------
 sandbox-rlimit.c |  3 +--
 scp.c            |  7 +++----
 serverloop.c     |  9 ++++-----
 sftp-client.c    |  7 +++----
 sftp-common.c    |  8 ++++----
 sftp-server.c    |  5 ++---
 sftp.c           | 19 +++++++++----------
 ssh-agent.c      |  9 ++++-----
 ssh-keygen.c     |  6 +++---
 ssh_config.5     |  6 +++---
 sshbuf.c         |  8 ++++----
 sshconnect.c     |  5 ++---
 sshd_config.5    | 36 ++++++++++++++++++------------------
 sshkey.c         | 13 ++++++-------
 27 files changed, 145 insertions(+), 157 deletions(-)

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


More information about the openssh-commits mailing list