[openssh-commits] [openssh] branch master updated (1286981d -> 396d32f3)

git+noreply at mindrot.org git+noreply at mindrot.org
Sat Oct 3 19:34:29 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  1286981d  upstream: enable UpdateHostkeys by default when the configuration
       new  396d32f3  upstream: There are lots of place where we want to redirect stdin,

The 1 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 396d32f3a1a16e54df2a76b2a9b237868580dcbe
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Sat Oct 3 09:22:26 2020 +0000

    upstream: There are lots of place where we want to redirect stdin,
    
    stdout and/or stderr to /dev/null. Factor all these out to a single
    stdfd_devnull() function that allows selection of which of these to redirect.
    ok markus@
    
    OpenBSD-Commit-ID: 3033ba5a4c47cacfd5def020d42cabc52fad3099

Summary of changes:
 misc.c       | 23 ++++++++++++++++++++++-
 misc.h       |  3 ++-
 mux.c        | 26 +++++++-------------------
 readconf.c   | 19 ++++---------------
 readpass.c   | 10 +++-------
 ssh-agent.c  | 14 ++++----------
 ssh.c        | 48 ++++++++----------------------------------------
 sshconnect.c | 28 +++++-----------------------
 sshd.c       | 24 +++++-------------------
 9 files changed, 60 insertions(+), 135 deletions(-)

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


More information about the openssh-commits mailing list