]> asedeno.scripts.mit.edu Git - PuTTY.git/log
PuTTY.git
19 years agoReorder a couple of points on the wishlist, and also add a few
Simon Tatham [Tue, 26 Oct 2004 18:44:42 +0000 (18:44 +0000)]
Reorder a couple of points on the wishlist, and also add a few
helpful chunks of `sh' to make life easier next time I make a release.

[originally from svn r4698]

19 years agoAdd a note about documentation of the Unix port (i.e., we don't, specifically).
Jacob Nevins [Sun, 24 Oct 2004 22:57:36 +0000 (22:57 +0000)]
Add a note about documentation of the Unix port (i.e., we don't, specifically).
This is mainly intended to make the documentation suitable for including in
distributions such as the Debian package, but won't be amiss on the web site
docs. It will look a bit out of place in the .HLP, but never mind.

[originally from svn r4690]

19 years agoMention -i.
Jacob Nevins [Sun, 24 Oct 2004 18:30:10 +0000 (18:30 +0000)]
Mention -i.

[originally from svn r4688]

19 years agoRandom tweaks:
Jacob Nevins [Sun, 24 Oct 2004 18:26:00 +0000 (18:26 +0000)]
Random tweaks:
 - change click-by-click advice on modifying saved sessions
 - add `Restart Session' as another reason you might not want to close the
   window on exit; other tweaks to this language
 - mention Shift-Backspace action
 - the window resizing configuration documentation was completely out of
   date; rewrite
 - add a note about Default Bold Background since it's caused confusion
 - "remote terminal" -> "remote system" in terminal-type doc

[originally from svn r4686]

19 years agoFreshness tweaks:
Jacob Nevins [Sun, 24 Oct 2004 16:48:43 +0000 (16:48 +0000)]
Freshness tweaks:
 - mention `Restart Session'
 - tweak language of `-N' (plural->singular)

[originally from svn r4684]

19 years agoFreshness tweaks:
Jacob Nevins [Sun, 24 Oct 2004 16:24:58 +0000 (16:24 +0000)]
Freshness tweaks:
 - soften language around changing-username-during-login section; with SSH-2
   this is a misfeature of implementations rather than the protocol itself
 - tweak new-host-key dialog text

[originally from svn r4681]

19 years agoDifferences between protocols: remove the entire paragraph about environment
Jacob Nevins [Sun, 24 Oct 2004 15:58:31 +0000 (15:58 +0000)]
Differences between protocols: remove the entire paragraph about environment
variables. It was no longer true (given that we support them in SSH-2 now),
and the new situation was probably too complex to explain in an introductory
chapter. And the utility of setting them seems to be marginal these days given
the lack of server support.

[originally from svn r4679]

19 years agoMention PSFTP on title page
Jacob Nevins [Sun, 24 Oct 2004 15:41:44 +0000 (15:41 +0000)]
Mention PSFTP on title page

[originally from svn r4678]

19 years agoBetter bounds checking in the exit-signal handler.
Simon Tatham [Fri, 22 Oct 2004 16:50:51 +0000 (16:50 +0000)]
Better bounds checking in the exit-signal handler.

[originally from svn r4670]

19 years agoWe ought to be using the ssh_pkt_* routines for the messages which we
Simon Tatham [Fri, 22 Oct 2004 16:47:46 +0000 (16:47 +0000)]
We ought to be using the ssh_pkt_* routines for the messages which we
process at any time in the rdpkt routines, as well as everywhere else.

[originally from svn r4669]

19 years agoI just had a need to decode a piece of Zlib data from out of the
Simon Tatham [Thu, 21 Oct 2004 10:59:53 +0000 (10:59 +0000)]
I just had a need to decode a piece of Zlib data from out of the
middle of a PDF. So here's a modification to sshzlib.c which enables
it to be compiled into a standalone Zlib decoder if you define
ZLIB_STANDALONE. As an added bonus, it (both standalone and in
PuTTY) also validates the Zlib header, just to make sure someone
hasn't defined a new compression format.

[originally from svn r4657]

19 years agoMunge line-drawing description to match current naming and order of options
Jacob Nevins [Tue, 19 Oct 2004 13:54:50 +0000 (13:54 +0000)]
Munge line-drawing description to match current naming and order of options
(in the Windows version), and hopefully to clarify distinction between line
charset and local font, which has occasionally foxed me.

Cross-reference the Translation panel reference section from the intro
section in using.but and mention line-drawing characters there also.

[originally from svn r4654]

19 years agoAdd support for logging "exit-signal", why not.
Jacob Nevins [Mon, 18 Oct 2004 00:41:48 +0000 (00:41 +0000)]
Add support for logging "exit-signal", why not.

This is disgustingly huge because old versions of OpenSSH got the message
format wrong, so we have to infer which format is in use. Tested with
Debian stable OpenSSH (3.4p1), with `uint32' packet, and lshd, which uses
the correct `string' packet, and also let me test "core dumped" and the
explanatory message.

[originally from svn r4653]

19 years agoSupport the SSH-2 mechanism for sending signals to a running session. Neither
Jacob Nevins [Sun, 17 Oct 2004 21:22:22 +0000 (21:22 +0000)]
Support the SSH-2 mechanism for sending signals to a running session. Neither
of the SSH servers I conveniently have access to (Debian stable OpenSSH --
3.4p1 -- and lshd) seem to take a blind bit of notice, but the channel
requests look fine to me in the packet log.

I've included all the signals explicitly defined by
draft-ietf-secsh-connect-19, but I've put the more obscure ones in a submenu
of the specials menu; there's therefore been some minor upheaval to support
such submenus.

[originally from svn r4652]

19 years agoWe shouldn't offer the Break special when we don't have a session to send it
Jacob Nevins [Sun, 17 Oct 2004 15:32:42 +0000 (15:32 +0000)]
We shouldn't offer the Break special when we don't have a session to send it
down. (A side effect of fixing this is that ssh->mainchain is set to NULL
when it closes, which might avoid other sorts of trouble.)

While we're here, don't bother offering SSH1_MSG_IGNORE if we believe the
remote will barf on it.

[originally from svn r4650]

19 years agoTelnet specials menu was not being reinstated after a session was restarted in
Jacob Nevins [Sun, 17 Oct 2004 14:44:27 +0000 (14:44 +0000)]
Telnet specials menu was not being reinstated after a session was restarted in
the same window (Windows version only).

Policy change: it's now the backend's responsibility to call
update_specials_menu() at the start of a session (or whenever it feels ready),
if it has any special commands. Otherwise the menu won't be displayed.

[originally from svn r4649]

19 years agoMarkus Kuhn's UTF-8 page
Simon Tatham [Sat, 16 Oct 2004 14:17:58 +0000 (14:17 +0000)]
Markus Kuhn's UTF-8 page
  http://www.cl.cam.ac.uk/~mgk25/unicode.html#activate
feels strongly that it should be easy to make _all_ your
applications work in UTF-8 mode, without having to remember a switch
for each one. Every application should simply note a UTF-8 locale
setting and switch into UTF-8 mode automatically.

Therefore, for the Unix port only, there's now a checkbox, enabled
by default, which causes the drop-down Translation box to be
overridden if the locale indicates UTF-8. Anyone who doesn't like
this, or doesn't like MGK, is welcome to turn it straight back off.

I'm not _completely_ convinced by MGK's argument myself; for
xterm/pterm to do _useful_ UTF-8 you also need to specify a decently
Unicode-capable font, and there's no way _that_ can be automagically
done on noticing a locale setting. But it's a de facto standard
(i.e. xterm does it :-) so I might as well at least be _able_ to
support it.

[originally from svn r4648]

19 years agoFix bug in scrollback compression, which manifested when attempting
Simon Tatham [Sat, 16 Oct 2004 12:36:50 +0000 (12:36 +0000)]
Fix bug in scrollback compression, which manifested when attempting
to encode a very long (len>128) run of the same literal.

[originally from svn r4647]

19 years agoMoved the environment variables config block out of the Telnet panel
Simon Tatham [Sat, 16 Oct 2004 10:56:54 +0000 (10:56 +0000)]
Moved the environment variables config block out of the Telnet panel
into the Connection panel, and implemented support for the SSH2
"env" request. (I haven't yet found a server which accepts this
request, so although I've visually checked the packet log and it
looks OK, I haven't yet been able to do a full end-to-end test.)
Also, the `pty' backend reads this data and does a series of
`putenv' commands before launching the shell or application.

This is mostly because in last week's UTF-8 faffings I got
thoroughly sick of typing `export LANG=en_GB.UTF-8' every time I
started a new testing pterm, and it suddenly occurred to me that
this would be precisely the sort of thing you'd want to have pterm
set up for you, particularly since you can configure it alongside
the translation settings and so you can ensure they match up
properly.

[originally from svn r4645]

19 years agoMention plink's new -N option in usage and man page.
Jacob Nevins [Fri, 15 Oct 2004 23:32:01 +0000 (23:32 +0000)]
Mention plink's new -N option in usage and man page.

[originally from svn r4643]

19 years agoFix two memory leaks in the new code. (There's no point compressing
Simon Tatham [Fri, 15 Oct 2004 12:37:44 +0000 (12:37 +0000)]
Fix two memory leaks in the new code. (There's no point compressing
the scrollback if you then leak away all the memory you saved!) One
of the leaks - by far the bigger of the two - was in my temporary
diagnostic function cc_check(), which is particularly embarrassing :-)

[originally from svn r4638]

19 years agoAnd fix _cursor_ display on double-width double-width characters (as
Simon Tatham [Fri, 15 Oct 2004 12:25:51 +0000 (12:25 +0000)]
And fix _cursor_ display on double-width double-width characters (as
it were).

[originally from svn r4637]

19 years agoDouble-height and double-width line attributes (ESC#3, ESC#4, ESC#6)
Simon Tatham [Fri, 15 Oct 2004 12:17:48 +0000 (12:17 +0000)]
Double-height and double-width line attributes (ESC#3, ESC#4, ESC#6)
were not working correctly with double-width Unicode characters (CJK).

[originally from svn r4636]

19 years agoAdd missing check_boundary() calls in destructive backspace handler.
Simon Tatham [Fri, 15 Oct 2004 11:51:26 +0000 (11:51 +0000)]
Add missing check_boundary() calls in destructive backspace handler.

[originally from svn r4635]

19 years agoA combining character on U+0020 SPACE stops it from being
Simon Tatham [Fri, 15 Oct 2004 11:42:02 +0000 (11:42 +0000)]
A combining character on U+0020 SPACE stops it from being
`uninteresting' to the clipboard processing.

[originally from svn r4634]

19 years agoMark the trial decompress in every call to compressline() with the
Simon Tatham [Fri, 15 Oct 2004 11:29:02 +0000 (11:29 +0000)]
Mark the trial decompress in every call to compressline() with the
XXX-REMOVE-BEFORE-RELEASE tag.

[originally from svn r4633]

19 years agoDon't forget to flush the bidi cache when the user enables or
Simon Tatham [Fri, 15 Oct 2004 11:14:42 +0000 (11:14 +0000)]
Don't forget to flush the bidi cache when the user enables or
disables bidi or shaping, otherwise they'll have to do a manual
screen refresh to see any difference.

[originally from svn r4632]

19 years agoStore line widths in the bidi cache, so we don't fail to re-bidi a
Simon Tatham [Fri, 15 Oct 2004 11:11:19 +0000 (11:11 +0000)]
Store line widths in the bidi cache, so we don't fail to re-bidi a
line when the window size changes.

[originally from svn r4631]

19 years agoFix many bugs in resizeline().
Simon Tatham [Fri, 15 Oct 2004 10:48:27 +0000 (10:48 +0000)]
Fix many bugs in resizeline().

[originally from svn r4629]

19 years agoFix applying combining characters to double-width characters.
Simon Tatham [Fri, 15 Oct 2004 09:28:46 +0000 (09:28 +0000)]
Fix applying combining characters to double-width characters.

[originally from svn r4628]

19 years agoFix Windows redraw problem on RH half of wrapped lines. (term_paint
Simon Tatham [Fri, 15 Oct 2004 09:16:58 +0000 (09:16 +0000)]
Fix Windows redraw problem on RH half of wrapped lines. (term_paint
was checking whether lattr == LATTR_NORM, where it should have been
checking (lattr & LATTR_MODE) to mask off LATTR_WRAPPED et al.

[originally from svn r4627]

19 years agoI broke ordinary line wrapping as a result of retiring cpos. Oops.
Simon Tatham [Fri, 15 Oct 2004 09:06:45 +0000 (09:06 +0000)]
I broke ordinary line wrapping as a result of retiring cpos. Oops.

[originally from svn r4626]

19 years agoFix cursor display on a combined character cell.
Simon Tatham [Fri, 15 Oct 2004 08:51:57 +0000 (08:51 +0000)]
Fix cursor display on a combined character cell.

[originally from svn r4625]

19 years agoMark cc_check() and all calls to it with the new
Simon Tatham [Fri, 15 Oct 2004 08:22:49 +0000 (08:22 +0000)]
Mark cc_check() and all calls to it with the new
XXX-REMOVE-BEFORE-RELEASE tag, since they're performance-intensive.
And now that I'm reasonably confident of remembering to remove them
before the next release, I feel less guilty about adding them willy-
nilly all over the place, so I've shoved in a couple more for now :-)

[originally from svn r4624]

19 years agoI'm instituting a policy that before every release I will grep the
Simon Tatham [Fri, 15 Oct 2004 08:16:29 +0000 (08:16 +0000)]
I'm instituting a policy that before every release I will grep the
PuTTY source for the word XXX-REMOVE-BEFORE-RELEASE, and not release
until I've got rid of all of them. Hence, here's an addition to the
release checklist which will remind me to do so.

I don't want this mechanism to seriously inhibit a release by being
a placeholder for a large piece of work we might never get round to.
It should be used only in cases where it's _simple_ to change the
offending code: for example, a performance-impacting diagnostic
might be invaluable while testing nightly snapshots but wouldn't
want to slow down everyone's next release, and it's easy to get rid
of on release day.

[originally from svn r4623]

19 years agoFirst-stage support for Unicode combining characters. The `chars'
Simon Tatham [Thu, 14 Oct 2004 16:42:43 +0000 (16:42 +0000)]
First-stage support for Unicode combining characters. The `chars'
array of each `termline' structure now contains optional additional
entries after the normal number of columns, which are used to chain
a linked list of combining characters off any primary termchar that
needs it. This means we support arbitrarily many combining
characters per cell (unlike xterm's hard limit of 2).

Cut and paste works correctly (selecting a character cell containing
multiple code points causes all those code points to be cut and
pasted). Display works by simply overlaying all the relevant
characters on top of one another; this is good enough for Unix
(xterm does the same thing), and mostly seems OK for Windows except
that the Windows Unicode fonts have a nasty habit of not containing
most of the combining characters and thus overlaying an
unknown-code-point box on your perfectly good base glyph.

I had no idea how to add support in the Mac do_text(), so I've
simply stuck in an assertion that will trigger the first time a
combining character is displayed, and hopefully this will bite
someone with the clue to fix it.

[originally from svn r4622]

19 years agoImplement part of `ssh2-generality': introduce the ability to tell
Simon Tatham [Wed, 13 Oct 2004 13:43:11 +0000 (13:43 +0000)]
Implement part of `ssh2-generality': introduce the ability to tell
PuTTY / Plink not to run a remote shell/command at all. Supported in
the GUI configuration and via the (OpenSSH-like) -N command-line
option.

No effort is currently made to arrange `nice' UI properties. If you
do this in GUI PuTTY, a full-size terminal window will still be
created, and will sit there with almost nothing in it throughout
your session. If you do it in Plink, Plink will not accept any kind
of request to terminate gracefully; you'll have to ^C or kill it.
Nonetheless, even this little will be useful to some people...

[originally from svn r4614]

19 years agoFix segfaults in terminal resizing, introduced by re-engineering.
Simon Tatham [Wed, 13 Oct 2004 13:35:29 +0000 (13:35 +0000)]
Fix segfaults in terminal resizing, introduced by re-engineering.

[originally from svn r4613]

19 years agoI think we've been told before that you're not supposed to
Simon Tatham [Wed, 13 Oct 2004 12:29:50 +0000 (12:29 +0000)]
I think we've been told before that you're not supposed to
CloseHandle() the thing returned from MonitorFromPoint. Certainly MS
Visual Studio's debugger complained about it just now. CloseHandle()
call removed.

[originally from svn r4612]

19 years agoFix '/*' in comment.
Jacob Nevins [Wed, 13 Oct 2004 12:10:30 +0000 (12:10 +0000)]
Fix '/*' in comment.

[originally from svn r4611]

19 years agoRe-engineering of terminal emulator, phase 1.
Simon Tatham [Wed, 13 Oct 2004 11:50:16 +0000 (11:50 +0000)]
Re-engineering of terminal emulator, phase 1.

The active terminal screen is no longer an array of `unsigned long'
encoding 16-bit Unicode plus 16 attribute bits. Now it's an array of
`termchar' structures, which currently have 32-bit Unicode and 32
attribute bits but which will probably expand further in future.

To prevent bloat of the memory footprint, I've introduced a mostly
RLE-like compression scheme for storing scrollback: each line is
compressed into a compact (but hard to modify) form when it moves
into the term->scrollback tree, and is temporarily decompressed when
the user wants to scroll back over it. My initial tests suggest that
this compression averages about 1/4 of the previous (32 bits per
character cell) data size in typical output, which means this is an
improvement even without counting the new ability to extend the
information stored in each character cell.

Another beneficial side effect is that the insane format in which
Unicode was passed to front ends through do_text() has now been
rendered sane.

Testing is incomplete; this _may_ still have instabilities. Windows
and Unix front ends both seem to work as far as I've looked, but I
haven't yet looked very hard. The Mac front end I've edited (it
seemed obvious how to change it) but I can't compile or test it.

As an immediate functional effect, the terminal emulator now
supports full 32-bit Unicode to whatever extent the host platform
allows it to. For example, if you output a 4-or-more-byte UTF-8
character in Unix pterm, it will not display it properly, but it
will correctly paste it back out in a UTF8_STRING selection. Windows
is more restricted, sadly.

[originally from svn r4609]

19 years agofaq-alternate-localhost: You can now download the fix directly rather than
Jacob Nevins [Fri, 8 Oct 2004 12:38:08 +0000 (12:38 +0000)]
faq-alternate-localhost: You can now download the fix directly rather than
having to go through MS support.

[originally from svn r4607]

19 years agofaq-permission: xref licence
Jacob Nevins [Thu, 7 Oct 2004 10:19:46 +0000 (10:19 +0000)]
faq-permission: xref licence

[originally from svn r4606]

19 years agoX forwarding changes:
Jacob Nevins [Wed, 6 Oct 2004 22:31:07 +0000 (22:31 +0000)]
X forwarding changes:
 - new function platform_get_x_display() to find a sensible local display.
   On Unix, the Gtk apps weren't taking account of --display when
   determining where to send forwarded X traffic.
 - explicitly document that leaving X display location blank in config tries
   to do something sensible (and that it's now blank by default)
 - don't override X11Display setting in plink, since that's more properly
   done later

[originally from svn r4604]

19 years ago`ssh-log-pw-blank': known password fields are now omitted from SSH packet logs
Jacob Nevins [Sat, 2 Oct 2004 00:33:27 +0000 (00:33 +0000)]
`ssh-log-pw-blank': known password fields are now omitted from SSH packet logs
by default (although they can be included). There's also an option to remove
session data, which is good both for privacy and for reducing the size of
logfiles.

[originally from svn r4593]

19 years agoMention the negotiated SSH-2 MAC algorithm(s) in the Event Log.
Jacob Nevins [Wed, 29 Sep 2004 23:57:03 +0000 (23:57 +0000)]
Mention the negotiated SSH-2 MAC algorithm(s) in the Event Log.
(It should be possible to at least see what MAC is in use without going to a
SSH packet log.)

[originally from svn r4591]

19 years agoReport details in Event Log when receiving SSH2_MSG_CHANNEL_OPEN_FAILURE.
Simon Tatham [Wed, 29 Sep 2004 12:38:45 +0000 (12:38 +0000)]
Report details in Event Log when receiving SSH2_MSG_CHANNEL_OPEN_FAILURE.

[originally from svn r4589]

19 years agoLine (as opposed to block) cursors were being displayed when they shouldn't
Jacob Nevins [Tue, 28 Sep 2004 20:42:39 +0000 (20:42 +0000)]
Line (as opposed to block) cursors were being displayed when they shouldn't
have been, including when they were blinked off. Fixes Debian bug #272877.

[originally from svn r4586]

19 years ago"Incoming packet was garbled on decryption": I think this could in principle
Jacob Nevins [Mon, 27 Sep 2004 00:23:19 +0000 (00:23 +0000)]
"Incoming packet was garbled on decryption": I think this could in principle
be due to corruption on the wire?

[originally from svn r4582]

19 years agoTreat USER specially in event logging of Telnet ENVIRON option; it's
Jacob Nevins [Wed, 22 Sep 2004 22:38:23 +0000 (22:38 +0000)]
Treat USER specially in event logging of Telnet ENVIRON option; it's
occasionally been a pain that the username wasn't visible in the Event Log.

[originally from svn r4573]

19 years agoDocument telnet_keyboard more completely, cross-reference from "Special
Jacob Nevins [Wed, 22 Sep 2004 22:15:25 +0000 (22:15 +0000)]
Document telnet_keyboard more completely, cross-reference from "Special
Commands" section, and tweak option description in code.

[originally from svn r4572]

19 years agofaq-missing-slash: the missing-slash-in-PSFTP OpenSSH bug keeps coming up.
Jacob Nevins [Wed, 22 Sep 2004 14:07:35 +0000 (14:07 +0000)]
faq-missing-slash: the missing-slash-in-PSFTP OpenSSH bug keeps coming up.

[originally from svn r4568]

19 years agoAdd `OSU_1.5alpha4' to BUG_CHOKES_ON_SSH1_IGNORE; this is apparently enough to
Jacob Nevins [Tue, 21 Sep 2004 21:04:28 +0000 (21:04 +0000)]
Add `OSU_1.5alpha4' to BUG_CHOKES_ON_SSH1_IGNORE; this is apparently enough to
enable login with this version. (I'd suspected as much -- see ssh.c CVS
log 1.299 [r3359] -- and Geoffrey Hughes has now confirmed this.)

[originally from svn r4566]
[r3359 == d534d4e1045b4f5685affad40435ec2d5252cdef]

19 years ago`ampersat-in-username': tweak `strchr' to `strrchr' where necessary to
Jacob Nevins [Tue, 21 Sep 2004 16:49:51 +0000 (16:49 +0000)]
`ampersat-in-username': tweak `strchr' to `strrchr' where necessary to
consistently support usernames containing `@'.

[originally from svn r4563]

19 years agoReformat special commands to use \b instead of \dt / \dd.
Jacob Nevins [Mon, 20 Sep 2004 22:10:09 +0000 (22:10 +0000)]
Reformat special commands to use \b instead of \dt / \dd.

[originally from svn r4558]

19 years agoExplicitly list all the special commands supported by PuTTY.
Jacob Nevins [Mon, 20 Sep 2004 22:06:29 +0000 (22:06 +0000)]
Explicitly list all the special commands supported by PuTTY.

[originally from svn r4557]

19 years agoAdd accelerator for "Special Command" sub-menu.
Jacob Nevins [Mon, 20 Sep 2004 21:42:27 +0000 (21:42 +0000)]
Add accelerator for "Special Command" sub-menu.

[originally from svn r4556]

19 years agoFirst gentle encouragement to direct mirroring efforts to regions where we
Jacob Nevins [Sun, 19 Sep 2004 23:49:46 +0000 (23:49 +0000)]
First gentle encouragement to direct mirroring efforts to regions where we
don't already _have_ lots of mirrors.

[originally from svn r4550]

19 years agoMake it a bit easier to find our explanation of `raw' mode.
Jacob Nevins [Fri, 17 Sep 2004 14:26:39 +0000 (14:26 +0000)]
Make it a bit easier to find our explanation of `raw' mode.

[originally from svn r4547]

19 years agoTweak language re "Remote ports [accept connections from other hosts]"
Jacob Nevins [Thu, 16 Sep 2004 15:44:58 +0000 (15:44 +0000)]
Tweak language re "Remote ports [accept connections from other hosts]"

[originally from svn r4546]

19 years ago`dwalin' spotted a NULL dereference in the new makekey() error
Simon Tatham [Sun, 12 Sep 2004 22:02:06 +0000 (22:02 +0000)]
`dwalin' spotted a NULL dereference in the new makekey() error
handling. Oops.

[originally from svn r4541]

19 years agoMention requirement for Gtk+-1.2.
Jacob Nevins [Thu, 9 Sep 2004 18:00:05 +0000 (18:00 +0000)]
Mention requirement for Gtk+-1.2.
Other minor cleanups.

[originally from svn r4539]

19 years agoMake it clearer that the XP SP2 hotfix is described in the KB article.
Jacob Nevins [Thu, 9 Sep 2004 10:37:17 +0000 (10:37 +0000)]
Make it clearer that the XP SP2 hotfix is described in the KB article.

[originally from svn r4538]

19 years agoImproved diagnostics in port-forwarding: we now log any error returned by
Jacob Nevins [Fri, 3 Sep 2004 13:46:39 +0000 (13:46 +0000)]
Improved diagnostics in port-forwarding: we now log any error returned by
pfd_addforward() rather than just ignoring it.

[originally from svn r4529]

19 years agoIn SSH-2, list each compression algorithm only once. (No particular reason
Jacob Nevins [Fri, 3 Sep 2004 12:28:19 +0000 (12:28 +0000)]
In SSH-2, list each compression algorithm only once. (No particular reason
for this change, just tidiness.)

[originally from svn r4528]

19 years agoBleh, grammar.
Jacob Nevins [Wed, 1 Sep 2004 10:19:22 +0000 (10:19 +0000)]
Bleh, grammar.

[originally from svn r4523]

19 years agoDocumentation existence of SOCKS5 CHAP authentication.
Jacob Nevins [Wed, 1 Sep 2004 10:12:41 +0000 (10:12 +0000)]
Documentation existence of SOCKS5 CHAP authentication.

[originally from svn r4522]

19 years agoBen Hutchings points out that the initial states of the key-type
Simon Tatham [Tue, 31 Aug 2004 18:26:54 +0000 (18:26 +0000)]
Ben Hutchings points out that the initial states of the key-type
radio buttons and menu items are inconsistent.

[originally from svn r4521]

19 years agoCredit Malcolm Smith in the copyrights.
Simon Tatham [Mon, 30 Aug 2004 13:23:23 +0000 (13:23 +0000)]
Credit Malcolm Smith in the copyrights.

[originally from svn r4518]

19 years agoMalcolm Smith's patch to support CHAP (digest-based) authentication
Simon Tatham [Mon, 30 Aug 2004 13:11:17 +0000 (13:11 +0000)]
Malcolm Smith's patch to support CHAP (digest-based) authentication
when talking to SOCKS 5 proxies. Configures itself transparently (if
the proxy offers CHAP it will use it, otherwise it falls back to
ordinary cleartext passwords).

[originally from svn r4517]

19 years agoMore sensible error handling when we receive an SSH1 public key
Simon Tatham [Sat, 28 Aug 2004 16:51:26 +0000 (16:51 +0000)]
More sensible error handling when we receive an SSH1 public key
modulus of zero (!!), and also a robustness fix in ssh1_rdpkt which
I happened to notice while debugging that.

[originally from svn r4516]

19 years agofaq-alternate-localhost language tweak
Jacob Nevins [Fri, 27 Aug 2004 13:33:25 +0000 (13:33 +0000)]
faq-alternate-localhost language tweak

[originally from svn r4509]

19 years agoHandle WM_SYSCOLORCHANGE if using system colours. (Resets the whole palette,
Jacob Nevins [Fri, 27 Aug 2004 12:24:08 +0000 (12:24 +0000)]
Handle WM_SYSCOLORCHANGE if using system colours. (Resets the whole palette,
whereas ideally it would restrict itself to the affected colour slots.)

[originally from svn r4505]

19 years agoAdd comments indicating why these manifest files are present at all.
Jacob Nevins [Wed, 25 Aug 2004 09:20:41 +0000 (09:20 +0000)]
Add comments indicating why these manifest files are present at all.

[originally from svn r4498]

19 years agoPatch to use enum constants for cfg.funky_type instead of numeric
Jacob Nevins [Fri, 20 Aug 2004 14:04:13 +0000 (14:04 +0000)]
Patch to use enum constants for cfg.funky_type instead of numeric
literals, from "Anthony" <410C2A86.2010003@mail2004.ajrh.net>.

[originally from svn r4491]

19 years agoalternate-localhost: add "apparently" since none of this is first-hand
Jacob Nevins [Fri, 20 Aug 2004 09:09:01 +0000 (09:09 +0000)]
alternate-localhost: add "apparently" since none of this is first-hand

[originally from svn r4488]

19 years agoalternate-localhost WinXP SP2: apparently SP2 fixes the problem with
Jacob Nevins [Fri, 20 Aug 2004 08:32:30 +0000 (08:32 +0000)]
alternate-localhost WinXP SP2: apparently SP2 fixes the problem with
Terminal Services that meant you needed to use alternate-localhost in
the first place!

[originally from svn r4487]

19 years agoFix an annoying inconsistency that's been bugging me for years: "plink host"
Jacob Nevins [Thu, 19 Aug 2004 15:05:31 +0000 (15:05 +0000)]
Fix an annoying inconsistency that's been bugging me for years: "plink host"
and "plink user@host" differed in that the former attempted to load session
`host' while the latter didn't. Now both forms attempt to load a session.
Someone will probably complain, but hey.

[originally from svn r4485]

19 years agoRemove claim in usage text that Plink defaults to SSH, since it's not true
Jacob Nevins [Thu, 19 Aug 2004 13:15:02 +0000 (13:15 +0000)]
Remove claim in usage text that Plink defaults to SSH, since it's not true
in a number of situations.

[originally from svn r4484]

19 years agoAdd the WinXPSP2 alternate-localhost problem to the FAQ.
Jacob Nevins [Thu, 19 Aug 2004 12:58:14 +0000 (12:58 +0000)]
Add the WinXPSP2 alternate-localhost problem to the FAQ.

[originally from svn r4481]

19 years agoMention the mirroring guidelines on the web.
Jacob Nevins [Wed, 18 Aug 2004 10:24:40 +0000 (10:24 +0000)]
Mention the mirroring guidelines on the web.

[originally from svn r4478]

19 years agoSomeone complained that their keyboard-interactive password prompt was being
Jacob Nevins [Tue, 17 Aug 2004 14:08:05 +0000 (14:08 +0000)]
Someone complained that their keyboard-interactive password prompt was being
truncated - it was from OpenSSH on HP/UX and had all sorts of stuff in it
("last successful login" etc).

Bodged it by bumping up the space allocated in the fixed array for a password
prompt. Also added an indication that the prompt is being truncated, as
required by draft-ietf-secsh-auth-kbdinteract-06.

(NB that before this checkin, there was a more-or-less harmless buffer overread
where if we ever received a keyboard-interactive prompt with echo=1, we'd
probably spew goo on the terminal; fixed now.)

[originally from svn r4476]

19 years agoUpdate comment on dupprintf().
Simon Tatham [Mon, 16 Aug 2004 14:43:29 +0000 (14:43 +0000)]
Update comment on dupprintf().

[originally from svn r4468]

19 years agoPatch from Kurt Roeckx: apparently on Debian amd64, the ut_time member of
Jacob Nevins [Mon, 16 Aug 2004 09:38:12 +0000 (09:38 +0000)]
Patch from Kurt Roeckx: apparently on Debian amd64, the ut_time member of
struct utmp is not equivalent to time_t (it's 32-bit). From Debian bug#265910.

[originally from svn r4459]

19 years agoNote behaviour of `cd' with no arguments.
Jacob Nevins [Sun, 15 Aug 2004 17:21:46 +0000 (17:21 +0000)]
Note behaviour of `cd' with no arguments.

[originally from svn r4458]

19 years agoImplement `Restart Session', in both Unix and Windows PuTTY. Largely
Simon Tatham [Sat, 14 Aug 2004 13:04:18 +0000 (13:04 +0000)]
Implement `Restart Session', in both Unix and Windows PuTTY. Largely
because Owen questioned whether it was really easy enough to be
labelled `fun' in the bug database :-)

[originally from svn r4453]

19 years agossh_free() should not call log_free(); it's for the front end to
Simon Tatham [Sat, 14 Aug 2004 12:24:02 +0000 (12:24 +0000)]
ssh_free() should not call log_free(); it's for the front end to
decide whether the logctx is finished with or not.

[originally from svn r4452]

19 years agoExtra logging in SSH-2 port-forwarding. Most obviously, the opening of a
Jacob Nevins [Fri, 13 Aug 2004 01:08:34 +0000 (01:08 +0000)]
Extra logging in SSH-2 port-forwarding. Most obviously, the opening of a
forwarded X11 connection is now logged as well as the closing; but we also
log the peer IP/port in case it's interesting, and log the reason for
refusing to honour a channel open.

[originally from svn r4451]

19 years agoadd xref at the bottom of X11 section to options in config.but
Jacob Nevins [Thu, 12 Aug 2004 20:55:58 +0000 (20:55 +0000)]
add xref at the bottom of X11 section to options in config.but

[originally from svn r4450]

19 years agoFlush the logfile reasonably frequently in `printable output only' and
Jacob Nevins [Thu, 12 Aug 2004 01:02:01 +0000 (01:02 +0000)]
Flush the logfile reasonably frequently in `printable output only' and
`all session data' modes, without completely mauling the performance, by
fflush()ing once per term_out(). If anyone complains I suppose we can
make this optional.

[originally from svn r4445]

19 years agoMy new rsync mirror setup might need attention when we do a new
Simon Tatham [Wed, 11 Aug 2004 09:04:47 +0000 (09:04 +0000)]
My new rsync mirror setup might need attention when we do a new
release. Add to checklist.

[originally from svn r4441]

19 years agoRemove the email address from the footer of the HTML manual, and
Simon Tatham [Tue, 10 Aug 2004 17:12:31 +0000 (17:12 +0000)]
Remove the email address from the footer of the HTML manual, and
replace it with a link to the Feedback page, as we have long since
done everywhere else on the PuTTY website.

[originally from svn r4438]

19 years agoUpdate link to s2putty.
Jacob Nevins [Tue, 10 Aug 2004 16:50:30 +0000 (16:50 +0000)]
Update link to s2putty.

[originally from svn r4435]

19 years agoOops - merge version number bump from branch-0-55 (such was the plan).
Jacob Nevins [Mon, 9 Aug 2004 17:04:50 +0000 (17:04 +0000)]
Oops - merge version number bump from branch-0-55 (such was the plan).

[originally from svn r4430]

19 years agoApparently sending the tar output to stdout rather than a file causes tar to
Jacob Nevins [Mon, 9 Aug 2004 17:01:25 +0000 (17:01 +0000)]
Apparently sending the tar output to stdout rather than a file causes tar to
pad with trailing NULs, which slightly upsets old versions of gzip (1.2.4,
not 1.3.x), which upsets some of our correspondents.
Use -f to send it to a file instead. (It's not transparently clear what
happens when you mix -f and -C; I've tested this with ixion's tar, 1.13.25.)

Also add option -o to generate POSIX tar files, as for halibut/Makefile;
apparently this shuts up a `trailing garbage' error from WinZip.

[originally from svn r4429]

19 years agoFix for `mazovia': add Mazovia translation table based on info from
Jacob Nevins [Thu, 5 Aug 2004 14:10:24 +0000 (14:10 +0000)]
Fix for `mazovia': add Mazovia translation table based on info from
Slawomir Oczkowski and "Diron".

[originally from svn r4407]

19 years agoWhen using remote forwarding with SSH-1, you'd get bogus 'SSH1 cannot
Jacob Nevins [Tue, 3 Aug 2004 23:43:07 +0000 (23:43 +0000)]
When using remote forwarding with SSH-1, you'd get bogus 'SSH1 cannot
handle source address spec ":10023"; ignoring' type errors in the
Event Log. The forwarding would go ahead as normal so this is
cosmetic. Fixed.

[originally from svn r4392]

19 years agoMerge minor usage message tweaks (but not version number changes) from
Jacob Nevins [Tue, 3 Aug 2004 13:23:48 +0000 (13:23 +0000)]
Merge minor usage message tweaks (but not version number changes) from
branch-0-55.

[originally from svn r4385]

19 years agoMerged SSH1 robustness changes from 0.55 release branch on to trunk.
Simon Tatham [Sun, 1 Aug 2004 12:07:11 +0000 (12:07 +0000)]
Merged SSH1 robustness changes from 0.55 release branch on to trunk.

[originally from svn r4379]

19 years agoTweak to make it more obvious that the System menu is only available from
Jacob Nevins [Fri, 30 Jul 2004 09:38:37 +0000 (09:38 +0000)]
Tweak to make it more obvious that the System menu is only available from
the _terminal_ window -- should be obvious from context but the nearest
context is some distance away.

[originally from svn r4375]