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

6537 Commits

Author SHA1 Message Date
Simon Tatham
97b5df1691 Oops - fix total idiocies in applying that patch
[originally from svn r329]
1999-11-30 11:13:33 +00:00
Simon Tatham
a8d5838ebc Robert de Bath's multi-purpose patch, slightly modified.
- ^E answerback is now `PuTTY'.
 - The framework is now in place for the scrollback to reset to
   bottom on display _or_ keyboard events _or_ both. An actual
   configurable option isn't yet present, but most of the code is in
   place.
 - Try to deal with the problems where incoming data gets dropped
   after decoding but before display.
 - Scrollback behaviour has changed: instead of keying it off
   `scroll' versus `delete top line', things now go into the
   scrollback from _either_ of those but only if the primary screen
   is selected. Should fix problems with `less' and talkers.
 - must_update variable has gone because rdb correctly observed that
   it didn't seem to be doing a great deal :-)

[originally from svn r328]
1999-11-30 10:52:07 +00:00
Simon Tatham
8446532e4a Cleanups to remove warnings for GNU/mingw32 compilation
[originally from svn r325]
1999-11-22 10:07:24 +00:00
Simon Tatham
55b8c21f0f Fix potential segfault on malloc failure
[originally from svn r323]
1999-11-17 14:22:12 +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
e0baec8159 Fix a slightly picky compiler warning
[originally from svn r317]
1999-11-17 10:39:17 +00:00
Simon Tatham
3a3aaaf86d Fix printing of Telnet GA as ugrave
[originally from svn r313]
1999-11-16 09:57:40 +00:00
Simon Tatham
1d837144c4 Update from Joris van Rantwijk: command line options to specify
port and password in scp

[originally from svn r312]
1999-11-16 09:26:19 +00:00
Simon Tatham
cda9171850 Declare `struct RSAKey' so that its implicit declaration in the
parameter list of verify_ssh_host_key() does not have scope
restricted to that parameter list. Probably unnecessary but let's
not take chances.

[originally from svn r311]
1999-11-15 10:31:06 +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
cce6d4082a _sntprintf is nonportable; use sprintf instead
[originally from svn r297]
1999-11-11 10:13:40 +00:00
Simon Tatham
f1f2aafbfc Add spiel about there being a comment at the top of Makefile
[originally from svn r291]
1999-11-10 10:28:59 +00:00
Simon Tatham
b5c923f250 Added LICENCE and README files
[originally from svn r290]
1999-11-10 09:47:31 +00:00
Simon Tatham
6863ae5a2d Add "extern" on declaration of raw_backend
[originally from svn r289]
1999-11-10 09:14:08 +00:00
Simon Tatham
143424030c Should be able to switch line disciplines mid-session
[originally from svn r288]
1999-11-09 14:20:51 +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
b51c18f24c Fix unexpected network error 5000
[originally from svn r286]
1999-11-09 11:34:14 +00:00
Simon Tatham
edf8b22b98 Oops - Shift-PgUp/PgDn conflicted with NetHack mode
[originally from svn r285]
1999-11-09 11:19: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
a764191663 Switch to using SSH_MSG macros
[originally from svn r282]
1999-11-08 17:36:08 +00:00
Owen Dunn
a4dfed1d3a Removed now obsolete sizetip.h from window.obj dependencies
[originally from svn r281]
1999-11-08 12:19:02 +00:00
Simon Tatham
3c9b8bff57 Clean up scp client - re-indent to my coding style and remove
compiler warnings

[originally from svn r280]
1999-11-08 11:22:45 +00:00
Simon Tatham
7809b519d5 xlat.c needs stdio.h for vsprintf
[originally from svn r279]
1999-11-08 11:14:33 +00:00
Simon Tatham
1f5bcfd90e Clean up sizetip patch: remove separate header file and // comments
[originally from svn r278]
1999-11-08 11:13:53 +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
7205ae9199 Prompt before summarily closing a session
[originally from svn r272]
1999-11-04 13:44:21 +00:00
Owen Dunn
ce35a4ab94 Can now build with /DWIN32S_COMPAT to work (minimally) with Win32s
[originally from svn r271]
1999-11-04 11:26:07 +00:00
Simon Tatham
1fc7bb735c Add sizetip stuff to makefile - oops
[originally from svn r270]
1999-11-04 09:18:46 +00:00
Simon Tatham
5e76cd7a17 John Sullivan's sizetip patch - experimental
[originally from svn r269]
1999-11-03 14:08:26 +00:00
Simon Tatham
0e3f5802b3 Fix potential buffer overrun in new saved-session menu
[originally from svn r267]
1999-11-01 17:18:08 +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
2ec48b843b Stop putting meaning in bottom four bits of WM_SYSCOMMAND wParam
[originally from svn r265]
1999-10-28 16:29:06 +00:00
Simon Tatham
d0184e9d4f Added a couple of GLOBALs
[originally from svn r264]
1999-10-28 16:25:15 +00:00
Owen Dunn
9fc2b746b0 Added saved sessions submenu from system menu.
[originally from svn r263]
1999-10-28 16:07:25 +00:00
Simon Tatham
a019c66786 Add the ability to do ssh by default: using -ssh command line option,
or by manually adding protocol and port settings to Default Settings in the
Registry, or by compiling with -DSSH_DEFAULT

[originally from svn r260]
1999-10-27 14:28:11 +00:00
Simon Tatham
3992fc48f1 Fix versioncmp
[originally from svn r255]
1999-10-25 14:27:13 +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
2da19fc59d Silly error in loading Default Settings - reset port but not protocol
[originally from svn r247]
1999-10-22 15:47:26 +00:00
Simon Tatham
c409f643f8 Stop IAC IAC from being swallowed in telnet (fix due to Robert de Bath)
[originally from svn r232]
1999-10-04 14:20:17 +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
Owen Dunn
27acfb1639 Changed default title bar format to host.name - PuTTY
[originally from svn r221]
1999-09-20 15:58:50 +00:00
Simon Tatham
b3efa01293 We failed to ignore SSH_MSG_IGNORE :-)
[originally from svn r219]
1999-09-10 15:35:26 +00:00
Simon Tatham
8665bc6746 Disastrously silly Makefile errors
[originally from svn r216]
1999-09-07 16:36:23 +00:00
Simon Tatham
b857fd06cc Oops, add scp to makefile
[originally from svn r215]
1999-09-03 15:12:04 +00:00
Simon Tatham
4df919c784 Added Joris van Rantwijk's scp client
[originally from svn r205]
1999-08-31 09:20:48 +00:00
Simon Tatham
3709407827 Small but highly unhelpful typo
[originally from svn r198]
1999-08-11 08:50:36 +00:00