summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f13a237a..09c1a8222 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,34 @@
220001229 220001229
3 - (bal) Fixed spelling of 'authorized_keys' in ssh-copy-id.1 by Christian 3 - (bal) Fixed spelling of 'authorized_keys' in ssh-copy-id.1 by Christian
4 Kurz <shorty@debain.org> 4 Kurz <shorty@debain.org>
5 - (bal) OpenBSD CVS Update
6 - markus@cvs.openbsd.org 2000/12/28 14:25:51
7 [auth.h auth2.c]
8 count authentication failures only
9 - markus@cvs.openbsd.org 2000/12/28 14:25:03
10 [sshconnect.c]
11 fingerprint for MITM attacks, too.
12 - markus@cvs.openbsd.org 2000/12/28 12:03:57
13 [sshd.8 sshd.c]
14 document -D
15 - markus@cvs.openbsd.org 2000/12/27 14:19:21
16 [serverloop.c]
17 less chatty
18 - markus@cvs.openbsd.org 2000/12/27 12:34
19 [auth1.c sshconnect2.c sshd.c]
20 typo
21 - markus@cvs.openbsd.org 2000/12/27 12:30:19
22 [readconf.c readconf.h ssh.1 sshconnect.c]
23 new option: HostKeyAlias: allow the user to record the host key
24 under a different name. This is useful for ssh tunneling over
25 forwarded connections or if you run multiple sshd's on different
26 ports on the same machine.
27 - markus@cvs.openbsd.org 2000/12/27 11:51:53
28 [ssh.1 ssh.c]
29 multiple -t force pty allocation, document ORIGINAL_COMMAND
30 - markus@cvs.openbsd.org 2000/12/27 11:41:31
31 [sshd.8]
32 update for ssh-2
5 33
620001228 3420001228
7 - (bal) Patch to add libutil.h to loginrec.c only if the platform has 35 - (bal) Patch to add libutil.h to loginrec.c only if the platform has