summaryrefslogtreecommitdiffstats
path: root/PROTOCOL (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - dtucker@cvs.openbsd.org 2008/06/09 13:38:46Darren Tucker2008-06-091-1/+1
| | | | | [PROTOCOL] Use a $OpenBSD tag so our scripts will sync changes.
* - dtucker@cvs.openbsd.org 2008/06/08 20:15:29Darren Tucker2008-06-091-5/+5
| | | | | | | | | [PROTOCOL] Have the sftp client store the statvfs replies in wire format, which prevents problems when the server's native sizes exceed the client's. Also extends the sizes of the remaining 32bit wire format to 64bit, they're specified as unsigned long in the standard.
* - djm@cvs.openbsd.org 2008/06/07 21:52:46Darren Tucker2008-06-091-2/+5
| | | | | | [PROTOCOL] statvfs member fsid needs to be wider, increase it to 64 bits and crank extension revision number to 2; prodded and ok dtucker@
* - djm@cvs.openbsd.org 2008/05/16 08:30:42Damien Miller2008-05-191-0/+154
[PROTOCOL] document our protocol extensions and deviations; ok markus@ - djm@cvs.openbsd.org 2008/05/17 01:31:56 [PROTOCOL] grammar and correctness fixes from stevesk@