0d7dc070d5
Add the `local' command set to PSFTP: lcd, lpwd, and ! to spawn a
...
Windows command.
[originally from svn r1501]
2001-12-16 13:33:04 +00:00
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
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
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
a65928a8ae
Add the missing psftp-pubkey section, shamelessly cribbed from the
...
corresponding section in the PSCP chapter.
[originally from svn r1487]
2001-12-14 12:22:09 +00:00
5b196ef5bc
Rename a clashing section keyword (why wasn't Buttress catching
...
this? Oops).
[originally from svn r1486]
2001-12-14 12:19:14 +00:00
9f3b49f3ba
Add a chapter to the manual describing PSFTP.
...
[originally from svn r1485]
2001-12-14 12:15:43 +00:00
ab431397d6
Aargh, an Americanism crept in. Now corrected: favorite -> favourite.
...
[originally from svn r1482]
2001-12-14 09:58:07 +00:00
f3a8796cf5
Clarify that port forwarding will not be enabled until the user has
...
authenticated.
[originally from svn r1479]
2001-12-13 17:38:59 +00:00
f9cbbc3387
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]
2001-12-12 18:45:56 +00:00
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
e5764eb695
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]
2001-12-11 18:48:29 +00:00
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
bf6cfd2b01
Sort out the silly filenames.
...
[originally from svn r1459]
2001-12-06 18:18:46 +00:00
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
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
f391d066de
Document the three new configuration options I've added tonight
...
[originally from svn r1430]
2001-11-29 22:32:37 +00:00
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
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
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
b7efa34942
Arrgh, and "password" should be spelled "passphrase".
...
[originally from svn r1419]
2001-11-25 17:14:00 +00:00
e233a3e51e
Oops - URLs in \W{...} have to be in real URL format :-/
...
[originally from svn r1418]
2001-11-25 17:12:23 +00:00
128038960f
Oops - one last versionid :-)
...
[originally from svn r1416]
2001-11-25 17:05:01 +00:00
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
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
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
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
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
45945b2726
Clarify the how-to-use-features-in-Plink question
...
[originally from svn r1379]
2001-11-13 10:34:14 +00:00
ec1d8c1408
Add a couple more FAQs (where's the Tunnels panel' and
how do I do
...
<blah> in Plink').
[originally from svn r1349]
2001-10-30 22:33:35 +00:00
7901347083
Add the `will you write an SSH server' question to the FAQ.
...
[originally from svn r1343]
2001-10-30 15:37:09 +00:00
1cd1f24264
Add the FAQ about `nothing happens when I try to type my password'.
...
[originally from svn r1337]
2001-10-28 15:11:24 +00:00
3dfaf08a0a
Tiny tinkerings with FAQ
...
[originally from svn r1326]
2001-10-25 18:48:54 +00:00
24a8b00ace
Fix a couple of errors in the FAQ.
...
[originally from svn r1320]
2001-10-25 08:09:58 +00:00
2074adcf5b
Condense the docs into fewer HTML files. Particularly useful since
...
the new-look FAQ is now one file.
[originally from svn r1319]
2001-10-24 19:05:36 +00:00
d73e94894f
_Actually_ add the new-look PuTTY FAQ. When will I remember to run "cvs add"?
...
[originally from svn r1318]
2001-10-24 18:56:52 +00:00
b55b94e069
Add the new-look PuTTY FAQ
...
[originally from svn r1317]
2001-10-24 18:56:28 +00:00
36e6d63b66
Fix various fiddly little warnings.
...
[originally from svn r1298]
2001-09-25 19:59:14 +00:00
d84c7e05ba
Restore Lars Gunnarsson's old link for iXplorer.
...
[originally from svn r1295]
2001-09-24 22:00:46 +00:00
d345ebc2a5
Add support for DSA authentication in SSH2, following clever ideas
...
on how to get round the problem of generating a good k.
[originally from svn r1284]
2001-09-22 20:52:21 +00:00
486685c89a
Pretty much finished writing the Config chapter.
...
[originally from svn r1283]
2001-09-22 17:34:10 +00:00
630fd6c546
Oops - that tweak had bad Buttress syntax. D'oh!
...
[originally from svn r1282]
2001-09-22 15:37:51 +00:00
9a97208dd2
Miscellaneous small documentation tweaks.
...
[originally from svn r1281]
2001-09-22 15:36:44 +00:00
bbc7f197bc
Add documentation of the new PSCP `-unsafe' option and the
...
associated warning message.
[originally from svn r1221]
2001-08-28 09:53:51 +00:00
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
15cf1e664b
Mention PLINK_PROTOCOL in the Plink chapter.
...
[originally from svn r1167]
2001-08-04 13:06:08 +00:00
5138551608
Add description of the keepalives option
...
[originally from svn r1166]
2001-08-04 13:05:54 +00:00
86e1a95166
Minor wording clarification: somebody took the word `sessionname:'
...
literally.
[originally from svn r1158]
2001-07-01 09:21:01 +00:00
c223a693e8
Added = to instructions for setting PATH
...
[originally from svn r1157]
2001-06-28 13:36:14 +00:00
35bdd95a56
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]
2001-06-15 19:31:10 +00:00