summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 976c3834f..af54ab6d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
120000412
2 - OpenBSD CVS updates:
3 - [channels.c]
4 repair x11-fwd
5 - [sshconnect.c]
6 fix passwd prompt for ssh2, less debugging output.
7 - [clientloop.c compat.c dsa.c kex.c sshd.c]
8 less debugging output
9 - [kex.c kex.h sshconnect.c sshd.c]
10 check for reasonable public DH values
11 - [README.openssh2 cipher.c cipher.h compat.c compat.h readconf.c]
12 [readconf.h servconf.c servconf.h ssh.c ssh.h sshconnect.c sshd.c]
13 add Cipher and Protocol options to ssh/sshd, e.g.:
14 ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers
15 arcfour,3des-cbc'
16 - [sshd.c]
17 print 1.99 only if server supports both
18
120000408 1920000408
2 - Avoid some compiler warnings in fake-get*.c 20 - Avoid some compiler warnings in fake-get*.c
3 - Add IPTOS macros for systems which lack them 21 - Add IPTOS macros for systems which lack them