]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
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)
commitef885c78ca16c6a6d63d6bf269d0b992792ca332
treeb47363393809beadceffe2ce1f75d7f8e4281351
parent02a926f6c125c580f77d1520f2d050ee2d3a9a25
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.

[originally from svn r1518]
plink.c
putty.h
raw.c
rlogin.c
ssh.c
telnet.c