summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/PROTOCOL (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix the hostkeys rotation extension documentationdjm2021-02-181-1/+2
* sftp-server: implement limits@openssh.com extensiondjm2021-02-181-1/+44
* sftp: add missing lsetstat@openssh.com documentationdjm2021-02-121-1/+17
* some language improvements; ok markusdjm2020-07-051-3/+3
* Fix some typos and an incorrect word in docs. Patch from itoama at live.jpdtucker2020-02-211-3/+3
* mention INFO@openssh.com for sending SIGINFOdjm2018-10-021-1/+8
* improvedjm2018-08-101-6/+6
* Describe pubkey format, prompted by bz#2853djm2018-08-101-1/+32
* fix numberingdjm2018-08-101-3/+3
* emphasise that the hostkey rotation may send key types that the clientdjm2018-02-191-5/+9
* fix references to obsolete v00 cert format; spotted by Jakub Jelendjm2017-05-261-3/+3
* We accidentally send an empty string and a zero uint32 with everydjm2016-04-081-1/+3
* direct-streamlocal@openssh.com Unix domain foward messages do notdjm2015-07-171-2/+1
* whitespace at EOLdjm2015-05-081-2/+2
* UpdateHostKeys fixes:djm2015-02-201-6/+6
* Revise hostkeys@openssh.com hostkey learning extension.djm2015-02-161-14/+39
* Host key rotation support.djm2015-01-261-1/+23
* Add support for Unix domain socket forwarding. A remote TCP portmillert2014-07-151-1/+51
* mention curve25519-sha256@libssh.org key exchange algorithmdjm2013-12-011-1/+7
* Add a new protocol 2 transport cipher "chacha20-poly1305@openssh.com"djm2013-11-211-1/+6
* fsync@openssh.com protocol extension for sftp-serverdjm2013-10-171-1/+15
* support AES-GCM as defined in RFC 5647 (but with simpler KEX handling)markus2013-01-081-1/+13
* fix description of MAC calculation for EtM modes; ok markus@djm2013-01-031-3/+4
* add encrypt-then-mac (EtM) modes to openssh by defining new mac algorithmsmarkus2012-12-111-1/+28
* add a protocol extension to support a hard link operation. It isdjm2010-12-041-1/+17
* Implement Elliptic Curve Cryptography modes for key exchange (ECDH) anddjm2010-08-311-14/+31
* Add support for certificate key types for users and hosts.djm2010-02-261-8/+15
* tweak languagedjm2010-01-091-3/+3
* fix an incorrect magic number and typo in PROTOCOL; bz#1688djm2009-12-201-6/+6
* mention that eow and no-more-sessions extensions are sent only todjm2009-02-141-1/+12
* grammardjm2008-07-051-3/+3
* clarify that eow@openssh.com is only sent on session channelsdjm2008-06-301-4/+4
* document the protocol used by ssh-agent; "looks ok" markus@djm2008-06-281-1/+4
* spelling fixesdjm2008-06-281-7/+7
* document tun@openssh.com forwarding methoddjm2008-06-121-6/+66
* Add a no-more-sessions@openssh.com global request extension that thedjm2008-06-101-5/+28
* Use a $OpenBSD tag so our scripts will sync changes.dtucker2008-06-091-1/+1
* Have the sftp client store the statvfs replies in wire format,dtucker2008-06-081-5/+5
* statvfs member fsid needs to be wider, increase it to 64 bits anddjm2008-06-071-2/+5
* grammar and correctness fixes from stevesk@djm2008-05-171-7/+7
* document our protocol extensions and deviations; ok markus@djm2008-05-161-0/+154