summaryrefslogtreecommitdiffstats
path: root/PROTOCOL
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2024-01-08 05:05:15 +0000
committerDamien Miller <djm@mindrot.org>2024-01-08 16:06:29 +1100
commit4c3cf362631ccc4ffd422e572f075d5d594feace (patch)
tree32caaf494a6ad3ac6b231c630da1b60910d62797 /PROTOCOL
parentf64cede2a3c298b50a2659a8b53eb3ab2c0b8d23 (diff)
upstream: fix missing field in users-groups-by-id@openssh.com reply
documentation GHPR441 from TJ Saunders OpenBSD-Commit-ID: ff5733ff6ef4cd24e0758ebeed557aa91184c674
Diffstat (limited to 'PROTOCOL')
-rw-r--r--PROTOCOL3
1 files changed, 2 insertions, 1 deletions
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 $