Mercurial > dropbear
comparison 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 |
comparison
equal
deleted
inserted
replaced
219:654bc8327787 | 220:9089929fb2b7 |
---|---|
1 0.46 | 1 0.46 |
2 | 2 |
3 - Fix long-standing bug which caused connections to be closed if an ssh-agent | 3 - Fix long-standing bug which caused connections to be closed if an ssh-agent |
4 socket was no longer available | 4 socket was no longer available |
5 | 5 |
6 - print a warning if we seem to be blocking on /dev/random | 6 - Print a warning if we seem to be blocking on /dev/random |
7 (suggested by Paul Fox) | 7 (suggested by Paul Fox) |
8 | 8 |
9 - fixed a memory leak in DSS code (thanks to Boris Berezovsky for the patch) | 9 - Fixed a memory leak in DSS code (thanks to Boris Berezovsky for the patch) |
10 | 10 |
11 - dbclient -L no longer segfaults, allocate correct buffer size (thanks | 11 - dbclient -L no longer segfaults, allocate correct buffer size (thanks |
12 to David Cook for reporting it) | 12 to David Cook for reporting it, and Christopher Faylor for independently |
13 | 13 sending in a patch) |
14 - added RSA blinding (recommended by Dan Kaminsky) | 14 |
15 | 15 - Added RSA blinding to signing code |
16 - rearranged bignum reading/random generation code | 16 |
17 - Rearranged bignum reading/random generation code | |
17 | 18 |
18 - Reset the non-blocking status on stderr and stdout as well as stdin, | 19 - Reset the non-blocking status on stderr and stdout as well as stdin, |
19 fixes a problem where the shell running dbclient will exit (thanks to | 20 fixes a problem where the shell running dbclient will exit (thanks to |
20 Brent Roman for reporting it) | 21 Brent Roman for reporting it) |
22 | |
23 - Fix so that all file descriptors are closed so that child shell doesn't | |
24 inherit descriptors (thanks to Linden May for the patch) | |
25 | |
26 - Change signkey.c so that it gcc 4 doesn't generate incorrect code | |
27 | |
28 - Update to LibTomCrypt 1.05 and LibTomMath 0.35 | |
21 | 29 |
22 0.45 - Mon March 7 2005 | 30 0.45 - Mon March 7 2005 |
23 | 31 |
24 - Makefile no longer appends 'static' to statically linked binaries | 32 - Makefile no longer appends 'static' to statically linked binaries |
25 | 33 |