]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit - telnet.c
Add a new back-end function to return the exit code of the remote
authorSimon Tatham <anakin@pobox.com>
Sat, 29 Dec 2001 15:31:42 +0000 (15:31 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 29 Dec 2001 15:31:42 +0000 (15:31 +0000)
commitd23bf1b902b79a8ffd52d082904a86a57b19da24
treeb47363393809beadceffe2ce1f75d7f8e4281351
parent53b143e83451d89d716f6a1d914b50df0fb5c131
Add a new back-end function to return the exit code of the remote
process. This is functional in SSH, and vestigial (just returns 0)
in the other three protocols. Plink's Windows exit code is now
determined by the remote process exit code, which should make it
more usable in scripting applications. Tested in both SSH1 and SSH2.

git-svn-id: http://svn.tartarus.org/sgt/putty@1518 cda61777-01e9-0310-a592-d414129be87e
plink.c
putty.h
raw.c
rlogin.c
ssh.c
telnet.c