[openssh-commits] [openssh] branch master updated (5098b3b6 -> e073106f)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Jun 26 15:26:03 AEST 2020


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

djm pushed a change to branch master
in repository openssh.

      from  5098b3b6  missing files for webauthn/sshsig unit test
       new  02a9222c  upstream: supply word missing in previous;
       new  b659319a  upstream: updated argument name for -P in first synopsis was
       new  37f2da06  upstream: some clarifying comments
       new  e3fa6249  upstream: only call sshkey_xmss_init() once for KEY_XMSS_CERT; ok
       new  89b54900  upstream: allow sshd_config longer than 256k; ok djm
       new  250246fe  upstream: support loading big sshd_config files w/o realloc; ok
       new  e3599508  upstream: fix ssh -O proxy w/mux which got broken by no longer
       new  07f5f369  upstream: fix kex mem-leak in ssh_packet_close; ok djm
       new  c9e24daa  upstream: Expand path to ~/.ssh/rc rather than relying on it
       new  74344c3c  upstream: Defer creation of ~/.ssh by ssh(1) until we attempt to
       new  a3e0c376  upstream: constify a few things; ok dtucker (as part of another
       new  fe2ec0b9  upstream: allow "ssh-add -d -" to read keys to be deleted from
       new  3d06ff4b  upstream: handle EINTR in waitfd() and timeout_connect() helpers;
       new  c809daaa  upstream: add test for mux w/-Oproxy; ok djm
       new  e073106f  upstream: regress test for ssh-add -d; ok dtucker@

The 15 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 e073106f370cdd2679e41f6f55a37b491f0e82fe
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Jun 26 05:12:21 2020 +0000

    upstream: regress test for ssh-add -d; ok dtucker@
    
    OpenBSD-Regress-ID: 3a2e044be616afc7dd4f56c100179e83b33d8abf

commit c809daaa1bad6b1c305b0e0b5440360f32546c84
Author: markus at openbsd.org <markus at openbsd.org>
Date:   Wed Jun 24 15:16:23 2020 +0000

    upstream: add test for mux w/-Oproxy; ok djm
    
    OpenBSD-Regress-ID: 764d5c696e2a259f1316a056e225e50023abb027

commit 3d06ff4bbd3dca8054c238d2a94c0da563ef7eee
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Jun 26 05:16:38 2020 +0000

    upstream: handle EINTR in waitfd() and timeout_connect() helpers;
    
    bz#3071; ok dtucker@
    
    OpenBSD-Commit-ID: 08fa87be50070bd8b754d9b1ebb1138d7bc9d8ee

commit fe2ec0b9c19adeab0cd9f04b8152dc17f31c31e5
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Jun 26 05:04:07 2020 +0000

    upstream: allow "ssh-add -d -" to read keys to be deleted from
    
    stdin bz#3180; ok dtucker@
    
    OpenBSD-Commit-ID: 15c7f10289511eb19fce7905c9cae8954e3857ff

commit a3e0c376ffc11862fa3568b28188bd12965973e1
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Jun 26 05:03:36 2020 +0000

    upstream: constify a few things; ok dtucker (as part of another
    
    diff)
    
    OpenBSD-Commit-ID: 7c17fc987085994d752304bd20b1ae267a9bcdf6

commit 74344c3ca42c3f53b00b025daf09ae7f6aa38076
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri Jun 26 05:02:03 2020 +0000

    upstream: Defer creation of ~/.ssh by ssh(1) until we attempt to
    
    write to it so we don't leave an empty .ssh directory when it's not needed.
    Use the same function to replace the code in ssh-keygen that does the same
    thing. bz#3156, ok djm@
    
    OpenBSD-Commit-ID: 59c073b569be1a60f4de36f491a4339bc4ae870f

commit c9e24daac6324fcbdba171392c325bf9ccc3c768
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri Jun 26 04:45:11 2020 +0000

    upstream: Expand path to ~/.ssh/rc rather than relying on it
    
    being relative to the current directory, so that it'll still be found if the
    shell startup changes its directory.  Since the path is potentially longer,
    make the cmd buffer that uses it dynamically sized.  bz#3185, with & ok djm@
    
    OpenBSD-Commit-ID: 36e33ff01497af3dc8226d0c4c1526fc3a1e46bf

commit 07f5f369a25e228a7357ef6c57205f191f073d99
Author: markus at openbsd.org <markus at openbsd.org>
Date:   Wed Jun 24 15:12:09 2020 +0000

    upstream: fix kex mem-leak in ssh_packet_close; ok djm
    
    OpenBSD-Commit-ID: e2e9533f393620383afd0b68ef435de8d5e8abe4

commit e35995088cd6691a712bfd586bae8084a3a922ba
Author: markus at openbsd.org <markus at openbsd.org>
Date:   Wed Jun 24 15:10:38 2020 +0000

    upstream: fix ssh -O proxy w/mux which got broken by no longer
    
    making ssh->kex optional in packet.c revision 1.278 ok djm@
    
    OpenBSD-Commit-ID: 2b65df04a064c2c6277359921d2320c90ab7d917

commit 250246fef22b87a54a63211c60a2def9be431fbd
Author: markus at openbsd.org <markus at openbsd.org>
Date:   Wed Jun 24 15:09:53 2020 +0000

    upstream: support loading big sshd_config files w/o realloc; ok
    
    djm
    
    OpenBSD-Commit-ID: ba9238e810074ac907f0cf8cee1737ac04983171

commit 89b54900ac61986760452f132bbe3fb7249cfdac
Author: markus at openbsd.org <markus at openbsd.org>
Date:   Wed Jun 24 15:08:53 2020 +0000

    upstream: allow sshd_config longer than 256k; ok djm
    
    OpenBSD-Commit-ID: 83f40dd5457a64c1d3928eb4364461b22766beb3

commit e3fa6249e6d9ceb57c14b04dd4c0cfab12fa7cd5
Author: markus at openbsd.org <markus at openbsd.org>
Date:   Wed Jun 24 15:07:33 2020 +0000

    upstream: only call sshkey_xmss_init() once for KEY_XMSS_CERT; ok
    
    djm
    
    OpenBSD-Commit-ID: d0002ffb7f20f538b014d1d0735facd5a81ff096

commit 37f2da069c0619f2947fb92785051d82882876d7
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Mon Jun 22 23:44:27 2020 +0000

    upstream: some clarifying comments
    
    OpenBSD-Commit-ID: 5268479000fd97bfa30ab819f3517139daa054a2

commit b659319a5bc9e8adf3c4facc51f37b670d2a7426
Author: jmc at openbsd.org <jmc at openbsd.org>
Date:   Mon Jun 22 06:37:38 2020 +0000

    upstream: updated argument name for -P in first synopsis was
    
    missed in previous;
    
    OpenBSD-Commit-ID: 8d84dc3050469884ea91e29ee06a371713f2d0b7

commit 02a9222cbce7131d639984c2f6c71d1551fc3333
Author: jmc at openbsd.org <jmc at openbsd.org>
Date:   Mon Jun 22 06:36:40 2020 +0000

    upstream: supply word missing in previous;
    
    OpenBSD-Commit-ID: 16a38b049f216108f66c8b699aa046063381bd23

Summary of changes:
 authfd.c             |  6 ++---
 authfd.h             |  6 ++---
 hostfile.c           | 36 +++++++++++++++++++++++++-
 hostfile.h           |  4 ++-
 misc.c               | 21 +++++++++------
 msg.c                |  4 +--
 packet.c             |  9 +++++--
 regress/agent.sh     | 73 ++++++++++++++++++++++++++++++++++++++++++++++++----
 regress/multiplex.sh | 14 +++++-----
 servconf.c           |  8 +++++-
 session.c            | 20 ++++++++------
 sftp-server.8        |  4 +--
 ssh-add.1            |  9 +++++--
 ssh-add.c            | 71 ++++++++++++++++++++++++++++++++++++++------------
 ssh-agent.c          |  4 +--
 ssh-ecdsa-sk.c       | 11 ++++++--
 ssh-keygen.c         | 21 +++------------
 ssh.c                | 20 ++------------
 sshkey.c             |  6 +++--
 19 files changed, 245 insertions(+), 102 deletions(-)

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


More information about the openssh-commits mailing list