comparison CHANGES @ 468:706e234212d0

Mention 0.51-test2 changes
author Matt Johnston <matt@ucc.asn.au>
date Sat, 01 Mar 2008 02:01:35 +0000
parents e430a26064ee
children ece7677359d6
comparison
equal deleted inserted replaced
467:0871a0b89f7c 468:706e234212d0
1 0.51-test2 prerelease
2
3 - Make a copy of password fields rather erroneously relying on getwpnam()
4 to be safe to call multiple times
5
6 - If $SSH_ASKPASS_ALWAYS environment variable is set (and $SSH_ASKPASS is
7 as well) always use that program, ignoring isatty() and $DISPLAY
8
9 - Wait until a process exits before the server closes a connection, so
10 that an exit code can be sent. This fixes problems with scp failing
11 with exit code 255.
12
1 0.50 - Wed 8 August 2007 13 0.50 - Wed 8 August 2007
2 14
3 - Add DROPBEAR_PASSWORD environment variable to specify a dbclient password 15 - Add DROPBEAR_PASSWORD environment variable to specify a dbclient password
4 16
5 - Use /dev/urandom by default, since that's what everyone does anyway 17 - Use /dev/urandom by default, since that's what everyone does anyway