comparison CHANGES @ 437:7319d229799a

0.49 probably done
author Matt Johnston <matt@ucc.asn.au>
date Thu, 22 Feb 2007 15:46:57 +0000
parents 67689b7ceaf0
children 319262c94d24
comparison
equal deleted inserted replaced
436:7282370416a0 437:7319d229799a
1 0.49test1 - Mon 12 February 2007 1 0.49 - Fri 23 February 2007
2
3 - Security: dbclient previously would prompt to confirm a
4 mismatching hostkey but wouldn't warn loudly. It will now
5 exit upon a mismatch.
2 6
3 - Compile fixes, make sure that all variable definitions are at the start 7 - Compile fixes, make sure that all variable definitions are at the start
4 of a scope. 8 of a scope.
5 9
6 - Added -P pidfile argument to the server (from Swen Schillig) 10 - Added -P pidfile argument to the server (from Swen Schillig)
7 11
8 - Add -N dbclient option for "no command" 12 - Add -N dbclient option for "no command"
9 13
10 - Add -f dbclient option for "background after auth" 14 - Add -f dbclient option for "background after auth"
15
16 - Add ability to limit binding to particular addresses, use
17 -p [address:]port, patch from Max-Gerd Retzlaff.
11 18
12 - Try to finally fix ss_family compilation problems (for old 19 - Try to finally fix ss_family compilation problems (for old
13 glibc systems) 20 glibc systems)
14 21
15 - Fix finding relative-path server hostkeys when running daemonized 22 - Fix finding relative-path server hostkeys when running daemonized