summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-04-12 20:17:38 +1000
committerDamien Miller <djm@mindrot.org>2000-04-12 20:17:38 +1000
commit78928793fb23a3a4c80ae62eca6a7826b2987690 (patch)
treeadd8a953ac4cf06877b91624fe7f647b17e6cf6f /ChangeLog
parentefb4afe0265333ce554f699c2a19ae249dd8d1b5 (diff)
- OpenBSD CVS updates:
- [channels.c] repair x11-fwd - [sshconnect.c] fix passwd prompt for ssh2, less debugging output. - [clientloop.c compat.c dsa.c kex.c sshd.c] less debugging output - [kex.c kex.h sshconnect.c sshd.c] check for reasonable public DH values - [README.openssh2 cipher.c cipher.h compat.c compat.h readconf.c] [readconf.h servconf.c servconf.h ssh.c ssh.h sshconnect.c sshd.c] add Cipher and Protocol options to ssh/sshd, e.g.: ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers arcfour,3des-cbc' - [sshd.c] print 1.99 only if server supports both
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