[openssh-commits] [openssh] branch master updated (a647b9b -> 38b8272)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri May 8 13:33:06 AEST 2015


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

djm pushed a change to branch master
in repository openssh.

      from  a647b9b   Put brackets around mblen() compat constant.
       new  d5b1507   upstream commit
       new  b58234f   upstream commit
       new  ea13950   upstream commit
       new  f8484da   upstream commit
       new  63ebf01   upstream commit
       new  297060f   upstream commit
       new  38b8272   upstream commit

The 7 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 38b8272f823dc1dd4e29dbcee83943ed48bb12fa
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Mon May 4 01:47:53 2015 +0000

    upstream commit
    
    Use diff w/out -u for better portability

commit 297060f42d5189a4065ea1b6f0afdf6371fb0507
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri May 8 03:25:07 2015 +0000

    upstream commit
    
    Use xcalloc for permitted_adm_opens instead of xmalloc to
     ensure it's zeroed. Fixes post-auth crash with permitopen=none.  bz#2355, ok
     djm@

commit 63ebf019be863b2d90492a85e248cf55a6e87403
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri May 8 03:17:49 2015 +0000

    upstream commit
    
    don't choke on new-format private keys encrypted with an
     AEAD cipher; bz#2366, patch from Ron Frederick; ok markus@

commit f8484dac678ab3098ae522a5f03bb2530f822987
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Wed May 6 05:45:17 2015 +0000

    upstream commit
    
    Clarify pseudo-terminal request behaviour and use
     "pseudo-terminal" consistently.  bz#1716, ok jmc@ "I like it" deraadt at .

commit ea139507bef8bad26e86ed99a42c7233ad115c38
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Wed May 6 04:07:18 2015 +0000

    upstream commit
    
    Blacklist DH-GEX for specific PuTTY versions known to
     send non-RFC4419 DH-GEX messages rather than all versions of PuTTY.
     According to Simon Tatham, 0.65 and newer versions will send RFC4419 DH-GEX
     messages.  ok djm@

commit b58234f00ee3872eb84f6e9e572a9a34e902e36e
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Tue May 5 10:17:49 2015 +0000

    upstream commit
    
    WinSCP doesn't implement RFC4419 DH-GEX so flag it so we
     don't offer that KEX method.  ok markus@

commit d5b1507a207253b39e810e91e68f9598691b7a29
Author: jsg at openbsd.org <jsg at openbsd.org>
Date:   Tue May 5 02:48:17 2015 +0000

    upstream commit
    
    use the sizeof the struct not the sizeof a pointer to the
     struct in ssh_digest_start()
    
    This file is only used if ssh is built with OPENSSL=no
    
    ok markus@

Summary of changes:
 channels.c          |  4 ++--
 compat.c            | 12 +++++++++--
 digest-libc.c       |  4 ++--
 regress/cfgparse.sh | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 ssh.1               | 27 +++++++++++++++++-------
 sshkey.c            | 15 ++++++++++----
 6 files changed, 104 insertions(+), 18 deletions(-)
 create mode 100644 regress/cfgparse.sh

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


More information about the openssh-commits mailing list