]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Create settings.c and move the load/save session code out of
authorSimon Tatham <anakin@pobox.com>
Fri, 6 Oct 2000 13:21:36 +0000 (13:21 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 6 Oct 2000 13:21:36 +0000 (13:21 +0000)
commitb5842381867da50f774057e469fbf863a3103f6b
treeff52bef3e5410db678a538ad2ac009c9015c2967
parent43abfd17831ad943cf9b4ff60b3709ac3e60669f
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().

[originally from svn r683]
Makefile
plink.c
putty.h
scp.c
settings.c [new file with mode: 0644]
windlg.c
window.c