[BACK]Return to PROTOCOL CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/PROTOCOL between version 1.2 and 1.3

version 1.2, 2008/05/17 01:31:56 version 1.3, 2008/06/07 21:52:46
Line 141 
Line 141 
         uint64          f_files         /* total file inodes */          uint64          f_files         /* total file inodes */
         uint64          f_ffree         /* free file inodes */          uint64          f_ffree         /* free file inodes */
         uint64          f_favail        /* free file inodes for to non-root */          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_flag          /* bit mask of f_flag values */
         uint32          f_namemax       /* maximum filename length */          uint32          f_namemax       /* maximum filename length */
   
Line 149 
Line 149 
   
         #define SSH_FXE_STATVFS_ST_RDONLY       0x1     /* read-only */          #define SSH_FXE_STATVFS_ST_RDONLY       0x1     /* read-only */
         #define SSH_FXE_STATVFS_ST_NOSUID       0x2     /* no setuid */          #define SSH_FXE_STATVFS_ST_NOSUID       0x2     /* no setuid */
   
   This extension is advertised in the SSH_FXP_VERSION hello with version
   "2".
   
 $Id$  $Id$
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3