comparison CHANGES @ 430:67689b7ceaf0

Changes for 0.49test1
author Matt Johnston <matt@ucc.asn.au>
date Mon, 12 Feb 2007 15:02:48 +0000
parents bfa09e369e0e
children 7319d229799a
comparison
equal deleted inserted replaced
429:ce14fab86732 430:67689b7ceaf0
1 0.49 - Tues 13 June 2003 1 0.49test1 - Mon 12 February 2007
2
3 - Return immediately for "sleep 10 & echo foo", rather than waiting
4 for the sleep to return (pointed out by Rob Landley)
5
6 - Added -P pidfile argument to the server (from Swen Schillig)
7 2
8 - Compile fixes, make sure that all variable definitions are at the start 3 - Compile fixes, make sure that all variable definitions are at the start
9 of a scope. 4 of a scope.
10 5
11 - Use $HOME in preference to that from /etc/passwd, so that it 6 - Added -P pidfile argument to the server (from Swen Schillig)
12 dbclient can still work on systems with a broken setup.
13 7
14 - Add -N dbclient option for "no command" 8 - Add -N dbclient option for "no command"
15 9
16 - Add -f dbclient option for "background after auth" 10 - Add -f dbclient option for "background after auth"
17 11
18 - Try to finally fix ss_family compilation problems 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
19 48
20 0.48.1 - Sat 11 March 2006 49 0.48.1 - Sat 11 March 2006
21 50
22 - Compile fix for scp 51 - Compile fix for scp
23 52