[openssh-commits] [openssh] branch master updated (462082e -> ab24ab8)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Jan 9 00:20:32 EST 2015


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

djm pushed a change to branch master
in repository openssh.

      from  462082e   avoid uninitialised free of ldns_res
       new  296ef05   upstream commit
       new  8abd803   upstream commit
       new  5191df9   upstream commit
       new  febbe09   upstream commit
       new  1195f4c   upstream commit
       new  ab24ab8   upstream commit

The 6 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 ab24ab847b0fc94c8d5e419feecff0bcb6d6d1bf
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Thu Jan 8 10:15:45 2015 +0000

    upstream commit
    
    reorder hostbased key attempts to better match the
     default hostkey algorithms order in myproposal.h; ok markus@

commit 1195f4cb07ef4b0405c839293c38600b3e9bdb46
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Thu Jan 8 10:14:08 2015 +0000

    upstream commit
    
    deprecate key_load_private_pem() and
     sshkey_load_private_pem() interfaces. Refactor the generic key loading API to
     not require pathnames to be specified (they weren't really used).
    
    Fixes a few other things en passant:
    
    Makes ed25519 keys work for hostbased authentication (ssh-keysign
    previously used the PEM-only routines).
    
    Fixes key comment regression bz#2306: key pathnames were being lost as
    comment fields.
    
    ok markus@

commit febbe09e4e9aff579b0c5cc1623f756862e4757d
Author: tedu at openbsd.org <tedu at openbsd.org>
Date:   Wed Jan 7 18:15:07 2015 +0000

    upstream commit
    
    workaround for the Meyer, et al, Bleichenbacher Side
     Channel Attack. fake up a bignum key before RSA decryption. discussed/ok djm
     markus

commit 5191df927db282d3123ca2f34a04d8d96153911a
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Dec 23 22:42:48 2014 +0000

    upstream commit
    
    KNF and add a little more debug()

commit 8abd80315d3419b20e6938f74d37e2e2b547f0b7
Author: jmc at openbsd.org <jmc at openbsd.org>
Date:   Mon Dec 22 09:26:31 2014 +0000

    upstream commit
    
    add fingerprinthash to the options list;

commit 296ef0560f60980da01d83b9f0e1a5257826536f
Author: jmc at openbsd.org <jmc at openbsd.org>
Date:   Mon Dec 22 09:24:59 2014 +0000

    upstream commit
    
    tweak previous;

Summary of changes:
 auth-rhosts.c     |  64 +++++++++++++++++++++------------
 auth2-hostbased.c |  19 +++++++---
 authfile.c        |  64 +++++++++++++--------------------
 authfile.h        |  10 ++++--
 key.c             |  25 ++-----------
 key.h             |   3 +-
 krl.c             |   4 +--
 ssh-keysign.c     |  21 ++++++-----
 ssh.1             |   5 +--
 ssh.c             |  38 ++++++++++----------
 ssh_config.5      |   3 +-
 sshconnect2.c     |   4 ++-
 sshd.c            | 104 ++++++++++++++++++++++++------------------------------
 sshkey.c          |  26 ++++----------
 sshkey.h          |   4 +--
 15 files changed, 186 insertions(+), 208 deletions(-)

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


More information about the openssh-commits mailing list