[openssh-commits] [openssh] branch master updated (688fa0272 -> 8a9384de4)
git+noreply at mindrot.org
git+noreply at mindrot.org
Sun Jun 29 11:15:19 AEST 2025
This is an automated email from the git hooks/post-receive script.
dtucker pushed a change to branch master
in repository openssh.
from 688fa0272 upstream: make "Match !final" not trigger a 2nd pass ssh_config
new 57fb46016 upstream: add RCS ID
new 838d5ec4b upstream: Add simple test for password auth. Requires some setup
new bcfe7340d upstream: Add simple regression test for dropbear as a server.
new 8a9384de4 Enable password tests on Github ephemeral VMs.
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit 8a9384de483b8fb69a800e0347273686a5715fc3
Author: Darren Tucker <dtucker at dtucker.net>
Date: Sun Jun 29 11:14:18 2025 +1000
Enable password tests on Github ephemeral VMs.
commit bcfe7340d9b622ecd978c87dbf885c8b5a503ca2
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Sat Jun 28 13:34:08 2025 +0000
upstream: Add simple regression test for dropbear as a server.
OpenBSD-Regress-ID: 7abe1f6607d0cd49839918aade8f135d2462d389
commit 838d5ec4b12fb519ed9db76e5beccf11b7ee212f
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Tue Jun 24 12:28:23 2025 +0000
upstream: Add simple test for password auth. Requires some setup
so does not run by default.
OpenBSD-Regress-ID: d5ded47a266b031fc91f99882f07161ab6d1bb70
commit 57fb460165ae3b2d591f2468d7fe13cc1abda26d
Author: djm at openbsd.org <djm at openbsd.org>
Date: Tue Jun 17 01:24:32 2025 +0000
upstream: add RCS ID
OpenBSD-Regress-ID: 6e30094e3bf0a1c65efb75c67a87093304a3e619
Summary of changes:
.github/setup_ci.sh | 18 ++++++++----
.github/workflows/c-cpp.yml | 2 ++
regress/Makefile | 5 ++--
regress/dropbear-server.sh | 62 ++++++++++++++++++++++++++++++++++++++++
regress/misc/sk-dummy/sk-dummy.c | 1 +
regress/password.sh | 59 ++++++++++++++++++++++++++++++++++++++
regress/test-exec.sh | 4 +--
7 files changed, 142 insertions(+), 9 deletions(-)
create mode 100644 regress/dropbear-server.sh
create mode 100644 regress/password.sh
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list