]> asedeno.scripts.mit.edu Git - PuTTY.git/log
PuTTY.git
22 years agoImplemented a simple wildcard matching engine, and used it to
Simon Tatham [Mon, 27 Aug 2001 10:17:41 +0000 (10:17 +0000)]
Implemented a simple wildcard matching engine, and used it to
restore remote wildcard capability in sftp-style PSCP.

[originally from svn r1209]

22 years agoPSCP now uses the modern SFTP protocol if it can, and falls back to
Simon Tatham [Sun, 26 Aug 2001 18:32:28 +0000 (18:32 +0000)]
PSCP now uses the modern SFTP protocol if it can, and falls back to
scp1 if it can't. Currently not very tested - I checked it in as
soon as it completed a successful recursive copy in both directions.
Also, one known bug: you can't specify a remote wildcard, because by
the nature of SFTP we'll need to implement the wildcard engine on
the client side. I do intend to do this (and use the same wildcard
engine in PSFTP as well) but I haven't got round to it yet.

[originally from svn r1208]

22 years agoArrgh; yet again I make my security checking too draconian to
Simon Tatham [Sun, 26 Aug 2001 15:45:55 +0000 (15:45 +0000)]
Arrgh; yet again I make my security checking too draconian to
actually get things done. I'm sure this is the second time I've
checked in this mistake :-/ Still, this time I've got right to the
bottom of the cause, and commented it clearly. Phew.

[originally from svn r1207]

22 years agoOops. ^X^S comes _before_ `cvs commit'. Two more diagnostics gone :-)
Simon Tatham [Sun, 26 Aug 2001 15:32:51 +0000 (15:32 +0000)]
Oops. ^X^S comes _before_ `cvs commit'. Two more diagnostics gone :-)

[originally from svn r1206]

22 years agoFurther tightening up in PSCP. Fixed a couple more holes whereby a
Simon Tatham [Sun, 26 Aug 2001 15:31:29 +0000 (15:31 +0000)]
Further tightening up in PSCP. Fixed a couple more holes whereby a
malicious SCP server could have written to areas other than the ones
the user requested; cleared up buffer overruns everywhere. Hopefully
we now do not use arbitrary buffer limits _anywhere_.

[originally from svn r1205]

22 years agoPreparatory work for allowing PSCP to work over SFTP as well as old-
Simon Tatham [Sun, 26 Aug 2001 14:53:51 +0000 (14:53 +0000)]
Preparatory work for allowing PSCP to work over SFTP as well as old-
style scp1. I've built a layer of abstraction covering all the gory
details of the old scp network protocol.

[originally from svn r1204]

22 years agoMore upgrades to psftp: it now supports mv, chmod, reget and reput.
Simon Tatham [Sun, 26 Aug 2001 11:35:11 +0000 (11:35 +0000)]
More upgrades to psftp: it now supports mv, chmod, reget and reput.

[originally from svn r1203]

22 years agoD'oh, remove two rogue diagnostics
Simon Tatham [Sun, 26 Aug 2001 10:01:45 +0000 (10:01 +0000)]
D'oh, remove two rogue diagnostics

[originally from svn r1202]

22 years agoRemove gratuitous FIXME entries in cipher list. Oops, didn't mean to
Simon Tatham [Sat, 25 Aug 2001 20:02:02 +0000 (20:02 +0000)]
Remove gratuitous FIXME entries in cipher list. Oops, didn't mean to
check those in :-)

[originally from svn r1201]

22 years agoFiddle with the registry format so that backwards compatibility is
Simon Tatham [Sat, 25 Aug 2001 20:01:36 +0000 (20:01 +0000)]
Fiddle with the registry format so that backwards compatibility is
natural and defaults are sensible.

[originally from svn r1200]

22 years agoJacob's patch for a drag-list to select SSH ciphers. Heavily hacked
Simon Tatham [Sat, 25 Aug 2001 19:33:33 +0000 (19:33 +0000)]
Jacob's patch for a drag-list to select SSH ciphers. Heavily hacked
by me to make the drag list behaviour slightly more intuitive.
WARNING: DO NOT LOOK AT pl_itemfrompt() IF YOU ARE SQUEAMISH.

[originally from svn r1199]

22 years agoExtensive changes that _should_ fix the socket buffering problems,
Simon Tatham [Sat, 25 Aug 2001 17:09:23 +0000 (17:09 +0000)]
Extensive changes that _should_ fix the socket buffering problems,
by ceasing to listen on input channels if the corresponding output
channel isn't accepting data. Has had basic check-I-didn't-actually-
break-anything-too-badly testing, but hasn't been genuinely tested
in stress conditions (because concocting stress conditions is non-
trivial).

[originally from svn r1198]

22 years agoOops - fix that fix :-/
Simon Tatham [Wed, 22 Aug 2001 20:23:49 +0000 (20:23 +0000)]
Oops - fix that fix :-/

[originally from svn r1197]

22 years agoWording change: make it explicit that you can enter an IP address as
Simon Tatham [Wed, 22 Aug 2001 19:56:41 +0000 (19:56 +0000)]
Wording change: make it explicit that you can enter an IP address as
well as a hostname.

[originally from svn r1196]

22 years agoFix to allow more than one challenge/response pair during
Simon Tatham [Wed, 22 Aug 2001 19:47:05 +0000 (19:47 +0000)]
Fix to allow more than one challenge/response pair during
keyboard-interactive authentication. UNTESTED except that I checked
it compiles. Will ask for testing from the user who complained.

[originally from svn r1195]

22 years agoAdd a comment about Dragon NaturallySpeaking: it apparently requires
Simon Tatham [Thu, 16 Aug 2001 11:09:25 +0000 (11:09 +0000)]
Add a comment about Dragon NaturallySpeaking: it apparently requires
Alt+Space to work the Windows way.

[originally from svn r1188]

22 years agoDocument /DNO_SECURITY compile option.
Jacob Nevins [Wed, 15 Aug 2001 19:47:00 +0000 (19:47 +0000)]
Document /DNO_SECURITY compile option.

[originally from svn r1187]

22 years agoUpdated Makefile.cyg for Glenn Maynard's IME patch.
Jacob Nevins [Wed, 15 Aug 2001 19:41:14 +0000 (19:41 +0000)]
Updated Makefile.cyg for Glenn Maynard's IME patch.

[originally from svn r1186]

22 years agoTrivial port forwarding fixes from Jacob
Simon Tatham [Wed, 15 Aug 2001 18:23:50 +0000 (18:23 +0000)]
Trivial port forwarding fixes from Jacob

[originally from svn r1185]

22 years agoFix potential segfault in port forwarding code
Simon Tatham [Mon, 13 Aug 2001 12:43:29 +0000 (12:43 +0000)]
Fix potential segfault in port forwarding code

[originally from svn r1184]

22 years agoFirst phase of Unicode polishing: replace the edit box with a combo
Simon Tatham [Sun, 12 Aug 2001 19:25:21 +0000 (19:25 +0000)]
First phase of Unicode polishing: replace the edit box with a combo
box. Also default to ISO8859-1 so that CSI works in the default
mode; this is ridiculously Western-centric but I can't honestly
think of a better option.

[originally from svn r1183]

22 years agoStop yelling about Access Denied if the server refuses even to
Simon Tatham [Thu, 9 Aug 2001 21:22:38 +0000 (21:22 +0000)]
Stop yelling about Access Denied if the server refuses even to
attempt keyboard-interactive authentication. We can yell about it if
we make a creditable attempt and are rejected, but if the server
just refuses to even consider it then the user won't really want to
know (and if they do there's the Event Log).

[originally from svn r1180]

22 years agoPort forwarding now works in SSH 2 as well as SSH 1.
Simon Tatham [Thu, 9 Aug 2001 21:17:05 +0000 (21:17 +0000)]
Port forwarding now works in SSH 2 as well as SSH 1.

[originally from svn r1179]

22 years agoKeyboard-interactive authentication, thanks to Paul Sokolovsky.
Simon Tatham [Thu, 9 Aug 2001 20:13:17 +0000 (20:13 +0000)]
Keyboard-interactive authentication, thanks to Paul Sokolovsky.

[originally from svn r1178]

22 years agoOops - actually check in portfwd.c itself! (Makefile also modified
Simon Tatham [Wed, 8 Aug 2001 20:53:27 +0000 (20:53 +0000)]
Oops - actually check in portfwd.c itself! (Makefile also modified
because it's been renamed to fit in 8.3, just in case.)

[originally from svn r1177]

22 years agoSSH port forwarding! How cool is that?
Simon Tatham [Wed, 8 Aug 2001 20:44:35 +0000 (20:44 +0000)]
SSH port forwarding! How cool is that?
Only currently works on SSH1; SSH2 should be doable but it's late
and I have other things to do tonight. The Cool Guy award for this
one goes to Nicolas Barry, for doing most of the work and actually
understanding the code he was adding to.

[originally from svn r1176]

22 years agoRemove the OSVERSIONINFOEX code because there's no obvious way to
Simon Tatham [Tue, 7 Aug 2001 08:42:17 +0000 (08:42 +0000)]
Remove the OSVERSIONINFOEX code because there's no obvious way to
determine whether it'll compile before receiving the compile error.
Gah.

[originally from svn r1175]

22 years agoGlenn Maynard's patch completely disabled PuTTY{,tel} on any system
Simon Tatham [Sat, 4 Aug 2001 15:45:25 +0000 (15:45 +0000)]
Glenn Maynard's patch completely disabled PuTTY{,tel} on any system
that didn't support OSVERSIONINFOEX. For example, such wildly out of
date things as NT4. Now fixed.

[originally from svn r1174]

22 years agoOops - IDC not IDV. Typo.
Simon Tatham [Sat, 4 Aug 2001 15:22:52 +0000 (15:22 +0000)]
Oops - IDC not IDV. Typo.

[originally from svn r1173]

22 years agoGlenn Maynard's IME patch
Simon Tatham [Sat, 4 Aug 2001 15:15:07 +0000 (15:15 +0000)]
Glenn Maynard's IME patch

[originally from svn r1172]

22 years agoRainer Loritz noticed that the Telnet environment box is not cleared
Simon Tatham [Sat, 4 Aug 2001 15:04:10 +0000 (15:04 +0000)]
Rainer Loritz noticed that the Telnet environment box is not cleared
when loading a new session. Oops!

[originally from svn r1171]

22 years agoPrevent recursive weirdnesses happening when the user selects a
Simon Tatham [Sat, 4 Aug 2001 14:59:56 +0000 (14:59 +0000)]
Prevent recursive weirdnesses happening when the user selects a
system-tray menu option while a passphrase prompt is active.

[originally from svn r1170]

22 years agoSCO function key mode now affects the small keypad (Ins, Del, etc)
Simon Tatham [Sat, 4 Aug 2001 14:35:58 +0000 (14:35 +0000)]
SCO function key mode now affects the small keypad (Ins, Del, etc)
in accordance with the keymap dump sent by Len Christiansen.

[originally from svn r1169]

22 years agoPatch to PSFTP: implement mkdir, rmdir, rm and scripting. Still to
Simon Tatham [Sat, 4 Aug 2001 14:19:51 +0000 (14:19 +0000)]
Patch to PSFTP: implement mkdir, rmdir, rm and scripting. Still to
do: wildcards, chmod, mv, probably other things.

[originally from svn r1168]

22 years agoMention PLINK_PROTOCOL in the Plink chapter.
Simon Tatham [Sat, 4 Aug 2001 13:06:08 +0000 (13:06 +0000)]
Mention PLINK_PROTOCOL in the Plink chapter.

[originally from svn r1167]

22 years agoAdd description of the keepalives option
Simon Tatham [Sat, 4 Aug 2001 13:05:54 +0000 (13:05 +0000)]
Add description of the keepalives option

[originally from svn r1166]

22 years agoFix segfault if the server maliciously sends the wrong type of key
Simon Tatham [Sat, 4 Aug 2001 12:37:43 +0000 (12:37 +0000)]
Fix segfault if the server maliciously sends the wrong type of key
after a different type has been agreed.

[originally from svn r1165]

22 years agoYet another possible segfault path in the backends fixed. I don't
Simon Tatham [Tue, 31 Jul 2001 14:23:21 +0000 (14:23 +0000)]
Yet another possible segfault path in the backends fixed. I don't
_believe_ I'm still finding these. I have no idea what I was
thinking when I wrote this stuff.

[originally from svn r1162]

23 years agoMinor wording clarification: somebody took the word `sessionname:'
Simon Tatham [Sun, 1 Jul 2001 09:21:01 +0000 (09:21 +0000)]
Minor wording clarification: somebody took the word `sessionname:'
literally.

[originally from svn r1158]

23 years agoAdded = to instructions for setting PATH
Owen Dunn [Thu, 28 Jun 2001 13:36:14 +0000 (13:36 +0000)]
Added = to instructions for setting PATH

[originally from svn r1157]

23 years agoRobert de Bath's implementation of ESC [ Z (backtab)
Simon Tatham [Sat, 23 Jun 2001 16:59:00 +0000 (16:59 +0000)]
Robert de Bath's implementation of ESC [ Z (backtab)

[originally from svn r1155]

23 years agoAdd some extra documentation: filled in the Getting Started chapter,
Simon Tatham [Fri, 15 Jun 2001 19:31:10 +0000 (19:31 +0000)]
Add some extra documentation: filled in the Getting Started chapter,
added an introduction to public key authentication, and made a
couple of changes in intro.but. Transatlantic flights have some uses
after all.

[originally from svn r1146]

23 years agoBell panel docs.
Owen Dunn [Sun, 3 Jun 2001 11:46:49 +0000 (11:46 +0000)]
Bell panel docs.

[originally from svn r1144]

23 years agoAdded mention of rlogin, and a few words on VT100+ and SCO function
Owen Dunn [Sun, 3 Jun 2001 11:10:20 +0000 (11:10 +0000)]
Added mention of rlogin, and a few words on VT100+ and SCO function
key settings.

[originally from svn r1143]

23 years agoDisable the most irritating compiler warnings in the Borland makefile.
Simon Tatham [Mon, 28 May 2001 10:26:10 +0000 (10:26 +0000)]
Disable the most irritating compiler warnings in the Borland makefile.

[originally from svn r1142]

23 years agoOops - fixing the line-resizing segfault introduced a new
Simon Tatham [Mon, 21 May 2001 13:33:12 +0000 (13:33 +0000)]
Oops - fixing the line-resizing segfault introduced a new
line-resizing segfault! Remind me to test under Minefield next time.
Should now be fine, as I've just done so.

[originally from svn r1141]

23 years agoMake sure the default protocol doesn't ever end up undefined in Plink.
Simon Tatham [Sat, 19 May 2001 15:59:02 +0000 (15:59 +0000)]
Make sure the default protocol doesn't ever end up undefined in Plink.

[originally from svn r1140]

23 years agoAdd some spare SetForegroundWindow and SetActiveWindow calls to try
Simon Tatham [Sat, 19 May 2001 15:23:12 +0000 (15:23 +0000)]
Add some spare SetForegroundWindow and SetActiveWindow calls to try
to improve window behaviour. Also make the About box a subdialog of
the config box instead of a separate child of the root.

[originally from svn r1139]

23 years agoRDB: fix various UTF-8 glitches.
Simon Tatham [Sat, 19 May 2001 15:21:05 +0000 (15:21 +0000)]
RDB: fix various UTF-8 glitches.

[originally from svn r1138]

23 years agoSCO ACS patch from RDB. Apparently required for the Linux console
Simon Tatham [Sat, 19 May 2001 14:12:41 +0000 (14:12 +0000)]
SCO ACS patch from RDB. Apparently required for the Linux console
terminfo.

[originally from svn r1137]

23 years agoUpdate the two commented-out CFLAGS to include the same
Simon Tatham [Sat, 19 May 2001 13:56:39 +0000 (13:56 +0000)]
Update the two commented-out CFLAGS to include the same
_WIN32_WINDOWS definition as the uncommented one.

[originally from svn r1136]

23 years agoBe prepared to print spaces at the end of a statistics line in case
Simon Tatham [Sat, 19 May 2001 13:41:18 +0000 (13:41 +0000)]
Be prepared to print spaces at the end of a statistics line in case
the previously printed line was longer. Avoids multiple trailing
percents.

[originally from svn r1135]

23 years agoFix from RDB: patch up mis-aimed fallthroughs in a terminal
Simon Tatham [Sat, 19 May 2001 11:34:20 +0000 (11:34 +0000)]
Fix from RDB: patch up mis-aimed fallthroughs in a terminal
emulation switch. (Bug was introduced in mouse reporting.)

[originally from svn r1134]

23 years agoTerminal fix from RDB: probably didn't mean to compare a Y value
Simon Tatham [Sat, 19 May 2001 11:33:03 +0000 (11:33 +0000)]
Terminal fix from RDB: probably didn't mean to compare a Y value
with a column count!

[originally from svn r1133]

23 years agoSmall terminal fix from RDB: CSI 1 K should erase the cursor
Simon Tatham [Sat, 19 May 2001 11:32:38 +0000 (11:32 +0000)]
Small terminal fix from RDB: CSI 1 K should erase the cursor
position itself, as well as everything to the left of it.

[originally from svn r1132]

23 years agoReinstate the Shift-Ins paste behaviour, which was accidentally
Simon Tatham [Thu, 17 May 2001 10:06:54 +0000 (10:06 +0000)]
Reinstate the Shift-Ins paste behaviour, which was accidentally
broken by the mouse button redesignation that came with xterm mouse
reporting.

[originally from svn r1130]

23 years agoFix the line-resizing bug in scroll(). (Thanks to RDB for pointing
Simon Tatham [Thu, 17 May 2001 08:53:13 +0000 (08:53 +0000)]
Fix the line-resizing bug in scroll(). (Thanks to RDB for pointing
it out. A line was removed from the scrollback, cleared, and placed
at the bottom of the screen. Fine, except that the clearing process
assumed the line was the right length already, and thanks to lazy
resizing this wasn't necessarily the case. Segfaults and memory
corruption ensued.)

[originally from svn r1129]

23 years agoSpecify a few things that were unsepcified.
Ben Harris [Mon, 14 May 2001 22:20:20 +0000 (22:20 +0000)]
Specify a few things that were unsepcified.

[originally from svn r1127]

23 years agoScrollbar was failing to update when no scrollback-reset event had happened
Simon Tatham [Mon, 14 May 2001 13:31:14 +0000 (13:31 +0000)]
Scrollbar was failing to update when no scrollback-reset event had happened

[originally from svn r1126]

23 years agoFix the sense of posdiff(), causing the extend-selection mouse
Simon Tatham [Sun, 13 May 2001 16:13:39 +0000 (16:13 +0000)]
Fix the sense of posdiff(), causing the extend-selection mouse
action to work correctly again.

[originally from svn r1125]

23 years agoFix wrong button codes in WM_MOUSEMOVE.
Simon Tatham [Sun, 13 May 2001 15:01:36 +0000 (15:01 +0000)]
Fix wrong button codes in WM_MOUSEMOVE.

[originally from svn r1124]

23 years agoGlenn Maynard's patch (as adapted by Jacob) for taskbar flashing
Simon Tatham [Sun, 13 May 2001 14:42:17 +0000 (14:42 +0000)]
Glenn Maynard's patch (as adapted by Jacob) for taskbar flashing
when a bell occurs and the window is minimised.

[originally from svn r1123]

23 years agoThe host-key-unknown prompt now offers the same three options as the
Simon Tatham [Sun, 13 May 2001 14:11:49 +0000 (14:11 +0000)]
The host-key-unknown prompt now offers the same three options as the
host-key-changed prompt: update-cache-and-connect, connect-without-
updating-cache, and abandon-connection. (Previously the middle one
was missing.)

[originally from svn r1122]

23 years agoPlacate gcc's `-Wall' warnings.
Simon Tatham [Sun, 13 May 2001 14:02:28 +0000 (14:02 +0000)]
Placate gcc's `-Wall' warnings.

[originally from svn r1121]

23 years agoTrim leading whitespace off the hostname if it's there.
Simon Tatham [Sun, 13 May 2001 13:23:12 +0000 (13:23 +0000)]
Trim leading whitespace off the hostname if it's there.

[originally from svn r1120]

23 years agoOops - initialise sesslist_has_focus.
Simon Tatham [Sun, 13 May 2001 13:11:53 +0000 (13:11 +0000)]
Oops - initialise sesslist_has_focus.

[originally from svn r1119]

23 years agoJacob's patch to make pressing Return on a selected saved session
Simon Tatham [Sun, 13 May 2001 11:58:36 +0000 (11:58 +0000)]
Jacob's patch to make pressing Return on a selected saved session
load it and go, and simultaneously allow Alt-L on a selected saved
session not to change the focus.

[originally from svn r1118]

23 years agoBorland and Cygwin makefiles now support XFLAGS.
Simon Tatham [Sun, 13 May 2001 11:46:00 +0000 (11:46 +0000)]
Borland and Cygwin makefiles now support XFLAGS.

[originally from svn r1117]

23 years agoControl characters are now allowed as part of the password, if
Simon Tatham [Sun, 13 May 2001 11:44:57 +0000 (11:44 +0000)]
Control characters are now allowed as part of the password, if
they're not special control characters processed by the line input
routines.

[originally from svn r1116]

23 years agoDefine WM_MOUSEWHEEL (to 0x20A) if it's not defined by windows.h.
Simon Tatham [Sun, 13 May 2001 11:19:20 +0000 (11:19 +0000)]
Define WM_MOUSEWHEEL (to 0x20A) if it's not defined by windows.h.

[originally from svn r1115]

23 years agoAttempt to report the error condition right when an SCP connection
Simon Tatham [Sun, 13 May 2001 11:15:16 +0000 (11:15 +0000)]
Attempt to report the error condition right when an SCP connection
with a pre-supplied password fails to authenticate.

[originally from svn r1114]

23 years agoFix the SCO function keys, which weren't quite right.
Simon Tatham [Sun, 13 May 2001 10:58:51 +0000 (10:58 +0000)]
Fix the SCO function keys, which weren't quite right.

[originally from svn r1113]

23 years agoAdded a new large icon for the PuTTY config box. Doesn't show up in
Simon Tatham [Sun, 13 May 2001 10:45:56 +0000 (10:45 +0000)]
Added a new large icon for the PuTTY config box. Doesn't show up in
the actual window at all, but appears in the Alt-Tab task switcher
box in place of the tedious Windows Default icon.

[originally from svn r1112]

23 years agoA patch to the new character set stuff to add the Windows code pages
Simon Tatham [Thu, 10 May 2001 10:31:44 +0000 (10:31 +0000)]
A patch to the new character set stuff to add the Windows code pages
themselves (Win1250 - Win1258).

[originally from svn r1111]

23 years agoRDB's Unicode patch. Fonts are now used in Unicode mode where
Simon Tatham [Thu, 10 May 2001 08:34:20 +0000 (08:34 +0000)]
RDB's Unicode patch. Fonts are now used in Unicode mode where
possible and we have a single unified means of trying to display any
Unicode code point. Instead of the various ad-hoc translation modes
we had before, we now have a single `codepage' option which allows
us to treat the incoming (and outgoing) text as any given character
set, and locally we map that to Unicode and back.

[originally from svn r1110]

23 years agoFrom RDB: a patch to allow special keys (^C, ^Z, Delete, Return) to
Simon Tatham [Wed, 9 May 2001 15:12:26 +0000 (15:12 +0000)]
From RDB: a patch to allow special keys (^C, ^Z, Delete, Return) to
send Telnet special sequences (Interrupt Process, Suspend, Erase
Char, End Of Line) instead of their ASCII equivalents. In particular
Return -> Telnet End Of Line is _always_ enabled irrespective of the
configuration, while the others are optional. Also in this patch, an
entertainingly ghastly use of `switch' to allow literal ^M^J to do
the same thing as magic-^M (the Return key) when in Raw protocol.

[originally from svn r1109]

23 years ago`realhost', passed back from all the backend init functions, was
Simon Tatham [Wed, 9 May 2001 14:01:15 +0000 (14:01 +0000)]
`realhost', passed back from all the backend init functions, was
scoped within those functions. It's now dynamically allocated.

[originally from svn r1108]

23 years agoFrom RDB: telnet can now start up in passive mode, in which it
Simon Tatham [Wed, 9 May 2001 13:51:07 +0000 (13:51 +0000)]
From RDB: telnet can now start up in passive mode, in which it
doesn't do any negotiation until the remote side does.

[originally from svn r1107]

23 years agoFrom RDB: a few extra escape sequences seen in SCO terminals.
Simon Tatham [Wed, 9 May 2001 13:35:08 +0000 (13:35 +0000)]
From RDB: a few extra escape sequences seen in SCO terminals.

[originally from svn r1106]

23 years agoFrom RDB: according to VT manuals, application cursor keys should
Simon Tatham [Wed, 9 May 2001 13:30:06 +0000 (13:30 +0000)]
From RDB: according to VT manuals, application cursor keys should
never be enabled when app keypad is disabled. Also CTRL+arrows flips
the application-ness to make it easy to generate the other sequences
if required.

[originally from svn r1105]

23 years agoWe can now save the protocol and port number in Default Settings.
Simon Tatham [Wed, 9 May 2001 13:26:14 +0000 (13:26 +0000)]
We can now save the protocol and port number in Default Settings.

[originally from svn r1104]

23 years agoFrom RDB: yet another fix in the ongoing quest to deal correctly
Simon Tatham [Wed, 9 May 2001 13:12:46 +0000 (13:12 +0000)]
From RDB: yet another fix in the ongoing quest to deal correctly
with font point sizes :-(

[originally from svn r1103]

23 years agoRDB's alternative way to interpret the window size in Change
Simon Tatham [Wed, 9 May 2001 13:03:16 +0000 (13:03 +0000)]
RDB's alternative way to interpret the window size in Change
Settings: it describes the size of the _unmaximised_ window.
Maximisedness is a separate property which Change Settings doesn't
affect. So if you change the font while the window is maximised, the
terminal size adjusts accordingly. The downside is that you can't
read the width and height of a maximised window out of Change
Settings. Suggestions that restore this property are welcome.

[originally from svn r1102]

23 years agoFix due to Robert de Bath: backspace should not cross line
Simon Tatham [Wed, 9 May 2001 12:48:01 +0000 (12:48 +0000)]
Fix due to Robert de Bath: backspace should not cross line
boundaries when auto wrap is disabled.

[originally from svn r1101]

23 years agoFix de Bath's last-ditch bell overload
Simon Tatham [Sun, 6 May 2001 16:18:58 +0000 (16:18 +0000)]
Fix de Bath's last-ditch bell overload

[originally from svn r1100]

23 years agoStrip off and ignore `:port' on the end of a hostname.
Simon Tatham [Sun, 6 May 2001 15:09:32 +0000 (15:09 +0000)]
Strip off and ignore `:port' on the end of a hostname.

[originally from svn r1099]

23 years agoRun entire source base through GNU indent to tidy up the varying
Simon Tatham [Sun, 6 May 2001 14:35:20 +0000 (14:35 +0000)]
Run entire source base through GNU indent to tidy up the varying
coding styles of the various contributors! Woohoo!

[originally from svn r1098]

23 years agoWez Furlong's patch to add xterm mouse reporting and proper mouse
Simon Tatham [Sun, 6 May 2001 14:20:41 +0000 (14:20 +0000)]
Wez Furlong's patch to add xterm mouse reporting and proper mouse
wheel support.

[originally from svn r1097]

23 years agoRemove diagnostics and attempt to work around VC compiler bug :-(
Simon Tatham [Thu, 3 May 2001 10:10:53 +0000 (10:10 +0000)]
Remove diagnostics and attempt to work around VC compiler bug :-(

[originally from svn r1096]

23 years agoExtra diagnostics in the hope that we can track down the problem with
Simon Tatham [Wed, 2 May 2001 14:45:25 +0000 (14:45 +0000)]
Extra diagnostics in the hope that we can track down the problem with
the nightlies. I must remember to take it all out again when we do!

[originally from svn r1095]

23 years agoTEMPORARY ONLY: enable debugging on default build to try to get
Simon Tatham [Wed, 2 May 2001 08:59:36 +0000 (08:59 +0000)]
TEMPORARY ONLY: enable debugging on default build to try to get
tomorrow's nightly to show us what the problem with term_size is.

[originally from svn r1094]

23 years agoReduce out-of-focus timer interval to 2 seconds so we still have
Simon Tatham [Sat, 28 Apr 2001 18:23:58 +0000 (18:23 +0000)]
Reduce out-of-focus timer interval to 2 seconds so we still have
some control over keepalives when not in the foreground.

[originally from svn r1093]

23 years agoAdd Jordan Russell's patch for a sunken-edge border like a DOS box.
Simon Tatham [Sat, 28 Apr 2001 18:02:19 +0000 (18:02 +0000)]
Add Jordan Russell's patch for a sunken-edge border like a DOS box.
Configurable, of course, because I for one like the border as thin
as possible.

[originally from svn r1092]

23 years agoDebugging improvements. Started using Dave Hinton's dmemdump
Simon Tatham [Sat, 28 Apr 2001 17:35:18 +0000 (17:35 +0000)]
Debugging improvements. Started using Dave Hinton's dmemdump
function (woohoo!), improved that function so it provides an ASCII
dump as well as hex (whee!), removed all remaining spurious \r in
debug statements (ooh!), and made enabling of packet debugging in
SSH a matter of one ifdef rather than lots (phew!).

[originally from svn r1091]

23 years agoPut the \001 prefix back on scp error messages when they're sent to
Simon Tatham [Sat, 28 Apr 2001 17:18:47 +0000 (17:18 +0000)]
Put the \001 prefix back on scp error messages when they're sent to
the server. (Not sure _why_ they're sent to the server; scp is
weird.) It may be pointless when sent to the screen, which is why I
removed it, but it's extremely pointful on the wire :-(

[originally from svn r1090]

23 years agoThe bell overload times are now measured in milliseconds, although
Simon Tatham [Sat, 28 Apr 2001 15:47:26 +0000 (15:47 +0000)]
The bell overload times are now measured in milliseconds, although
the config box still enters them in seconds (it allows fractions).

[originally from svn r1089]

23 years agoRemove stray diagnostics. When will I learn?
Simon Tatham [Sat, 28 Apr 2001 15:33:48 +0000 (15:33 +0000)]
Remove stray diagnostics. When will I learn?

[originally from svn r1088]

23 years agoImplement lazy horizontal resizing of screen and scrollback.
Simon Tatham [Sat, 28 Apr 2001 15:32:25 +0000 (15:32 +0000)]
Implement lazy horizontal resizing of screen and scrollback.

[originally from svn r1087]

23 years agoArrange that explicit visual bells performed using ESC[?5h and
Simon Tatham [Sat, 28 Apr 2001 14:39:16 +0000 (14:39 +0000)]
Arrange that explicit visual bells performed using ESC[?5h and
ESC[?5l in immediate succession will still give a visibly long flash
of the screen.

[originally from svn r1086]

23 years agoAdd the missing "all" target in the Cygwin makefile
Simon Tatham [Sat, 28 Apr 2001 12:07:41 +0000 (12:07 +0000)]
Add the missing "all" target in the Cygwin makefile

[originally from svn r1085]