[openssh-commits] [openssh] branch master updated (614252b0 -> 7190154d)

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Oct 25 08:56:55 AEDT 2022


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

djm pushed a change to branch master
in repository openssh.

      from  614252b0  OpenSSL dev branch now identifies as 3.2.0.
       new  9fd24411  upstream: document "-O no-restrict-websafe"; spotted by Ross L
       new  4a488366  upstream: ssh-agent.1: - use Nm not Xr for self-ref - while here,
       new  18376847  upstream: use correct type with sizeof ok djm@
       new  a4821a59  upstream: when scp(1) is using the SFTP protocol for transport (the
       new  7190154d  upstream: regress test for unmatched glob characters; fails before

The 5 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 7190154de2c9fe135f0cc1ad349cb2fa45152b89
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Mon Oct 24 21:52:50 2022 +0000

    upstream: regress test for unmatched glob characters; fails before
    
    previous commit but passes now. bz3488; prodded by dtucker@
    
    OpenBSD-Regress-ID: 0cc5cc9ea4a6fd170dc61b9212f15badaafb3bbd

commit a4821a592456c3add3cd325db433110cdaaa3e5c
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Mon Oct 24 21:51:55 2022 +0000

    upstream: when scp(1) is using the SFTP protocol for transport (the
    
    default), better match scp/rcp's handling of globs that don't match the
    globbed characters but do match literally (e.g. trying to transfer
    "foo.[1]").
    
    Previously scp(1) in SFTP mode would not match these pathnames but
    legacy scp/rcp mode would.
    
    Reported by Michael Yagliyan in bz3488; ok dtucker@
    
    OpenBSD-Commit-ID: d8a3773f53015ba811fddba7473769a2fd343e11

commit 18376847b8043ba967eabbe23692ef74c9a3fddc
Author: jsg at openbsd.org <jsg at openbsd.org>
Date:   Thu Oct 13 09:09:28 2022 +0000

    upstream: use correct type with sizeof ok djm@
    
    OpenBSD-Commit-ID: d6c882c2e8a42ff831a5b3cbc2c961ecb2dd6143

commit 4a4883664d6b4e9e4e459a8cdc16bd8d4b735de9
Author: jmc at openbsd.org <jmc at openbsd.org>
Date:   Fri Oct 7 06:00:58 2022 +0000

    upstream: ssh-agent.1: - use Nm not Xr for self-ref - while here,
    
    wrap a long line
    
    ssh-agent.c:
    - add -O to usage()
    
    OpenBSD-Commit-ID: 855dac4695cef22e96d69c53436496bc408ca389

commit 9fd2441113fce2a83fc7470968c3b27809cc7f10
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Oct 7 04:06:26 2022 +0000

    upstream: document "-O no-restrict-websafe"; spotted by Ross L
    
    Richardson
    
    OpenBSD-Commit-ID: fe9eaa50237693a14ebe5b5614bf32a02145fe8b

Summary of changes:
 regress/scp.sh | 32 +++++++++++++++++++++++++++++---
 scp.c          | 39 +++++++++++++++++++++++++++++++++++----
 sftp-glob.c    | 34 ++++++++++++++++++++++++++++++++--
 ssh-agent.1    | 27 +++++++++++++++++++++++++--
 ssh-agent.c    |  8 ++++----
 ssh.c          |  4 ++--
 6 files changed, 127 insertions(+), 17 deletions(-)

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


More information about the openssh-commits mailing list