artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76e157a
)
fix missing field in users-groups-by-id@openssh.com reply documentation
author
djm
<djm@openbsd.org>
Mon, 8 Jan 2024 05:05:15 +0000
(
05:05
+0000)
committer
djm
<djm@openbsd.org>
Mon, 8 Jan 2024 05:05:15 +0000
(
05:05
+0000)
GHPR441 from TJ Saunders
usr.bin/ssh/PROTOCOL
patch
|
blob
|
history
diff --git
a/usr.bin/ssh/PROTOCOL
b/usr.bin/ssh/PROTOCOL
index
fd7142e
..
04e92e1
100644
(file)
--- 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.5
4 2024/01/08 04:10:03
djm Exp $
+$OpenBSD: PROTOCOL,v 1.5
5 2024/01/08 05:05:15
djm Exp $