[openssh-commits] [openssh] branch master updated (1e11fb24 -> af5d8094)

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Aug 3 11:17:09 AEST 2021


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

djm pushed a change to branch master
in repository openssh.

      from  1e11fb24  Check for RLIMIT_NOFILE before trying to use it.
       new  efad4deb  upstream: standardise the grammar in the options list; issue
       new  bec42933  upstream: word fix; reported by debian at helgefjell de
       new  4455aec2  upstream: no need to talk about version 2 with the -Q option, so
       new  c7cd347a  upstream: fix a formatting error and mark up known_hosts
       new  dd533c7a  upstream: fix a formatting error and add some Xr; from debian at
       new  197e29f1  upstream: support for using the SFTP protocol for file transfers in
       new  e4673b7f  upstream: Treat doas with arguments as a valid SUDO variable.
       new  af5d8094  upstream: regression tests for scp SFTP protocol support; mostly by

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 af5d8094d8b755e1daaf2e20ff1dc252800b4c9b
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Aug 3 01:05:24 2021 +0000

    upstream: regression tests for scp SFTP protocol support; mostly by
    
    Jakub Jelen in GHPR#194 ok markus
    
    OpenBSD-Regress-ID: 36f1458525bcb111741ec8547eaf58b13cddc715

commit e4673b7f67ae7740131a4ecea29a846593049a91
Author: anton at openbsd.org <anton at openbsd.org>
Date:   Thu Jul 29 15:34:09 2021 +0000

    upstream: Treat doas with arguments as a valid SUDO variable.
    
    Allows one to specify SUDO="doas -n" which I do while running make regress.
    
    ok dtucker@
    
    OpenBSD-Regress-ID: 4fe5814b5010dbf0885500d703bea06048d11005

commit 197e29f1cca190d767c4b2b63a662f9a9e5da0b3
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Mon Aug 2 23:38:27 2021 +0000

    upstream: support for using the SFTP protocol for file transfers in
    
    scp, via a new "-M sftp" option. Marked as experimental for now.
    
    Some corner-cases exist, in particular there is no attempt to
    provide bug-compatibility with scp's weird "double shell" quoting
    rules.
    
    Mostly by Jakub Jelen in GHPR#194 with some tweaks by me. ok markus@
    Thanks jmc@ for improving the scp.1 bits.
    
    OpenBSD-Commit-ID: 6ce4c9157ff17b650ace571c9f7793d92874051c

commit dd533c7ab79d61a7796b77b64bd81b098e0d7f9f
Author: jmc at openbsd.org <jmc at openbsd.org>
Date:   Fri Jul 30 14:28:13 2021 +0000

    upstream: fix a formatting error and add some Xr; from debian at
    
    helgefjell de
    
    removed references to rlogin etc. as no longer relevant;
    suggested by djm
    
    ok djm dtucker
    
    OpenBSD-Commit-ID: 3c431c303068d3aec5bb18573a0bd5e0cd77c5ae

commit c7cd347a8823819411222c1e10a0d26747d0fd5c
Author: jmc at openbsd.org <jmc at openbsd.org>
Date:   Fri Jul 30 14:25:01 2021 +0000

    upstream: fix a formatting error and mark up known_hosts
    
    consistently; issues reported by debian at helgefjell de
    
    ok djm dtucker
    
    OpenBSD-Commit-ID: a1fd8d21dc77f507685443832df0c9700481b0ce

commit 4455aec2e4fc90f64ae4fc47e78ebc9c18721738
Author: jmc at openbsd.org <jmc at openbsd.org>
Date:   Wed Jul 28 05:57:42 2021 +0000

    upstream: no need to talk about version 2 with the -Q option, so
    
    rewrite the text to read better;
    
    issue reported by debian at helgefjell de
    ok djm dtucker
    
    OpenBSD-Commit-ID: 59fe2e8219c37906740ad062e0fdaea487dbe9cf

commit bec429338e9b30d2c7668060e82608286a8a4777
Author: jmc at openbsd.org <jmc at openbsd.org>
Date:   Tue Jul 27 14:28:46 2021 +0000

    upstream: word fix; reported by debian at helgefjell de
    
    OpenBSD-Commit-ID: 0c6fd22142422a25343c5bd1a618f31618f41ece

commit efad4deb5a1f1cf79ebefd63c6625059060bfbe1
Author: jmc at openbsd.org <jmc at openbsd.org>
Date:   Tue Jul 27 14:14:25 2021 +0000

    upstream: standardise the grammar in the options list; issue
    
    reported by debian at helgefjell de
    
    ok dtucker djm
    
    OpenBSD-Commit-ID: 7ac15575045d82f4b205a42cc7d5207fe4c3f8e6

Summary of changes:
 .depend                     |   2 +-
 Makefile.in                 |   6 +-
 regress/agent-getpeereid.sh |   2 +-
 regress/scp-uri.sh          |  82 ++++++------
 regress/scp.sh              | 188 ++++++++++++++-------------
 scp.1                       |  21 ++-
 scp.c                       | 304 ++++++++++++++++++++++++++++++++++++++++----
 sftp-server.8               |  12 +-
 ssh.1                       |   9 +-
 ssh_config.5                |  11 +-
 sshd.8                      |  16 ++-
 sshd_config.5               |   6 +-
 12 files changed, 476 insertions(+), 183 deletions(-)

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


More information about the openssh-commits mailing list