Mercurial > dropbear
diff CHANGES @ 220:9089929fb2b7
* preparing for 0.46 release
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 08 Jul 2005 14:28:21 +0000 |
parents | ca6a7c7a925c |
children | f3ef0d29ab65 |
line wrap: on
line diff
--- a/CHANGES Fri Jul 08 13:28:03 2005 +0000 +++ b/CHANGES Fri Jul 08 14:28:21 2005 +0000 @@ -1,24 +1,32 @@ -0.46 +0.46 - Fix long-standing bug which caused connections to be closed if an ssh-agent socket was no longer available -- print a warning if we seem to be blocking on /dev/random +- Print a warning if we seem to be blocking on /dev/random (suggested by Paul Fox) -- fixed a memory leak in DSS code (thanks to Boris Berezovsky for the patch) +- Fixed a memory leak in DSS code (thanks to Boris Berezovsky for the patch) - dbclient -L no longer segfaults, allocate correct buffer size (thanks - to David Cook for reporting it) + to David Cook for reporting it, and Christopher Faylor for independently + sending in a patch) -- added RSA blinding (recommended by Dan Kaminsky) +- Added RSA blinding to signing code -- rearranged bignum reading/random generation code +- Rearranged bignum reading/random generation code - Reset the non-blocking status on stderr and stdout as well as stdin, fixes a problem where the shell running dbclient will exit (thanks to Brent Roman for reporting it) +- Fix so that all file descriptors are closed so that child shell doesn't + inherit descriptors (thanks to Linden May for the patch) + +- Change signkey.c so that it gcc 4 doesn't generate incorrect code + +- Update to LibTomCrypt 1.05 and LibTomMath 0.35 + 0.45 - Mon March 7 2005 - Makefile no longer appends 'static' to statically linked binaries