]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: fix missing field in users-groups-by-id@openssh.com reply
authordjm@openbsd.org <djm@openbsd.org>
Mon, 8 Jan 2024 05:05:15 +0000 (05:05 +0000)
committerDamien Miller <djm@mindrot.org>
Mon, 8 Jan 2024 05:06:29 +0000 (16:06 +1100)
documentation

GHPR441 from TJ Saunders

OpenBSD-Commit-ID: ff5733ff6ef4cd24e0758ebeed557aa91184c674

PROTOCOL

index aba182ebe3a2dc8be6f26e8f6fbb054967849388..26387793febcce8fd3fbe71eb329fe2e39b57eee 100644 (file)
--- 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 $