Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matt Johnston
dropbear
Commits
8c53621c
Commit
8c53621c
authored
Mar 18, 2016
by
Matt Johnston
Browse files
update for 2016.73
parent
514baf3b
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
8c53621c
- 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,
...
...
debian/changelog
View file @
8c53621c
dropbear
(
2016.73
-
0.1
)
unstable
;
urgency
=
low
*
New
upstream
release
.
--
Matt
Johnston
<
matt
@
ucc
.
asn
.
au
>
Fri
,
18
Mar
2016
22
:
52
:
58
+
0800
dropbear
(
2016.72
-
0.1
)
unstable
;
urgency
=
low
*
New
upstream
release
.
...
...
sysoptions.h
View file @
8c53621c
...
...
@@ -4,7 +4,7 @@
*******************************************************************/
#ifndef DROPBEAR_VERSION
#define DROPBEAR_VERSION "2016.7
2
"
#define DROPBEAR_VERSION "2016.7
3
"
#endif
#define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment