[openssh-commits] [openssh] branch master updated (2b3402dc -> 25e3bccb)

git+noreply at mindrot.org git+noreply at mindrot.org
Sat Jun 8 00:25:59 AEST 2019


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

dtucker pushed a change to branch master
in repository openssh.

      from  2b3402dc  Always clean up before and after utimensat test.
       new  410b231a  upstream: Make the standard output messages of both methods of
       new  c586d2d3  upstream: fix ssh-keysign fd handling problem introduced in r1.304
       new  0323d9b6  upstream: Replace calls to ssh_malloc_init() by a static init of
       new  25e3bccb  upstream: Check for user at host when parsing sftp target. This

The 4 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 25e3bccbaa63d27b9d5e09c123f1eb28594d2bd6
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri Jun 7 03:47:12 2019 +0000

    upstream: Check for user at host when parsing sftp target. This
    
    allows user@[1.2.3.4] to work without a path in addition to with one.
    bz#2999, ok djm@
    
    OpenBSD-Commit-ID: d989217110932490ba8ce92127a9a6838878928b

commit 0323d9b619d512f80c57575b810a05791891f657
Author: otto at openbsd.org <otto at openbsd.org>
Date:   Thu Jun 6 05:13:13 2019 +0000

    upstream: Replace calls to ssh_malloc_init() by a static init of
    
    malloc_options. Prepares for changes in the way malloc is initialized.  ok
    guenther@ dtucker@
    
    OpenBSD-Commit-ID: 154f4e3e174f614b09f792d4d06575e08de58a6b

commit c586d2d3129265ea64b12960c379d634bccb6535
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri May 31 03:20:07 2019 +0000

    upstream: fix ssh-keysign fd handling problem introduced in r1.304
    
    caused by a typo (STDIN_FILENO vs STDERR_FILENO)
    
    OpenBSD-Commit-ID: 57a0b4be7bef23963afe24150e24bf014fdd9cb0

commit 410b231aa41ff830b2f5b09b5aaf5e5cdc1ab86b
Author: lum at openbsd.org <lum at openbsd.org>
Date:   Wed May 29 08:30:26 2019 +0000

    upstream: Make the standard output messages of both methods of
    
    changing a key pair's comments (using -c and -C) more applicable to both
    methods. ok and suggestions djm@ dtucker@
    
    OpenBSD-Commit-ID: b379338118109eb36e14a65bc0a12735205b3de6

Summary of changes:
 sftp-server-main.c  |  3 +--
 sftp-server.c       |  3 +--
 sftp.c              | 18 +++++++++++-------
 ssh-add.c           |  3 +--
 ssh-agent.c         |  3 +--
 ssh-keygen.c        | 22 ++++++++++++++++------
 ssh-keyscan.c       |  3 +--
 ssh-keysign.c       |  3 +--
 ssh-pkcs11-helper.c |  3 +--
 ssh.c               |  3 +--
 sshconnect2.c       |  4 ++--
 sshd.c              |  4 +---
 xmalloc.c           | 10 ++--------
 13 files changed, 40 insertions(+), 42 deletions(-)

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


More information about the openssh-commits mailing list