]> andersk Git - openssh.git/commitdiff
- djm@cvs.openbsd.org 2008/06/07 21:52:46
authordtucker <dtucker>
Mon, 9 Jun 2008 13:47:37 +0000 (13:47 +0000)
committerdtucker <dtucker>
Mon, 9 Jun 2008 13:47:37 +0000 (13:47 +0000)
     [PROTOCOL]
     statvfs member fsid needs to be wider, increase it to 64 bits and
     crank extension revision number to 2; prodded and ok dtucker@

PROTOCOL

index 9710fc0e2c4363cb1772610ab7f2b2d835872c5f..055804b7ba08095b9f01774e0b526ba5bfe49c90 100644 (file)
--- a/PROTOCOL
+++ b/PROTOCOL
@@ -141,7 +141,7 @@ return the following SSH_FXP_EXTENDED_REPLY reply:
        uint64          f_files         /* total file inodes */
        uint64          f_ffree         /* free file inodes */
        uint64          f_favail        /* free file inodes for to non-root */
-       uint32          f_fsid          /* file system id */
+       uint64          f_fsid          /* file system id */
        uint32          f_flag          /* bit mask of f_flag values */
        uint32          f_namemax       /* maximum filename length */
 
@@ -150,5 +150,8 @@ The values of the f_flag bitmask are as follows:
        #define SSH_FXE_STATVFS_ST_RDONLY       0x1     /* read-only */
        #define SSH_FXE_STATVFS_ST_NOSUID       0x2     /* no setuid */
 
+This extension is advertised in the SSH_FXP_VERSION hello with version
+"2".
+
 $Id$
 
This page took 0.04311 seconds and 5 git commands to generate.