[openssh-commits] [openssh] branch master updated (2a387ba37 -> e067ccd6b)
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Mar 5 16:45:32 AEDT 2026
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from 2a387ba37 upstream: Replace all remaining instances of u_intXX_t types with the
new 511f5bc41 upstream: correctness wrt draft-ietf-sshm-ssh-agent:
new 4fe278629 upstream: With IANA codepoints for draft-ietf-sshm-ssh-agent now
new e067ccd6b upstream: ssh-agent supports a "query" extension that allows a
The 3 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 e067ccd6b4306ca6422d94ff7ddd231cbddd43cb
Author: djm at openbsd.org <djm at openbsd.org>
Date: Thu Mar 5 05:44:15 2026 +0000
upstream: ssh-agent supports a "query" extension that allows a
client to request a list of extensions it support. This makes this capability
available to ssh-add via the -Q flag.
ok markus@
OpenBSD-Commit-ID: f211630568ff1a7d6bb4983a94f05ddac1c2d4eb
commit 4fe278629c3f792628ea71132ba4fcbb9ceaa6b7
Author: djm at openbsd.org <djm at openbsd.org>
Date: Thu Mar 5 05:40:35 2026 +0000
upstream: With IANA codepoints for draft-ietf-sshm-ssh-agent now
allocated, it's safe to start using the standard names for requesting agent
forwarding over the @openssh.com extension names we've used to date.
Support for the standard names is advertised via EXT_INFO. When the
client sees such support it will use the new names preferentially,
but the existing names remain supported unconditionally.
ok markus@
OpenBSD-Commit-ID: 1ab4a0b4de01e81a432875c2b7e5f7357e231af3
commit 511f5bc41aeca7f6ee6611e9b24d48e4dd6ae3d5
Author: djm at openbsd.org <djm at openbsd.org>
Date: Thu Mar 5 05:35:44 2026 +0000
upstream: correctness wrt draft-ietf-sshm-ssh-agent:
extension requests should indicate failure using
SSH_AGENT_EXTENSION_FAILURE rather than the generic SSH_AGENT_FAILURE
error code. This allows the client to discern between "the request
failed" and "the agent doesn't support this extension".
ok markus@
OpenBSD-Commit-ID: d15d89f210cc973271d68147f09550163df731c9
Summary of changes:
authfd.c | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-
authfd.h | 4 +++-
channels.c | 8 +++++---
channels.h | 8 ++++++--
clientloop.c | 19 +++++++++++++++++--
kex.c | 12 ++++++++++--
kex.h | 3 ++-
mux.c | 10 +++-------
session.c | 20 +++++++++++---------
ssh-add.1 | 9 +++++++--
ssh-add.c | 30 ++++++++++++++++++++++++++----
ssh-agent.c | 30 ++++++++++++++++++++++--------
ssh.c | 11 +++--------
13 files changed, 170 insertions(+), 50 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list