Mercurial > dropbear
comparison 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 |
comparison
equal
deleted
inserted
replaced
434:0aaaf68e97dc | 435:337c45621e81 |
---|---|
1 0.49test1 - Mon 12 February 2007 | |
2 | |
3 - Compile fixes, make sure that all variable definitions are at the start | |
4 of a scope. | |
5 | |
6 - Added -P pidfile argument to the server (from Swen Schillig) | |
7 | |
8 - Add -N dbclient option for "no command" | |
9 | |
10 - Add -f dbclient option for "background after auth" | |
11 | |
12 - Try to finally fix ss_family compilation problems (for old | |
13 glibc systems) | |
14 | |
15 - Fix finding relative-path server hostkeys when running daemonized | |
16 | |
17 - Use $HOME in preference to that from /etc/passwd, so that | |
18 dbclient can still work on broken systems. | |
19 | |
20 - Fix various issues found by Klocwork defect analysis, mostly memory leaks | |
21 and error-handling. Thanks to Klocwork for their service. | |
22 | |
23 - Improve building in a separate directory | |
24 | |
25 - Add compile-time LOG_COMMANDS option to log user commands | |
26 | |
27 - Add '-y' flag to dbclient to unconditionally accept host keys, | |
28 patch from Luciano Miguel Ferreira Rocha | |
29 | |
30 - Return immediately for "sleep 10 & echo foo", rather than waiting | |
31 for the sleep to return (pointed out by Rob Landley). | |
32 | |
33 - Avoid hanging after exit in certain cases (such as scp) | |
34 | |
35 - Various minor fixes, in particular various leaks reported by | |
36 Erik Hovland | |
37 | |
38 - Disable core dumps on startup | |
39 | |
40 - Don't erase over every single buffer, since it was a bottleneck. | |
41 On systems where it really matters, encrypted swap should be utilised. | |
42 | |
43 - Read /dev/[u]random only once at startup to conserve kernel entropy | |
44 | |
45 - Upgrade to LibTomCrypt 1.16 and LibTomMath 0.40 | |
46 | |
47 - Upgrade config.status and config.guess | |
48 | |
49 0.48.1 - Sat 11 March 2006 | |
50 | |
51 - Compile fix for scp | |
52 | |
1 0.48 - Thurs 9 March 2006 | 53 0.48 - Thurs 9 March 2006 |
2 | 54 |
3 - Check that the circular buffer is properly empty before | 55 - Check that the circular buffer is properly empty before |
4 closing a channel, which could cause truncated transfers | 56 closing a channel, which could cause truncated transfers |
5 (thanks to Tomas Vanek for helping track it down) | 57 (thanks to Tomas Vanek for helping track it down) |