mirror of git://git.tartarus.org/simon/putty.git, used for client testing
Перейти к файлу
Simon Tatham 9147f68fb6 Ron Kuris's "copy everything to clipboard" patch
[originally from svn r808]
2000-11-21 19:28:25 +00:00
.cvsignore Add further types of garbage to .cvsignore and to "make clean" 2000-09-11 09:23:23 +00:00
LICENCE New DES implementation, replacing Eric Young's. All of PuTTY is now 2000-03-10 17:27:20 +00:00
MODULE Oops - move homepage location 2000-03-17 11:23:33 +00:00
Makefile Oops - and if we generate link maps, "make clean" should remove them too 2000-11-21 11:14:57 +00:00
README PuTTY website URL spelling change 2000-03-16 14:56:26 +00:00
be_all.c Created a shiny new abstraction for the socket handling. Has many 2000-10-23 10:32:37 +00:00
be_none.c Created a shiny new abstraction for the socket handling. Has many 2000-10-23 10:32:37 +00:00
be_nossh.c Improved entropy gathering. 2000-10-23 15:20:05 +00:00
ldisc.c Created a shiny new abstraction for the socket handling. Has many 2000-10-23 10:32:37 +00:00
misc.c Move dprintf and the debug system out into misc.c, to centralise it. 2000-11-01 19:54:46 +00:00
mkfiles.pl Update Makefile generation and ensure everything works with Borland 5.5 2000-10-06 15:54:04 +00:00
mscrypto.c Peter Schellenbach's patch: re-implement the PuTTY cryptographic 2000-03-24 09:45:49 +00:00
network.h Fix miscellaneous compiler warnings. Thanks to Jacob Nevins 2000-10-24 10:47:49 +00:00
noise.c Improved entropy gathering. 2000-10-23 15:20:05 +00:00
pageant.c Fix miscellaneous compiler warnings. Thanks to Jacob Nevins 2000-10-24 10:47:49 +00:00
pageant.ico Added Pageant, a first-attempt PuTTY authentication agent 2000-09-14 15:02:50 +00:00
pageant.rc Add the About and Licence boxes to Pageant 2000-09-29 08:43:06 +00:00
pageantc.c Improved means of IPC between agent and PuTTY 2000-09-19 16:29:28 +00:00
pageants.ico Added Pageant, a first-attempt PuTTY authentication agent 2000-09-14 15:02:50 +00:00
plink.c Fix miscellaneous compiler warnings. Thanks to Jacob Nevins 2000-10-24 10:47:49 +00:00
plink.rc Actually _commit_ plink. It now works as a CVS transport! 2000-09-11 08:27:15 +00:00
putty.h Ron Kuris's "copy everything to clipboard" patch 2000-11-21 19:28:25 +00:00
putty.ico Initial checkin: beta 0.43 1999-01-08 13:02:13 +00:00
puttygen.c Impose a lower limit of 256 on key lengths. This is mostly because 2000-10-25 14:29:28 +00:00
puttygen.ico Add a PuTTYgen icon 2000-10-20 09:50:56 +00:00
puttygen.rc A couple of UI tweaks in puttygen 2000-10-20 10:47:46 +00:00
raw.c Created a shiny new abstraction for the socket handling. Has many 2000-10-23 10:32:37 +00:00
resource.h Initial checkin: beta 0.43 1999-01-08 13:02:13 +00:00
scp.c Fix another silly segfault 2000-11-15 11:13:22 +00:00
scp.ico Added Joris van Rantwijk's scp client 1999-08-31 09:20:48 +00:00
scp.rc Added Joris van Rantwijk's scp client 1999-08-31 09:20:48 +00:00
settings.c Implement Zlib compression, in both SSH1 and SSH2. 2000-11-01 21:34:21 +00:00
sizetip.c Created a shiny new abstraction for the socket handling. Has many 2000-10-23 10:32:37 +00:00
ssh.c Fix segfault when you press a key before the SSH protocol decides whether 2000-11-21 10:53:10 +00:00
ssh.h Implement Zlib compression, in both SSH1 and SSH2. 2000-11-01 21:34:21 +00:00
sshblowf.c Fix Blowfish-with-SSH2 combination, and enable user cipher 2000-09-20 15:15:02 +00:00
sshbn.c Make the frankly ridiculous prototypes for modpow() and modmul() more sane 2000-10-23 16:11:31 +00:00
sshcrc.c New CRC32 implementation, from scratch, not copyrighted by somebody else! 2000-03-08 16:13:32 +00:00
sshdes.c PuTTYgen initial version. Still to do are basic user-friendliness 2000-10-19 15:43:08 +00:00
sshdh.c Enhance Diffie-Hellman implementation to use bignum_cmp 2000-10-25 06:57:36 +00:00
sshdss.c Make the frankly ridiculous prototypes for modpow() and modmul() more sane 2000-10-23 16:11:31 +00:00
sshmd5.c Implement MD5 MAC for the benefit of old SSH2 servers 2000-10-12 14:24:58 +00:00
sshprime.c Improve comment so I don't misunderstand when I come back to this :-) 2000-11-16 10:47:59 +00:00
sshpubk.c Fix miscellaneous compiler warnings. Thanks to Jacob Nevins 2000-10-24 10:47:49 +00:00
sshrand.c Reintroduce random_stir() 2000-10-25 06:59:25 +00:00
sshrsa.c Make the frankly ridiculous prototypes for modpow() and modmul() more sane 2000-10-23 16:11:31 +00:00
sshrsag.c Miscellaneous cleanups and reorgs in preparation for building 2000-10-18 15:36:32 +00:00
sshsha.c Add a config option to emulate the HMAC bug in commercial SSH v2.3.x 2000-10-12 12:39:44 +00:00
sshzlib.c Implement Zlib compression, in both SSH1 and SSH2. 2000-11-01 21:34:21 +00:00
storage.h While we're doing a hostkey reorg, store port numbers as well 2000-09-28 08:37:10 +00:00
telnet.c Fix failure to re-enable local line discipline when TELOPT_ECHO is 2000-10-24 11:16:25 +00:00
terminal.c Ron Kuris's "copy everything to clipboard" patch 2000-11-21 19:28:25 +00:00
tree234.c Make the new test suite's comment more accurate :-) 2000-10-02 13:57:41 +00:00
tree234.h Add trailing newline in tree234.h 2000-10-02 11:47:30 +00:00
version.c Added automatic version distinguishing code, to differentiate releases 1999-02-09 15:18:34 +00:00
win_res.h Localise control IDs in each dialog procedure, for maintainability 2000-10-06 09:06:33 +00:00
win_res.rc Implement Zlib compression, in both SSH1 and SSH2. 2000-11-01 21:34:21 +00:00
winctrls.c Add the LBS_NOTIFY style to the list box in colouredit(), which was 2000-10-20 14:45:16 +00:00
windlg.c Patch from Robert de Bath: blank the saved-session name edit box 2000-11-21 19:00:11 +00:00
window.c Ron Kuris's "copy everything to clipboard" patch 2000-11-21 19:28:25 +00:00
winnet.c Fix a segfault (addr->error was unpredictable following a dotted-dec lookup) 2000-10-26 08:25:43 +00:00
winstore.c Fix miscellaneous compiler warnings. Thanks to Jacob Nevins 2000-10-24 10:47:49 +00:00
winstuff.h PuTTYgen initial version. Still to do are basic user-friendliness 2000-10-19 15:43:08 +00:00
xlat.c Created a shiny new abstraction for the socket handling. Has many 2000-10-23 10:32:37 +00:00

README

This is the README for PuTTY, a free Win32 Telnet and SSH client.

The provided Makefile is for MS Visual C++ systems. Type `nmake' to
build both putty.exe (the main program) and pscp.exe (an SCP
client). The comment at the top of the Makefile gives extra build
options you can use to build in limited Win32s compatibility, a hack
to pass SSH through some types of firewall, and `official' version
numbers.

MS Visual Studio version 6 falls over on the nasty macros in ssh.c.
This is a bug in Visual Studio. The culprit is the /ZI compiler
option (debug info generation: Edit and Continue). To avoid this
problem while compiling PuTTY under VS6, you should:
 - right-click ssh.c in the FileView
 - click Settings
 - select the C/C++ tab and the General category
 - under `Debug info:', select anything _other_ than `Program
   Database for Edit and Continue'.
Alternatively disable the /ZI option, replacing it with a saner
value, such as /Zi.

For other compilers, some alternative Makefiles are provided. These
Makefiles are generated automatically from the master `Makefile' by
the Perl script `mkfiles.pl'. Additions and corrections to the
script are more useful than additions and corrections to the
alternative Makefiles themselves.

The PuTTY home web site is

    http://www.chiark.greenend.org.uk/~sgtatham/putty/

Bug reports and feature requests should be sent to
<putty-bugs@lists.tartarus.org>. PLEASE read the section on the web
site about how to report bugs effectively. Do NOT send one-line
reports saying `it doesn't work'!

See the file LICENCE for the licence conditions.