1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 18:07:59 +00:00
Commit Graph

525 Commits

Author SHA1 Message Date
Simon Tatham
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
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
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
Simon Tatham
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
Simon Tatham
9f3b49f3ba Add a chapter to the manual describing PSFTP.
[originally from svn r1485]
2001-12-14 12:15:43 +00:00
Simon Tatham
ab431397d6 Aargh, an Americanism crept in. Now corrected: favorite -> favourite.
[originally from svn r1482]
2001-12-14 09:58:07 +00:00
Simon Tatham
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
Simon Tatham
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
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
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
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
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
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
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
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
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
45945b2726 Clarify the how-to-use-features-in-Plink question
[originally from svn r1379]
2001-11-13 10:34:14 +00:00
Simon Tatham
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
Simon Tatham
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
Simon Tatham
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
Simon Tatham
3dfaf08a0a Tiny tinkerings with FAQ
[originally from svn r1326]
2001-10-25 18:48:54 +00:00
Simon Tatham
24a8b00ace Fix a couple of errors in the FAQ.
[originally from svn r1320]
2001-10-25 08:09:58 +00:00
Simon Tatham
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
Simon Tatham
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
Simon Tatham
b55b94e069 Add the new-look PuTTY FAQ
[originally from svn r1317]
2001-10-24 18:56:28 +00:00
Simon Tatham
36e6d63b66 Fix various fiddly little warnings.
[originally from svn r1298]
2001-09-25 19:59:14 +00:00
Simon Tatham
d84c7e05ba Restore Lars Gunnarsson's old link for iXplorer.
[originally from svn r1295]
2001-09-24 22:00:46 +00:00
Simon Tatham
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
Simon Tatham
486685c89a Pretty much finished writing the Config chapter.
[originally from svn r1283]
2001-09-22 17:34:10 +00:00
Simon Tatham
630fd6c546 Oops - that tweak had bad Buttress syntax. D'oh!
[originally from svn r1282]
2001-09-22 15:37:51 +00:00
Simon Tatham
9a97208dd2 Miscellaneous small documentation tweaks.
[originally from svn r1281]
2001-09-22 15:36:44 +00:00
Simon Tatham
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
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
15cf1e664b Mention PLINK_PROTOCOL in the Plink chapter.
[originally from svn r1167]
2001-08-04 13:06:08 +00:00
Simon Tatham
5138551608 Add description of the keepalives option
[originally from svn r1166]
2001-08-04 13:05:54 +00:00
Simon Tatham
86e1a95166 Minor wording clarification: somebody took the word `sessionname:'
literally.

[originally from svn r1158]
2001-07-01 09:21:01 +00:00
Owen Dunn
c223a693e8 Added = to instructions for setting PATH
[originally from svn r1157]
2001-06-28 13:36:14 +00:00
Simon Tatham
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
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
Owen Dunn
dbe43bd461 Using plink with CVS - need to make sure the saved session uses SSH
[originally from svn r1065]
2001-04-18 15:23:36 +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
c20960fe2c Some introductory blurb in the docs
[originally from svn r1038]
2001-04-13 09:39:08 +00:00
Owen Dunn
53f03d93d5 More proto `how-to' documentation: CVS and WinCVS
[originally from svn r933]
2001-02-19 23:24:01 +00:00
Simon Tatham
04e1b8b9d2 Add a how-to section on public-key authentication in PSCP
[originally from svn r932]
2001-02-19 10:54:18 +00:00
Simon Tatham
83370ae6e5 Add "make clean" target
[originally from svn r931]
2001-02-19 10:54:05 +00:00
Owen Dunn
7e41e63161 Prelim. CVS/plink howto
[originally from svn r930]
2001-02-07 11:20:15 +00:00
Owen Dunn
e7f833834c Mostly Mathias Leinmueller's PuTTYgen documentation, modified slightly
and Buttressed.

[originally from svn r929]
2001-02-06 09:34:42 +00:00
Owen Dunn
764a14a431 Fix various slashes.
[originally from svn r925]
2001-02-04 15:49:49 +00:00
Owen Dunn
18fc1dd002 Plink documentation cribs heavily from PSCP documentation, film at 11.
[originally from svn r924]
2001-02-04 15:47:01 +00:00
Owen Dunn
32e4c43dfe Some examples.
[originally from svn r923]
2001-02-04 15:35:36 +00:00
Owen Dunn
13b9a2da31 This time, a working version of the pscp docs.
[originally from svn r916]
2001-01-31 00:28:11 +00:00
Owen Dunn
8221f7c09d More pscp documentation.
[originally from svn r915]
2001-01-31 00:25:57 +00:00
Simon Tatham
9b15a80101 More stuff is written.
[originally from svn r914]
2001-01-29 17:26:20 +00:00
Owen Dunn
36644228e3 Instructions on setting PATH more permanently.
[originally from svn r908]
2001-01-28 14:38:23 +00:00
Owen Dunn
ce573a66a6 More options documented
[originally from svn r907]
2001-01-28 14:27:08 +00:00
Owen Dunn
7d3eb91142 Use the PuTTY site's CSS stylesheet.
Add Contact mail address to the page footer.

[originally from svn r906]
2001-01-28 14:00:54 +00:00
Owen Dunn
d8fd41efcc Documentation for -P and -pw
[originally from svn r905]
2001-01-27 17:49:18 +00:00
Owen Dunn
8786aa8b23 A start at some proper PSCP documentation
[originally from svn r904]
2001-01-27 16:26:55 +00:00
Simon Tatham
20397a174f Add a .cvsignore file
[originally from svn r873]
2001-01-18 17:29:01 +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