[openssh-commits] [openssh] branch master updated (73f20f19 -> fec89f32)

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Jul 15 15:09:01 AEST 2020


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

dtucker pushed a change to branch master
in repository openssh.

      from  73f20f19  Wrap stdint.h in ifdef HAVE_STDINT_H.
       new  03da4c2b  upstream: Use $OBJ to find key files. Fixes test when run on an obj
       new  8af4a743  upstream: don't exit the listener on send_rexec_state errors; ok
       new  cd119a5e  upstream: keep ignoring HUP after fork+exec; ok djm
       new  b0c1e838  upstream: update setproctitle after re-exec; ok djm
       new  6d755706  upstream: some language improvements; ok markus
       new  6368022c  upstream: correct recently broken comments
       new  aaa8b609  upstream: allow some additional control over the use of ssh-askpass
       new  fec89f32  upstream: Add default for number of rounds (-a). ok djm@

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 fec89f32a84fd0aa1afc81deec80a460cbaf451a
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Wed Jul 15 04:27:34 2020 +0000

    upstream: Add default for number of rounds (-a). ok djm@
    
    OpenBSD-Commit-ID: cb7e9aa04ace01a98e63e4bd77f34a42ab169b15

commit aaa8b609a7b332be836cd9a3b782422254972777
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Jul 14 23:57:01 2020 +0000

    upstream: allow some additional control over the use of ssh-askpass
    
    via $SSH_ASKPASS_REQUIRE, including force-enable/disable. bz#69 ok markus@
    
    OpenBSD-Commit-ID: 3a1e6cbbf6241ddc4405c4246caa2c249f149eb2

commit 6368022cd4dd508671c4999a59ec5826df098530
Author: deraadt at openbsd.org <deraadt at openbsd.org>
Date:   Tue Jul 7 02:47:21 2020 +0000

    upstream: correct recently broken comments
    
    OpenBSD-Commit-ID: 964d9a88f7de1d0eedd3f8070b43fb6e426351f1

commit 6d755706a0059eb9e2d63517f288b75cbc3b4701
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Sun Jul 5 23:59:45 2020 +0000

    upstream: some language improvements; ok markus
    
    OpenBSD-Commit-ID: 939d787d571b4d5da50b3b721fd0b2ac236acaa8

commit b0c1e8384d5e136ebdf895d1434aea7dd8661a1c
Author: markus at openbsd.org <markus at openbsd.org>
Date:   Fri Jul 3 10:12:26 2020 +0000

    upstream: update setproctitle after re-exec; ok djm
    
    OpenBSD-Commit-ID: bc92d122f9184ec2a9471ade754b80edd034ce8b

commit cd119a5ec2bf0ed5df4daff3bd14f8f7566dafd3
Author: markus at openbsd.org <markus at openbsd.org>
Date:   Fri Jul 3 10:11:33 2020 +0000

    upstream: keep ignoring HUP after fork+exec; ok djm
    
    OpenBSD-Commit-ID: 7679985a84ee5ceb09839905bb6f3ddd568749a2

commit 8af4a743693ccbea3e15fc9e93edbeb610fa94f4
Author: markus at openbsd.org <markus at openbsd.org>
Date:   Fri Jul 3 10:10:17 2020 +0000

    upstream: don't exit the listener on send_rexec_state errors; ok
    
    djm
    
    OpenBSD-Commit-ID: 57cbd757d130d3f45b7d41310b3a15eeec137d5c

commit 03da4c2b70468f04ed1c08518ea0a70e67232739
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Wed Jul 15 04:55:47 2020 +0000

    upstream: Use $OBJ to find key files. Fixes test when run on an obj
    
    directory (on OpenBSD) or out of tree (in Portable).
    
    OpenBSD-Regress-ID: 938fa8ac86adaa527d64a305bd2135cfbb1c0a17

Summary of changes:
 PROTOCOL         |  6 +++---
 channels.h       |  6 +++---
 compat.c         | 18 +++++++++---------
 kex.c            |  6 +++---
 match.c          | 12 ++++++------
 match.h          |  6 +++---
 monitor.c        |  4 ++--
 mux.c            | 14 +++++++-------
 packet.c         |  4 ++--
 readconf.c       | 12 ++++++------
 readpass.c       | 25 ++++++++++++++++++++-----
 regress/agent.sh | 10 +++++-----
 servconf.c       | 22 +++++++++++-----------
 servconf.h       |  8 ++++----
 session.c        | 18 +++++++++---------
 ssh-add.1        | 30 +++++++++++++++++++++++-------
 ssh-agent.c      |  8 ++++----
 ssh-keygen.1     |  5 +++--
 ssh.1            | 23 +++++++++++++++++++++--
 ssh.c            | 12 ++++++------
 ssh.h            |  7 ++++++-
 sshd.c           |  6 ++++--
 22 files changed, 160 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