summaryrefslogtreecommitdiffstats
path: root/PROTOCOL
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2024-01-08 06:05:15 +0100
committerDamien Miller <djm@mindrot.org>2024-01-08 06:06:29 +0100
commit4c3cf362631ccc4ffd422e572f075d5d594feace (patch)
tree32caaf494a6ad3ac6b231c630da1b60910d62797 /PROTOCOL
parentupstream: make kex-strict section more explicit about its intent: (diff)
downloadopenssh-4c3cf362631ccc4ffd422e572f075d5d594feace.tar.xz
openssh-4c3cf362631ccc4ffd422e572f075d5d594feace.zip
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 aba182ebe..26387793f 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 $