summaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2016-03-18 22:44:36 +0800
committerMatt Johnston <matt@ucc.asn.au>2016-03-18 22:44:36 +0800
commit8c53621c24bf29eaef1f60bc35d6780cb092c338 (patch)
treeb3d9025b7c1ce1dcbbf9168bf7e5fbac027dab51 /CHANGES
parent514baf3bf7f002f364f35db65081b421d854d7b9 (diff)
update for 2016.73
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES15
1 files changed, 13 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 6174a09..ceb01be 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-- Fix crash when fallback initshells() is used, reported by Michael Nowak and Mike Tzou
+2016.73 - 18 March 2016
- Support syslog in dbclient, option -o usesyslog=yes. Patch from Konstantin Tokarev
@@ -9,14 +9,25 @@
- 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
+- Fix crash when fallback initshells() is used, reported by Michael Nowak and Mike Tzou
- Allow specifying commands eg "dropbearmulti dbclient ..." instead of symlinks
+- Various cleanups for issues found by a lint tool, patch from Francois Perrad
+
- Fix tab indent consistency, patch from Francois Perrad
- Fix issues found by cppcheck, reported by Mike Tzou
+- Use system memset_s() or explicit_bzero() if available to clear memory. Also make
+ libtomcrypt/libtommath routines use that (or Dropbear's own m_burn()).
+
+- Prevent scp failing when the local user doesn't exist. Based on patch from Michael Witten.
+
+- Improved Travis CI test running, thanks to Mike Tzou
+
+- Improve some code that was flagged by Coverity and Fortify Static Code Analyzer
+
2016.72 - 9 March 2016
- Validate X11 forwarding input. Could allow bypass of authorized_keys command= restrictions,