mirror of git://git.tartarus.org/simon/putty.git, used for client testing
Перейти к файлу
Owen Dunn 893c432a77 Consider bells as a display event.
[originally from svn r3329]
2003-07-05 11:35:33 +00:00
charset
contrib
doc Incorporate Brad Clarke's suggestion to use "REGEDIT /EA" rather than 2003-06-25 15:52:29 +00:00
mac Finally, column spanning. 2003-05-10 20:51:39 +00:00
unix Implement hostkey-prompt-type everywhere except Macintosh. 2003-06-26 14:19:33 +00:00
.cvsignore
CHECKLST.txt
LATEST.VER
LICENCE
MODULE
README
README.txt
Recipe Oops, Ben got there first. Oh well, here's a comment. 2003-06-21 21:19:21 +00:00
be_all.c
be_none.c
be_nossh.c Might as well provide PuTTYtel for Unix. It's not much effort! 2003-04-26 14:36:48 +00:00
cmdline.c
config.c Yesterday's proxy enhancements also slightly nadgered the config 2003-05-07 12:07:23 +00:00
console.c Implement hostkey-prompt-type everywhere except Macintosh. 2003-06-26 14:19:33 +00:00
dialog.c Patch from Rene Post: ctrl_{drag,drop}list both now initialise the 2003-05-12 13:41:41 +00:00
dialog.h
import.c
int64.c
int64.h
ldisc.c Fix from yesterday's frontend-handle upheaval: ldisc calls 2003-04-12 09:19:09 +00:00
ldisc.h
ldiscucs.c
logging.c Colin's const-fixing Patch Of Death. Seems to build fine on Windows 2003-05-04 14:18:18 +00:00
misc.c
misc.h
mkfiles.pl Remove -DNO_SECURITY from the cygwin build, since <aclapi.h> has been 2003-06-21 19:34:36 +00:00
network.h Move prototype for platform_new_connection() to a header file so the 2003-06-06 10:42:14 +00:00
noise.c
pageant.c Asynchronous agent requests on Windows. Actually, I've kept the 2003-04-28 13:59:32 +00:00
pageant.ico
pageant.mft
pageant.rc
pageantc.c Asynchronous agent requests on Windows. Actually, I've kept the 2003-04-28 13:59:32 +00:00
pageants.ico
plink.c Colin's const-fixing Patch Of Death. Seems to build fine on Windows 2003-05-04 14:18:18 +00:00
plink.rc
portfwd.c Fixes for Debian bug #192701 (64-bit gccs warn about casts between 2003-05-10 08:35:54 +00:00
pproxy.c Ahem. Well, the complicated Unix implementation of 2003-05-07 08:49:57 +00:00
printing.c
proxy.c Move prototype for platform_new_connection() to a header file so the 2003-06-06 10:42:14 +00:00
proxy.h Fixes for Debian bug #192701 (64-bit gccs warn about casts between 2003-05-10 08:35:54 +00:00
psftp.c Phase 1a of SFTP re-engineering: fix the glaring memory and request 2003-06-29 14:47:14 +00:00
putty.h Modified form of Jim Lucas's PC speaker patch. I don't like 2003-05-24 12:31:32 +00:00
putty.ico
putty.iss
putty.mft
puttycfg.ico
puttygen.c Fixed accelerator clash between "Conversions" menu and "key comment" control 2003-05-24 18:02:49 +00:00
puttygen.ico
puttygen.mft
puttygen.rc
puttymem.h
puttyps.h
raw.c Colin's const-fixing Patch Of Death. Seems to build fine on Windows 2003-05-04 14:18:18 +00:00
resource.h
rlogin.c Colin's const-fixing Patch Of Death. Seems to build fine on Windows 2003-05-04 14:18:18 +00:00
scp.c Phase 1a of SFTP re-engineering: fix the glaring memory and request 2003-06-29 14:47:14 +00:00
scp.ico
scp.rc
settings.c Fix a typo in my backwards-compatibility wart. Oops. 2003-05-08 09:07:37 +00:00
sftp.c Phase 1a of SFTP re-engineering: fix the glaring memory and request 2003-06-29 14:47:14 +00:00
sftp.h Phase 1a of SFTP re-engineering: fix the glaring memory and request 2003-06-29 14:47:14 +00:00
sizetip.c
ssh.c Fix a segfault (non-security-critical - null dereference for 2003-06-26 13:41:30 +00:00
ssh.h Rename crc32() to crc32_compute(), to avoid clashing catastrophically 2003-05-13 18:23:43 +00:00
sshaes.c
sshblowf.c
sshbn.c bignum_mod_short shouldn't be depending on a fixed place value in 2003-06-28 14:10:06 +00:00
sshcrc.c Rename crc32() to crc32_compute(), to avoid clashing catastrophically 2003-05-13 18:23:43 +00:00
sshcrcda.c
sshdes.c
sshdh.c Fix a couple of memory leaks pointed out by Adam Bernstein. 2003-06-14 18:27:10 +00:00
sshdss.c
sshdssg.c
sshmd5.c
sshprime.c Failure to set multipliers[NPRIMES] was rendering the input-modulus 2003-06-28 14:11:28 +00:00
sshpubk.c
sshrand.c
sshrsa.c Take the random number generator back out of Pageant: the `random' 2003-04-27 09:45:35 +00:00
sshrsag.c
sshsh512.c
sshsha.c
sshzlib.c Fix a segfault (non-security-critical - null dereference for 2003-06-26 13:41:30 +00:00
storage.h
telnet.c Colin's const-fixing Patch Of Death. Seems to build fine on Windows 2003-05-04 14:18:18 +00:00
terminal.c Consider bells as a display event. 2003-07-05 11:35:33 +00:00
terminal.h Missing part of my recent SCOANSI fix. 2003-06-21 23:13:22 +00:00
testback.c Extra const for loop_init() and null_init(). 2003-05-10 11:57:55 +00:00
tree234.c
tree234.h
unicode.c
version.c
wcwidth.c
website.url
wildcard.c
win_res.h
win_res.rc Make SaneDialogBox and SaneEndDialog use [GS]etWindowLong rather than 2003-06-18 17:25:18 +00:00
wincfg.c Modified form of Jim Lucas's PC speaker patch. I don't like 2003-05-24 12:31:32 +00:00
winctrls.c radioline() was broken after the portable-dialog stuff got added, so 2003-04-27 10:02:21 +00:00
windefs.c
windlg.c Implement hostkey-prompt-type everywhere except Macintosh. 2003-06-26 14:19:33 +00:00
window.c Someone pointed out that ^~ should generate the same as ^^, for 2003-06-28 07:52:19 +00:00
winhelp.h
winmisc.c Fix problem quitting terminal window while Change Settings active 2003-06-19 23:04:50 +00:00
winnet.c Colin's const-fixing Patch Of Death. Seems to build fine on Windows 2003-05-04 14:18:18 +00:00
winstore.c
winstuff.h Make SaneDialogBox and SaneEndDialog use [GS]etWindowLong rather than 2003-06-18 17:25:18 +00:00
winutils.c
x11fwd.c Colin's const-fixing Patch Of Death. Seems to build fine on Windows 2003-05-04 14:18:18 +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 to be
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'.