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