Simon Tatham
b0c92ec43a
Owen's patch to allow PowerMenu (third-party transparency tool) to
...
not crash PuTTY.
[originally from svn r1463]
2001-12-07 20:37:18 +00:00
Simon Tatham
5d2488a58e
Add -rlogin to Plink, for orthogonality (and because I documented it
...
yesterday!).
[originally from svn r1462]
2001-12-07 20:36:56 +00:00
Simon Tatham
fc2a4f845d
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]
2001-12-06 20:05:39 +00:00
Simon Tatham
bf6cfd2b01
Sort out the silly filenames.
...
[originally from svn r1459]
2001-12-06 18:18:46 +00:00
Simon Tatham
2b99a70743
Integrate PuTTY and its help file. Now that's what I call a good
...
lunchtime's work :-)
[originally from svn r1458]
2001-12-06 13:28:02 +00:00
Simon Tatham
431ffb478e
Oops - replacement section types should be capitalised
...
[originally from svn r1446]
[this svn revision also touched halibut]
2001-12-04 19:12:18 +00:00
Simon Tatham
b9c8a9270a
Oops - check the _rest_ of the SSH2 DES patch back in. D'oh!
...
[originally from svn r1431]
2001-11-29 23:58:02 +00:00
Simon Tatham
f391d066de
Document the three new configuration options I've added tonight
...
[originally from svn r1430]
2001-11-29 22:32:37 +00:00
Simon Tatham
994bb17c57
Make the nonstandard "des-cbc" cipher disabled by default
...
[originally from svn r1429]
2001-11-29 22:26:52 +00:00
Simon Tatham
3270c74f9e
Configurable TCP_NODELAY option on network connections
...
[originally from svn r1428]
2001-11-29 21:47:11 +00:00
Simon Tatham
43a4339ac5
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]
2001-11-29 21:30:59 +00:00
Simon Tatham
82e7fd0f23
Make keyboard-interactive authentication configurable off. (This is
...
a stopgap until we get round to a proper authentications preference
list.)
[originally from svn r1426]
2001-11-29 20:34:06 +00:00
Simon Tatham
64df2cd90f
Remember to terminate the prompt string in keyboard-interactive
...
[originally from svn r1425]
2001-11-29 20:27:20 +00:00
Simon Tatham
7e0ef0b253
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]
2001-11-25 19:22:47 +00:00
Simon Tatham
fe943dcd68
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]
2001-11-25 18:59:12 +00:00
Simon Tatham
66a5fe7301
Split the Window panel into two to make room for proper comments
...
[originally from svn r1422]
2001-11-25 18:55:46 +00:00
Simon Tatham
59f3434672
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]
2001-11-25 18:39:57 +00:00
Simon Tatham
17f54e4c3d
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]
2001-11-25 17:32:39 +00:00
Simon Tatham
b7efa34942
Arrgh, and "password" should be spelled "passphrase".
...
[originally from svn r1419]
2001-11-25 17:14:00 +00:00
Simon Tatham
e233a3e51e
Oops - URLs in \W{...} have to be in real URL format :-/
...
[originally from svn r1418]
2001-11-25 17:12:23 +00:00
Simon Tatham
128038960f
Oops - one last versionid :-)
...
[originally from svn r1416]
2001-11-25 17:05:01 +00:00
Simon Tatham
0da35d079f
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]
2001-11-25 16:57:45 +00:00
Simon Tatham
bb1f5cec31
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]
2001-11-25 15:21:25 +00:00
Simon Tatham
6608016fc2
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]
2001-11-25 14:31:46 +00:00
Simon Tatham
9d814fd26e
Oops - fix another segfault in that -L and -R code
...
[originally from svn r1412]
2001-11-25 12:23:34 +00:00
Simon Tatham
14ab514528
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]
2001-11-25 11:36:49 +00:00
Simon Tatham
92eb0710e3
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]
2001-11-25 10:24:29 +00:00
Simon Tatham
774a173451
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]
2001-11-24 17:51:26 +00:00
Simon Tatham
8d299e69bd
Jacob's fix to the resize-behaviour GUI
...
[originally from svn r1407]
2001-11-24 13:11:28 +00:00
Simon Tatham
d9f7fc44bc
Glenn Maynard's other IME fix
...
[originally from svn r1406]
2001-11-24 11:56:24 +00:00
Simon Tatham
6c19b2c413
Glenn Maynard's IMM cursor position fix
...
[originally from svn r1405]
2001-11-23 19:12:28 +00:00
Simon Tatham
2a730c9865
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]
2001-11-23 12:51:23 +00:00
Simon Tatham
bc7203bc3a
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]
2001-11-23 12:48:14 +00:00
Simon Tatham
0af5c7d246
Add background-colour erase and `set this at the start of the
...
session' to the FAQ.
[originally from svn r1402]
2001-11-22 22:00:38 +00:00
Jacob Nevins
b723e94b78
Comment/string tweaks to reflect new DES-in-SSH2 capability.
...
[originally from svn r1397]
2001-11-21 23:40:46 +00:00
Simon Tatham
b49fde9410
Add single-DES support in SSH2
...
[originally from svn r1396]
2001-11-21 23:06:10 +00:00
Simon Tatham
cf2085eeaf
Ryan Finnie's extensions to the GUI feedback mode in pscp.
...
[originally from svn r1395]
2001-11-21 22:58:01 +00:00
Jacob Nevins
dd4bfacd9a
Primitive protection against SSH2 not actually agreeing a cipher in
...
either direction.
[originally from svn r1394]
2001-11-21 22:48:20 +00:00
Simon Tatham
cce8878289
Make sure we always unhide the mouse pointer when the System menu is
...
displayed.
[originally from svn r1393]
2001-11-21 22:31:05 +00:00
Simon Tatham
c2ae9e5537
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]
2001-11-21 22:23:40 +00:00
Simon Tatham
96d1f87e19
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]
2001-11-21 22:16:04 +00:00
Simon Tatham
15517300d8
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]
2001-11-21 22:06:53 +00:00
Simon Tatham
f176cbe70f
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]
2001-11-14 12:58:42 +00:00
Simon Tatham
89b429e9d9
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]
2001-11-13 23:13:07 +00:00
Simon Tatham
085c31e3a4
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]
2001-11-13 22:39:46 +00:00
Simon Tatham
7530a9905a
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]
2001-11-13 22:06:37 +00:00
Simon Tatham
45945b2726
Clarify the how-to-use-features-in-Plink question
...
[originally from svn r1379]
2001-11-13 10:34:14 +00:00
Simon Tatham
5f096142a7
Remember to initialise p->nphases to zero in progress report structure.
...
[originally from svn r1378]
2001-11-12 09:19:57 +00:00
Simon Tatham
818176c66f
Oops - one missing set of the ssh1 throttling indicator
...
[originally from svn r1377]
2001-11-10 17:09:17 +00:00
Simon Tatham
98948bf236
Whoops - missed out a vital bit of RTF Unicode fallback handling
...
[originally from svn r1374]
2001-11-08 09:20:36 +00:00