Mercurial > dropbear
comparison CHANGES @ 223:f3ef0d29ab65
* 0.46 CHANGES done
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 08 Jul 2005 19:17:09 +0000 |
parents | 9089929fb2b7 |
children | 1dbd2473482f |
comparison
equal
deleted
inserted
replaced
221:a4b93a2ed879 | 223:f3ef0d29ab65 |
---|---|
1 0.46 | 1 0.46 - Sat July 9 2005 |
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 |
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, and Christopher Faylor for independently | 12 to David Cook for reporting it, and Christopher Faylor for independently |
13 sending in a patch) | 13 sending in a patch) |
14 | 14 |
15 - Added RSA blinding to signing code | 15 - Added RSA blinding to signing code (suggested by Dan Kaminsky) |
16 | 16 |
17 - Rearranged bignum reading/random generation code | 17 - Rearranged bignum reading/random generation code |
18 | 18 |
19 - 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, |
20 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 |
21 Brent Roman for reporting it) | 21 Brent Roman for reporting it) |
22 | 22 |
23 - Fix so that all file descriptors are closed so that child shell doesn't | 23 - Fix so that all file descriptors are closed so the child shell doesn't |
24 inherit descriptors (thanks to Linden May for the patch) | 24 inherit descriptors (thanks to Linden May for the patch) |
25 | 25 |
26 - Change signkey.c so that it gcc 4 doesn't generate incorrect code | 26 - Change signkey.c to avoid gcc 4 generating incorrect code |
27 | 27 |
28 - Update to LibTomCrypt 1.05 and LibTomMath 0.35 | 28 - Update to LibTomCrypt 1.05 and LibTomMath 0.35 |
29 | 29 |
30 0.45 - Mon March 7 2005 | 30 0.45 - Mon March 7 2005 |
31 | 31 |