[openssh-commits] [openssh] branch master updated (ee607cc -> 271df81)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Dec 18 14:51:11 AEDT 2015


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

djm pushed a change to branch master
in repository openssh.

      from  ee607cc   Increase robustness of redhat/openssh.spec
       new  79394ed   upstream commit
       new  89540b6   upstream commit
       new  cce6a36   upstream commit
       new  6091c36   upstream commit
       new  a4b9e0f   upstream commit
       new  52d7078   upstream commit
       new  43849a4   upstream commit
       new  271df81   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 271df8185d9689b3fb0523f58514481b858f6843
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Sun Dec 13 22:42:23 2015 +0000

    upstream commit
    
    unbreak connections with peers that set
     first_kex_follows; fix from Matt Johnston va bz#2515
    
    Upstream-ID: decc88ec4fc7515594fdb42b04aa03189a44184b

commit 43849a47c5f8687699eafbcb5604f6b9c395179f
Author: doug at openbsd.org <doug at openbsd.org>
Date:   Fri Dec 11 17:41:37 2015 +0000

    upstream commit
    
    Add "id" to ssh-agent pledge for subprocess support.
    
    Found the hard way by Jan Johansson when using ssh-agent with X.  Also,
    rearranged proc/exec and retval to match other pledge calls in the tree.
    
    ok djm@
    
    Upstream-ID: 914255f6850e5e7fa830a2de6c38605333b584db

commit 52d7078421844b2f88329f5be3de370b0a938636
Author: mmcc at openbsd.org <mmcc at openbsd.org>
Date:   Fri Dec 11 04:21:11 2015 +0000

    upstream commit
    
    Remove NULL-checks before sshbuf_free().
    
    ok djm@
    
    Upstream-ID: 5ebed00ed5f9f03b119a345085e8774565466917

commit a4b9e0f4e4a6980a0eb8072f76ea611cab5b77e7
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Dec 11 03:24:25 2015 +0000

    upstream commit
    
    include remote port number in a few more messages; makes
     tying log messages together into a session a bit easier; bz#2503 ok dtucker@
    
    Upstream-ID: 9300dc354015f7a7368d94a8ff4a4266a69d237e

commit 6091c362e89079397e68744ae30df121b0a72c07
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Dec 11 03:20:09 2015 +0000

    upstream commit
    
    don't try to load SSHv1 private key when compiled without
     SSHv1 support. From Iain Morgan bz#2505
    
    Upstream-ID: 8b8e7b02a448cf5e5635979df2d83028f58868a7

commit cce6a36bb95e81fa8bfb46daf22eabcf13afc352
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Dec 11 03:19:09 2015 +0000

    upstream commit
    
    use SSH_MAX_PUBKEY_BYTES consistently as buffer size when
     reading key files. Increase it to match the size of the buffers already being
     used.
    
    Upstream-ID: 1b60586b484b55a947d99a0b32bd25e0ced56fae

commit 89540b6de025b80404a0cb8418c06377f3f98848
Author: mmcc at openbsd.org <mmcc at openbsd.org>
Date:   Fri Dec 11 02:31:47 2015 +0000

    upstream commit
    
    Remove NULL-checks before sshkey_free().
    
    ok djm@
    
    Upstream-ID: 3e35afe8a25e021216696b5d6cde7f5d2e5e3f52

commit 79394ed6d74572c2d2643d73937dad33727fc240
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri Dec 11 02:29:03 2015 +0000

    upstream commit
    
    fflush stdout so that output is seen even when running in
     debug mode when output may otherwise not be flushed.  Patch from dustin at
     null-ptr.net.
    
    Upstream-ID: b0c6b4cd2cdb01d7e9eefbffdc522e35b5bc4acc

Summary of changes:
 authfile.c    | 20 ++++++---------
 kex.c         |  8 +++---
 krl.c         | 14 ++++-------
 packet.c      | 78 ++++++++++++++++++++++++++++++++++++-----------------------
 packet.h      |  3 ++-
 ssh-add.c     |  8 +++---
 ssh-agent.c   |  5 ++--
 ssh-dss.c     |  8 +++---
 ssh-ecdsa.c   | 14 ++++-------
 ssh-keygen.c  |  9 +++----
 ssh-rsa.c     |  8 +++---
 ssh.c         |  4 ++-
 ssh.h         |  4 +--
 sshbuf.c      |  8 +++---
 sshconnect2.c |  5 ++--
 sshkey.c      | 41 +++++++++++--------------------
 16 files changed, 111 insertions(+), 126 deletions(-)

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


More information about the openssh-commits mailing list