Tartarus CVS: putty simon

tartarus-commits-admin@lists.tartarus.org tartarus-commits-admin@lists.tartarus.org
Sat, 29 Dec 2001 15:31:42 +0000


CVSROOT:	/home/cvs
Module name:	putty
Changes by:	simon	01/12/29 15:31:42

Modified files:
	.              : plink.c putty.h raw.c rlogin.c ssh.c telnet.c 

Log message:
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.