initial commit
[ETG_Helmet] / SOFTWARE / UTILS / sshpass / src / ChangeLog
1 Version 1.05
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.
6
7 Version 1.04
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.
15
16 Version 1.03
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.
20
21 Version 1.02
22         * Various updates to the tests done by the configure script
23         * Broader platform support (cygwin)
24
25 Version 1.01
26         * Make sshpass pass along tty window resize events to the inner tty
27
28 Version 1.00
29         * Make sure that authentication failures are terminated early.
30         * Better detect when the child has exited.
31         * Improve error reporting.
32
33 Version 0.03
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
36           clean "Password:").
37         * Add the "-V" option to display the version information
38
39 Version 0.02
40         * Add the "-e" option.
Contact me: dev (at) shalnoff (dot) com
PGP fingerprint: A6B8 3B23 6013 F18A 0C71 198B 83D8 C64D 917A 5717