mirror of
https://github.com/clearml/dropbear
synced 2025-03-03 10:41:39 +00:00
Prepare for 0.50 release
--HG-- extra : convert_revision : 72385623360b49c08f42496eb163fc702c8a0b3e
This commit is contained in:
parent
75ec4d6510
commit
790cdadace
23
CHANGES
23
CHANGES
@ -1,3 +1,26 @@
|
|||||||
|
0.50 - Wed 8 August 2007
|
||||||
|
|
||||||
|
- Add DROPBEAR_PASSWORD environment variable to specify a dbclient password
|
||||||
|
|
||||||
|
- Use /dev/urandom by default, since that's what everyone does anyway
|
||||||
|
|
||||||
|
- Correct vfork() use for uClinux in scp
|
||||||
|
(thanks to Alex Landau)
|
||||||
|
|
||||||
|
- Exit with an exit code of 1 if dropbear can't bind to any ports
|
||||||
|
(thanks to Nicolai Ehemann)
|
||||||
|
|
||||||
|
- Improve network performance and add a -W <receive_window> argument for
|
||||||
|
adjusting the tradeoff between network performance and memory consumption.
|
||||||
|
|
||||||
|
- Fix a problem where reply packets could be sent during key exchange,
|
||||||
|
in violation of the SSH spec. This could manifest itself with connections
|
||||||
|
being terminated after 8 hours with new TCP-forward connections being
|
||||||
|
established.
|
||||||
|
|
||||||
|
- Add -K <keepalive_time> argument, ensuring that data is transmitted
|
||||||
|
over the connection at least every N seconds.
|
||||||
|
|
||||||
0.49 - Fri 23 February 2007
|
0.49 - Fri 23 February 2007
|
||||||
|
|
||||||
- Security: dbclient previously would prompt to confirm a
|
- Security: dbclient previously would prompt to confirm a
|
||||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
dropbear (0.50-0.1) unstable; urgency=low
|
||||||
|
|
||||||
|
* New upstream release.
|
||||||
|
|
||||||
|
-- Matt Johnston <matt@ucc.asn.au> Wed, 8 Aug 2007 11:22:33 +0800
|
||||||
|
|
||||||
dropbear (0.49-0.1) unstable; urgency=low
|
dropbear (0.49-0.1) unstable; urgency=low
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
|
@ -240,7 +240,7 @@ be overridden at runtime with -K. 0 disables keepalives */
|
|||||||
*******************************************************************/
|
*******************************************************************/
|
||||||
|
|
||||||
#ifndef DROPBEAR_VERSION
|
#ifndef DROPBEAR_VERSION
|
||||||
#define DROPBEAR_VERSION "0.49"
|
#define DROPBEAR_VERSION "0.50"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION
|
#define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION
|
||||||
|
Loading…
Reference in New Issue
Block a user