[openssh-commits] [openssh] branch master updated (4460a7a -> 957fbce)

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Oct 13 11:42:06 EST 2014


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

djm pushed a change to branch master
in repository openssh.

      from  4460a7a   remove duplicated KEX_DH1 entry
       new  7ff880e   upstream commit
       new  57d378e   upstream commit
       new  40ba4c9   upstream commit
       new  7df8818   upstream commit
       new  f70b22b   upstream commit
       new  180bcb4   upstream commit
       new  a5883d4   upstream commit
       new  48dffd5   upstream commit
       new  4a45922   upstream commit
       new  3cc1fbb   upstream commit
       new  bb005dc   upstream commit
       new  5c0dafd   upstream commit
       new  957fbce   upstream commit

The 13 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 957fbceb0f3166e41b76fdb54075ab3b9cc84cba
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Wed Oct 8 22:20:25 2014 +0000

    upstream commit
    
    Tweak config reparsing with host canonicalisation
    
    Make the second pass through the config files always run when
    hostname canonicalisation is enabled.
    
    Add a "Match canonical" criteria that allows ssh_config Match
    blocks to trigger only in the second config pass.
    
    Add a -G option to ssh that causes it to parse its configuration
    and dump the result to stdout, similar to "sshd -T"
    
    Allow ssh_config Port options set in the second config parse
    phase to be applied (they were being ignored).
    
    bz#2267 bz#2286; ok markus

commit 5c0dafd38bf66feeeb45fa0741a5baf5ad8039ba
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Wed Oct 8 22:15:27 2014 +0000

    upstream commit
    
    another -Wpointer-sign from clang

commit bb005dc815ebda9af3ae4b39ca101c4da918f835
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Wed Oct 8 22:15:06 2014 +0000

    upstream commit
    
    fix a few -Wpointer-sign warnings from clang

commit 3cc1fbb4fb0e804bfb873fd363cea91b27fc8188
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Wed Oct 8 21:45:48 2014 +0000

    upstream commit
    
    parse cert sections using nested buffers to reduce
     copies; ok markus

commit 4a45922aebf99164e2fc83d34fe55b11ae1866ef
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Mon Oct 6 00:47:15 2014 +0000

    upstream commit
    
    correct options in usage(); from mancha1 AT zoho.com

commit 48dffd5bebae6fed0556dc5c36cece0370690618
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Sep 9 09:45:36 2014 +0000

    upstream commit
    
    mention permissions on tun(4) devices in PermitTunnel
     documentation; bz#2273

commit a5883d4eccb94b16c355987f58f86a7dee17a0c2
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Wed Sep 3 18:55:07 2014 +0000

    upstream commit
    
    tighten permissions on pty when the "tty" group does
     not exist; pointed out by Corinna Vinschen; ok markus

commit 180bcb406b58bf30723c01a6b010e48ee626dda8
Author: sobrado at openbsd.org <sobrado at openbsd.org>
Date:   Sat Aug 30 16:32:25 2014 +0000

    upstream commit
    
    typo.

commit f70b22bcdd52f6bf127047b3584371e6e5d45627
Author: sobrado at openbsd.org <sobrado at openbsd.org>
Date:   Sat Aug 30 15:33:50 2014 +0000

    upstream commit
    
    improve capitalization for the Ed25519 public-key
     signature system.
    
    ok djm@

commit 7df8818409c752cf3f0c3f8044fe9aebed8647bd
Author: doug at openbsd.org <doug at openbsd.org>
Date:   Thu Aug 21 01:08:52 2014 +0000

    upstream commit
    
    Free resources on error in mkstemp and fdopen
    
    ok djm@

commit 40ba4c9733aaed08304714faeb61529f18da144b
Author: deraadt at openbsd.org <deraadt at openbsd.org>
Date:   Wed Aug 20 01:28:55 2014 +0000

    upstream commit
    
    djm how did you make a typo like that...

commit 57d378ec9278ba417a726f615daad67d157de666
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Aug 19 23:58:28 2014 +0000

    upstream commit
    
    When dumping the server configuration (sshd -T), print
     correct KEX, MAC and cipher defaults. Spotted by Iain Morgan

commit 7ff880ede5195d0b17e7f1e3b6cfbc4cb6f85240
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Aug 19 23:57:18 2014 +0000

    upstream commit
    
    ~-expand lcd paths

Summary of changes:
 channels.c    |  10 +-
 compat.c      |   4 +-
 moduli.c      |   3 +-
 readconf.c    | 450 +++++++++++++++++++++++++++++++++++++++++++++++++---------
 readconf.h    |  10 +-
 servconf.c    |  12 +-
 sftp.c        |  15 +-
 ssh-add.1     |   6 +-
 ssh-agent.1   |   6 +-
 ssh-keygen.1  |  12 +-
 ssh-keygen.c  |   4 +-
 ssh-keyscan.1 |   6 +-
 ssh-keysign.c |   4 +-
 ssh.1         |  22 ++-
 ssh.c         |  80 ++++++++---
 ssh_config.5  |  57 ++++++--
 sshd.8        |   8 +-
 sshd_config.5 |  10 +-
 sshkey.c      |  98 ++++++-------
 sshpty.c      |  11 +-
 20 files changed, 612 insertions(+), 216 deletions(-)

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


More information about the openssh-commits mailing list