summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog44
1 files changed, 44 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 98a5a9b31..9efe31fef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,47 @@
120000429
2 - Merge big update to OpenSSH-2.0 from OpenBSD CVS
3 [README.openssh2]
4 - interop w/ F-secure windows client
5 - sync documentation
6 - ssh_host_dsa_key not ssh_dsa_key
7 [auth-rsa.c]
8 - missing fclose
9 [auth.c authfile.c compat.c dsa.c dsa.h hostfile.c key.c key.h radix.c]
10 [readconf.c readconf.h ssh-add.c ssh-keygen.c ssh.c ssh.h sshconnect.c]
11 [sshd.c uuencode.c uuencode.h authfile.h]
12 - add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]
13 for trading keys with the real and the original SSH, directly from the
14 people who invented the SSH protocol.
15 [auth.c auth.h authfile.c sshconnect.c auth1.c auth2.c sshconnect.h]
16 [sshconnect1.c sshconnect2.c]
17 - split auth/sshconnect in one file per protocol version
18 [sshconnect2.c]
19 - remove debug
20 [uuencode.c]
21 - add trailing =
22 [version.h]
23 - OpenSSH-2.0
24 [ssh-keygen.1 ssh-keygen.c]
25 - add -R flag: exit code indicates if RSA is alive
26 [sshd.c]
27 - remove unused
28 silent if -Q is specified
29 [ssh.h]
30 - host key becomes /etc/ssh_host_dsa_key
31 [readconf.c servconf.c ]
32 - ssh/sshd default to proto 1 and 2
33 [uuencode.c]
34 - remove debug
35 [auth2.c ssh-keygen.c sshconnect2.c sshd.c]
36 - xfree DSA blobs
37 [auth2.c serverloop.c session.c]
38 - cleanup logging for sshd/2, respect PasswordAuth no
39 [sshconnect2.c]
40 - less debug, respect .ssh/config
41 [README.openssh2 channels.c channels.h]
42 - clientloop.c session.c ssh.c
43 - support for x11-fwding, client+server
44
120000421 4520000421
2 - Merge fix from OpenBSD CVS 46 - Merge fix from OpenBSD CVS
3 [ssh-agent.c] 47 [ssh-agent.c]