diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-04-17 18:14:34 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-04-17 18:14:34 +0000 |
commit | 2b261b9035031f5319c4694a0f2c9a5deeb9d906 (patch) | |
tree | 10f9d557b23a481caa856eb3861348f63846f379 /ChangeLog | |
parent | 982dbbcfda7ab9e56c4caccfba6f8920529421b7 (diff) |
- markus@cvs.openbsd.org 2001/04/17 12:55:04
[channels.c ssh.c]
undo socks5 and https support since they are not really used and
only bloat ssh. remove -D from usage(), since '-D' is experimental.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 27 |
1 files changed, 16 insertions, 11 deletions
@@ -3,18 +3,23 @@ | |||
3 | and temporary commented out 'catman-do:' since it is broken. Patches | 3 | and temporary commented out 'catman-do:' since it is broken. Patches |
4 | for the first two by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE> | 4 | for the first two by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE> |
5 | - OpenBSD CVS Sync | 5 | - OpenBSD CVS Sync |
6 | - deraadt@cvs.openbsd.org 2001/04/16 08:26:04 | 6 | - deraadt@cvs.openbsd.org 2001/04/16 08:26:04 |
7 | [key.c] | 7 | [key.c] |
8 | better safe than sorry in later mods; yongari@kt-is.co.kr | 8 | better safe than sorry in later mods; yongari@kt-is.co.kr |
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 | 15 | - markus@cvs.openbsd.org 2001/04/17 10:53:26 |
16 | [key.c key.h readconf.c readconf.h ssh.1 sshconnect2.c] | 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@ | 17 | add HostKeyAlgorithms; based on patch from res@shore.net; ok provos@ |
18 | - markus@cvs.openbsd.org 2001/04/17 12:55:04 | ||
19 | [channels.c ssh.c] | ||
20 | undo socks5 and https support since they are not really used and | ||
21 | only bloat ssh. remove -D from usage(), since '-D' is experimental. | ||
22 | |||
18 | 23 | ||
19 | 20010416 | 24 | 20010416 |
20 | - OpenBSD CVS Sync | 25 | - OpenBSD CVS Sync |
@@ -5140,4 +5145,4 @@ | |||
5140 | - Wrote replacements for strlcpy and mkdtemp | 5145 | - Wrote replacements for strlcpy and mkdtemp |
5141 | - Released 1.0pre1 | 5146 | - Released 1.0pre1 |
5142 | 5147 | ||
5143 | $Id: ChangeLog,v 1.1134 2001/04/17 18:11:36 mouring Exp $ | 5148 | $Id: ChangeLog,v 1.1135 2001/04/17 18:14:34 mouring Exp $ |