Simon Tatham
3a841b6e10
Antonin Brothanek points out that `Incoming packet was garbled on
...
decryption' could be a result of the wrong setting of the
`Miscomputes SSH2 encryption keys' bug workaround option.
[originally from svn r2751]
2003-01-30 10:19:05 +00:00
Simon Tatham
c370336a92
xterm apparently supports ESC[90m through ESC[97m to set bright
...
foreground colours, and ESC[100m through ESC[107m to set bright
background colours. Hence, so do we. Bright-foreground is
distinguishable from bold, and bright-background distinguishable
from blink, when it leaves terminal.c; the front end may then choose
to display them in the same way if it's configured to do so. This
change makes the xterm backend for Turbo Vision (!!!) work properly.
Untested on Mac.
[originally from svn r2734]
2003-01-27 23:03:31 +00:00
Jacob Nevins
4004de9163
Change website refs from putty/wishlist.html to putty/wishlist/
...
[originally from svn r2714]
2003-01-24 14:12:31 +00:00
Jacob Nevins
5b79eedce2
Add {Question} to faq-psftp-slow
...
[originally from svn r2697]
2003-01-23 17:01:27 +00:00
Jacob Nevins
f757326608
Mention Ctrl-PgUp/PgDn
...
[originally from svn r2683]
2003-01-23 12:30:26 +00:00
Jacob Nevins
c801a1f3c5
In pursuance of `icon-title-default-change':
...
Change the sense of cfg.win_name_always' representation in the UI (from
`Avoid ever using icon title' to `Separate window and icon titles').
Also update the docs to match reality.
[originally from svn r2681]
2003-01-23 11:37:54 +00:00
Jacob Nevins
870ccbef8c
When voting for items already on the wishlist, a stonking new reason that
...
we hadn't already thought of might help.
[originally from svn r2627]
2003-01-17 13:32:51 +00:00
Jacob Nevins
57610f8580
Steven Shockley points out that the .PPK extension is far from obvious to
...
users. Update the file selection dialogs to mention it per the usual Windows
convention, and also sprinkle references to it throughout the docs. I've
also scattered hints that most tools need PuTTY's native format; perhaps this
will reduce the frequency with which FAQ A.1.2 trips people up.
[originally from svn r2625]
2003-01-16 15:43:18 +00:00
Simon Tatham
10eb26a7dd
term->cfg is now a full copy of the Config structure, not a pointer;
...
and term_reconfig() now passes in a new structure which is copied
over the top. This means that the old and new structures can be
compared, and the _current_ as well as default states of auto wrap
mode, DEC origin mode, BCE, blinking text and character classes can
be conveniently reconfigured in mid-session without requiring a
terminal reset.
[originally from svn r2557]
2003-01-12 14:30:02 +00:00
Simon Tatham
fee1624c69
Support for XDM-AUTHORIZATION-1 at the SSH server end, making use of
...
the remote IP/port data provided by the server for forwarded
connections. Disabled by default, since it's incompatible with SSH2,
probably incompatible with some X clients, and tickles a bug in
at least one version of OpenSSH.
[originally from svn r2554]
2003-01-12 14:11:38 +00:00
Ben Harris
2e8b94c8d4
Ask for a meaningful subject line on messages.
...
[originally from svn r2532]
2003-01-10 15:23:01 +00:00
Simon Tatham
d13a41a5f1
Update more copyright dates. Sometimes I think we ought to have an
...
automated means of doing this every year :-(
[originally from svn r2434]
2003-01-03 10:59:53 +00:00
Ben Harris
70458d6434
Mention that Shift-Ins works here.
...
[originally from svn r2424]
2003-01-02 14:23:36 +00:00
Simon Tatham
b2f4de02b9
Mention in the documentation that the method of generating RSA keys
...
might give a bit count one less than the one the user asked for. Two
people have been worried by this now, and it's probably worth
documenting that it's perfectly normal.
[originally from svn r2369]
2002-12-27 16:54:14 +00:00
Simon Tatham
a564ad3140
Support for doing DNS at the proxy end. I've invented a new type of
...
SockAddr, which just contains an unresolved hostname and is created
by a stub function in *net.c. It's an error to pass this to most of
the real-meat functions in *net.c; these fake addresses should have
been dealt with by the time they get down that far. proxy.c now
contains name_lookup(), a wrapper on sk_namelookup() which decides
whether or not to do real DNS, and the individual proxy
implementations each deal sensibly with being handed an unresolved
address and avoid ever passing one down to *net.c.
[originally from svn r2353]
2002-12-18 16:23:11 +00:00
Simon Tatham
8304f4e0dc
Stop proxying connections to localhost by default; should fix
...
`x11-proxy-crash'.
[originally from svn r2348]
2002-12-18 12:18:54 +00:00
Simon Tatham
99b870dbc6
Implement `portfwd-loopback-choice'. Works on local side in Unix as
...
well, though it's a lot less useful since you still can't bind to
low-numbered ports of odd loopback IPs. Should work in principle for
SSH2 remote forwardings as well as local ones, but OpenSSH seems
unwilling to cooperate.
[originally from svn r2344]
2002-12-18 11:39:25 +00:00
Jacob Nevins
23a2fb17d8
faq-rh8-utf8: Problems with Red Hat 8.0 and UTF-8
...
[originally from svn r2327]
2002-12-15 11:51:21 +00:00
Ben Harris
76065bcb1e
Remove a spurious 'q'.
...
[originally from svn r2257]
2002-11-25 19:02:23 +00:00
Jacob Nevins
d923ad791e
Note about CTRL-C trick for copying text of error dialogs
...
[originally from svn r2240]
2002-11-23 11:22:57 +00:00
Ben Harris
4e25694ee5
Update the status of the Mac port.
...
[originally from svn r2239]
2002-11-22 00:07:31 +00:00
Jacob Nevins
fb334041df
Note that default will change to SSH-2 next release
...
[originally from svn r2238]
2002-11-21 00:15:52 +00:00
Simon Tatham
d54e79bde6
Probably about time we mentioned the nascent Unix port in the FAQ.
...
Not that I desperately want to shout about it just yet, but I feel a
bit bad about the FAQ saying `we don't have a Unix port, anyone who
told you so was wrong'. :-)
[originally from svn r2185]
2002-11-02 16:27:17 +00:00
Jacob Nevins
406bc897b3
s/public/private/ spotted by Clint Hastings; also change a "public key"
...
to "key pair"
[originally from svn r2180]
2002-11-01 21:50:35 +00:00
Simon Tatham
ef5f289fc6
.HLP files should be ignored as well. Oops.
...
[originally from svn r2177]
2002-11-01 13:49:25 +00:00
Simon Tatham
d32e06c1fe
Justin Bradford's patch for increased proxy robustness.
...
[originally from svn r2111]
2002-10-22 09:40:38 +00:00
Simon Tatham
07878d8b7c
Implement Richard's really clever idea about bell overload mode:
...
it's automatically deactivated by any keypress, so that command-line
beeps from (e.g.) filename completion don't suddenly stop occurring,
but it still provides a rapid response to an accidental spewing of a
binary to your terminal.
[originally from svn r2107]
2002-10-20 13:23:30 +00:00
Jacob Nevins
2074897dfe
Update to reflect 0.53 release.
...
[originally from svn r2026]
2002-10-10 14:39:35 +00:00
Simon Tatham
be71ff5568
Add a chapter explaining common error messages
...
[originally from svn r1984]
2002-10-01 16:27:36 +00:00
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
9164a7b176
OpenSSH vs OpenSSL Q: mention older OpenSSH versions
...
[originally from svn r1958]
2002-09-14 10:24:27 +00:00
Jacob Nevins
c7fa2f6183
Updated usage messages for command-line utilities to reflect new options.
...
Updated manual to reflect reality (e.g. usage messages, '-p port' not actually
implemented, sprinkle references to '-i keyfile').
(I've put "Release 0.53" in the messages; let's hope this doesn't cause a
flood of "where is 0.53?" email.)
I don't guarantee that the result is entirely sane and sensible in all
respects, but it is at least consistent.
[originally from svn r1951]
2002-09-11 17:30:36 +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
Jacob Nevins
0c59fb9bbd
Mention PocketPC in the WinCE question. I'm not sure how similar WinCE and
...
PocketPC are, though -- perhaps it merits its own question. (Although I don't
know of anyone who's looked into it yet.)
[originally from svn r1913]
2002-09-02 13:04:46 +00:00
Jacob Nevins
61a7dd82ca
Changed wording of OpenSSH vs bad OpenSSL FAQ so that it's more obvious it
...
applies to 3.4p1.
[originally from svn r1847]
2002-08-15 14:59:48 +00:00
Simon Tatham
bd361aaca6
Alter the Feedback page, so that instead of saying `at some point we
...
plan to start blocking executable attachments' it now says we _do_
block executable attachments. :-)
[originally from svn r1841]
2002-08-12 14:08:55 +00:00
Simon Tatham
1601559c8c
Actually, VirtualLock() looks better as \cw{} not \c{}.
...
[originally from svn r1826]
2002-08-09 09:14:04 +00:00
Simon Tatham
0011fa6dda
Add two more FAQs: why don't you use VirtualLock()' and
are you
...
based on OpenSSH'.
[originally from svn r1825]
2002-08-09 09:11:09 +00:00
Simon Tatham
4abd468e14
Document all the new command-line stuff.
...
[originally from svn r1822]
2002-08-07 19:20:06 +00:00
Simon Tatham
1f0b28b305
Fix Halibut syntax error (oops).
...
[originally from svn r1819]
2002-08-07 18:08:29 +00:00
Simon Tatham
af2c66be95
Buttress is now Halibut: change the docs makefile.
...
[originally from svn r1802]
2002-08-05 10:35:35 +00:00
Simon Tatham
a3a520709e
Make it clear that we're only responsible for our own web site, and
...
people should contact mirror admins for problems with mirrors.
[originally from svn r1801]
2002-08-05 10:35:23 +00:00
Jacob Nevins
73e32fb7c0
OpenSSH/OpenSSL versioning problems: as of 3.4p1 this is _still_ not entirely
...
fixed.
[originally from svn r1781]
2002-07-09 11:34:10 +00:00
Simon Tatham
b6a9610e86
Modify the Feedback page / Appendix B to expand the section about
...
not sending us large attachments, and in particular remove the
emphasis on screen shots in the hope of also decreasing the number
of _other_ large attachments we get.
[originally from svn r1715]
2002-06-08 09:00:00 +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
f6c9873c96
Trying to use an SSH2 key with an SSH1 connection seems to be quite
...
common, so I've added a FAQ.
[originally from svn r1697]
2002-05-23 22:02:53 +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
Simon Tatham
c92ea6c8ed
UI changes for key imports. We now have a separate Load command and
...
Import command; the former warns you if you load a foreign key,
whereas the latter doesn't. So the user should always be aware, one
way or the other, that a format conversion is taking place.
[originally from svn r1687]
2002-05-18 09:20:41 +00:00
Jacob Nevins
fdbfe9e89f
Nit: PuTTYgen can generate RSA _and DSA_ keys
...
[originally from svn r1685]
2002-05-16 22:36:36 +00:00
Simon Tatham
de3b29f7e5
Final cleanups on key import/export work. Rationalised the UI (so
...
that menu options are greyed out helpfully) and added documentation.
[originally from svn r1683]
2002-05-15 20:07:11 +00:00
Simon Tatham
ff5241c1ed
Added export of ssh.com key files.
...
[originally from svn r1682]
2002-05-15 19:16:45 +00:00
Simon Tatham
030c75b7db
Implemented export of OpenSSH keys.
...
[originally from svn r1677]
2002-05-14 18:11:15 +00:00
Simon Tatham
82d2d94d26
Update FAQ to mention ssh.com key importing
...
[originally from svn r1674]
2002-05-13 16:48:31 +00:00
Simon Tatham
9a8c58a64b
Added a framework for importing foreign key formats, and implemented
...
importing of OpenSSH SSH2 private key files (both encrypted and
unencrypted). Seems to work fine.
[originally from svn r1668]
2002-05-11 16:45:29 +00:00
Owen Dunn
c14c2ff479
Added SSH2 only support.
...
[originally from svn r1663]
2002-05-11 13:03:47 +00:00
Simon Tatham
6c620a6b50
Additions to the Feedback page to emphasise that we can't answer all
...
our mail any more, and to encourage support questions to be sent
elsewhere as a first resort.
[originally from svn r1623]
2002-04-27 16:20:16 +00:00
Jacob Nevins
1368cbb080
Added documentation of PuTTY command-line options (derived from the source)
...
[originally from svn r1619]
2002-04-18 20:45:01 +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
428e0d565f
Add a couple of extra FAQ entries.
...
[originally from svn r1614]
2002-04-01 15:18:29 +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
Jacob Nevins
84812737b1
OpenSSH 3.1p1 SSH2 3DES is also broken.
...
[originally from svn r1603]
2002-03-24 14:08:13 +00:00
Jacob Nevins
06f8f6c8a3
Added an entry for the "OpenSSH 3.1p1 built with wrong OpenSSL" problem.
...
[originally from svn r1602]
2002-03-24 13:42:30 +00:00
Simon Tatham
368244dbae
Mention on the Feedback page that the mailing list archives are
...
private, just in case anyone was concerned.
[originally from svn r1600]
2002-03-23 18:59:46 +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
f1ece56e40
Add an extra example to the Plink-with-WinCVS section.
...
[originally from svn r1573]
2002-03-05 20:39:27 +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
f8a36fbdad
It's 2002. Update copyright statements :-)
...
[originally from svn r1559]
2002-02-24 15:17:10 +00:00
Simon Tatham
3f8bd28598
Modify the donations bit in the FAQ. (We now don't need a copy of
...
Win2k since we already have two, but XP might be nice; also added
PayPal to the donation methods.)
[originally from svn r1556]
2002-02-12 11:07:07 +00:00
Simon Tatham
05545f3dde
Add a general `what ports exist?' question to the FAQ, so that the
...
next person who asks us whether we have a port for ${random_palmtop}
can be treated with the contempt they deserve.
[originally from svn r1555]
2002-02-04 13:52:05 +00:00
Simon Tatham
958be97ce7
-pw in Plink doesn't work in Telnet. Mention this.
...
[originally from svn r1554]
2002-02-04 13:29:04 +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
72ed86bcd0
Add `can PSCP and PSFTP do ASCII mode?' to the FAQ.
...
[originally from svn r1551]
2002-01-23 09:43:10 +00:00
Simon Tatham
a9fd52e72f
Update the FAQ to reflect 0.52 as being a current release rather
...
than a future prospect. I'm going to move the beta-0-52 tag on this
file, but that won't affect release binaries that have already been
built.
[originally from svn r1547]
2002-01-14 12:16:58 +00:00
Simon Tatham
d237773599
Add the CRC32 compensation attack detector that all other SSH
...
clients have had for ages and I forgot about. Of course I've got the
version with the buffer overflow fixed!
[originally from svn r1535]
2002-01-08 11:57:32 +00:00
Simon Tatham
4bcdf2ab2e
Add `where can I buy silly putty' as a FAQ, pointing to Crazy
...
Aaron's site :-)
[originally from svn r1527]
2002-01-02 15:44:06 +00:00
Simon Tatham
466b1c82d5
Create the long-awaited console.c, and move the common routines out
...
of scp.c, psftp.c and plink.c into it. Additionally, add `batch
mode', in which all the interactive prompts (bad host key, log file
exists, insecure cipher, password prompt) are disabled and safe
responses are assumed. (The idea being that if you run PSCP, for
example, in a cron job then you'd probably rather it failed and
exited instead of leaving the cron job wedged while it waits for
user input that will never arrive.)
[originally from svn r1525]
2001-12-31 16:15:19 +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
69b15bcc90
Add a FAQ about keyboard mapping problems: basically explaining that
...
we really need to know what character sequence you were _expecting_
your function key to generate before we can even think about making
PuTTY generate it.
[originally from svn r1519]
2001-12-29 17:00:06 +00:00
Simon Tatham
df00590b43
Document the Pageant command line.
...
[originally from svn r1514]
2001-12-20 15:27:40 +00:00
Simon Tatham
8f3995f6df
Add the `can we run under win3.1' question to the FAQ.
...
[originally from svn r1504]
2001-12-16 15:30:03 +00:00
Simon Tatham
88295925be
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]
2001-12-16 15:14:36 +00:00
Simon Tatham
20e588c35e
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]
2001-12-16 14:56:02 +00:00
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