Mercurial > dropbear
comparison CHANGES @ 822:32862e8283e7
Version 2013.59
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 04 Oct 2013 21:41:19 +0800 |
parents | ea04e3eb03e2 |
children | b9f0058860f1 |
comparison
equal
deleted
inserted
replaced
821:f8b28a3de6cb | 822:32862e8283e7 |
---|---|
1 2013.59 - Friday 4 October 2013 | |
2 | |
3 - Fix crash from -J command | |
4 Thanks to LluĂs Batlle i Rossell and Arnaud Mouiche for patches | |
5 | |
6 - Avoid reading too much from /proc/net/rt_cache since that causes | |
7 system slowness. | |
8 | |
9 - Improve EOF handling for half-closed connections | |
10 Thanks to Catalin Patulea | |
11 | |
12 - Send a banner message to report PAM error messages intended for the user | |
13 Patch from Martin Donnelly | |
14 | |
15 - Limit the size of decompressed payloads, avoids memory exhaustion denial | |
16 of service | |
17 Thanks to Logan Lamb for reporting and investigating it | |
18 | |
19 - Avoid disclosing existence of valid users through inconsistent delays | |
20 Thanks to Logan Lamb for reporting | |
21 | |
22 - Update config.guess and config.sub for newer architectures | |
23 | |
24 - Avoid segfault in server for locked accounts | |
25 | |
26 - "make install" now installs manpages | |
27 dropbearkey.8 has been renamed to dropbearkey.1 | |
28 manpage added for dropbearconvert | |
29 | |
30 - Get rid of one second delay when running non-interactive commands | |
31 | |
32 | |
1 2013.58 - Thursday 18 April 2013 | 33 2013.58 - Thursday 18 April 2013 |
2 | 34 |
3 - Fix building with Zlib disabled, thanks to Hans Harder and cuma@freetz | 35 - Fix building with Zlib disabled, thanks to Hans Harder and cuma@freetz |
4 | 36 |
5 - Use % as a separator for ports, fixes scp in multihop mode, from Hans Harder | 37 - Use % as a separator for ports, fixes scp in multihop mode, from Hans Harder |