comparison CHANGES @ 219:654bc8327787

merge of 9522146cb07d4576f161fc4567c2c2fbd6f61fbb and b11630c15bc4d0649dba51c3572cac6f44e0ab0e
author Matt Johnston <matt@ucc.asn.au>
date Fri, 08 Jul 2005 13:28:03 +0000
parents ca6a7c7a925c
children 9089929fb2b7
comparison
equal deleted inserted replaced
218:3ee0c2f85e1e 219:654bc8327787
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