summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2000-12-28 16:40:05 +0000
committerBen Lindstrom <mouring@eviladmin.org>2000-12-28 16:40:05 +0000
commit4dccfa5fb73853e6c9281beac2c42a31391acdc7 (patch)
tree2a64c6b1e096010f2b5fd45a08f9878cac5d400e /ChangeLog
parent42717bf8fff94146edf43ea266113f1a54456c62 (diff)
- (bal) OpenBSD CVS Update
- markus@cvs.openbsd.org 2000/12/28 14:25:51 [auth.h auth2.c] count authentication failures only - markus@cvs.openbsd.org 2000/12/28 14:25:03 [sshconnect.c] fingerprint for MITM attacks, too. - markus@cvs.openbsd.org 2000/12/28 12:03:57 [sshd.8 sshd.c] document -D - markus@cvs.openbsd.org 2000/12/27 14:19:21 [serverloop.c] less chatty - markus@cvs.openbsd.org 2000/12/27 12:34 [auth1.c sshconnect2.c sshd.c] typo - markus@cvs.openbsd.org 2000/12/27 12:30:19 [readconf.c readconf.h ssh.1 sshconnect.c] new option: HostKeyAlias: allow the user to record the host key under a different name. This is useful for ssh tunneling over forwarded connections or if you run multiple sshd's on different ports on the same machine. - markus@cvs.openbsd.org 2000/12/27 11:51:53 [ssh.1 ssh.c] multiple -t force pty allocation, document ORIGINAL_COMMAND - markus@cvs.openbsd.org 2000/12/27 11:41:31 [sshd.8] update for ssh-2
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