<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in PROTOCOL</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>1c49718157d2701a7b662a5b189d2b35f8387ba5 - fix missing field in users-groups-by-id@openssh.com reply documentation</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/usr.bin/ssh/PROTOCOL#1c49718157d2701a7b662a5b189d2b35f8387ba5</link>
        <description>fix missing field in users-groups-by-id@openssh.com reply documentationGHPR441 from TJ Saunders

            List of files:
            /openbsd-src/usr.bin/ssh/PROTOCOL</description>
        <pubDate>Mon, 08 Jan 2024 05:05:15 +0000</pubDate>
        <dc:creator>djm &lt;djm@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>80afb6f5c4c045a863103d279fe896166a0b1051 - make kex-strict section more explicit about its intent: banning all</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/usr.bin/ssh/PROTOCOL#80afb6f5c4c045a863103d279fe896166a0b1051</link>
        <description>make kex-strict section more explicit about its intent: banning allmessages not strictly required in KEX

            List of files:
            /openbsd-src/usr.bin/ssh/PROTOCOL</description>
        <pubDate>Mon, 08 Jan 2024 04:10:03 +0000</pubDate>
        <dc:creator>djm &lt;djm@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>0a3ea9a34cee028313ca98d63edd32b02167f62d - spelling; ok markus@</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/usr.bin/ssh/PROTOCOL#0a3ea9a34cee028313ca98d63edd32b02167f62d</link>
        <description>spelling; ok markus@

            List of files:
            /openbsd-src/usr.bin/ssh/PROTOCOL</description>
        <pubDate>Wed, 20 Dec 2023 00:06:25 +0000</pubDate>
        <dc:creator>jsg &lt;jsg@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>1ad9269c496372e8ca62131b5ea4c6c853965bae - correct section numbers; from Ed Maste</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/usr.bin/ssh/PROTOCOL#1ad9269c496372e8ca62131b5ea4c6c853965bae</link>
        <description>correct section numbers; from Ed Maste

            List of files:
            /openbsd-src/usr.bin/ssh/PROTOCOL</description>
        <pubDate>Tue, 19 Dec 2023 06:41:14 +0000</pubDate>
        <dc:creator>djm &lt;djm@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>313812356c7845e2727a03b0047a2958cf763bdf - add &quot;ext-info-in-auth@openssh.com&quot; extension</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/usr.bin/ssh/PROTOCOL#313812356c7845e2727a03b0047a2958cf763bdf</link>
        <description>add &quot;ext-info-in-auth@openssh.com&quot; extensionThis adds another transport protocol extension to allow a sshd to sendSSH2_MSG_EXT_INFO during user authentication, after the server haslearned the username that is being logged in to.This lets sshd to update the acceptable signature algoritms for publickey authentication, and allows these to be varied via sshd_config(5)&quot;Match&quot; directives, which are evaluated after the server learns theusername being authenticated.Full details in the PROTOCOL file

            List of files:
            /openbsd-src/usr.bin/ssh/PROTOCOL</description>
        <pubDate>Mon, 18 Dec 2023 14:45:49 +0000</pubDate>
        <dc:creator>djm &lt;djm@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>622b8b357e5a170eda73ef0e9ac75975f96fed2b - implement &quot;strict key exchange&quot; in ssh and sshd</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/usr.bin/ssh/PROTOCOL#622b8b357e5a170eda73ef0e9ac75975f96fed2b</link>
        <description>implement &quot;strict key exchange&quot; in ssh and sshdThis adds a protocol extension to improve the integrity of the SSHtransport protocol, particular in and around the initial key exchange(KEX) phase.Full details of the extension are in the PROTOCOL file.with markus@

            List of files:
            /openbsd-src/usr.bin/ssh/PROTOCOL</description>
        <pubDate>Mon, 18 Dec 2023 14:45:17 +0000</pubDate>
        <dc:creator>djm &lt;djm@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>56f6b460f0957d1db356d4f6f2899a212cc21a75 - Introduce a transport-level ping facility</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/usr.bin/ssh/PROTOCOL#56f6b460f0957d1db356d4f6f2899a212cc21a75</link>
        <description>Introduce a transport-level ping facilityThis adds a pair of SSH transport protocol messages SSH2_MSG_PING/PONGto implement a ping capability. These messages use numbers in the &quot;localextensions&quot; number space and are advertised using a &quot;ping@openssh.com&quot;ext-info message with a string version number of &quot;0&quot;.ok markus@

            List of files:
            /openbsd-src/usr.bin/ssh/PROTOCOL</description>
        <pubDate>Mon, 28 Aug 2023 03:28:43 +0000</pubDate>
        <dc:creator>djm &lt;djm@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>70271b4149581bc295977c1f5859d2f06849deed - Fix typo.  From pablomh via -portable github PR#344.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/usr.bin/ssh/PROTOCOL#70271b4149581bc295977c1f5859d2f06849deed</link>
        <description>Fix typo.  From pablomh via -portable github PR#344.

            List of files:
            /openbsd-src/usr.bin/ssh/PROTOCOL</description>
        <pubDate>Mon, 07 Nov 2022 01:53:01 +0000</pubDate>
        <dc:creator>dtucker &lt;dtucker@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>78d13d3adeb9015dee6f3f0bca5f3575b0007e63 - sftp-server(8): add a &quot;users-groups-by-id@openssh.com&quot; extension</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/usr.bin/ssh/PROTOCOL#78d13d3adeb9015dee6f3f0bca5f3575b0007e63</link>
        <description>sftp-server(8): add a &quot;users-groups-by-id@openssh.com&quot; extensionrequest that allows the client to obtain user/group names thatcorrespond to a set of uids/gids.Will be used to make directory listings more useful and consistentin sftp(1).ok markus@

            List of files:
            /openbsd-src/usr.bin/ssh/PROTOCOL</description>
        <pubDate>Mon, 19 Sep 2022 10:40:52 +0000</pubDate>
        <dc:creator>djm &lt;djm@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>d71621f64d850a53d8f2e4b3d51392b9f63654e9 - sftp-server: support home-directory request</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/usr.bin/ssh/PROTOCOL#d71621f64d850a53d8f2e4b3d51392b9f63654e9</link>
        <description>sftp-server: support home-directory requestAdd support to the sftp-server for the home-directory extension definedin draft-ietf-secsh-filexfer-extensions-00. This overlaps a bit with theexisting expand-path@openssh.com, but uses a more official protocol name,and so is a bit more likely to be implemented by non-OpenSSH clients.From Mike Frysinger, ok dtucker@

            List of files:
            /openbsd-src/usr.bin/ssh/PROTOCOL</description>
        <pubDate>Fri, 12 Aug 2022 05:20:28 +0000</pubDate>
        <dc:creator>djm &lt;djm@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>5f2fb3a34fae2a91176813f52500226e8a706b14 - Note that curve25519-sha256 was later published in RFC8731.  ok djm@</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/usr.bin/ssh/PROTOCOL#5f2fb3a34fae2a91176813f52500226e8a706b14</link>
        <description>Note that curve25519-sha256 was later published in RFC8731.  ok djm@

            List of files:
            /openbsd-src/usr.bin/ssh/PROTOCOL</description>
        <pubDate>Fri, 08 Apr 2022 05:43:39 +0000</pubDate>
        <dc:creator>dtucker &lt;dtucker@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>2ac6810fc6db0156c6957b3b5bae045e00fe9437 - add support for the &quot;corp-data&quot; protocol extension to allow</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/usr.bin/ssh/PROTOCOL#2ac6810fc6db0156c6957b3b5bae045e00fe9437</link>
        <description>add support for the &quot;corp-data&quot; protocol extension to allowserver-side copies to be performed without having to go viathe client. Patch by Mike Frysinger, ok dtucker@

            List of files:
            /openbsd-src/usr.bin/ssh/PROTOCOL</description>
        <pubDate>Thu, 31 Mar 2022 03:05:49 +0000</pubDate>
        <dc:creator>djm &lt;djm@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>caafdf97b2038964f521d7dc5221bc5eb6ba4e24 - document host-bound publickey authentication</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/usr.bin/ssh/PROTOCOL#caafdf97b2038964f521d7dc5221bc5eb6ba4e24</link>
        <description>document host-bound publickey authentication

            List of files:
            /openbsd-src/usr.bin/ssh/PROTOCOL</description>
        <pubDate>Sun, 19 Dec 2021 22:15:42 +0000</pubDate>
        <dc:creator>djm &lt;djm@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>e4383b479f48f8d2d6932c82e63ed23b49c0c9a2 - SFTP protocol extension to allow the server to expand ~-prefixed</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/usr.bin/ssh/PROTOCOL#e4383b479f48f8d2d6932c82e63ed23b49c0c9a2</link>
        <description>SFTP protocol extension to allow the server to expand ~-prefixedpaths, in particular ~user ones. Allows scp in sftp mode to acceptthese paths, like scp in rcp mode does.prompted by and much discussion deraadt@ok markus@

            List of files:
            /openbsd-src/usr.bin/ssh/PROTOCOL</description>
        <pubDate>Mon, 09 Aug 2021 23:47:44 +0000</pubDate>
        <dc:creator>djm &lt;djm@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>2514f07148f21bd20ff7ed0ba15b349800a9fde6 - Fix the hostkeys rotation extension documentation</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/usr.bin/ssh/PROTOCOL#2514f07148f21bd20ff7ed0ba15b349800a9fde6</link>
        <description>Fix the hostkeys rotation extension documentationThe documentation was lacking the needed want-reply field in the initialglobal request.https://github.com/openssh/openssh-portable/pull/218 by dbussink

            List of files:
            /openbsd-src/usr.bin/ssh/PROTOCOL</description>
        <pubDate>Thu, 18 Feb 2021 02:49:35 +0000</pubDate>
        <dc:creator>djm &lt;djm@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>029b49a021ec98dc51059ea4165f507a23ffbbde - sftp-server: implement limits@openssh.com extension</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/usr.bin/ssh/PROTOCOL#029b49a021ec98dc51059ea4165f507a23ffbbde</link>
        <description>sftp-server: implement limits@openssh.com extensionThis is a simple extension that allows the server to clearlycommunicate transfer limits it is imposing so the client doesn&apos;thave to guess, or force the user to manually tune.  This isparticularly useful when an attempt to use too large of a valuecauses the server to abort the connection.Patch from Mike Frysinger; ok dtucker@

            List of files:
            /openbsd-src/usr.bin/ssh/PROTOCOL</description>
        <pubDate>Thu, 18 Feb 2021 00:30:17 +0000</pubDate>
        <dc:creator>djm &lt;djm@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>4dc35148462f9c1beabdbebda0198c4cdaa84736 - sftp: add missing lsetstat@openssh.com documentation</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/usr.bin/ssh/PROTOCOL#4dc35148462f9c1beabdbebda0198c4cdaa84736</link>
        <description>sftp: add missing lsetstat@openssh.com documentationpatch from Mike Frysinger

            List of files:
            /openbsd-src/usr.bin/ssh/PROTOCOL</description>
        <pubDate>Fri, 12 Feb 2021 03:49:09 +0000</pubDate>
        <dc:creator>djm &lt;djm@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>5bde2954c180034a27b079acaff46073dc75139b - some language improvements; ok markus</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/usr.bin/ssh/PROTOCOL#5bde2954c180034a27b079acaff46073dc75139b</link>
        <description>some language improvements; ok markus

            List of files:
            /openbsd-src/usr.bin/ssh/PROTOCOL</description>
        <pubDate>Sun, 05 Jul 2020 23:59:45 +0000</pubDate>
        <dc:creator>djm &lt;djm@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>38ea107301b44c873d287d63541b5cc90b2d5d2c - Fix some typos and an incorrect word in docs. Patch from itoama at live.jp</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/usr.bin/ssh/PROTOCOL#38ea107301b44c873d287d63541b5cc90b2d5d2c</link>
        <description>Fix some typos and an incorrect word in docs. Patch from itoama at live.jpvia github PR#172.

            List of files:
            /openbsd-src/usr.bin/ssh/PROTOCOL</description>
        <pubDate>Fri, 21 Feb 2020 00:04:43 +0000</pubDate>
        <dc:creator>dtucker &lt;dtucker@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>a098558be063ea677f521aaa9cb632b076d7f398 - mention INFO@openssh.com for sending SIGINFO</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/usr.bin/ssh/PROTOCOL#a098558be063ea677f521aaa9cb632b076d7f398</link>
        <description>mention INFO@openssh.com for sending SIGINFO

            List of files:
            /openbsd-src/usr.bin/ssh/PROTOCOL</description>
        <pubDate>Tue, 02 Oct 2018 12:51:58 +0000</pubDate>
        <dc:creator>djm &lt;djm@openbsd.org&gt;</dc:creator>
    </item>
</channel>
</rss>
