mirror of
https://github.com/clearml/dropbear
synced 2025-03-09 21:41:07 +00:00
Changes for 0.49test1
--HG-- extra : convert_revision : 991ba7f3e93d0fa35937c9378c3b5b7fecb4ac5a
This commit is contained in:
parent
6c081b4e7c
commit
f5e9b12b60
47
CHANGES
47
CHANGES
@ -1,21 +1,50 @@
|
|||||||
0.49 - Tues 13 June 2003
|
0.49test1 - Mon 12 February 2007
|
||||||
|
|
||||||
- Return immediately for "sleep 10 & echo foo", rather than waiting
|
|
||||||
for the sleep to return (pointed out by Rob Landley)
|
|
||||||
|
|
||||||
- Added -P pidfile argument to the server (from Swen Schillig)
|
|
||||||
|
|
||||||
- Compile fixes, make sure that all variable definitions are at the start
|
- Compile fixes, make sure that all variable definitions are at the start
|
||||||
of a scope.
|
of a scope.
|
||||||
|
|
||||||
- Use $HOME in preference to that from /etc/passwd, so that it
|
- Added -P pidfile argument to the server (from Swen Schillig)
|
||||||
dbclient can still work on systems with a broken setup.
|
|
||||||
|
|
||||||
- Add -N dbclient option for "no command"
|
- Add -N dbclient option for "no command"
|
||||||
|
|
||||||
- Add -f dbclient option for "background after auth"
|
- Add -f dbclient option for "background after auth"
|
||||||
|
|
||||||
- Try to finally fix ss_family compilation problems
|
- Try to finally fix ss_family compilation problems (for old
|
||||||
|
glibc systems)
|
||||||
|
|
||||||
|
- Fix finding relative-path server hostkeys when running daemonized
|
||||||
|
|
||||||
|
- Use $HOME in preference to that from /etc/passwd, so that
|
||||||
|
dbclient can still work on broken systems.
|
||||||
|
|
||||||
|
- Fix various issues found by Klocwork defect analysis, mostly memory leaks
|
||||||
|
and error-handling. Thanks to Klocwork for their service.
|
||||||
|
|
||||||
|
- Improve building in a separate directory
|
||||||
|
|
||||||
|
- Add compile-time LOG_COMMANDS option to log user commands
|
||||||
|
|
||||||
|
- Add '-y' flag to dbclient to unconditionally accept host keys,
|
||||||
|
patch from Luciano Miguel Ferreira Rocha
|
||||||
|
|
||||||
|
- Return immediately for "sleep 10 & echo foo", rather than waiting
|
||||||
|
for the sleep to return (pointed out by Rob Landley).
|
||||||
|
|
||||||
|
- Avoid hanging after exit in certain cases (such as scp)
|
||||||
|
|
||||||
|
- Various minor fixes, in particular various leaks reported by
|
||||||
|
Erik Hovland
|
||||||
|
|
||||||
|
- Disable core dumps on startup
|
||||||
|
|
||||||
|
- Don't erase over every single buffer, since it was a bottleneck.
|
||||||
|
On systems where it really matters, encrypted swap should be utilised.
|
||||||
|
|
||||||
|
- Read /dev/[u]random only once at startup to conserve kernel entropy
|
||||||
|
|
||||||
|
- Upgrade to LibTomCrypt 1.16 and LibTomMath 0.40
|
||||||
|
|
||||||
|
- Upgrade config.status and config.guess
|
||||||
|
|
||||||
0.48.1 - Sat 11 March 2006
|
0.48.1 - Sat 11 March 2006
|
||||||
|
|
||||||
|
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -1,8 +1,8 @@
|
|||||||
dropbear (0.49-0.1) unstable; urgency=low
|
dropbear (0.49test1-0.1) unstable; urgency=low
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
|
|
||||||
-- Matt Johnston <matt@ucc.asn.au> Tues, 13 June 2005 19:20:21 +0800
|
-- Matt Johnston <matt@ucc.asn.au> Mon, 12 Feb 2007 23:59:00 +0900
|
||||||
|
|
||||||
dropbear (0.48.1-1) unstable; urgency=medium
|
dropbear (0.48.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
@ -209,7 +209,7 @@ etc) slower (perhaps by 50%). Recommended for most small systems. */
|
|||||||
*******************************************************************/
|
*******************************************************************/
|
||||||
|
|
||||||
#ifndef DROPBEAR_VERSION
|
#ifndef DROPBEAR_VERSION
|
||||||
#define DROPBEAR_VERSION "0.49"
|
#define DROPBEAR_VERSION "0.49test1"
|
||||||
#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