Mercurial > dropbear
diff CHANGES @ 435:337c45621e81
merge of 'a9b0496634cdd25647b65e585cc3240f3fa699ee'
and 'c22be8b8f570b48e9662dac32c7b3e7148a42206'
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 22 Feb 2007 14:53:49 +0000 |
parents | 67689b7ceaf0 |
children | 7319d229799a |
line wrap: on
line diff
--- a/CHANGES Thu Feb 22 14:52:46 2007 +0000 +++ b/CHANGES Thu Feb 22 14:53:49 2007 +0000 @@ -1,3 +1,55 @@ +0.49test1 - Mon 12 February 2007 + +- Compile fixes, make sure that all variable definitions are at the start + of a scope. + +- Added -P pidfile argument to the server (from Swen Schillig) + +- Add -N dbclient option for "no command" + +- Add -f dbclient option for "background after auth" + +- 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 + +- Compile fix for scp + 0.48 - Thurs 9 March 2006 - Check that the circular buffer is properly empty before