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
Jacob Nevins
3bc535fb29
Mention PocketPuTTY
...
[originally from svn r3896]
[this svn revision also touched putty-website,putty-wishlist]
2004-02-23 19:10:43 +00:00
Jacob Nevins
f2ba6fee6b
Expand "what platform" text to take account of Unix.
...
[originally from svn r3891]
2004-02-22 16:52:27 +00:00
Jacob Nevins
e9ae739b9a
Add (probably frustratingly) bare-bones man pages for pscp and psftp.
...
[originally from svn r3890]
2004-02-22 15:05:29 +00:00
Jacob Nevins
325a0bb915
Correct slightly misleading usage
...
[originally from svn r3889]
2004-02-22 14:57:40 +00:00
Jacob Nevins
75588d1f1d
Minor fix in usage message
...
[originally from svn r3888]
2004-02-22 14:48:48 +00:00
Jacob Nevins
866cd6126c
Fix typo in -C
...
[originally from svn r3887]
2004-02-22 14:40:40 +00:00
Jacob Nevins
a5ea485d0f
Tart up, fix outright lies, mention web docs
...
[originally from svn r3886]
2004-02-22 14:37:54 +00:00
Simon Tatham
d186c31c29
Couple of new FAQ questions: `what's the point of the Unix port' and
...
`why does scrollback no longer work when I run screen'.
[originally from svn r3868]
2004-02-16 14:38:42 +00:00
Jacob Nevins
e4c9705f7b
bloody PageRank hackers.
...
(since no-one objected to this wording back in October)
[originally from svn r3865]
2004-02-13 12:19:26 +00:00
Jacob Nevins
abe7dc7dd5
I don't think iXplorer is now sufficiently unique to mention in the docs
...
(given that we have a Links page full of such things now)
[originally from svn r3864]
2004-02-13 11:20:42 +00:00
Simon Tatham
78cef7d199
Alexei Podtelezhnikov points out that PuTTYgen's key-type default
...
ought to have moved in sync with PuTTY's SSH version default.
[originally from svn r3863]
2004-02-13 07:42:27 +00:00
Jacob Nevins
a1ba4be490
Add .map files to Cygwin "clean" target
...
[originally from svn r3862]
2004-02-13 00:41:44 +00:00
Jacob Nevins
8b2e775547
Makefile.cyg now generates a link map.
...
[originally from svn r3861]
2004-02-13 00:40:45 +00:00