diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -15,6 +15,10 @@ | |||
15 | set stderr to /dev/null for subsystems rather than just closing it. | 15 | set stderr to /dev/null for subsystems rather than just closing it. |
16 | avoids hangs if a subsystem or shell initialisation writes to stderr. | 16 | avoids hangs if a subsystem or shell initialisation writes to stderr. |
17 | bz#1750; ok markus@ | 17 | bz#1750; ok markus@ |
18 | - djm@cvs.openbsd.org 2010/04/23 22:48:31 | ||
19 | [ssh-keygen.c] | ||
20 | refuse to generate keys longer than OPENSSL_[RD]SA_MAX_MODULUS_BITS, | ||
21 | since we would refuse to use them anyway. bz#1516; ok dtucker@ | ||
18 | 22 | ||
19 | 20100423 | 23 | 20100423 |
20 | - (dtucker) [configure.ac] Bug #1756: Check for the existence of a lib64 dir | 24 | - (dtucker) [configure.ac] Bug #1756: Check for the existence of a lib64 dir |