Tartarus CVS: putty simon

tartarus-commits-admin@lists.tartarus.org tartarus-commits-admin@lists.tartarus.org
Fri, 06 Oct 2000 14:21:36 +0100


CVSROOT:	/home/cvs
Module name:	putty
Changes by:	simon	00/10/06 14:21:36

Modified files:
	.              : Makefile plink.c putty.h scp.c windlg.c 
	                 window.c 
Added files:
	.              : settings.c 

Log message:
Create settings.c and move the load/save session code out of
windlg.c into it. Allows plink and pscp to no longer link with
windlg.c, meaning they lose some of the sillier stub functions and
also can provide a console-based form of verify_ssh_host_key().