diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | PROTOCOL | 6 |
2 files changed, 7 insertions, 4 deletions
@@ -19,6 +19,9 @@ | |||
19 | Makes MaxAuthTries' user-visible behaviour identical for | 19 | Makes MaxAuthTries' user-visible behaviour identical for |
20 | protocol 1 vs 2. | 20 | protocol 1 vs 2. |
21 | ok dtucker@ | 21 | ok dtucker@ |
22 | - djm@cvs.openbsd.org 2008/07/05 05:16:01 | ||
23 | [PROTOCOL] | ||
24 | grammar | ||
22 | 25 | ||
23 | 20080704 | 26 | 20080704 |
24 | - (dtucker) OpenBSD CVS Sync | 27 | - (dtucker) OpenBSD CVS Sync |
@@ -4592,4 +4595,4 @@ | |||
4592 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 4595 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
4593 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 4596 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
4594 | 4597 | ||
4595 | $Id: ChangeLog,v 1.5064 2008/07/04 23:52:03 djm Exp $ | 4598 | $Id: ChangeLog,v 1.5065 2008/07/05 05:17:48 djm Exp $ |
@@ -237,7 +237,7 @@ The values of the f_flag bitmask are as follows: | |||
237 | #define SSH_FXE_STATVFS_ST_RDONLY 0x1 /* read-only */ | 237 | #define SSH_FXE_STATVFS_ST_RDONLY 0x1 /* read-only */ |
238 | #define SSH_FXE_STATVFS_ST_NOSUID 0x2 /* no setuid */ | 238 | #define SSH_FXE_STATVFS_ST_NOSUID 0x2 /* no setuid */ |
239 | 239 | ||
240 | This extension is advertised in the SSH_FXP_VERSION hello with version | 240 | Both the "statvfs@openssh.com" and "fstatvfs@openssh.com" extensions are |
241 | "2". | 241 | advertised in the SSH_FXP_VERSION hello with version "2". |
242 | 242 | ||
243 | $OpenBSD: PROTOCOL,v 1.10 2008/06/30 12:18:34 djm Exp $ | 243 | $OpenBSD: PROTOCOL,v 1.11 2008/07/05 05:16:01 djm Exp $ |