[openssh-commits] [openssh] 02/05: upstream: draft-ietf-sshm-ssh-agent became RFC 9987 ok dtucker@
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Sep 18 05:21:36 AEST 2026
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 3994b0bbedcde9d6a6cdecd23ab69b1955bc9611
Author: jsg at openbsd.org <jsg at openbsd.org>
AuthorDate: Wed Sep 16 23:26:41 2026 +0000
upstream: draft-ietf-sshm-ssh-agent became RFC 9987 ok dtucker@
OpenBSD-Commit-ID: 78dca1a628c17adfebfa0d9b4ee5b3ce199d767f
---
channels.h | 4 ++--
clientloop.c | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/channels.h b/channels.h
index 33fcee769..6b84e2f2d 100644
--- a/channels.h
+++ b/channels.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: channels.h,v 1.170 2026/09/16 07:47:29 jsg Exp $ */
+/* $OpenBSD: channels.h,v 1.171 2026/09/16 23:26:41 jsg Exp $ */
/*
* Author: Tatu Ylonen <ylo at cs.hut.fi>
@@ -176,7 +176,7 @@ struct Channel {
u_int local_consumed;
u_int local_maxpacket;
int extended_usage;
- int agent_new; /* For agent listeners, use RFC XXX requests */
+ int agent_new; /* For agent listeners, use RFC 9987 requests */
int single_connection;
char *ctype; /* const type - NB. not freed on channel_free */
diff --git a/clientloop.c b/clientloop.c
index a45168ec2..0df129113 100644
--- a/clientloop.c
+++ b/clientloop.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: clientloop.c,v 1.426 2026/09/16 07:47:29 jsg Exp $ */
+/* $OpenBSD: clientloop.c,v 1.427 2026/09/16 23:26:41 jsg Exp $ */
/*
* Author: Tatu Ylonen <ylo at cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo at cs.hut.fi>, Espoo, Finland
@@ -2833,7 +2833,7 @@ client_channel_request_agent_forwarding(struct ssh *ssh, int id)
int r;
if (ssh->kex != NULL && (ssh->kex->flags & KEX_HAS_NEWAGENT) != 0)
- req = "agent-req"; /* XXX RFC XXX */
+ req = "agent-req"; /* RFC 9987 */
debug("Requesting agent forwarding on channel %d via %s", id, req);
channel_request_start(ssh, id, req, 0);
if ((r = sshpkt_send(ssh)) != 0)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list