mirror of git://git.tartarus.org/simon/putty.git, used for client testing
Перейти к файлу
Simon Tatham 55b8c21f0f Fix potential segfault on malloc failure
[originally from svn r323]
1999-11-17 14:22:12 +00:00
.cvsignore Cause irritating ? markers in cvs update/commit to disappear 1999-02-10 11:13:28 +00:00
LICENCE Added LICENCE and README files 1999-11-10 09:47:31 +00:00
MODULE Module description file added 1999-08-10 16:04:43 +00:00
Makefile Added local-editing line discipline to make raw backend usable 1999-11-09 12:05:34 +00:00
README Add spiel about there being a comment at the top of Makefile 1999-11-10 10:28:59 +00:00
ldisc.c Added local-editing line discipline to make raw backend usable 1999-11-09 12:05:34 +00:00
misc.c Remove buffering on malloc log file 1999-01-15 11:27:36 +00:00
noise.c Can now build with /DWIN32S_COMPAT to work (minimally) with Win32s 1999-11-04 11:26:07 +00:00
putty.h Add ISO-8859-2 / Win-1250 char set translation 1999-11-17 10:44:43 +00:00
putty.ico Initial checkin: beta 0.43 1999-01-08 13:02:13 +00:00
raw.c Fix unexpected network error 5000 1999-11-09 11:34:14 +00:00
resource.h Initial checkin: beta 0.43 1999-01-08 13:02:13 +00:00
scp.c Fix a slightly picky compiler warning 1999-11-17 10:39:17 +00:00
scp.h Added Joris van Rantwijk's scp client 1999-08-31 09:20:48 +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
scpssh.c Clean up scp client - re-indent to my coding style and remove 1999-11-08 11:22:45 +00:00
sizetip.c _sntprintf is nonportable; use sprintf instead 1999-11-11 10:13:40 +00:00
ssh.c Fix unexpected network error 5000 1999-11-09 11:34:14 +00:00
ssh.h Changes from executor: 1999-11-09 11:10:04 +00:00
sshblowf.c Changes from executor: 1999-11-09 11:10:04 +00:00
sshcrc.c Initial checkin: beta 0.43 1999-01-08 13:02:13 +00:00
sshdes.c Changes from executor: 1999-11-09 11:10:04 +00:00
sshmd5.c Initial checkin: beta 0.43 1999-01-08 13:02:13 +00:00
sshrand.c Small but highly unhelpful typo 1999-08-11 08:50:36 +00:00
sshrsa.c Joris's RSA works; reformat and remove old version 1999-07-06 19:38:54 +00:00
sshsha.c Initial checkin: beta 0.43 1999-01-08 13:02:13 +00:00
telnet.c Fix printing of Telnet GA as ugrave 1999-11-16 09:57:40 +00:00
terminal.c Added local-editing line discipline to make raw backend usable 1999-11-09 12:05:34 +00:00
version.c Added automatic version distinguishing code, to differentiate releases 1999-02-09 15:18:34 +00:00
win_res.h Add ISO-8859-2 / Win-1250 char set translation 1999-11-17 10:44:43 +00:00
win_res.rc Remove accelerator conflict in Language panel 1999-11-17 14:00:45 +00:00
windlg.c Add ISO-8859-2 / Win-1250 char set translation 1999-11-17 10:44:43 +00:00
window.c Fix potential segfault on malloc failure 1999-11-17 14:22:12 +00:00
xlat.c Add ISO-8859-2 / Win-1250 char set translation 1999-11-17 10:44:43 +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.

Setting up a project file in the Visual C++ IDE sometimes fails to
work. In particular, Visual Studio 6 falls over on the odd macro
usage in ssh.c. This is a bug in Visual Studio, since the VC++6
command line compiler works fine. If in doubt, just use `nmake'.

The PuTTY home web site is

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

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.