Mercurial > dropbear
comparison CHANGES @ 1253:3b990ddaea4f
update CHANGES
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 15 Mar 2016 22:03:23 +0800 |
parents | 32cdbbe4b67e |
children | f107cef4be68 |
comparison
equal
deleted
inserted
replaced
1252:3f4af834314d | 1253:3b990ddaea4f |
---|---|
1 - Fix crash when fallback initshells() is used, reported by Michael Nowak and Mike Tzou | |
2 | |
3 - Support syslog in dbclient, option -o usesyslog=yes. Patch from Konstantin Tokarev | |
4 | |
5 - Kill a proxycommand when dbclient exits, patch from Konstantin Tokarev | |
6 | |
7 - Option to exit when a TCP forward fails, patch from Konstantin Tokarev | |
8 | |
9 - New "-o" option parsing from Konstantin Tokarev. This allows handling some extra options | |
10 in the style of OpenSSH, though implementing all OpenSSH options is not planned. | |
11 | |
12 - Various cleanups for issues found by a lint tool, patch from Francois Perrad | |
13 | |
14 - Allow specifying commands eg "dropbearmulti dbclient ..." instead of symlinks | |
15 | |
16 - Fix tab indent consistency, patch from Francois Perrad | |
17 | |
18 - Fix issues found by cppcheck, reported by Mike Tzou | |
19 | |
1 2016.72 - 9 March 2016 | 20 2016.72 - 9 March 2016 |
2 | 21 |
3 - Validate X11 forwarding input. Could allow bypass of authorized_keys command= restrictions, | 22 - Validate X11 forwarding input. Could allow bypass of authorized_keys command= restrictions, |
4 found by github.com/tintinweb. Thanks for Damien Miller for a patch. | 23 found by github.com/tintinweb. Thanks for Damien Miller for a patch. |
5 | 24 |