- dtucker@cvs.openbsd.org 2008/06/09 13:38:46
[PROTOCOL] Use a $OpenBSD tag so our scripts will sync changes.
This commit is contained in:
parent
cd2ada6d06
commit
588fe0efa4
|
@ -11,8 +11,12 @@
|
||||||
Also extends the sizes of the remaining 32bit wire format to 64bit,
|
Also extends the sizes of the remaining 32bit wire format to 64bit,
|
||||||
they're specified as unsigned long in the standard.
|
they're specified as unsigned long in the standard.
|
||||||
- dtucker@cvs.openbsd.org 2008/06/09 13:02:39
|
- dtucker@cvs.openbsd.org 2008/06/09 13:02:39
|
||||||
|
[sftp-server.c]
|
||||||
Extend 32bit -> 64bit values for statvfs extension missed in previous
|
Extend 32bit -> 64bit values for statvfs extension missed in previous
|
||||||
commit.
|
commit.
|
||||||
|
- dtucker@cvs.openbsd.org 2008/06/09 13:38:46
|
||||||
|
[PROTOCOL]
|
||||||
|
Use a $OpenBSD tag so our scripts will sync changes.
|
||||||
|
|
||||||
20080608
|
20080608
|
||||||
- (dtucker) [configure.ac defines.h sftp-client.c sftp-server.c sftp.c
|
- (dtucker) [configure.ac defines.h sftp-client.c sftp-server.c sftp.c
|
||||||
|
@ -4079,4 +4083,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.4947 2008/06/09 13:06:55 dtucker Exp $
|
$Id: ChangeLog,v 1.4948 2008/06/09 13:52:22 dtucker Exp $
|
||||||
|
|
2
PROTOCOL
2
PROTOCOL
|
@ -153,5 +153,5 @@ The values of the f_flag bitmask are as follows:
|
||||||
This extension is advertised in the SSH_FXP_VERSION hello with version
|
This extension is advertised in the SSH_FXP_VERSION hello with version
|
||||||
"2".
|
"2".
|
||||||
|
|
||||||
$Id: PROTOCOL,v 1.3 2008/06/09 13:49:09 dtucker Exp $
|
$OpenBSD: PROTOCOL,v 1.5 2008/06/09 13:38:46 dtucker Exp $
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue