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

2075 Commits

Author SHA1 Message Date
Jacob Nevins
14d9628130 Spotted by Dimitry Andric: `ssh-termspeed' implementation was not taking
account of coroutines and used local variables over a crFoo. I believe the
impact was cosmetic, affecting the speeds reported in the Event Log only.

I've put the variables `ispeed' and `ospeed' in the main ssh_tag structure,
even though they're only live for a short duration; I did this rather than
create a new state struct for ssh1_protocol() (since ssh_tag already has
short-duration junk like portfwd_strptr).

[originally from svn r4272]
2004-06-03 10:36:27 +00:00
Simon Tatham
a2acc6ae0d RJK's patch to enable PuTTY's X forwarding to connect to local X
servers using Unix sockets (on Unix only, obviously!).

[originally from svn r4263]
2004-05-31 14:01:52 +00:00
Jacob Nevins
b8e4b6f9b9 In the entry about twiddling Windows TCP timeouts, mention that it's OK to
create the registry values, and link back to the original MS KB articles.

[originally from svn r4259]
2004-05-26 09:19:48 +00:00
Jacob Nevins
847f86892d Typos in Borland Makefile pointed out by Arnaud Desitter
[originally from svn r4256]
2004-05-24 17:12:42 +00:00
Simon Tatham
be5133f376 Arnaud Desitter points out a silly mistake in retrieve_cutbuffer()
(don't test for `int *nbytes' being <= 0, test for the integer it
points to being <= 0!).

[originally from svn r4254]
2004-05-24 11:30:15 +00:00
Jacob Nevins
deeece201b There do in fact appear to be help topics for the Arabic and bidi options, so
use them. Also use an accelerator that actually exists for bidi.

[originally from svn r4252]
2004-05-24 09:55:51 +00:00
Simon Tatham
2ff7b4385f Fix indentation after Richard B's patch in rev 1.137 [r3409].
[originally from svn r4241]
[r3409 == 7798a59987]
2004-05-22 14:21:27 +00:00
Simon Tatham
f5a7d348cd Halibut now warns about code paragraph lines which are too long to
fit in the text output format. If only to stop myself getting
pestered with cron stderr messages every night, here are some
changes that remove over-long code lines from the PuTTY manual.

[originally from svn r4238]
2004-05-22 11:09:31 +00:00
Simon Tatham
6ead462bfa Fix Halibut syntax errors in the new shaping/bidi doc sections.
[originally from svn r4237]
2004-05-22 11:04:35 +00:00
Simon Tatham
fb7dd5a255 At last! After much delay, much faffing back and forth, and much
enhancement and fiddling, I have now massaged Arabeyes' first patch
into a form I'm happy to check in. Phew.

[originally from svn r4236]
2004-05-22 10:36:50 +00:00
Simon Tatham
fdcdecace9 I added more detail to the `Authentication failed at PuTTY X11
proxy' error message some time ago, but forgot to change the wording
in the error messages chapter.

[originally from svn r4235]
2004-05-20 12:48:19 +00:00
Simon Tatham
d18cd16ca1 A user at ARM just found his home directory was _world_ writable,
and this caused public key authentication to fail in spite of
following our instructions to the letter. It can't hurt to
s/g-w/go-w/ here, just in case!

[originally from svn r4205]
2004-05-06 11:27:58 +00:00
Jacob Nevins
10aca4e3ab Mention -scp/-sftp
[originally from svn r4172]
2004-04-29 14:41:28 +00:00
Jacob Nevins
57aac97c06 "Does PuTTY support storing settings, so I don't have to change them
every time?" appears to be a FAQ.
(Some renumbering will ensue.)

[originally from svn r4163]
2004-04-28 17:26:15 +00:00
Jacob Nevins
4b66c105da update pocketputty URL
[originally from svn r4161]
2004-04-28 17:16:32 +00:00
Jacob Nevins
0b3f799be7 Krzysztof Kowalczyk notes that 'etastr' can overflow if the times involved
start to get silly. Replace it with a dynamically allocated string instead.

[originally from svn r4153]
2004-04-27 18:23:48 +00:00
Jacob Nevins
28e5492cb6 Krzysztof Kowalczyk's fix for "Assertion failed: actuallen <= len" when
transferring files >2G with PSCP.
(I'm unable to actually test this works, but it looks plausible, and small
transfers aren't mangled.)

[originally from svn r4152]
2004-04-27 18:16:33 +00:00
Jacob Nevins
3f20a5b4b3 Remove now-unused variable pwrstat. Spotted by Krzysztof Kowalczyk.
[originally from svn r4150]
2004-04-27 12:57:13 +00:00
Jacob Nevins
bb6532810b Add notes on our globs' incompatibilities with POSIX
[originally from svn r4149]
2004-04-27 12:52:34 +00:00
Jacob Nevins
bdfd70375b Various tweaks to header comments to remind me which bits are meant to be
platform-independent, etc.

[originally from svn r4148]
2004-04-27 12:31:57 +00:00
Jacob Nevins
b9da1524d9 Implement `pscp-select-backend'.
[originally from svn r4142]
2004-04-25 22:18:19 +00:00
Jacob Nevins
6d563fce50 In the special case that handles selecting a session and hitting Enter,
there is a structure copy of a Config, which invalidated the remote_cmd_ptr
in that structure (pointing to its own remote_cmd).
This was causing remote commands not to be executed in this special case.
I've patched the pointer up manually (as is done in plink.c), but ugh.

[originally from svn r4140]
2004-04-25 15:33:10 +00:00
Simon Tatham
1e13fdc572 More portability fixes.
[originally from svn r4137]
2004-04-25 09:26:52 +00:00
Simon Tatham
7bd6bec8e4 Make mkfiles.pl less tied to PuTTY in particular, by inventing new
directives that allow me to move some of the PuTTY-specific Makefile
fragments into Recipe. Not complete yet, but ought to be enough for
me to at least _try_ using mkfiles.pl in another project.

[originally from svn r4136]
2004-04-25 09:04:38 +00:00
Jacob Nevins
3867e5956e In SSH, we now send terminal speeds to the server when requesting a pty
(we didn't before) - `ssh-termspeed'.
In the process, I've removed the individual controls on the Telnet and
Rlogin panels and replaced them with one on the Connection panel (since they
were backed by the same storage anyway).
The terminal speeds sent in SSH are logged in the Event Log.

[originally from svn r4133]
2004-04-24 20:05:03 +00:00
Jacob Nevins
2b4e286954 Tweak documentation of -V option.
[originally from svn r4132]
2004-04-24 12:25:09 +00:00
Owen Dunn
6863377b72 Add -V for version information to plink, pscp, and psftp.
[originally from svn r4092]
2004-04-17 20:25:09 +00:00
Simon Tatham
ad37aabb08 Added indexing for the first three chapters of the manual. This is a
big job :-/

[originally from svn r4041]
2004-04-08 12:38:53 +00:00
Simon Tatham
7843ab696a Clean up Makefile now that Halibut's new command-line options make
life easier.

[originally from svn r4022]
2004-04-01 17:34:18 +00:00
Simon Tatham
4672807fb0 What was that rogue man-mindepth directive doing in here?
[originally from svn r4021]
2004-04-01 17:33:22 +00:00
Simon Tatham
ddbd355af8 Add `can I put PuTTY on a coverdisk / bundle it / etc' to the FAQ in
case people are incapable of spotting it on the Feedback page. Also
add to both locations Owen's point about first-line support.

[originally from svn r4009]
2004-03-31 12:50:17 +00:00
Jacob Nevins
7b1cdeee4c grammer
[originally from svn r4008]
2004-03-31 09:00:39 +00:00
Jacob Nevins
42ba47fdca Reasonably grotty hacks so that the droppings left by the man page
generation don't interfere with the main HTML doc generation.

[originally from svn r4006]
2004-03-30 21:35:56 +00:00
Jacob Nevins
77f69653ca Miscellaneous tinkering:
- remove a couple of "fixed in 0.52" (or before) type questions
 - mention Mac OS X port that someone was working on
 - add a missing {Question}

[originally from svn r3997]
2004-03-30 11:36:51 +00:00
Simon Tatham
1f332c19fe PayPal is actually _much_ easier to work with than e-gold these
days, so I've reversed the order in the donations question.

[originally from svn r3995]
2004-03-29 11:37:44 +00:00
Jacob Nevins
4736781f42 More experimental hackery for `win-dead-keys'. Works for me as well as it did
in the one case I can test, but I suspect this isn't the whole story. Bletch.

[originally from svn r3986]
2004-03-26 15:18:42 +00:00
Jacob Nevins
412b9ff447 tweak text about mouse reporting and copy and paste to indicate that shift's
only necessary for mouse-based actions (since we seem to be growing more
copy-and-paste options)

[originally from svn r3973]
2004-03-25 11:33:17 +00:00
Simon Tatham
99b36b860a Hmm. Better turn that make' into a make -s', or else my nightly
snapshot cron job will fill my mailbox with goo every day.

[originally from svn r3971]
2004-03-25 09:03:37 +00:00
Jacob Nevins
66d149d618 Use $(HALIBUT) variable consistently.
[originally from svn r3970]
2004-03-24 20:03:30 +00:00
Simon Tatham
b433ee662e Oh yes, and the Unix Makefile needs to know that as well.
[originally from svn r3969]
2004-03-24 19:51:59 +00:00
Simon Tatham
2fcbb1c7b7 The Unix source archive ought to have pre-built docs (in particular
man pages) in it, if only so that non-Halibut-users have what they
need.

[originally from svn r3968]
2004-03-24 19:50:46 +00:00
Simon Tatham
ff6e3bc94d Now that Halibut is capable of generating man pages better than I
can do it by hand, I've converted the man page set from Unix PuTTY
into Halibut format, and enhanced the Makefile so it will build
them. At some future point this will also allow me to include the
man pages as an appendix in the main manual (once I _have_ a main
manual for Unix PuTTY).

[originally from svn r3966]
2004-03-24 19:36:04 +00:00
Jacob Nevins
aa07666cc1 Fix from Thomas Henlich for bug in dead key support. I've reproduced the
problem and verified the fix on Win2K with the US-International keyboard layout.
(Closes: `win-dead-keys')
<20040323143836.GA40414@rcs.urz.tu-dresden.de>

[originally from svn r3963]
2004-03-24 14:53:51 +00:00
Owen Dunn
c4bfa9b7b7 Remove GetSystemPowerStatus() - should resolve hard-hangs
[originally from svn r3938]
2004-03-17 16:03:03 +00:00
Simon Tatham
4ffc885ee3 Mention explicitly that offering us a reciprocal link is a very
silly way to persuade us to link to a website.

[originally from svn r3936]
2004-03-16 08:18:37 +00:00
Jacob Nevins
3baa2bd3ee Tweak doc to reflect wrinkle in Owen's fixed implementation.
[originally from svn r3931]
2004-03-11 10:59:52 +00:00
Owen Dunn
e4f30d3b7a Make `Copy all to Clipboard' copy all non-empty lines from the
scrollback and the terminal to the clipboard, rather than just the
content before the cursor.  Should fix copyall-to-cursor.

[originally from svn r3929]
2004-03-10 17:11:12 +00:00
Jacob Nevins
1c1cbae61c Finally correct REGEDIT syntax for "saving in a file" hack.
(verified on Win2K)

[originally from svn r3922]
2004-03-05 19:01:45 +00:00
Jacob Nevins
11868299c1 Mention Links page in ports section, since there are now a number of
third-party ports

[originally from svn r3921]
2004-03-04 21:24:10 +00:00
Jacob Nevins
1dd4521671 Mention that proxy password is saved in plain text in configuration, since
we've had a couple of indignant e-mails.

[originally from svn r3916]
2004-03-01 18:17:34 +00:00