Mercurial > dropbear
comparison CHANGES @ 471:ece7677359d6
0.51
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 27 Mar 2008 13:17:08 +0000 |
parents | 706e234212d0 |
children | b85507ade010 |
comparison
equal
deleted
inserted
replaced
470:271887c81c07 | 471:ece7677359d6 |
---|---|
1 0.51-test2 prerelease | 1 0.51 - Thu 27 March 2008 |
2 | 2 |
3 - Make a copy of password fields rather erroneously relying on getwpnam() | 3 - Make a copy of password fields rather erroneously relying on getwpnam() |
4 to be safe to call multiple times | 4 to be safe to call multiple times |
5 | 5 |
6 - If $SSH_ASKPASS_ALWAYS environment variable is set (and $SSH_ASKPASS is | 6 - If $SSH_ASKPASS_ALWAYS environment variable is set (and $SSH_ASKPASS is |
7 as well) always use that program, ignoring isatty() and $DISPLAY | 7 as well) always use that program, ignoring isatty() and $DISPLAY |
8 | 8 |
9 - Wait until a process exits before the server closes a connection, so | 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 | 10 that an exit code can be sent. This fixes problems with exit codes not |
11 with exit code 255. | 11 being returned, which could cause scp to fail. |
12 | 12 |
13 0.50 - Wed 8 August 2007 | 13 0.50 - Wed 8 August 2007 |
14 | 14 |
15 - Add DROPBEAR_PASSWORD environment variable to specify a dbclient password | 15 - Add DROPBEAR_PASSWORD environment variable to specify a dbclient password |
16 | 16 |