parent
ff2e492028
commit
c9c96f2e28
|
@ -19,6 +19,9 @@
|
||||||
Makes MaxAuthTries' user-visible behaviour identical for
|
Makes MaxAuthTries' user-visible behaviour identical for
|
||||||
protocol 1 vs 2.
|
protocol 1 vs 2.
|
||||||
ok dtucker@
|
ok dtucker@
|
||||||
|
- djm@cvs.openbsd.org 2008/07/05 05:16:01
|
||||||
|
[PROTOCOL]
|
||||||
|
grammar
|
||||||
|
|
||||||
20080704
|
20080704
|
||||||
- (dtucker) OpenBSD CVS Sync
|
- (dtucker) OpenBSD CVS Sync
|
||||||
|
@ -4592,4 +4595,4 @@
|
||||||
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
||||||
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.5064 2008/07/04 23:52:03 djm Exp $
|
$Id: ChangeLog,v 1.5065 2008/07/05 05:17:48 djm Exp $
|
||||||
|
|
6
PROTOCOL
6
PROTOCOL
|
@ -237,7 +237,7 @@ The values of the f_flag bitmask are as follows:
|
||||||
#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
|
Both the "statvfs@openssh.com" and "fstatvfs@openssh.com" extensions are
|
||||||
"2".
|
advertised in the SSH_FXP_VERSION hello with version "2".
|
||||||
|
|
||||||
$OpenBSD: PROTOCOL,v 1.10 2008/06/30 12:18:34 djm Exp $
|
$OpenBSD: PROTOCOL,v 1.11 2008/07/05 05:16:01 djm Exp $
|
||||||
|
|
Loading…
Reference in New Issue