diff options
author | djm@openbsd.org <djm@openbsd.org> | 2024-01-08 06:05:15 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2024-01-08 06:06:29 +0100 |
commit | 4c3cf362631ccc4ffd422e572f075d5d594feace (patch) | |
tree | 32caaf494a6ad3ac6b231c630da1b60910d62797 /PROTOCOL | |
parent | upstream: make kex-strict section more explicit about its intent: (diff) | |
download | openssh-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-- | PROTOCOL | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 $ |