mirror of git://anongit.mindrot.org/openssh.git
- deraadt@cvs.openbsd.org 2001/06/23 05:57:09
[sftp.1 sftp-server.8 ssh-keygen.1] ok, tmac is now fixed
This commit is contained in:
parent
5363aee8bd
commit
90fd060bc8
|
@ -60,6 +60,9 @@
|
||||||
- markus@cvs.openbsd.org 2001/06/23 05:26:02
|
- markus@cvs.openbsd.org 2001/06/23 05:26:02
|
||||||
[key.c]
|
[key.c]
|
||||||
handle sigature of size 0 (some broken clients send this).
|
handle sigature of size 0 (some broken clients send this).
|
||||||
|
- deraadt@cvs.openbsd.org 2001/06/23 05:57:09
|
||||||
|
[sftp.1 sftp-server.8 ssh-keygen.1]
|
||||||
|
ok, tmac is now fixed
|
||||||
|
|
||||||
20010622
|
20010622
|
||||||
- (stevesk) handle systems without pw_expire and pw_change.
|
- (stevesk) handle systems without pw_expire and pw_change.
|
||||||
|
@ -5744,4 +5747,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1312 2001/06/25 04:42:20 mouring Exp $
|
$Id: ChangeLog,v 1.1313 2001/06/25 04:45:33 mouring Exp $
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.\" $OpenBSD: sftp-server.8,v 1.7 2001/06/23 02:33:04 deraadt Exp $
|
.\" $OpenBSD: sftp-server.8,v 1.8 2001/06/23 05:57:08 deraadt Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2000 Markus Friedl. All rights reserved.
|
.\" Copyright (c) 2000 Markus Friedl. All rights reserved.
|
||||||
.\"
|
.\"
|
||||||
|
@ -48,7 +48,8 @@ for more information.
|
||||||
.Xr ssh 1 ,
|
.Xr ssh 1 ,
|
||||||
.Xr sshd 8
|
.Xr sshd 8
|
||||||
.Rs
|
.Rs
|
||||||
.%A T. Ylonen and S. Lehtinen
|
.%A T. Ylonen
|
||||||
|
.%A S. Lehtinen
|
||||||
.%T "SSH File Transfer Protocol"
|
.%T "SSH File Transfer Protocol"
|
||||||
.%N draft-ietf-secsh-filexfer-00.txt
|
.%N draft-ietf-secsh-filexfer-00.txt
|
||||||
.%D January 2001
|
.%D January 2001
|
||||||
|
|
5
sftp.1
5
sftp.1
|
@ -1,4 +1,4 @@
|
||||||
.\" $OpenBSD: sftp.1,v 1.19 2001/06/23 02:33:04 deraadt Exp $
|
.\" $OpenBSD: sftp.1,v 1.20 2001/06/23 05:57:08 deraadt Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2001 Damien Miller. All rights reserved.
|
.\" Copyright (c) 2001 Damien Miller. All rights reserved.
|
||||||
.\"
|
.\"
|
||||||
|
@ -213,7 +213,8 @@ Damien Miller <djm@mindrot.org>
|
||||||
.Xr sftp-server 8 ,
|
.Xr sftp-server 8 ,
|
||||||
.Xr sshd 8
|
.Xr sshd 8
|
||||||
.Rs
|
.Rs
|
||||||
.%A T. Ylonen and S. Lehtinen
|
.%A T. Ylonen
|
||||||
|
.%A S. Lehtinen
|
||||||
.%T "SSH File Transfer Protocol"
|
.%T "SSH File Transfer Protocol"
|
||||||
.%N draft-ietf-secsh-filexfer-00.txt
|
.%N draft-ietf-secsh-filexfer-00.txt
|
||||||
.%D January 2001
|
.%D January 2001
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.\" $OpenBSD: ssh-keygen.1,v 1.44 2001/06/23 02:33:05 deraadt Exp $
|
.\" $OpenBSD: ssh-keygen.1,v 1.45 2001/06/23 05:57:09 deraadt Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" -*- nroff -*-
|
.\" -*- nroff -*-
|
||||||
.\"
|
.\"
|
||||||
|
@ -271,7 +271,8 @@ protocol versions 1.5 and 2.0.
|
||||||
.Xr ssh-agent 1 ,
|
.Xr ssh-agent 1 ,
|
||||||
.Xr sshd 8
|
.Xr sshd 8
|
||||||
.Rs
|
.Rs
|
||||||
.%A J. Galbraith and R. Thayer
|
.%A J. Galbraith
|
||||||
|
.%A R. Thayer
|
||||||
.%T "SECSH Public Key File Format"
|
.%T "SECSH Public Key File Format"
|
||||||
.%N draft-ietf-secsh-publickeyfile-01.txt
|
.%N draft-ietf-secsh-publickeyfile-01.txt
|
||||||
.%D March 2001
|
.%D March 2001
|
||||||
|
|
Loading…
Reference in New Issue