diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-04-17 18:11:36 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-04-17 18:11:36 +0000 |
commit | 982dbbcfda7ab9e56c4caccfba6f8920529421b7 (patch) | |
tree | 1c7d3ed45ad2f89c2e0009a188b76e6171d593a2 /ChangeLog | |
parent | 4c8cff14ddac08f1bdb393d71d9e0907d9a9215e (diff) |
- markus@cvs.openbsd.org 2001/04/17 10:53:26
[key.c key.h readconf.c readconf.h ssh.1 sshconnect2.c]
add HostKeyAlgorithms; based on patch from res@shore.net; ok provos@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -9,9 +9,12 @@ | |||
9 | - markus@cvs.openbsd.org 2001/04/17 08:14:01 | 9 | - markus@cvs.openbsd.org 2001/04/17 08:14:01 |
10 | [sshconnect1.c] | 10 | [sshconnect1.c] |
11 | check for key!=NULL, thanks to costa | 11 | check for key!=NULL, thanks to costa |
12 | - markus@cvs.openbsd.org 2001/04/17 09:52:48 | 12 | - markus@cvs.openbsd.org 2001/04/17 09:52:48 |
13 | [clientloop.c] | 13 | [clientloop.c] |
14 | handle EINTR/EAGAIN on read; ok deraadt@ | 14 | handle EINTR/EAGAIN on read; ok deraadt@ |
15 | - markus@cvs.openbsd.org 2001/04/17 10:53:26 | ||
16 | [key.c key.h readconf.c readconf.h ssh.1 sshconnect2.c] | ||
17 | add HostKeyAlgorithms; based on patch from res@shore.net; ok provos@ | ||
15 | 18 | ||
16 | 20010416 | 19 | 20010416 |
17 | - OpenBSD CVS Sync | 20 | - OpenBSD CVS Sync |
@@ -5137,4 +5140,4 @@ | |||
5137 | - Wrote replacements for strlcpy and mkdtemp | 5140 | - Wrote replacements for strlcpy and mkdtemp |
5138 | - Released 1.0pre1 | 5141 | - Released 1.0pre1 |
5139 | 5142 | ||
5140 | $Id: ChangeLog,v 1.1133 2001/04/17 18:09:42 mouring Exp $ | 5143 | $Id: ChangeLog,v 1.1134 2001/04/17 18:11:36 mouring Exp $ |