[openssh-commits] [openssh] 02/02: upstream: fix missing field in users-groups-by-id at openssh.com reply
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Jan 8 16:06:43 AEDT 2024
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 4c3cf362631ccc4ffd422e572f075d5d594feace
Author: djm at openbsd.org <djm at openbsd.org>
Date: Mon Jan 8 05:05:15 2024 +0000
upstream: fix missing field in users-groups-by-id at openssh.com reply
documentation
GHPR441 from TJ Saunders
OpenBSD-Commit-ID: ff5733ff6ef4cd24e0758ebeed557aa91184c674
---
PROTOCOL | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/PROTOCOL b/PROTOCOL
index aba182eb..26387793 100644
--- a/PROTOCOL
+++ b/PROTOCOL
@@ -736,6 +736,7 @@ identifiers:
The server will reply with a SSH_FXP_EXTENDED_REPLY:
byte SSH_FXP_EXTENDED_REPLY
+ uint32 id
string usernames
string groupnames
@@ -791,4 +792,4 @@ master instance and later clients.
OpenSSH extends the usual agent protocol. These changes are documented
in the PROTOCOL.agent file.
-$OpenBSD: PROTOCOL,v 1.54 2024/01/08 04:10:03 djm Exp $
+$OpenBSD: PROTOCOL,v 1.55 2024/01/08 05:05:15 djm Exp $
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list