mirror of git://git.tartarus.org/simon/putty.git, used for client testing
Перейти к файлу
Simon Tatham 630fd6c546 Oops - that tweak had bad Buttress syntax. D'oh!
[originally from svn r1282]
2001-09-22 15:37:51 +00:00
doc Oops - that tweak had bad Buttress syntax. D'oh! 2001-09-22 15:37:51 +00:00
.cvsignore
LICENCE Fix the licence again. (Despite the copyright holders being more 2001-09-18 18:40:00 +00:00
MODULE
Makefile Cygwin build fixes: update the dependencies, add -DNO_SECURITY to 2001-09-15 14:58:26 +00:00
README
be_all.c
be_none.c
be_nossh.c
int64.c
int64.h
ldisc.c Fix pasting of newlines in local line editing mode. Possibly not a 2001-09-19 20:07:15 +00:00
misc.c
misc.h
mkfiles.pl Cygwin build fixes: update the dependencies, add -DNO_SECURITY to 2001-09-15 14:58:26 +00:00
mscrypto.c Pedantry patch from RDB: sanitise header use, correct one comment 2001-09-07 22:49:17 +00:00
network.h Robert de Bath's asynchronous-connect patch. Helps a lot in port 2001-09-07 22:39:01 +00:00
noise.c
pageant.c RDB points out that when you memset a newly allocated structure to 2001-09-07 22:52:51 +00:00
pageant.ico
pageant.rc Fix the licence again. (Despite the copyright holders being more 2001-09-18 18:40:00 +00:00
pageantc.c
pageants.ico
plink.c Robert de Bath's asynchronous-connect patch. Helps a lot in port 2001-09-07 22:39:01 +00:00
plink.rc
portfwd.c
psftp.c Fix pasting of newlines in local line editing mode. Possibly not a 2001-09-19 20:07:15 +00:00
putty.h Fix pasting of newlines in local line editing mode. Possibly not a 2001-09-19 20:07:15 +00:00
putty.ico
puttycfg.ico
puttygen.c Oops - changing the prototype of statictext() affected puttygen.c too 2001-09-09 10:35:56 +00:00
puttygen.ico
puttygen.rc Fix the licence again. (Despite the copyright holders being more 2001-09-18 18:40:00 +00:00
puttymem.h
raw.c Robert de Bath's asynchronous-connect patch. Helps a lot in port 2001-09-07 22:39:01 +00:00
resource.h
rlogin.c Robert de Bath's asynchronous-connect patch. Helps a lot in port 2001-09-07 22:39:01 +00:00
scp.c Fix pasting of newlines in local line editing mode. Possibly not a 2001-09-19 20:07:15 +00:00
scp.ico
scp.rc
settings.c Reintroduce Cyrillic Caps Lock mode, which was in 0.51 but got 2001-09-18 18:51:10 +00:00
sftp.c
sftp.h
sizetip.c Pedantry patch from RDB: sanitise header use, correct one comment 2001-09-07 22:49:17 +00:00
ssh.c Fix pasting of newlines in local line editing mode. Possibly not a 2001-09-19 20:07:15 +00:00
ssh.h Cygwin build fixes: update the dependencies, add -DNO_SECURITY to 2001-09-15 14:58:26 +00:00
sshaes.c
sshblowf.c
sshbn.c
sshcrc.c
sshdes.c
sshdh.c
sshdss.c
sshmd5.c
sshprime.c
sshpubk.c
sshrand.c
sshrsa.c
sshrsag.c
sshsha.c
sshzlib.c Pedantry patch from RDB: sanitise header use, correct one comment 2001-09-07 22:49:17 +00:00
storage.h
telnet.c Fix pasting of newlines in local line editing mode. Possibly not a 2001-09-19 20:07:15 +00:00
terminal.c Fix pasting of newlines in local line editing mode. Possibly not a 2001-09-19 20:07:15 +00:00
tree234.c
tree234.h
unicode.c Fix pasting of newlines in local line editing mode. Possibly not a 2001-09-19 20:07:15 +00:00
version.c
wcwidth.c RDB also points out we don't need the CJK `not recommended for 2001-09-07 23:00:37 +00:00
wildcard.c
win_res.h
win_res.rc Fix the licence again. (Despite the copyright holders being more 2001-09-18 18:40:00 +00:00
winctrls.c Roman Pompejus's patch (heavily hacked) for parametric log file 2001-09-09 09:58:20 +00:00
windlg.c Correct capitalisation in one config option (Cyrillic Caps Lock). 2001-09-22 15:19:43 +00:00
window.c Ongoing pastes were being abandoned on any key-down event. Quite 2001-09-21 17:54:29 +00:00
winnet.c Modify the FIXME into a calculated risk. I don't like this, but I 2001-09-09 15:41:58 +00:00
winstore.c
winstuff.h Roman Pompejus's patch (heavily hacked) for parametric log file 2001-09-09 09:58:20 +00:00
x11fwd.c

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.