]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Create the long-awaited console.c, and move the common routines out
authorSimon Tatham <anakin@pobox.com>
Mon, 31 Dec 2001 16:15:19 +0000 (16:15 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 31 Dec 2001 16:15:19 +0000 (16:15 +0000)
commit466b1c82d5db5d2f71daf7e2f0a450c9ff9cadd6
treed5ea82f1858e998e4fe7a8a2ef3cc7da401b6153
parentccf9a051ca1cb59ed37984de48f4d904889f052c
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.)

[originally from svn r1525]
Makefile
console.c [new file with mode: 0644]
doc/plink.but
doc/pscp.but
doc/psftp.but
plink.c
psftp.c
putty.h
scp.c