1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00
Commit Graph

28 Commits

Author SHA1 Message Date
Simon Tatham
e3e48f45c7 SSH compression by linking with zlib.dll if present (compression
quietly becomes unavailable if zlib.dll not found). Thanks to Joris
van Rantwijk (again).

[originally from svn r511]
2000-07-04 09:15:12 +00:00
Simon Tatham
7a01fd48b6 Make beep optional - thanks to Antal Novak
[originally from svn r507]
[this commit reordered to come after creation of 0.49 tag]
2000-06-24 17:00:49 +00:00
Simon Tatham
261fa87101 Update copyright dates in About box to match those in Licence box
[originally from svn r457]
2000-04-13 12:07:37 +00:00
Simon Tatham
3319c0a12a Yet another accelerator clash...
[originally from svn r429]
2000-03-29 13:15:00 +00:00
Simon Tatham
7d85289621 Patch to RDB's blinking cursor: make it configurable and by default
off. It's terribly distracting.

[originally from svn r423]
2000-03-17 10:46:59 +00:00
Simon Tatham
96dbf9c6e6 First stab at the ability to compile puttytel.exe, an SSH-free
variant which is patent-safe in the US and legal in France and
Russia. This is a horrible hack in some ways: it's shown up serious
deficiencies in the module boundaries. Needs further work, probably
once the SSH implementations are recombined.

[originally from svn r410]
2000-03-15 15:08:48 +00:00
Simon Tatham
5bad993794 New DES implementation, replacing Eric Young's. All of PuTTY is now
under my own copyright and there are no tricky licensing issues!

[originally from svn r398]
2000-03-10 17:27:20 +00:00
Simon Tatham
fe500c4d01 New CRC32 implementation, from scratch, not copyrighted by somebody else!
Removed Gary S Brown's name from copyrights. Only Eric Young's DES left :-)

[originally from svn r397]
2000-03-08 16:13:32 +00:00
Simon Tatham
3ceb7127ba Borland makefile should now work sanely with the free-beer bcc55
[originally from svn r395]
2000-03-08 09:41:17 +00:00
Simon Tatham
debba4b8b1 New option to allow SysTabControl32 to be specified in ASCII not Unicode
[originally from svn r367]
2000-01-18 18:14:07 +00:00
Simon Tatham
5fa57669ec Remove accelerator conflict in Language panel
[originally from svn r321]
1999-11-17 14:00:45 +00:00
Simon Tatham
1c73cba012 Add ISO-8859-2 / Win-1250 char set translation
[originally from svn r318]
1999-11-17 10:44:43 +00:00
Simon Tatham
30807509a7 Put a #ifndef around definition of TCS_MULTILINE
[originally from svn r298]
1999-11-11 10:27:09 +00:00
Simon Tatham
429b6f4a83 Added local-editing line discipline to make raw backend usable
[originally from svn r287]
1999-11-09 12:05:34 +00:00
Simon Tatham
f6c63320ea Changes from executor:
- NetHack keypad mode (Shift only works with NumLock off)
 - Alt-Space handling (best I could manage; not too bad considering)
 - Event Log rather than Telnet Negotiation Log

[originally from svn r284]
1999-11-09 11:10:04 +00:00
Simon Tatham
59e798fc6d Add TIS authentication option
[originally from svn r283]
1999-11-08 17:42:12 +00:00
Simon Tatham
e913e99b40 Oleg Panashchenko's Cyrillic support patch
[originally from svn r277]
1999-11-08 11:08:09 +00:00
Simon Tatham
97994b235d Warn-on-close is now configurable off
[originally from svn r273]
1999-11-05 09:50:49 +00:00
Simon Tatham
6693daa636 Mark Baker's raw-TCP back end (untested and experimental as yet)
[originally from svn r266]
1999-11-01 16:40:40 +00:00
Simon Tatham
2d6fcb0a7a Single-DES encryption, patch courtesy of Murphy Lam
[originally from svn r253]
1999-10-25 08:59:40 +00:00
Simon Tatham
d929fb621e Add WS_TABSTOP on configuration list boxes
[originally from svn r225]
1999-09-24 10:24:45 +00:00
Owen Dunn
8e8039b534 Added accelerators for most of main dialogue box. Still can't get focus
into list boxes though.

[originally from svn r224]
1999-09-23 14:30:19 +00:00
Simon Tatham
b74a5565a6 Third attempt at Blowfish, dammit
[originally from svn r179]
1999-07-08 08:37:32 +00:00
Simon Tatham
aa410406aa Replaced ICON line which was accidentally removed *blush*
[originally from svn r31]
1999-02-10 09:48:15 +00:00
Simon Tatham
3b1389a474 Added automatic version distinguishing code, to differentiate releases
from nightly builds from random development builds

[originally from svn r28]
1999-02-09 15:18:34 +00:00
Simon Tatham
c19ba8098e Update version number for 0.45 release
[originally from svn r18]
1999-01-22 09:34:42 +00:00
Simon Tatham
e68a529cc9 Add SSH don't-allocate-pty option, and corresponding LF-implies-CR
terminal setting

[originally from svn r16]
1999-01-15 11:30:40 +00:00
Simon Tatham
c74130d423 Initial checkin: beta 0.43
[originally from svn r11]
1999-01-08 13:02:13 +00:00