summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog32
1 files changed, 32 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ca8e55ff..b367ddc40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,38 @@
8 Martin Petrak <petrak@spsknm.schools.sk> 8 Martin Petrak <petrak@spsknm.schools.sk>
9 - (djm) Include sys/types.h when including netinet/in.h in configure tests. 9 - (djm) Include sys/types.h when including netinet/in.h in configure tests.
10 Patch from Jun-ichiro itojun Hagino <itojun@iijlab.net> 10 Patch from Jun-ichiro itojun Hagino <itojun@iijlab.net>
11 - OpenBSD CVS updates:
12 - deraadt@cvs.openbsd.org 2000/06/17 09:58:46
13 [channels.c]
14 everyone says "nix it" (remove protocol 2 debugging message)
15 - markus@cvs.openbsd.org 2000/06/17 13:24:34
16 [sshconnect.c]
17 allow extended server banners
18 - markus@cvs.openbsd.org 2000/06/17 14:30:10
19 [sshconnect.c]
20 missing atomicio, typo
21 - jakob@cvs.openbsd.org 2000/06/17 16:52:34
22 [servconf.c servconf.h session.c sshd.8 sshd_config]
23 add support for ssh v2 subsystems. ok markus@.
24 - deraadt@cvs.openbsd.org 2000/06/17 18:57:48
25 [readconf.c servconf.c]
26 include = in WHITESPACE; markus ok
27 - markus@cvs.openbsd.org 2000/06/17 19:09:10
28 [auth2.c]
29 implement bug compatibility with ssh-2.0.13 pubkey, server side
30 - markus@cvs.openbsd.org 2000/06/17 21:00:28
31 [compat.c]
32 initial support for ssh.com's 2.2.0
33 - markus@cvs.openbsd.org 2000/06/17 21:16:09
34 [scp.c]
35 typo
36 - markus@cvs.openbsd.org 2000/06/17 22:05:02
37 [auth-rsa.c auth2.c serverloop.c session.c auth-options.c auth-options.h]
38 split auth-rsa option parsing into auth-options
39 add options support to authorized_keys2
40 - markus@cvs.openbsd.org 2000/06/17 22:42:54
41 [session.c]
42 typo
11 43
1220000613 4420000613
13 - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>: 45 - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>: