summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2005-05-26 12:19:17 +1000
committerDamien Miller <djm@mindrot.org>2005-05-26 12:19:17 +1000
commit3710f278ae76751118fb3ced2ee6e8e320b91002 (patch)
tree049c62a80c0ad073f0b20c1fd7d330d7bcadfb7d /ChangeLog
parentb089fb5fe15a6b1936262a33417265f8cb9b0afb (diff)
- djm@cvs.openbsd.org 2005/05/23 23:32:46
[cipher.c myproposal.h ssh.1 ssh_config.5 sshd_config.5] add support for draft-harris-ssh-arcfour-fixes-02 improved arcfour modes; ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index caf31ec86..0418ae55f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -76,6 +76,10 @@
76 - removes signed/unsigned comparisons in moduli generation 76 - removes signed/unsigned comparisons in moduli generation
77 - use strtonum instead of atoi where its easier 77 - use strtonum instead of atoi where its easier
78 - check some strlcpy overflow and fatal instead of truncate 78 - check some strlcpy overflow and fatal instead of truncate
79 - djm@cvs.openbsd.org 2005/05/23 23:32:46
80 [cipher.c myproposal.h ssh.1 ssh_config.5 sshd_config.5]
81 add support for draft-harris-ssh-arcfour-fixes-02 improved arcfour modes;
82 ok markus@
79 83
8020050524 8420050524
81 - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec] 85 - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
@@ -2575,4 +2579,4 @@
2575 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 2579 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
2576 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 2580 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
2577 2581
2578$Id: ChangeLog,v 1.3783 2005/05/26 02:16:18 djm Exp $ 2582$Id: ChangeLog,v 1.3784 2005/05/26 02:19:17 djm Exp $