]> asedeno.scripts.mit.edu Git - PuTTY.git/log
PuTTY.git
22 years agoAdd a new back-end function to return the exit code of the remote
Simon Tatham [Sat, 29 Dec 2001 15:31:42 +0000 (15:31 +0000)]
Add a new back-end function to return the exit code of the remote
process. This is functional in SSH, and vestigial (just returns 0)
in the other three protocols. Plink's Windows exit code is now
determined by the remote process exit code, which should make it
more usable in scripting applications. Tested in both SSH1 and SSH2.

[originally from svn r1518]

22 years agoJordan Russell's patch (3rd of several). We now don't call TermOut()
Simon Tatham [Sat, 29 Dec 2001 14:47:59 +0000 (14:47 +0000)]
Jordan Russell's patch (3rd of several). We now don't call TermOut()
if the PuTTY window has the mouse capture (i.e. a drag-select is in
progress). This means you can drag-select at your leisure without
the screen contents wandering around providing you with a moving
target. Likewise dragging the scrollbar to find a piece of history
in the scrollback.

[originally from svn r1517]

22 years agoJordan Russell's patch (again): a couple of registry read operations
Simon Tatham [Sat, 29 Dec 2001 14:18:51 +0000 (14:18 +0000)]
Jordan Russell's patch (again): a couple of registry read operations
were using RegCreateKey instead of RegOpenKey by mistake. This also
required a fix in settings.c to deal gracefully with a NULL return
from enum_settings_start() - since the use of RCK had caused this
never to happen, the code path had never been tested.

[originally from svn r1516]

22 years agoJordan Russell's patch: only process mouse drags when we have the
Simon Tatham [Sat, 29 Dec 2001 14:05:07 +0000 (14:05 +0000)]
Jordan Russell's patch: only process mouse drags when we have the
mouse capture, which in turn will only occur if the initial click
was in the PuTTY client area. Prevents mouse drag events without an
initiating click, and also prevents selection occurring at
unexpected moments such as if you move the mouse before releasing
the second click after double-clicking the title bar to maximise the
window.

[originally from svn r1515]

22 years agoDocument the Pageant command line.
Simon Tatham [Thu, 20 Dec 2001 15:27:40 +0000 (15:27 +0000)]
Document the Pageant command line.

[originally from svn r1514]

22 years agoOops - fputs takes the file pointer second, not first!
Simon Tatham [Thu, 20 Dec 2001 14:19:10 +0000 (14:19 +0000)]
Oops - fputs takes the file pointer second, not first!

[originally from svn r1513]

22 years agoThis should fix the busy-wait problem with the IME.
Simon Tatham [Thu, 20 Dec 2001 14:18:01 +0000 (14:18 +0000)]
This should fix the busy-wait problem with the IME.

[originally from svn r1512]

22 years agoThe alphabetical ordering in the psftp command list was broken. D'oh!
Simon Tatham [Wed, 19 Dec 2001 18:49:32 +0000 (18:49 +0000)]
The alphabetical ordering in the psftp command list was broken. D'oh!

[originally from svn r1508]

22 years agoAdd the `can we run under win3.1' question to the FAQ.
Simon Tatham [Sun, 16 Dec 2001 15:30:03 +0000 (15:30 +0000)]
Add the `can we run under win3.1' question to the FAQ.

[originally from svn r1504]

22 years agoFiddle the header of the new feedback section to make it carefully
Simon Tatham [Sun, 16 Dec 2001 15:14:36 +0000 (15:14 +0000)]
Fiddle the header of the new feedback section to make it carefully
ambiguous about whether it thinks it's on the website or in the manual.

[originally from svn r1503]

22 years agoAdd two extra appendices giving the licence text and details of how
Simon Tatham [Sun, 16 Dec 2001 14:56:02 +0000 (14:56 +0000)]
Add two extra appendices giving the licence text and details of how
to give feedback. (I think the latter has suddenly become worthwhile
now we have the ability to distribute a help file; so people won't
have to come to the website for the feedback information.)

[originally from svn r1502]

22 years agoAdd the `local' command set to PSFTP: lcd, lpwd, and ! to spawn a
Simon Tatham [Sun, 16 Dec 2001 13:33:04 +0000 (13:33 +0000)]
Add the `local' command set to PSFTP: lcd, lpwd, and ! to spawn a
Windows command.

[originally from svn r1501]

22 years agoReplace the definition of WHEEL_DELTA which was removed in rev 1.185
Simon Tatham [Sun, 16 Dec 2001 12:11:56 +0000 (12:11 +0000)]
Replace the definition of WHEEL_DELTA which was removed in rev 1.185
[r1499]. For some reason Borland builds were working perfectly OK
without it, but VC builds were failing. *shrug*

[originally from svn r1500]
[r1499 == d6016149bfd0fe316629ff74e32e06f42948cf87]

22 years agoA contributor tells me that WM_MOUSEWHEEL is not supported in Win95,
Simon Tatham [Sat, 15 Dec 2001 14:30:58 +0000 (14:30 +0000)]
A contributor tells me that WM_MOUSEWHEEL is not supported in Win95,
and offers a patch that uses RegisterMessage() to acquire the
correct dynamic message number to use instead.

[originally from svn r1499]

22 years ago`make clean' in the Borland makefile should ignore error returns
Simon Tatham [Sat, 15 Dec 2001 14:29:03 +0000 (14:29 +0000)]
`make clean' in the Borland makefile should ignore error returns
from the delete commands in case nothing of a particular type needs
to be cleaned up.

[originally from svn r1498]

22 years agoImprovements to the malloc debugging stuff: when MALLOC_LOG is
Simon Tatham [Sat, 15 Dec 2001 14:09:51 +0000 (14:09 +0000)]
Improvements to the malloc debugging stuff: when MALLOC_LOG is
enabled, so that all mallocs and reallocs are tagged with a file
name and line number, this information is now shown in the `Out of
memory!' panic box.

[originally from svn r1497]

22 years agoAdd the remote counterpart for the `local port forwardings accept
Simon Tatham [Sat, 15 Dec 2001 12:15:24 +0000 (12:15 +0000)]
Add the remote counterpart for the `local port forwardings accept
connections from outside localhost' switch. Interestingly OpenSSH
3.0 appears to ignore this (though I know it works because ssh.com
3.0 gets it right, and the SSH packet dump agrees that I'm doing the
right thing).

[originally from svn r1496]

22 years agoReverse part of RDB's pedantic patch from rev 1.129 [r1105]: app
Simon Tatham [Sat, 15 Dec 2001 11:49:48 +0000 (11:49 +0000)]
Reverse part of RDB's pedantic patch from rev 1.129 [r1105]: app
cursor and app keypad modes are now once again independently
switchable. The VT100 and VT102 manuals may have done it RDB's way
as he said, but xterm and rxvt disagree and at least one app depends
on the xterm way. It'll have to become a configurable option if
anyone has trouble with this.

[originally from svn r1495]
[r1105 == 9f32a1da351fc81729aa943aaceb89b2e8cf3f0c]

22 years agoJaeyoun Chung's mysterious patch that apparently makes Korean input
Simon Tatham [Sat, 15 Dec 2001 11:10:19 +0000 (11:10 +0000)]
Jaeyoun Chung's mysterious patch that apparently makes Korean input
work properly: call luni_send() one character at a time rather than
all together after WM_IME_COMPOSITION.

[originally from svn r1494]

22 years agoRetired the #ifdef DUMP_PACKETS stuff in ssh.c because I'm utterly
Simon Tatham [Fri, 14 Dec 2001 14:57:50 +0000 (14:57 +0000)]
Retired the #ifdef DUMP_PACKETS stuff in ssh.c because I'm utterly
sick of recompiling to enable packet dumps. SSH packet dumping is
now provided as a logging option, and dumps to putty.log like all
the other logging options. While I'm at it I cleaned up the format
so that packet types are translated into strings for easy browsing.
POSSIBLE SIDE EFFECT: in the course of this work I had to re-enable
the SSH1 packet length checks which it turns out hadn't actually
been active for some time, so it's possible things might break as a
result. If need be I can always disable those checks for the 0.52
release and think about it more carefully later.

[originally from svn r1493]

22 years agoNow that Buttress can spot duplicate section keywords, it turns out
Simon Tatham [Fri, 14 Dec 2001 12:48:24 +0000 (12:48 +0000)]
Now that Buttress can spot duplicate section keywords, it turns out
there are several of them I hadn't noticed! All fixed.

[originally from svn r1491]

22 years agoAdd the missing psftp-pubkey section, shamelessly cribbed from the
Simon Tatham [Fri, 14 Dec 2001 12:22:09 +0000 (12:22 +0000)]
Add the missing psftp-pubkey section, shamelessly cribbed from the
corresponding section in the PSCP chapter.

[originally from svn r1487]

22 years agoRename a clashing section keyword (why wasn't Buttress catching
Simon Tatham [Fri, 14 Dec 2001 12:19:14 +0000 (12:19 +0000)]
Rename a clashing section keyword (why wasn't Buttress catching
this? Oops).

[originally from svn r1486]

22 years agoAdd a chapter to the manual describing PSFTP.
Simon Tatham [Fri, 14 Dec 2001 12:15:43 +0000 (12:15 +0000)]
Add a chapter to the manual describing PSFTP.

[originally from svn r1485]

22 years agoRemove ghastly hack involving fxp_error_message.
Simon Tatham [Fri, 14 Dec 2001 10:12:53 +0000 (10:12 +0000)]
Remove ghastly hack involving fxp_error_message.

[originally from svn r1484]

22 years agoFix trivial problems with PSFTP batch mode
Simon Tatham [Fri, 14 Dec 2001 10:06:09 +0000 (10:06 +0000)]
Fix trivial problems with PSFTP batch mode

[originally from svn r1483]

22 years agoAargh, an Americanism crept in. Now corrected: favorite -> favourite.
Simon Tatham [Fri, 14 Dec 2001 09:58:07 +0000 (09:58 +0000)]
Aargh, an Americanism crept in. Now corrected: favorite -> favourite.

[originally from svn r1482]

22 years agoTidied up PSFTP batch mode. The gross hack using fxp_error_message
Simon Tatham [Thu, 13 Dec 2001 19:26:51 +0000 (19:26 +0000)]
Tidied up PSFTP batch mode. The gross hack using fxp_error_message
to report command failures is now gone; instead each sftp_cmd_*
routine returns 0 or 1 depending on success, like they should have
done right from the start. This fixes problems with `ls' prematurely
terminating PSFTP batch files.

[originally from svn r1481]

22 years agoAllow PSFTP to be run with no arguments, in which case it enters the
Simon Tatham [Thu, 13 Dec 2001 18:42:34 +0000 (18:42 +0000)]
Allow PSFTP to be run with no arguments, in which case it enters the
command-line state but all commands are disallowed except `open
host.name'. The idea is to provide marginal extra niceness for
people who double-click the icon without realising it's a cmdline app.

[originally from svn r1480]

22 years agoClarify that port forwarding will not be enabled until the user has
Simon Tatham [Thu, 13 Dec 2001 17:38:59 +0000 (17:38 +0000)]
Clarify that port forwarding will not be enabled until the user has
authenticated.

[originally from svn r1479]

22 years agoUpdated the PuTTYgen section in pubkey.but so that it gives
Simon Tatham [Wed, 12 Dec 2001 18:45:56 +0000 (18:45 +0000)]
Updated the PuTTYgen section in pubkey.but so that it gives
individual documentation of the various PuTTYgen controls; also
implemented context help in PuTTYgen to go with it. Shame there
isn't space for a generic `Help' button in the PuTTYgen window.

[originally from svn r1478]

22 years agoDisable username switching between SSH2 auth attempts, and add a
Simon Tatham [Tue, 11 Dec 2001 21:00:01 +0000 (21:00 +0000)]
Disable username switching between SSH2 auth attempts, and add a
configurable option so users can re-enable the feature _if_ they
know they have an SSH2 server that isn't going to get shirty about
it. Inspired by a spectacular increase in OpenSSH's shirtiness.

[originally from svn r1474]

22 years agoFix error handling in sftp (the sftp_recv return value was being
Simon Tatham [Tue, 11 Dec 2001 20:08:12 +0000 (20:08 +0000)]
Fix error handling in sftp (the sftp_recv return value was being
checked for NULL almost nowhere).

[originally from svn r1472]

22 years agoAdd help support to Pageant. (For the primary - non-context - help,
Simon Tatham [Tue, 11 Dec 2001 18:48:29 +0000 (18:48 +0000)]
Add help support to Pageant. (For the primary - non-context - help,
we just invoke the same help file and jump to the Pageant chapter.
It would be nice to be able to bring up the contents box with the
Pageant chapter expanded, but I don't think WinHelp() allows us to
request this.)

[originally from svn r1471]

22 years agoFixes to full-screen mode. There were various problems when you went
Simon Tatham [Tue, 11 Dec 2001 18:47:55 +0000 (18:47 +0000)]
Fixes to full-screen mode. There were various problems when you went
full-screen, then selected Change Settings and then changed the
resize behaviour, ranging from the window staying FS but acquiring
borders to the window restoring its previous size and _failing_ to
acquire borders. Should now all be fixed.

[originally from svn r1470]

22 years agoFix compiler warnings
Simon Tatham [Tue, 11 Dec 2001 18:47:35 +0000 (18:47 +0000)]
Fix compiler warnings

[originally from svn r1469]

22 years agoApparently sending DISCONNECT on a normal SSH2 connection close is
Simon Tatham [Mon, 10 Dec 2001 18:12:51 +0000 (18:12 +0000)]
Apparently sending DISCONNECT on a normal SSH2 connection close is
actually _less_ polite than just closing the connection, rather than
more polite as I'd believed. So we now just close.

[originally from svn r1468]

22 years agoRDB's patch to allow the `-c' option to Pageant to take a command
Simon Tatham [Mon, 10 Dec 2001 17:50:03 +0000 (17:50 +0000)]
RDB's patch to allow the `-c' option to Pageant to take a command
_with arguments_. Duh, should have thought of that myself.

[originally from svn r1467]

22 years agoAndrew Francis's Pageant updates: you can now multi-select key files
Simon Tatham [Mon, 10 Dec 2001 17:40:14 +0000 (17:40 +0000)]
Andrew Francis's Pageant updates: you can now multi-select key files
to add and keys to remove (in the open-file dialog and the key list
box respectively), and passphrases are cached during the process of
adding several keys at once (in case two of the keys have the same
passphrase).

[originally from svn r1466]

22 years agoFIFTH ATTEMPT at getting full-screen mode right. This new attempt
Simon Tatham [Fri, 7 Dec 2001 21:21:03 +0000 (21:21 +0000)]
FIFTH ATTEMPT at getting full-screen mode right. This new attempt
(which I'll comment at some stage) should combine the believable
semantics of RDB's fullscreen-by-maximise mode with the multi-
monitor friendliness of Wez Furlong's approach while also working on
Win98. If we're lucky.

[originally from svn r1464]

22 years agoOwen's patch to allow PowerMenu (third-party transparency tool) to
Simon Tatham [Fri, 7 Dec 2001 20:37:18 +0000 (20:37 +0000)]
Owen's patch to allow PowerMenu (third-party transparency tool) to
not crash PuTTY.

[originally from svn r1463]

22 years agoAdd -rlogin to Plink, for orthogonality (and because I documented it
Simon Tatham [Fri, 7 Dec 2001 20:36:56 +0000 (20:36 +0000)]
Add -rlogin to Plink, for orthogonality (and because I documented it
yesterday!).

[originally from svn r1462]

22 years agoDocumentation: filled the last few gaps and cleaned a few things up.
Simon Tatham [Thu, 6 Dec 2001 20:05:39 +0000 (20:05 +0000)]
Documentation: filled the last few gaps and cleaned a few things up.
PuTTY now has a complete manual. Stylistic review, content review
and indexing are yet to do, but at least there's some plausible text
in every section now.

[originally from svn r1460]

22 years agoSort out the silly filenames.
Simon Tatham [Thu, 6 Dec 2001 18:18:46 +0000 (18:18 +0000)]
Sort out the silly filenames.

[originally from svn r1459]

22 years agoIntegrate PuTTY and its help file. Now that's what I call a good
Simon Tatham [Thu, 6 Dec 2001 13:28:02 +0000 (13:28 +0000)]
Integrate PuTTY and its help file. Now that's what I call a good
lunchtime's work :-)

[originally from svn r1458]

22 years agoOops - replacement section types should be capitalised
Simon Tatham [Tue, 4 Dec 2001 19:12:18 +0000 (19:12 +0000)]
Oops - replacement section types should be capitalised

[originally from svn r1446]
[this svn revision also touched halibut]

22 years agoOops - check the _rest_ of the SSH2 DES patch back in. D'oh!
Simon Tatham [Thu, 29 Nov 2001 23:58:02 +0000 (23:58 +0000)]
Oops - check the _rest_ of the SSH2 DES patch back in. D'oh!

[originally from svn r1431]

22 years agoDocument the three new configuration options I've added tonight
Simon Tatham [Thu, 29 Nov 2001 22:32:37 +0000 (22:32 +0000)]
Document the three new configuration options I've added tonight

[originally from svn r1430]

22 years agoMake the nonstandard "des-cbc" cipher disabled by default
Simon Tatham [Thu, 29 Nov 2001 22:26:52 +0000 (22:26 +0000)]
Make the nonstandard "des-cbc" cipher disabled by default

[originally from svn r1429]

22 years agoConfigurable TCP_NODELAY option on network connections
Simon Tatham [Thu, 29 Nov 2001 21:47:11 +0000 (21:47 +0000)]
Configurable TCP_NODELAY option on network connections

[originally from svn r1428]

22 years agoSet up kbd_codepage at the start of the program, as well as when the
Simon Tatham [Thu, 29 Nov 2001 21:30:59 +0000 (21:30 +0000)]
Set up kbd_codepage at the start of the program, as well as when the
input locale changes. With any luck this should sort out the Polish
Unicode problems.

[originally from svn r1427]

22 years agoMake keyboard-interactive authentication configurable off. (This is
Simon Tatham [Thu, 29 Nov 2001 20:34:06 +0000 (20:34 +0000)]
Make keyboard-interactive authentication configurable off. (This is
a stopgap until we get round to a proper authentications preference
list.)

[originally from svn r1426]

22 years agoRemember to terminate the prompt string in keyboard-interactive
Simon Tatham [Thu, 29 Nov 2001 20:27:20 +0000 (20:27 +0000)]
Remember to terminate the prompt string in keyboard-interactive

[originally from svn r1425]

22 years agoFurther documentation work. Tidy up the Config chapter (add a few
Simon Tatham [Sun, 25 Nov 2001 19:22:47 +0000 (19:22 +0000)]
Further documentation work. Tidy up the Config chapter (add a few
new features - the code had got ahead of the docs), and propagate a
couple of cross-references to other files as a result.

[originally from svn r1424]

22 years agoAdd a new chapter full of intermediate-useful-things, somewhere
Simon Tatham [Sun, 25 Nov 2001 18:59:12 +0000 (18:59 +0000)]
Add a new chapter full of intermediate-useful-things, somewhere
between `Getting Started' (things we can barely believe you don't
know) and the Configuration reference chapter (things you already
knew and had just forgotten). Only half-written at the moment.

[originally from svn r1423]

22 years agoSplit the Window panel into two to make room for proper comments
Simon Tatham [Sun, 25 Nov 2001 18:55:46 +0000 (18:55 +0000)]
Split the Window panel into two to make room for proper comments

[originally from svn r1422]

22 years agoRDB's general resizing cleanup. He's put his favourite resize mode
Simon Tatham [Sun, 25 Nov 2001 18:39:57 +0000 (18:39 +0000)]
RDB's general resizing cleanup. He's put his favourite resize mode
back in again, but as long as it's not the default it doesn't bother
me too much :-)

[originally from svn r1421]

22 years agoEditorial policy change: I've decided that it's better to use \q
Simon Tatham [Sun, 25 Nov 2001 17:32:39 +0000 (17:32 +0000)]
Editorial policy change: I've decided that it's better to use \q
than \e when describing button names and menu items: the "Foo"
button rather than the _Foo_ button. Certainly consistent use of
either is better than the mixed use of both we had before :-)

[originally from svn r1420]

22 years agoArrgh, and "password" should be spelled "passphrase".
Simon Tatham [Sun, 25 Nov 2001 17:14:00 +0000 (17:14 +0000)]
Arrgh, and "password" should be spelled "passphrase".

[originally from svn r1419]

22 years agoOops - URLs in \W{...} have to be in real URL format :-/
Simon Tatham [Sun, 25 Nov 2001 17:12:23 +0000 (17:12 +0000)]
Oops - URLs in \W{...} have to be in real URL format :-/

[originally from svn r1418]

22 years agoOops - one last versionid :-)
Simon Tatham [Sun, 25 Nov 2001 17:05:01 +0000 (17:05 +0000)]
Oops - one last versionid :-)

[originally from svn r1416]

22 years agoMiscellaneous documentation updates. Finished a first draft of the
Simon Tatham [Sun, 25 Nov 2001 16:57:45 +0000 (16:57 +0000)]
Miscellaneous documentation updates. Finished a first draft of the
Pageant chapter; wrote something about passphrase lengths; added
\versionid to all chapters that didn't have it yet.

[originally from svn r1415]

22 years agoAdd support for most of the ESC[<low number>t sequences, which xterm
Simon Tatham [Sun, 25 Nov 2001 15:21:25 +0000 (15:21 +0000)]
Add support for most of the ESC[<low number>t sequences, which xterm
uses to manipulate the window (minimise, maximise, front, back,
move, resize) and report things about the window (is it minimised or
maximised, how big is it, what's its title). Missing are ESC[4;X;Yt
(resize to a specified pixel size; our resize code doesn't like it)
and ESC[19;X;Yt (report size of _screen_ in _characters_, which it
isn't even obvious how to do when you've got a variable font size).

[originally from svn r1414]

22 years agoINCOMPATIBLE CHANGE to the SSH2 private key file format. There is
Simon Tatham [Sun, 25 Nov 2001 14:31:46 +0000 (14:31 +0000)]
INCOMPATIBLE CHANGE to the SSH2 private key file format. There is
now a passphrase-keyed MAC covering _all_ important data in the
file, including the public blob and the key comment. Should
conclusively scupper any attacks based on nobbling the key file in
an attempt to sucker the machine that decrypts it. MACing the
comment field also protects against a key-substitution attack (if
someone's worked out a way past our DSA protections and can extract
the private key from a signature, swapping key files and
substituting comments might just enable them to get the signature
they need to do this. Paranoid, but might as well).

[originally from svn r1413]

22 years agoOops - fix another segfault in that -L and -R code
Simon Tatham [Sun, 25 Nov 2001 12:23:34 +0000 (12:23 +0000)]
Oops - fix another segfault in that -L and -R code

[originally from svn r1412]

22 years agoRob Wood's patch to provide standard -L and -R options for port
Simon Tatham [Sun, 25 Nov 2001 11:36:49 +0000 (11:36 +0000)]
Rob Wood's patch to provide standard -L and -R options for port
forwarding in Plink. Cleaned up a bit to remove segfaults and work
correctly with saved sessions.

[originally from svn r1411]

22 years agoJacob's patch to make full-screen mode available even when Alt-Enter
Simon Tatham [Sun, 25 Nov 2001 10:24:29 +0000 (10:24 +0000)]
Jacob's patch to make full-screen mode available even when Alt-Enter
isn't configured to do it: we now have a sysmenu option for it. In
addition, there's a special case such that clicking the top left
pixel on the screen in full-screen mode brings up the sysmenu (so
you can still get at the sysmenu in FS mode without Alt-anything
configured to bring it up and without ghastly fiddling with the
Windows key). Also Change Settings while in full-screen mode now
adds/removes the scrollbar in response to scrollbar_in_fullscreen
rather than scrollbar (oops).

[originally from svn r1410]

22 years agoMake use of the new section-relabelling in Buttress to arrange for
Simon Tatham [Sat, 24 Nov 2001 17:51:26 +0000 (17:51 +0000)]
Make use of the new section-relabelling in Buttress to arrange for
all the FAQ questions to be cross-referenced as `question A.1.2'
instead of `section A.1.2'.

[originally from svn r1409]

22 years agoJacob's fix to the resize-behaviour GUI
Simon Tatham [Sat, 24 Nov 2001 13:11:28 +0000 (13:11 +0000)]
Jacob's fix to the resize-behaviour GUI

[originally from svn r1407]

22 years agoGlenn Maynard's other IME fix
Simon Tatham [Sat, 24 Nov 2001 11:56:24 +0000 (11:56 +0000)]
Glenn Maynard's other IME fix

[originally from svn r1406]

22 years agoGlenn Maynard's IMM cursor position fix
Simon Tatham [Fri, 23 Nov 2001 19:12:28 +0000 (19:12 +0000)]
Glenn Maynard's IMM cursor position fix

[originally from svn r1405]

22 years agoEnsure we ignore a hostname in Default Settings, if a perverse user
Simon Tatham [Fri, 23 Nov 2001 12:51:23 +0000 (12:51 +0000)]
Ensure we ignore a hostname in Default Settings, if a perverse user
has set one up using regedit. It badly confuses Plink.

[originally from svn r1404]

22 years agoMake it clear that you can't save a hostname into Default Settings,
Simon Tatham [Fri, 23 Nov 2001 12:48:14 +0000 (12:48 +0000)]
Make it clear that you can't save a hostname into Default Settings,
and also make it clear why not and what you should do instead.

[originally from svn r1403]

22 years agoAdd background-colour erase and `set this at the start of the
Simon Tatham [Thu, 22 Nov 2001 22:00:38 +0000 (22:00 +0000)]
Add background-colour erase and `set this at the start of the
session' to the FAQ.

[originally from svn r1402]

22 years agoComment/string tweaks to reflect new DES-in-SSH2 capability.
Jacob Nevins [Wed, 21 Nov 2001 23:40:46 +0000 (23:40 +0000)]
Comment/string tweaks to reflect new DES-in-SSH2 capability.

[originally from svn r1397]

22 years agoAdd single-DES support in SSH2
Simon Tatham [Wed, 21 Nov 2001 23:06:10 +0000 (23:06 +0000)]
Add single-DES support in SSH2

[originally from svn r1396]

22 years agoRyan Finnie's extensions to the GUI feedback mode in pscp.
Simon Tatham [Wed, 21 Nov 2001 22:58:01 +0000 (22:58 +0000)]
Ryan Finnie's extensions to the GUI feedback mode in pscp.

[originally from svn r1395]

22 years agoPrimitive protection against SSH2 not actually agreeing a cipher in
Jacob Nevins [Wed, 21 Nov 2001 22:48:20 +0000 (22:48 +0000)]
Primitive protection against SSH2 not actually agreeing a cipher in
either direction.

[originally from svn r1394]

22 years agoMake sure we always unhide the mouse pointer when the System menu is
Simon Tatham [Wed, 21 Nov 2001 22:31:05 +0000 (22:31 +0000)]
Make sure we always unhide the mouse pointer when the System menu is
displayed.

[originally from svn r1393]

22 years agoCtrl and Alt shouldn't reset the scrollback even if reset-on-
Simon Tatham [Wed, 21 Nov 2001 22:23:40 +0000 (22:23 +0000)]
Ctrl and Alt shouldn't reset the scrollback even if reset-on-
keypress is enabled. (Shift already didn't, because that was
necessary for Shift-Pg{Up,Dn} to work sanely.)

[originally from svn r1392]

22 years agoThe dummy drag-list item wasn't being removed on a single-click or
Simon Tatham [Wed, 21 Nov 2001 22:16:04 +0000 (22:16 +0000)]
The dummy drag-list item wasn't being removed on a single-click or
double-click (DL_BEGINDRAG followed immediately by DL_DROPPED with
no intervening DL_DRAGGING). Fixed.

[originally from svn r1391]

22 years agoSend SSH2_MSG_NEWKEYS _before_ expecting to receive it, rather than
Simon Tatham [Wed, 21 Nov 2001 22:06:53 +0000 (22:06 +0000)]
Send SSH2_MSG_NEWKEYS _before_ expecting to receive it, rather than
after. Shouldn't make a difference for any server that previously
worked, but we should now interoperate sensibly with servers that
wait to receive our NEWKEYS before sending their own. Apparently
Unisphere produce one such.

[originally from svn r1390]

22 years agoYikes! sftp.c wasn't using the misc.h wrappered malloc functions,
Simon Tatham [Wed, 14 Nov 2001 12:58:42 +0000 (12:58 +0000)]
Yikes! sftp.c wasn't using the misc.h wrappered malloc functions,
meaning that PSFTP couldn't meaningfully be debugged using
Minefield. That's what I get for developing it under Unix and
forgetting to port it properly :-/

[originally from svn r1383]

22 years agoAdd a rant to the FAQ about host key checking. I'm _sick_ of people
Simon Tatham [Tue, 13 Nov 2001 23:13:07 +0000 (23:13 +0000)]
Add a rant to the FAQ about host key checking. I'm _sick_ of people
implementing a command line option to disable it and expecting us to
cheerfully accept the patch.

[originally from svn r1382]

22 years agoModify a comment to try to remind myself that the &-in-session-names
Simon Tatham [Tue, 13 Nov 2001 22:39:46 +0000 (22:39 +0000)]
Modify a comment to try to remind myself that the &-in-session-names
hack (to create accelerators on the System menu) should have some
official status.

[originally from svn r1381]

22 years agoHandle incoming SSH2_MSG_CHANNEL_REQUEST (by refusing all requests).
Simon Tatham [Tue, 13 Nov 2001 22:06:37 +0000 (22:06 +0000)]
Handle incoming SSH2_MSG_CHANNEL_REQUEST (by refusing all requests).
Should have done this ages ago; the OpenSSH 3.0 ClientAliveInterval
mechanism requires it so now it's really necessary.

[originally from svn r1380]

22 years agoClarify the how-to-use-features-in-Plink question
Simon Tatham [Tue, 13 Nov 2001 10:34:14 +0000 (10:34 +0000)]
Clarify the how-to-use-features-in-Plink question

[originally from svn r1379]

22 years agoRemember to initialise p->nphases to zero in progress report structure.
Simon Tatham [Mon, 12 Nov 2001 09:19:57 +0000 (09:19 +0000)]
Remember to initialise p->nphases to zero in progress report structure.

[originally from svn r1378]

22 years agoOops - one missing set of the ssh1 throttling indicator
Simon Tatham [Sat, 10 Nov 2001 17:09:17 +0000 (17:09 +0000)]
Oops - one missing set of the ssh1 throttling indicator

[originally from svn r1377]

22 years agoWhoops - missed out a vital bit of RTF Unicode fallback handling
Simon Tatham [Thu, 8 Nov 2001 09:20:36 +0000 (09:20 +0000)]
Whoops - missed out a vital bit of RTF Unicode fallback handling

[originally from svn r1374]

22 years agoImplement writing RTF to the clipboard (off by default), so that if
Simon Tatham [Wed, 7 Nov 2001 22:22:53 +0000 (22:22 +0000)]
Implement writing RTF to the clipboard (off by default), so that if
you enable it text will paste into Word et al in the same font as
PuTTY itself is displaying in. In particular, this will be a fixed-
pitch font, so tables and `ls' and the like will naturally line up.

[originally from svn r1373]

22 years agoMakefile fix: we've been compiling ssh.c separately because it needs
Simon Tatham [Wed, 7 Nov 2001 13:39:54 +0000 (13:39 +0000)]
Makefile fix: we've been compiling ssh.c separately because it needs
$(VER) defining, but forgetting that it also needs the rest of the
stuff!

[originally from svn r1372]

22 years agoRDB's fix to full-screen mode. Apparently sorts out most of the
Simon Tatham [Sun, 4 Nov 2001 16:41:26 +0000 (16:41 +0000)]
RDB's fix to full-screen mode. Apparently sorts out most of the
fullscreen/maximised confusions, by treating fullscreen as a special
case of maximised (fair enough). Removes dependency on multimon.h,
but Wez thinks (though he was unable to test) that this version
should naturally do the Right Thing on multi-monitor systems anyway.

[originally from svn r1365]

22 years agoFix accelerators in Window panel
Simon Tatham [Wed, 31 Oct 2001 18:51:07 +0000 (18:51 +0000)]
Fix accelerators in Window panel

[originally from svn r1351]

22 years agoRectangular-block selection. Enabled by Alt+drag, unless you
Simon Tatham [Wed, 31 Oct 2001 18:50:09 +0000 (18:50 +0000)]
Rectangular-block selection. Enabled by Alt+drag, unless you
configure it to be the default in which case it's _dis_abled by
Alt+drag.

[originally from svn r1350]

22 years agoAdd a couple more FAQs (`where's the Tunnels panel' and `how do I do
Simon Tatham [Tue, 30 Oct 2001 22:33:35 +0000 (22:33 +0000)]
Add a couple more FAQs (`where's the Tunnels panel' and `how do I do
<blah> in Plink').

[originally from svn r1349]

22 years agoShrink the PuTTYgen window for 640x480 friendliness (thanks Jacob)
Simon Tatham [Tue, 30 Oct 2001 22:12:49 +0000 (22:12 +0000)]
Shrink the PuTTYgen window for 640x480 friendliness (thanks Jacob)

[originally from svn r1348]

22 years agoWord-by-word (double-click) selection now spans line breaks if the
Simon Tatham [Tue, 30 Oct 2001 22:02:15 +0000 (22:02 +0000)]
Word-by-word (double-click) selection now spans line breaks if the
line break was created by wrapping. (Equivalently, if the selection
would _paste_ as a single word without a newline in the middle, then
it will _select_ in the same way.)

[originally from svn r1347]

22 years agoThe other utilities should do the same processing of the hostname
Simon Tatham [Tue, 30 Oct 2001 21:45:27 +0000 (21:45 +0000)]
The other utilities should do the same processing of the hostname
(parsing `user@' prefixes etc) that PuTTY proper does.

[originally from svn r1346]

22 years agoTidy up the SERIOUS NETWORK ERROR fixes
Simon Tatham [Tue, 30 Oct 2001 20:57:22 +0000 (20:57 +0000)]
Tidy up the SERIOUS NETWORK ERROR fixes

[originally from svn r1345]