diff options
author | Damien Miller <djm@mindrot.org> | 2000-08-16 10:35:58 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-08-16 10:35:58 +1000 |
commit | 11fa2cc3839b1e7fed1d85aa1158cce4d498bc58 (patch) | |
tree | f432a585240e930f3accd4aa2ab43ad1835f8ea5 /ChangeLog | |
parent | 0da2eaaf06e8d05862dcce34cc8c7d1a0740de7c (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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ | |||
1 | 20000816 | ||
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 | |||
1 | 20000815 | 8 | 20000815 |
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 |