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
fcaaa7b4
Commit
fcaaa7b4
authored
Mar 21, 2013
by
Matt Johnston
Browse files
2013.56 changelog
parent
2f098325
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
fcaaa7b4
2013.56
- Allow specifying cipher (-c) and MAC (-m) lists for dbclient
- Allow specifying cipher (-c) and MAC (-m) lists for dbclient
- Allow using 'none' cipher or MAC
- Allow using 'none' cipher or MAC (off by default, use options.h). Encryption
is used during authentication then disabled, similar to OpenSSH HPN mode
- Allow a user in immediately if the account has a blank password and blank
- Allow a user in immediately if the account has a blank password and blank
passwords are enabled
passwords are enabled
- Include a few extra sources of entropy from /proc on Linux, hash private keys
- Include a few extra sources of entropy from /proc on Linux, hash private keys
as well
as well
. Dropbear will also write gathered entropy back into /dev/urandom
- Added sha2-256 and sha2-512
hashes
- Added
hmac-
sha2-256 and
hmac-
sha2-512
support (off by default, use options.h)
- Don't sent "localhost" for -R forward connections, reported by Denis Bider
- Don't sent bad address "localhost" for -R forward connections,
reported by Denis Bider
- Add "-B" runtime option to allow blank passwords
- Add "-B" runtime option to allow blank passwords
...
@@ -21,6 +25,10 @@
...
@@ -21,6 +25,10 @@
- Fix memory leak for TCP forwarded connections to hosts that timed out,
- 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.
reported by Norbert Benczúr. Appears to be a very long-standing bug.
- Fix "make clean" for out of tree builds
- Fix compilation when ENABLE_{SVR,CLI}_AGENTFWD are unset
2012.55 - Wednesday 22 February 2012
2012.55 - Wednesday 22 February 2012
- Security: Fix use-after-free bug that could be triggered if command="..."
- Security: Fix use-after-free bug that could be triggered if command="..."
...
...
debian/changelog
View file @
fcaaa7b4
dropbear
(
2013.56
-
0.1
)
unstable
;
urgency
=
low
*
New
upstream
release
.
--
Matt
Johnston
<
matt
@
ucc
.
asn
.
au
>
Thu
,
21
Mar
2013
22
:
54
:
00
+
0800
dropbear
(
2012.55
-
0.1
)
unstable
;
urgency
=
low
dropbear
(
2012.55
-
0.1
)
unstable
;
urgency
=
low
*
New
upstream
release
.
*
New
upstream
release
.
...
...
sysoptions.h
View file @
fcaaa7b4
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
*******************************************************************/
*******************************************************************/
#ifndef DROPBEAR_VERSION
#ifndef DROPBEAR_VERSION
#define DROPBEAR_VERSION "201
2
.5
5
"
#define DROPBEAR_VERSION "201
3
.5
6
"
#endif
#endif
#define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION
#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