Mercurial > dropbear
comparison CHANGES @ 455:319262c94d24
Prepare for 0.50 release
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 08 Aug 2007 15:27:41 +0000 |
parents | 7319d229799a |
children | e430a26064ee |
comparison
equal
deleted
inserted
replaced
454:7e43f5e473b9 | 455:319262c94d24 |
---|---|
1 0.50 - Wed 8 August 2007 | |
2 | |
3 - Add DROPBEAR_PASSWORD environment variable to specify a dbclient password | |
4 | |
5 - Use /dev/urandom by default, since that's what everyone does anyway | |
6 | |
7 - Correct vfork() use for uClinux in scp | |
8 (thanks to Alex Landau) | |
9 | |
10 - Exit with an exit code of 1 if dropbear can't bind to any ports | |
11 (thanks to Nicolai Ehemann) | |
12 | |
13 - Improve network performance and add a -W <receive_window> argument for | |
14 adjusting the tradeoff between network performance and memory consumption. | |
15 | |
16 - Fix a problem where reply packets could be sent during key exchange, | |
17 in violation of the SSH spec. This could manifest itself with connections | |
18 being terminated after 8 hours with new TCP-forward connections being | |
19 established. | |
20 | |
21 - Add -K <keepalive_time> argument, ensuring that data is transmitted | |
22 over the connection at least every N seconds. | |
23 | |
1 0.49 - Fri 23 February 2007 | 24 0.49 - Fri 23 February 2007 |
2 | 25 |
3 - Security: dbclient previously would prompt to confirm a | 26 - Security: dbclient previously would prompt to confirm a |
4 mismatching hostkey but wouldn't warn loudly. It will now | 27 mismatching hostkey but wouldn't warn loudly. It will now |
5 exit upon a mismatch. | 28 exit upon a mismatch. |