mirror of git://git.tartarus.org/simon/putty.git, used for client testing
Перейти к файлу
Jacob Nevins f24ac64cef Ahem, let's not try initialising a static with a non-constant initialiser.
Also, I'm pretty sure that adding a source address to a remote SSH-2 forwarding
can never have worked, since we added an address string to the packet twice in
that case. OpenSSH 3.4p1 certainly doesn't like it (`Server has disabled port
forwarding' debug message). Fixed (and OpenSSH is happier now).

[originally from svn r4727]
2004-11-01 00:47:37 +00:00
charset
contrib
doc Add a note about documentation of the Unix port (i.e., we don't, specifically). 2004-10-24 22:57:36 +00:00
mac Merge version number bump (0.56) from release branch. 2004-10-26 18:59:39 +00:00
unix Support the SSH-2 mechanism for sending signals to a running session. Neither 2004-10-17 21:22:22 +00:00
.cvsignore
CHECKLST.txt Good grief! I should create the `htmldoc' subdir in the release tree 2004-10-26 19:47:35 +00:00
LATEST.VER Merge version number bump (0.56) from release branch. 2004-10-26 18:59:39 +00:00
LICENCE Credit Malcolm Smith in the copyrights. 2004-08-30 13:23:23 +00:00
MODULE
README Mention requirement for Gtk+-1.2. 2004-09-09 18:00:05 +00:00
README.txt Silly grammatical error. 2004-02-07 17:36:05 +00:00
Recipe Malcolm Smith's patch to support CHAP (digest-based) authentication 2004-08-30 13:11:17 +00:00
be_all.c
be_none.c
be_nossh.c
cmdgen.c Merged SSH1 robustness changes from 0.55 release branch on to trunk. 2004-08-01 12:07:11 +00:00
cmdline.c Implement part of `ssh2-generality': introduce the ability to tell 2004-10-13 13:43:11 +00:00
config.c Moved the environment variables config block out of the Telnet panel 2004-10-16 10:56:54 +00:00
console.c Various tweaks to header comments to remind me which bits are meant to be 2004-04-27 12:31:57 +00:00
cproxy.c Malcolm Smith's patch to support CHAP (digest-based) authentication 2004-08-30 13:11:17 +00:00
dialog.c
dialog.h
import.c Jacob's last-minute testing found a couple of trivial bugs in 2004-02-11 13:58:27 +00:00
int64.c
int64.h
ldisc.c At last! After much delay, much faffing back and forth, and much 2004-05-22 10:36:50 +00:00
ldisc.h
ldiscucs.c
logging.c `ssh-log-pw-blank': known password fields are now omitted from SSH packet logs 2004-10-02 00:33:27 +00:00
minibidi.c At last! After much delay, much faffing back and forth, and much 2004-05-22 10:36:50 +00:00
minibidi.h At last! After much delay, much faffing back and forth, and much 2004-05-22 10:36:50 +00:00
misc.c Update comment on dupprintf(). 2004-08-16 14:43:29 +00:00
misc.h
mkfiles.pl Typos in Borland Makefile pointed out by Arnaud Desitter 2004-05-24 17:12:42 +00:00
mksrcarc.sh
mkunxarc.sh Apparently sending the tar output to stdout rather than a file causes tar to 2004-08-09 17:01:25 +00:00
network.h Add a configuration option for TCP keepalives (SO_KEEPALIVE), default off. 2004-06-20 17:07:38 +00:00
nocproxy.c Malcolm Smith's patch to support CHAP (digest-based) authentication 2004-08-30 13:11:17 +00:00
noise.c Remove now-unused variable pwrstat. Spotted by Krzysztof Kowalczyk. 2004-04-27 12:57:13 +00:00
pageant.c Malcolm Rowe's UI tweak patch for About/Licence: recognise `Esc' to close 2004-10-27 15:50:52 +00:00
pageant.ico
pageant.mft Add comments indicating why these manifest files are present at all. 2004-08-25 09:20:41 +00:00
pageant.rc Credit Malcolm Smith in the copyrights. 2004-08-30 13:23:23 +00:00
pageantc.c
pageants.ico
plink.c Mention plink's new -N option in usage and man page. 2004-10-15 23:32:01 +00:00
plink.rc
portfwd.c Add a configuration option for TCP keepalives (SO_KEEPALIVE), default off. 2004-06-20 17:07:38 +00:00
pproxy.c Add a configuration option for TCP keepalives (SO_KEEPALIVE), default off. 2004-06-20 17:07:38 +00:00
printing.c
proxy.c Malcolm Smith's patch to support CHAP (digest-based) authentication 2004-08-30 13:11:17 +00:00
proxy.h Malcolm Smith's patch to support CHAP (digest-based) authentication 2004-08-30 13:11:17 +00:00
psftp.c `ampersat-in-username': tweak `strchr' to `strrchr' where necessary to 2004-09-21 16:49:51 +00:00
psftp.h
putty.h Support the SSH-2 mechanism for sending signals to a running session. Neither 2004-10-17 21:22:22 +00:00
putty.ico
putty.iss Merge version number bump (0.56) from release branch. 2004-10-26 18:59:39 +00:00
putty.mft Add comments indicating why these manifest files are present at all. 2004-08-25 09:20:41 +00:00
puttycfg.ico
puttygen.c Malcolm Rowe's UI tweak patch for About/Licence: recognise `Esc' to close 2004-10-27 15:50:52 +00:00
puttygen.ico
puttygen.mft Add comments indicating why these manifest files are present at all. 2004-08-25 09:20:41 +00:00
puttygen.rc Credit Malcolm Smith in the copyrights. 2004-08-30 13:23:23 +00:00
puttymem.h
puttyps.h
raw.c Add a configuration option for TCP keepalives (SO_KEEPALIVE), default off. 2004-06-20 17:07:38 +00:00
resource.h
rlogin.c Add a configuration option for TCP keepalives (SO_KEEPALIVE), default off. 2004-06-20 17:07:38 +00:00
scp.c `ampersat-in-username': tweak `strchr' to `strrchr' where necessary to 2004-09-21 16:49:51 +00:00
scp.ico
scp.rc
settings.c Markus Kuhn's UTF-8 page 2004-10-16 14:17:58 +00:00
sftp.c
sftp.h
sizetip.c
ssh.c Ahem, let's not try initialising a static with a non-constant initialiser. 2004-11-01 00:47:37 +00:00
ssh.h X forwarding changes: 2004-10-06 22:31:07 +00:00
sshaes.c
sshblowf.c
sshbn.c Merged SSH1 robustness changes from 0.55 release branch on to trunk. 2004-08-01 12:07:11 +00:00
sshcrc.c
sshcrcda.c
sshdes.c
sshdh.c Merged SSH1 robustness changes from 0.55 release branch on to trunk. 2004-08-01 12:07:11 +00:00
sshdss.c
sshdssg.c
sshmd5.c Mention the negotiated SSH-2 MAC algorithm(s) in the Event Log. 2004-09-29 23:57:03 +00:00
sshprime.c
sshpubk.c Merged SSH1 robustness changes from 0.55 release branch on to trunk. 2004-08-01 12:07:11 +00:00
sshrand.c
sshrsa.c `dwalin' spotted a NULL dereference in the new makekey() error 2004-09-12 22:02:06 +00:00
sshrsag.c
sshsh512.c
sshsha.c Mention the negotiated SSH-2 MAC algorithm(s) in the Event Log. 2004-09-29 23:57:03 +00:00
sshzlib.c I just had a need to decode a piece of Zlib data from out of the 2004-10-21 10:59:53 +00:00
storage.h
telnet.c Support the SSH-2 mechanism for sending signals to a running session. Neither 2004-10-17 21:22:22 +00:00
terminal.c Fix bug in scrollback compression, which manifested when attempting 2004-10-16 12:36:50 +00:00
terminal.h Store line widths in the bidi cache, so we don't fail to re-bidi a 2004-10-15 11:11:19 +00:00
testback.c Add a configuration option for TCP keepalives (SO_KEEPALIVE), default off. 2004-06-20 17:07:38 +00:00
tree234.c
tree234.h
unicode.c Re-engineering of terminal emulator, phase 1. 2004-10-13 11:50:16 +00:00
version.c
wcwidth.c
website.url
wildcard.c Add notes on our globs' incompatibilities with POSIX 2004-04-27 12:52:34 +00:00
win_res.h
win_res.rc Credit Malcolm Smith in the copyrights. 2004-08-30 13:23:23 +00:00
wincfg.c
winctrls.c
windefs.c
windlg.c Malcolm Rowe's UI tweak patch for About/Licence: recognise `Esc' to close 2004-10-27 15:50:52 +00:00
window.c Support the SSH-2 mechanism for sending signals to a running session. Neither 2004-10-17 21:22:22 +00:00
winhelp.h Implement part of `ssh2-generality': introduce the ability to tell 2004-10-13 13:43:11 +00:00
winmisc.c X forwarding changes: 2004-10-06 22:31:07 +00:00
winnet.c Add a configuration option for TCP keepalives (SO_KEEPALIVE), default off. 2004-06-20 17:07:38 +00:00
winsftp.c Fix '/*' in comment. 2004-10-13 12:10:30 +00:00
winstore.c
winstuff.h
winutils.c Various tweaks to header comments to remind me which bits are meant to be 2004-04-27 12:31:57 +00:00
x11fwd.c X forwarding changes: 2004-10-06 22:31:07 +00:00

README.txt

Этот файл содержит невидимые символы Юникода!

Этот файл содержит невидимые символы Юникода, которые могут быть отображены не так, как показано ниже. Если это намеренно, можете спокойно проигнорировать это предупреждение. Используйте кнопку Экранировать, чтобы показать скрытые символы.

PuTTY README
============

This is the README file for the PuTTY installer distribution. If
you're reading this, you've probably just run our installer and
installed PuTTY on your system.

What should I do next?
----------------------

If you want to use PuTTY to connect to other computers, or use PSFTP
to transfer files, you should just be able to run them from the
Start menu.

If you want to use the command-line-only file transfer utility PSCP,
you will probably want to put the PuTTY installation directory on
your PATH. How you do this depends on your version of Windows. On
Windows NT and 2000, you can set it using Control Panel > System; on
Windows 95 you will need to edit AUTOEXEC.BAT. Consult your Windows
manuals for details.

What do I do if it doesn't work?
--------------------------------

The PuTTY home web site is

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

Here you will find our list of known bugs and pending feature
requests. If your problem is not listed in there, or in the FAQ, or
in the manuals, read the Feedback page to find out how to report
bugs to us. PLEASE read the Feedback page carefully: it is there to
save you time as well as us. Do not send us one-line bug reports
telling us `it doesn't work'.