[openssh-commits] [openssh] branch master updated (5fd6ef297 -> 93e904a67)
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed May 7 14:22:45 AEST 2025
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from 5fd6ef297 Add minimal implementations of fstatat and unlinkat.
new fe883543b upstream: - add full stop to the text in -a - move the -U and -u
new 928f8dcc1 upstream: Now that there's an I-D for certificate keys, refer to
new a32d28d79 upstream: finally remove DSA signature support from OpenSSH.
new 55b38ff4d upstream: test ssh-agent with the -T flag to force the old /tmp
new 93e904a67 upstream: memory leak on error path; bz3821
The 5 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 93e904a673a632604525fdc98b940b7996f1ce54
Author: djm at openbsd.org <djm at openbsd.org>
Date: Wed May 7 04:10:21 2025 +0000
upstream: memory leak on error path; bz3821
OpenBSD-Commit-ID: 65577596a15ad6dd9a1ab3fc24c1c31303ee6e2b
commit 55b38ff4d7286c8fac2a472da664462e0f2d75e0
Author: deraadt at openbsd.org <deraadt at openbsd.org>
Date: Tue May 6 15:15:05 2025 +0000
upstream: test ssh-agent with the -T flag to force the old /tmp
location rather than inside the homedir. During relink operation,
/.ssh/agent was created which is surprising. This test sequence could use
some improvement so this is a temporary fix. observed by florian, change ok
semarie
OpenBSD-Commit-ID: c7246a6b519ac390ca550719f91acfdaef1fa0f0
commit a32d28d792567253bb601362f36391f155f8f772
Author: djm at openbsd.org <djm at openbsd.org>
Date: Tue May 6 05:40:56 2025 +0000
upstream: finally remove DSA signature support from OpenSSH.
feedback/ok tb@, ok deraadt@
OpenBSD-Commit-ID: bfe6ee73c1b676c81a2901030c791f8ec888228f
commit 928f8dcc1bb622c25be409c34374b655d0149373
Author: djm at openbsd.org <djm at openbsd.org>
Date: Mon May 5 05:51:11 2025 +0000
upstream: Now that there's an I-D for certificate keys, refer to
that instead of the much more basic format description we had previously.
OpenBSD-Commit-ID: cf01e0727a813fee8626ad7b3aa240621cc92014
commit fe883543bece18c975fa53aa02104f0433645d99
Author: jmc at openbsd.org <jmc at openbsd.org>
Date: Mon May 5 05:47:28 2025 +0000
upstream: - add full stop to the text in -a - move the -U and -u
text to the correct place
OpenBSD-Commit-ID: 2fb484337a0978c703f61983bb14bc5cbaf898c2
Summary of changes:
.depend | 3 +-
.skipped-commit-ids | 1 +
Makefile.in | 2 +-
PROTOCOL | 13 +-
PROTOCOL.certkeys | 326 ----------------------------
TODO | 2 +-
authfd.c | 4 +-
authfile.c | 3 +-
configure.ac | 1 -
contrib/cygwin/ssh-user-config | 3 +-
dns.c | 5 +-
hostfile.c | 6 +-
misc-agent.c | 12 +-
openbsd-compat/openssl-compat.h | 3 -
pathnames.h | 4 +-
readconf.c | 5 +-
ssh-add.c | 5 +-
ssh-agent.1 | 14 +-
ssh-dss.c | 457 ----------------------------------------
ssh-keygen.c | 89 +-------
ssh-keyscan.c | 26 +--
ssh-keysign.c | 5 +-
ssh.c | 8 +-
ssh_config | 3 +-
sshconnect.c | 5 +-
sshd-auth.c | 5 +-
sshd-session.c | 3 +-
sshd.c | 3 +-
sshkey.c | 42 +---
sshkey.h | 11 +-
30 files changed, 56 insertions(+), 1013 deletions(-)
delete mode 100644 PROTOCOL.certkeys
delete mode 100644 ssh-dss.c
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list