Mercurial > dropbear
comparison CHANGES @ 708:b207d5183bb7
document a few more changes
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 20 Mar 2013 00:05:19 +0800 |
parents | e698d1a9f428 |
children | 9644f50434f1 |
comparison
equal
deleted
inserted
replaced
707:564e7f87ecc3 | 708:b207d5183bb7 |
---|---|
11 - Added sha2-256 and sha2-512 hashes | 11 - Added sha2-256 and sha2-512 hashes |
12 | 12 |
13 - Don't sent "localhost" for -R forward connections, reported by Denis Bider | 13 - Don't sent "localhost" for -R forward connections, reported by Denis Bider |
14 | 14 |
15 - Add "-B" runtime option to allow blank passwords | 15 - Add "-B" runtime option to allow blank passwords |
16 | |
17 - Allow using IPv6 bracket notation for addresses in server "-p" option, from Ben Jencks | |
18 | |
19 - A few improvements for Android from Reimar D�ffinger | |
20 | |
21 - Fix memory leak for TCP forwarded connections to hosts that timed out, | |
22 reported by Norbert Bencz�r. Appears to be a very long-standing bug. | |
16 | 23 |
17 2012.55 - Wednesday 22 February 2012 | 24 2012.55 - Wednesday 22 February 2012 |
18 | 25 |
19 - Security: Fix use-after-free bug that could be triggered if command="..." | 26 - Security: Fix use-after-free bug that could be triggered if command="..." |
20 authorized_keys restrictions are used. Could allow arbitrary code execution | 27 authorized_keys restrictions are used. Could allow arbitrary code execution |