2 * OpenSSH version 5.6 closed our leaked slave PTY fd, breaking sshpass.
3 This reverted the "better detection of child exit", unfortunately.
4 * Update the manual page about changes.
5 * Print usage information if no arguments given.
8 * Fix crash when "-e" is given but environment variable is not set -
9 based on patch suggested by Samuel Rios Carvalho.
10 * Fix 100% CPU usage during session. Reported by anonymous on the
11 SourceForge bug tracking system.
12 * Attempt to hide a password provided on the command line. It does
13 expose the password length. Base on a patch by anonymous from the
14 sourceforge bug tracking system.
17 * Sshpass will now exit if ssh is asking to confirm a host key
18 * Sshpass now has verbose reporting of what error occured through the
19 program's return codes.
22 * Various updates to the tests done by the configure script
23 * Broader platform support (cygwin)
26 * Make sshpass pass along tty window resize events to the inner tty
29 * Make sure that authentication failures are terminated early.
30 * Better detect when the child has exited.
31 * Improve error reporting.
34 * Change the match string from "Password: " to "assword:", as some ssh
35 usage uses a different prompt ("foo@bar's password:" instead of a
37 * Add the "-V" option to display the version information
40 * Add the "-e" option.