diff options
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ +- Allow specifying cipher (-c) and MAC (-m) lists for dbclient + +- Allow using 'none' cipher or MAC + +- Allow a user in immediately if the account has a blank password and blank + passwords are enabled + +- Include a few extra sources of entropy from /proc on Linux, hash private keys + as well + +- Added sha2-256 and sha2-512 hashes + +- Don't sent "localhost" for -R forward connections, reported by Denis Bider + +- Add "-B" runtime option to allow blank passwords + +- Allow using IPv6 bracket notation for addresses in server "-p" option, from Ben Jencks + +- A few improvements for Android from Reimar Döffinger + +- Fix memory leak for TCP forwarded connections to hosts that timed out, + reported by Norbert Benczúr. Appears to be a very long-standing bug. + 2012.55 - Wednesday 22 February 2012 - Security: Fix use-after-free bug that could be triggered if command="..." |