diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ | |||
1 | 20011222 | ||
2 | - (djm) Ignore fix & patchlevel in OpenSSL version check. Patch from | ||
3 | solar@openwall.com | ||
4 | - (djm) Rework entropy code. If the OpenSSL PRNG is has not been | ||
5 | internally seeded, execute a subprogram "ssh-rand-helper" to obtain | ||
6 | some entropy for us. Rewrite the old in-process entropy collecter as | ||
7 | an example ssh-rand-helper. | ||
8 | - (djm) Always perform ssh_prng_cmds path lookups in configure, even if | ||
9 | we don't end up using ssh_prng_cmds (so we always get a valid file) | ||
10 | |||
1 | 20011221 | 11 | 20011221 |
2 | - (djm) Add option to gnome-ssh-askpass to stop it from grabbing the X | 12 | - (djm) Add option to gnome-ssh-askpass to stop it from grabbing the X |
3 | server. I have found this necessary to avoid server hangs with X input | 13 | server. I have found this necessary to avoid server hangs with X input |
@@ -7086,4 +7096,4 @@ | |||
7086 | - Wrote replacements for strlcpy and mkdtemp | 7096 | - Wrote replacements for strlcpy and mkdtemp |
7087 | - Released 1.0pre1 | 7097 | - Released 1.0pre1 |
7088 | 7098 | ||
7089 | $Id: ChangeLog,v 1.1705 2001/12/21 04:00:19 djm Exp $ | 7099 | $Id: ChangeLog,v 1.1706 2001/12/23 14:41:47 djm Exp $ |