]> asedeno.scripts.mit.edu Git - PuTTY_svn.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)
commit4794240e5fe8e00ed43e69c3182fc782e258fed3
treed5ea82f1858e998e4fe7a8a2ef3cc7da401b6153
parentd0c1fa72862797f9eb88455a9eda62b742b443aa
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.)

git-svn-id: http://svn.tartarus.org/sgt/putty@1525 cda61777-01e9-0310-a592-d414129be87e
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