[openssh-commits] [openssh] branch master updated (a1bcbf04 -> 25bd659c)
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Feb 10 15:17:34 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 a1bcbf04 fix typos in previous
new 45279abc upstream: Switch hpdelim interface to accept only ":" as delimiter.
new 9699151b upstream: revert for imminent OpenSSH release, which wil ship with
new a29af853 upstream: Add unit tests for hpdelim.
new 25bd659c upstream: Add test for empty hostname with port.
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 25bd659cc72268f2858c5415740c442ee950049f
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Sun Feb 6 22:58:33 2022 +0000
upstream: Add test for empty hostname with port.
OpenBSD-Regress-ID: e19e89d3c432b68997667efea44cf015bbe2a7e3
commit a29af853cff41c0635f0378c00fe91bf9c91dea4
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Fri Feb 4 07:53:44 2022 +0000
upstream: Add unit tests for hpdelim.
OpenBSD-Regress-ID: be97b85c19895e6a1ce13c639765a3b48fd95018
commit 9699151b039ecc5fad9ac6c6c02e9afdbd26f15f
Author: djm at openbsd.org <djm at openbsd.org>
Date: Thu Feb 10 04:12:38 2022 +0000
upstream: revert for imminent OpenSSH release, which wil ship with
scp in RCP mode.
> revision 1.106
> date: 2021/10/15 14:46:46; author: deraadt; state: Exp; lines: +13 -9; commitid: w5n9B2RE38tFfggl;
> openbsd 7.0 release shipped with the (hopefully last) scp that uses RCP
> protocol for copying. Let's get back to testing the SFTP protocol.
This will be put back once the OpenSSH release is done.
OpenBSD-Commit-ID: 0c725481a78210aceecff1537322c0b2df03e768
commit 45279abceb37c3cbfac8ba36dde8b2c8cdd63d32
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Tue Feb 8 08:59:12 2022 +0000
upstream: Switch hpdelim interface to accept only ":" as delimiter.
Historicallly, hpdelim accepted ":" or "/" as a port delimiter between
hosts (or addresses) and ports. These days most of the uses for "/"
are no longer accepted, so there are several places where it checks the
delimiter to disallow it. Make hpdelim accept only ":" and use hpdelim2
in the other cases. ok djm@
OpenBSD-Commit-ID: 7e6420bd1be87590b6840973f5ad5305804e3102
Summary of changes:
Makefile.in | 3 +-
auth-options.c | 4 +-
misc.c | 10 ++-
readconf.c | 9 +-
regress/unittests/misc/Makefile | 3 +-
regress/unittests/misc/test_hpdelim.c | 160 ++++++++++++++++++++++++++++++++++
regress/unittests/misc/tests.c | 4 +-
scp.1 | 24 +++--
scp.c | 4 +-
servconf.c | 21 ++---
session.c | 4 +-
ssh.c | 9 +-
12 files changed, 208 insertions(+), 47 deletions(-)
create mode 100644 regress/unittests/misc/test_hpdelim.c
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list