summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2016-03-15 22:03:23 +0800
committerMatt Johnston <matt@ucc.asn.au>2016-03-15 22:03:23 +0800
commit00d658388656bf63656679559f1243a2ab1c6e57 (patch)
treec85f8e9cfe6b9352462bad2f66762a2f1b6bc8f6 /CHANGES
parent6b246b79372ee79ba9ee88249bf95467bb87d6c9 (diff)
downloaddropbear-00d658388656bf63656679559f1243a2ab1c6e57.tar.gz
update CHANGES
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a6cd0b6..ca6e7bb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,22 @@
+- Fix crash when fallback initshells() is used, reported by Michael Nowak and Mike Tzou
+
+- Support syslog in dbclient, option -o usesyslog=yes. Patch from Konstantin Tokarev
+
+- Kill a proxycommand when dbclient exits, patch from Konstantin Tokarev
+
+- Option to exit when a TCP forward fails, patch from Konstantin Tokarev
+
+- New "-o" option parsing from Konstantin Tokarev. This allows handling some extra options
+ in the style of OpenSSH, though implementing all OpenSSH options is not planned.
+
+- Various cleanups for issues found by a lint tool, patch from Francois Perrad
+
+- Allow specifying commands eg "dropbearmulti dbclient ..." instead of symlinks
+
+- Fix tab indent consistency, patch from Francois Perrad
+
+- Fix issues found by cppcheck, reported by Mike Tzou
+
2016.72 - 9 March 2016
- Validate X11 forwarding input. Could allow bypass of authorized_keys command= restrictions,