Mercurial > dropbear
comparison CHANGES @ 265:9b9664204b97
* Update changelogs for 0.47 release
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 08 Dec 2005 11:54:18 +0000 |
parents | 1dbd2473482f |
children | 94ee16f5b8a8 |
comparison
equal
deleted
inserted
replaced
264:541b14504870 | 265:9b9664204b97 |
---|---|
1 0.47 - Thurs Dec 8 2005 | |
2 | |
3 - SECURITY: fix for buffer allocation error in server code, could potentially | |
4 allow authenticated users to gain elevated privileges. All multi-user systems | |
5 running the server should upgrade (or apply the patch available on the | |
6 Dropbear webpage). | |
7 | |
8 - Fix channel handling code so that redirecting to /dev/null doesn't use | |
9 100% CPU. | |
10 | |
11 - Turn on zlib compression for dbclient. | |
12 | |
13 - Set "low delay" TOS bit, can significantly improve interactivity | |
14 over some links. | |
15 | |
16 - Added client keyboard-interactive mode support, allows operation with | |
17 newer OpenSSH servers in default config. | |
18 | |
19 - Log when pubkey auth fails because of bad ~/.ssh/authorized_keys permissions | |
20 | |
21 - Improve logging of assertions | |
22 | |
23 - Added aes-256 cipher and sha1-96 hmac. | |
24 | |
25 - Fix twofish so that it actually works. | |
26 | |
27 - Improve PAM prompt comparison. | |
28 | |
29 - Added -g (dbclient) and -a (dropbear server) options to allow | |
30 connections to listening forwarded ports from remote machines. | |
31 | |
32 - Various other minor fixes | |
33 | |
34 - Compile fixes for glibc 2.1 (ss_family vs __ss_family) and NetBSD | |
35 (netinet/in_systm.h needs to be included). | |
36 | |
1 0.46 - Sat July 9 2005 | 37 0.46 - Sat July 9 2005 |
2 | 38 |
3 - Fix long-standing bug which caused connections to be closed if an ssh-agent | 39 - Fix long-standing bug which caused connections to be closed if an ssh-agent |
4 socket was no longer available | 40 socket was no longer available |
5 | 41 |