From: djm Date: Mon, 8 Jan 2024 05:05:15 +0000 (+0000) Subject: fix missing field in users-groups-by-id@openssh.com reply documentation X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=1c49718157d2701a7b662a5b189d2b35f8387ba5;p=openbsd fix missing field in users-groups-by-id@openssh.com reply documentation GHPR441 from TJ Saunders --- diff --git a/usr.bin/ssh/PROTOCOL b/usr.bin/ssh/PROTOCOL index fd7142e92fa..04e92e1b406 100644 --- a/usr.bin/ssh/PROTOCOL +++ b/usr.bin/ssh/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 $