Mercurial > dropbear
comparison CHANGES @ 193:ca6a7c7a925c
Preparing for 0.46
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 09 May 2005 09:31:49 +0000 |
parents | bc69564ef57b |
children | 9089929fb2b7 |
comparison
equal
deleted
inserted
replaced
189:06e326daf16a | 193:ca6a7c7a925c |
---|---|
1 0.46 | |
2 | |
3 - Fix long-standing bug which caused connections to be closed if an ssh-agent | |
4 socket was no longer available | |
5 | |
6 - print a warning if we seem to be blocking on /dev/random | |
7 (suggested by Paul Fox) | |
8 | |
9 - fixed a memory leak in DSS code (thanks to Boris Berezovsky for the patch) | |
10 | |
11 - dbclient -L no longer segfaults, allocate correct buffer size (thanks | |
12 to David Cook for reporting it) | |
13 | |
14 - added RSA blinding (recommended by Dan Kaminsky) | |
15 | |
16 - rearranged bignum reading/random generation code | |
17 | |
18 - 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 Brent Roman for reporting it) | |
21 | |
1 0.45 - Mon March 7 2005 | 22 0.45 - Mon March 7 2005 |
2 | 23 |
3 - Makefile no longer appends 'static' to statically linked binaries | 24 - Makefile no longer appends 'static' to statically linked binaries |
4 | 25 |
5 - Add optional SSH_ASKPASS support to the client | 26 - Add optional SSH_ASKPASS support to the client |