Simon Tatham
a394f20829
Add a new SSH2 bug: some servers apparently claim to be able to do
...
DH group exchange, but choke when you actually try it. Never
automatically enabled; manual control only.
[originally from svn r1982]
2002-09-26 18:37:33 +00:00
Jacob Nevins
4baee2a8e8
Add context help support for Proxy panel
...
[originally from svn r1974]
2002-09-23 09:55:11 +00:00
Simon Tatham
d33c200de1
Support username/password authentication in SOCKS 5.
...
[originally from svn r1972]
2002-09-21 16:07:43 +00:00
Simon Tatham
442a360fb2
Support username and password authentication when talking to HTTP
...
proxies.
[originally from svn r1971]
2002-09-21 14:03:05 +00:00
Jacob Nevins
3711af9a53
Note about separate client-server and server-client encryption in SSH-2
...
[originally from svn r1949]
2002-09-10 12:30:45 +00:00
Simon Tatham
3391745d2d
Introduce the Bugs control panel, for overriding PuTTY's server
...
version number checks to determine the presence or absence of server
bugs.
[originally from svn r1936]
2002-09-08 13:28:38 +00:00
Jacob Nevins
f9f2042ca2
Update to reflect the last batch of proxy stuff we got from Justin Bradford.
...
[originally from svn r1935]
2002-09-08 13:25:58 +00:00
Simon Tatham
4abd468e14
Document all the new command-line stuff.
...
[originally from svn r1822]
2002-08-07 19:20:06 +00:00
Jacob Nevins
d5e66f6098
Fix AltGr/Application/Compose/CtrlAlt discrepancies introduced in windlg.c
...
rev 1.118 [r1033] (pointed out by Rob Pitman).
[originally from svn r1707]
[r1033 == d2369721bb
]
2002-05-30 12:41:07 +00:00
Jacob Nevins
2cd8ddb17d
Note that answerback string can contain control characters with ^C notation,
...
and the ^~ escape, but don't go into the gory details.
[originally from svn r1693]
2002-05-22 21:18:06 +00:00
Owen Dunn
c14c2ff479
Added SSH2 only support.
...
[originally from svn r1663]
2002-05-11 13:03:47 +00:00
Simon Tatham
4a33fecb07
Mention that numeric code pages can be entered manually in the
...
Translation box.
[originally from svn r1615]
2002-04-03 18:24:59 +00:00
Simon Tatham
ecd496a621
Updates to proxy support, both from me and from Justin Bradford.
...
Removed unnecessary spin locks, added a few comments, added support
for Telnet-type proxies, and wrote some documentation.
[originally from svn r1607]
2002-03-27 21:09:16 +00:00
Simon Tatham
ae476d5567
ANSI remote printer support. Raw mode only.
...
[originally from svn r1581]
2002-03-09 17:59:15 +00:00
Simon Tatham
fcb31d5cfe
Well, there was bound to be one I'd forgotten: the new Features
...
panel should include an option to disable xterm mouse reporting. So
now it does. Woo.
[originally from svn r1579]
2002-03-09 11:47:39 +00:00
Simon Tatham
2df966b43c
Add the Features panel, allowing you to disable a bunch of the more
...
controversial terminal features.
[originally from svn r1576]
2002-03-06 23:04:20 +00:00
Simon Tatham
b025e37bbb
Document the fact that character classes are a default-only
...
configuration option (and so you must reset the terminal if you
change them in mid-session).
[originally from svn r1560]
2002-02-24 15:25:19 +00:00
Simon Tatham
d2b11dad97
Make the section on terminal answerback mention that this is _not_
...
the same thing as sending the terminal type in the proper way.
[originally from svn r1553]
2002-02-04 13:18:54 +00:00
Simon Tatham
320ee10afb
Oops - the help for the new Telnet NL option wasn't quite there.
...
[originally from svn r1521]
2001-12-29 17:25:07 +00:00
Simon Tatham
726f9dde7e
Add a configurable option to make Return in Telnet send an ordinary
...
^M instead of the Telnet New Line code. Unix-type telnetds don't
care one way or the other; RDB claims some telnetds prefer Telnet
NL; and now someone has found one that can't deal with Telnet NL and
prefers ^M. Sigh.
[originally from svn r1520]
2001-12-29 17:21:26 +00:00
Simon Tatham
88a3baa065
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]
2001-12-15 12:15:24 +00:00
Simon Tatham
3ed0d44f16
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]
2001-12-14 14:57:50 +00:00
Simon Tatham
789bb1e727
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]
2001-12-14 12:48:24 +00:00
Simon Tatham
7983d2dd28
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]
2001-12-11 21:00:01 +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
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
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
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
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
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
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
486685c89a
Pretty much finished writing the Config chapter.
...
[originally from svn r1283]
2001-09-22 17:34:10 +00:00
Simon Tatham
31a6d909bf
Add a comment about Dragon NaturallySpeaking: it apparently requires
...
Alt+Space to work the Windows way.
[originally from svn r1188]
2001-08-16 11:09:25 +00:00
Simon Tatham
5138551608
Add description of the keepalives option
...
[originally from svn r1166]
2001-08-04 13:05:54 +00:00
Owen Dunn
56aa28467b
Bell panel docs.
...
[originally from svn r1144]
2001-06-03 11:46:49 +00:00
Owen Dunn
f8b02d37f9
Added mention of rlogin, and a few words on VT100+ and SCO function
...
key settings.
[originally from svn r1143]
2001-06-03 11:10:20 +00:00
Simon Tatham
7850ccb1d9
Useful workaround I was given, to fake storing settings in a file.
...
[originally from svn r1064]
2001-04-17 10:39:19 +00:00
Simon Tatham
9b15a80101
More stuff is written.
...
[originally from svn r914]
2001-01-29 17:26:20 +00:00
Simon Tatham
0990485276
Further work on writing the manual
...
[originally from svn r868]
2001-01-17 16:33:26 +00:00
Simon Tatham
4e3d39135e
Continue writing documentation. Looks like a long job :-(
...
[originally from svn r867]
2001-01-17 12:46:50 +00:00
Simon Tatham
54a4337c6a
Initial checkin of an outline for the PuTTY user manual.
...
[originally from svn r865]
2001-01-17 10:11:16 +00:00