summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-08-16 10:35:58 +1000
committerDamien Miller <djm@mindrot.org>2000-08-16 10:35:58 +1000
commit11fa2cc3839b1e7fed1d85aa1158cce4d498bc58 (patch)
treef432a585240e930f3accd4aa2ab43ad1835f8ea5 /ChangeLog
parent0da2eaaf06e8d05862dcce34cc8c7d1a0740de7c (diff)
- (djm) Replacement for inet_ntoa for Irix (which breaks on gcc)
- (djm) Fix strerror replacement for old SunOS. Based on patch from Charles Levert <charles@comm.polymtl.ca> - (djm) Seperate arc4random into seperate file and use OpenSSL's RC4 implementation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e9140d15..0e122cf3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
120000816
2 - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc)
3 - (djm) Fix strerror replacement for old SunOS. Based on patch from
4 Charles Levert <charles@comm.polymtl.ca>
5 - (djm) Seperate arc4random into seperate file and use OpenSSL's RC4
6 implementation.
7
120000815 820000815
2 - (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com> 9 - (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com>
3 - (djm) Avoid failures on Irix when ssh is not setuid. Fix from 10 - (djm) Avoid failures on Irix when ssh is not setuid. Fix from