[openssh-commits] [openssh] branch master updated (f217d9b -> 6cb6dcf)

git+noreply at mindrot.org git+noreply at mindrot.org
Sun Aug 14 11:19:18 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  f217d9b   Import updated moduli.
       new  b61f53c   upstream commit
       new  42d47ad   upstream commit
       new  6cb6dcf   upstream commit

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 6cb6dcffe1a2204ba9006de20f73255c268fcb6b
Author: markus at openbsd.org <markus at openbsd.org>
Date:   Sat Aug 13 17:47:40 2016 +0000

    upstream commit
    
    remove ssh1 server code; ok djm@
    
    Upstream-ID: c24c0c32c49b91740d5a94ae914fb1898ea5f534

commit 42d47adc5ad1187f22c726cbc52e71d6b1767ca2
Author: jca at openbsd.org <jca at openbsd.org>
Date:   Fri Aug 12 19:19:04 2016 +0000

    upstream commit
    
    Use 2001:db8::/32, the official IPv6 subnet for
    configuration examples.
    
    This makes the IPv6 example consistent with IPv4, and removes a dubious
    mention of a 6bone subnet.
    
    ok sthen@ millert@
    
    Upstream-ID: b027f3d0e0073419a132fd1bf002e8089b233634

commit b61f53c0c3b43c28e013d3b3696d64d1c0204821
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Thu Aug 11 01:42:11 2016 +0000

    upstream commit
    
    Update moduli file.
    
    Upstream-ID: 6da9a37f74aef9f9cc639004345ad893cad582d8

Summary of changes:
 .skipped-commit-ids |   1 +
 Makefile.in         |   6 +-
 auth-chall.c        | 125 -----------
 auth-rh-rsa.c       | 109 ----------
 auth-rhosts.c       |  23 +-
 auth-rsa.c          | 349 ------------------------------
 auth.c              |  10 +-
 auth.h              |  19 +-
 auth1.c             | 444 --------------------------------------
 monitor.c           | 305 ++-------------------------
 monitor_wrap.c      | 151 +------------
 monitor_wrap.h      |  13 +-
 serverloop.c        | 596 ++--------------------------------------------------
 serverloop.h        |   3 +-
 session.c           | 212 +------------------
 session.h           |   3 +-
 sshd.c              | 479 ++---------------------------------------
 sshd_config.5       |   6 +-
 18 files changed, 88 insertions(+), 2766 deletions(-)
 delete mode 100644 auth-chall.c
 delete mode 100644 auth-rh-rsa.c
 delete mode 100644 auth-rsa.c
 delete mode 100644 auth1.c

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


More information about the openssh-commits mailing list