Tartarus CVS: putty simon
tartarus-commits-admin@lists.tartarus.org
tartarus-commits-admin@lists.tartarus.org
Mon, 31 Dec 2001 16:15:19 +0000
CVSROOT: /home/cvs
Module name: putty
Changes by: simon 01/12/31 16:15:19
Modified files:
. : Makefile plink.c psftp.c putty.h scp.c
doc : plink.but pscp.but psftp.but
Added files:
. : console.c
Log message:
Create the long-awaited console.c, and move the common routines out
of scp.c, psftp.c and plink.c into it. Additionally, add `batch
mode', in which all the interactive prompts (bad host key, log file
exists, insecure cipher, password prompt) are disabled and safe
responses are assumed. (The idea being that if you run PSCP, for
example, in a cron job then you'd probably rather it failed and
exited instead of leaving the cron job wedged while it waits for
user input that will never arrive.)