]> asedeno.scripts.mit.edu Git - PuTTY.git/log
PuTTY.git
20 years agoTypos in Borland Makefile pointed out by Arnaud Desitter
Jacob Nevins [Mon, 24 May 2004 17:12:42 +0000 (17:12 +0000)]
Typos in Borland Makefile pointed out by Arnaud Desitter

[originally from svn r4256]

20 years agoArnaud Desitter points out a silly mistake in retrieve_cutbuffer()
Simon Tatham [Mon, 24 May 2004 11:30:15 +0000 (11:30 +0000)]
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]

20 years agoThere do in fact appear to be help topics for the Arabic and bidi options, so
Jacob Nevins [Mon, 24 May 2004 09:55:51 +0000 (09:55 +0000)]
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]

20 years agoFix indentation after Richard B's patch in rev 1.137 [r3409].
Simon Tatham [Sat, 22 May 2004 14:21:27 +0000 (14:21 +0000)]
Fix indentation after Richard B's patch in rev 1.137 [r3409].

[originally from svn r4241]
[r3409 == 7798a59987c84edaa6f1bd5f52ac9aa93b7eb417]

20 years agoHalibut now warns about code paragraph lines which are too long to
Simon Tatham [Sat, 22 May 2004 11:09:31 +0000 (11:09 +0000)]
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]

20 years agoFix Halibut syntax errors in the new shaping/bidi doc sections.
Simon Tatham [Sat, 22 May 2004 11:04:35 +0000 (11:04 +0000)]
Fix Halibut syntax errors in the new shaping/bidi doc sections.

[originally from svn r4237]

20 years agoAt last! After much delay, much faffing back and forth, and much
Simon Tatham [Sat, 22 May 2004 10:36:50 +0000 (10:36 +0000)]
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]

20 years agoI added more detail to the `Authentication failed at PuTTY X11
Simon Tatham [Thu, 20 May 2004 12:48:19 +0000 (12:48 +0000)]
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]

20 years agoA user at ARM just found his home directory was _world_ writable,
Simon Tatham [Thu, 6 May 2004 11:27:58 +0000 (11:27 +0000)]
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]

20 years agoMention -scp/-sftp
Jacob Nevins [Thu, 29 Apr 2004 14:41:28 +0000 (14:41 +0000)]
Mention -scp/-sftp

[originally from svn r4172]

20 years ago"Does PuTTY support storing settings, so I don't have to change them
Jacob Nevins [Wed, 28 Apr 2004 17:26:15 +0000 (17:26 +0000)]
"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]

20 years agoupdate pocketputty URL
Jacob Nevins [Wed, 28 Apr 2004 17:16:32 +0000 (17:16 +0000)]
update pocketputty URL

[originally from svn r4161]

20 years agoKrzysztof Kowalczyk notes that 'etastr' can overflow if the times involved
Jacob Nevins [Tue, 27 Apr 2004 18:23:48 +0000 (18:23 +0000)]
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]

20 years agoKrzysztof Kowalczyk's fix for "Assertion failed: actuallen <= len" when
Jacob Nevins [Tue, 27 Apr 2004 18:16:33 +0000 (18:16 +0000)]
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]

20 years agoRemove now-unused variable pwrstat. Spotted by Krzysztof Kowalczyk.
Jacob Nevins [Tue, 27 Apr 2004 12:57:13 +0000 (12:57 +0000)]
Remove now-unused variable pwrstat. Spotted by Krzysztof Kowalczyk.

[originally from svn r4150]

20 years agoAdd notes on our globs' incompatibilities with POSIX
Jacob Nevins [Tue, 27 Apr 2004 12:52:34 +0000 (12:52 +0000)]
Add notes on our globs' incompatibilities with POSIX

[originally from svn r4149]

20 years agoVarious tweaks to header comments to remind me which bits are meant to be
Jacob Nevins [Tue, 27 Apr 2004 12:31:57 +0000 (12:31 +0000)]
Various tweaks to header comments to remind me which bits are meant to be
platform-independent, etc.

[originally from svn r4148]

20 years agoImplement `pscp-select-backend'.
Jacob Nevins [Sun, 25 Apr 2004 22:18:19 +0000 (22:18 +0000)]
Implement `pscp-select-backend'.

[originally from svn r4142]

20 years agoIn the special case that handles selecting a session and hitting Enter,
Jacob Nevins [Sun, 25 Apr 2004 15:33:10 +0000 (15:33 +0000)]
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]

20 years agoMore portability fixes.
Simon Tatham [Sun, 25 Apr 2004 09:26:52 +0000 (09:26 +0000)]
More portability fixes.

[originally from svn r4137]

20 years agoMake mkfiles.pl less tied to PuTTY in particular, by inventing new
Simon Tatham [Sun, 25 Apr 2004 09:04:38 +0000 (09:04 +0000)]
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]

20 years agoIn SSH, we now send terminal speeds to the server when requesting a pty
Jacob Nevins [Sat, 24 Apr 2004 20:05:03 +0000 (20:05 +0000)]
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]

20 years agoTweak documentation of -V option.
Jacob Nevins [Sat, 24 Apr 2004 12:25:09 +0000 (12:25 +0000)]
Tweak documentation of -V option.

[originally from svn r4132]

20 years agoAdd -V for version information to plink, pscp, and psftp.
Owen Dunn [Sat, 17 Apr 2004 20:25:09 +0000 (20:25 +0000)]
Add -V for version information to plink, pscp, and psftp.

[originally from svn r4092]

20 years agoAdded indexing for the first three chapters of the manual. This is a
Simon Tatham [Thu, 8 Apr 2004 12:38:53 +0000 (12:38 +0000)]
Added indexing for the first three chapters of the manual. This is a
big job :-/

[originally from svn r4041]

20 years agoClean up Makefile now that Halibut's new command-line options make
Simon Tatham [Thu, 1 Apr 2004 17:34:18 +0000 (17:34 +0000)]
Clean up Makefile now that Halibut's new command-line options make
life easier.

[originally from svn r4022]

20 years agoWhat was that rogue man-mindepth directive doing in here?
Simon Tatham [Thu, 1 Apr 2004 17:33:22 +0000 (17:33 +0000)]
What was that rogue man-mindepth directive doing in here?

[originally from svn r4021]

20 years agoAdd `can I put PuTTY on a coverdisk / bundle it / etc' to the FAQ in
Simon Tatham [Wed, 31 Mar 2004 12:50:17 +0000 (12:50 +0000)]
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]

20 years agogrammer
Jacob Nevins [Wed, 31 Mar 2004 09:00:39 +0000 (09:00 +0000)]
grammer

[originally from svn r4008]

20 years agoReasonably grotty hacks so that the droppings left by the man page
Jacob Nevins [Tue, 30 Mar 2004 21:35:56 +0000 (21:35 +0000)]
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]

20 years agoMiscellaneous tinkering:
Jacob Nevins [Tue, 30 Mar 2004 11:36:51 +0000 (11:36 +0000)]
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]

20 years agoPayPal is actually _much_ easier to work with than e-gold these
Simon Tatham [Mon, 29 Mar 2004 11:37:44 +0000 (11:37 +0000)]
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]

20 years agoMore experimental hackery for `win-dead-keys'. Works for me as well as it did
Jacob Nevins [Fri, 26 Mar 2004 15:18:42 +0000 (15:18 +0000)]
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]

20 years agotweak text about mouse reporting and copy and paste to indicate that shift's
Jacob Nevins [Thu, 25 Mar 2004 11:33:17 +0000 (11:33 +0000)]
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]

20 years agoHmm. Better turn that `make' into a `make -s', or else my nightly
Simon Tatham [Thu, 25 Mar 2004 09:03:37 +0000 (09:03 +0000)]
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]

20 years agoUse $(HALIBUT) variable consistently.
Jacob Nevins [Wed, 24 Mar 2004 20:03:30 +0000 (20:03 +0000)]
Use $(HALIBUT) variable consistently.

[originally from svn r3970]

20 years agoOh yes, and the Unix Makefile needs to know that as well.
Simon Tatham [Wed, 24 Mar 2004 19:51:59 +0000 (19:51 +0000)]
Oh yes, and the Unix Makefile needs to know that as well.

[originally from svn r3969]

20 years agoThe Unix source archive ought to have pre-built docs (in particular
Simon Tatham [Wed, 24 Mar 2004 19:50:46 +0000 (19:50 +0000)]
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]

20 years agoNow that Halibut is capable of generating man pages better than I
Simon Tatham [Wed, 24 Mar 2004 19:36:04 +0000 (19:36 +0000)]
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]

20 years agoFix from Thomas Henlich for bug in dead key support. I've reproduced the
Jacob Nevins [Wed, 24 Mar 2004 14:53:51 +0000 (14:53 +0000)]
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]

20 years agoRemove GetSystemPowerStatus() - should resolve hard-hangs
Owen Dunn [Wed, 17 Mar 2004 16:03:03 +0000 (16:03 +0000)]
Remove GetSystemPowerStatus() - should resolve hard-hangs

[originally from svn r3938]

20 years agoMention explicitly that offering us a reciprocal link is a very
Simon Tatham [Tue, 16 Mar 2004 08:18:37 +0000 (08:18 +0000)]
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]

20 years agoTweak doc to reflect wrinkle in Owen's fixed implementation.
Jacob Nevins [Thu, 11 Mar 2004 10:59:52 +0000 (10:59 +0000)]
Tweak doc to reflect wrinkle in Owen's fixed implementation.

[originally from svn r3931]

20 years agoMake `Copy all to Clipboard' copy all non-empty lines from the
Owen Dunn [Wed, 10 Mar 2004 17:11:12 +0000 (17:11 +0000)]
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]

20 years agoFinally correct REGEDIT syntax for "saving in a file" hack.
Jacob Nevins [Fri, 5 Mar 2004 19:01:45 +0000 (19:01 +0000)]
Finally correct REGEDIT syntax for "saving in a file" hack.
(verified on Win2K)

[originally from svn r3922]

20 years agoMention Links page in ports section, since there are now a number of
Jacob Nevins [Thu, 4 Mar 2004 21:24:10 +0000 (21:24 +0000)]
Mention Links page in ports section, since there are now a number of
third-party ports

[originally from svn r3921]

20 years agoMention that proxy password is saved in plain text in configuration, since
Jacob Nevins [Mon, 1 Mar 2004 18:17:34 +0000 (18:17 +0000)]
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]

20 years agoMention PocketPuTTY
Jacob Nevins [Mon, 23 Feb 2004 19:10:43 +0000 (19:10 +0000)]
Mention PocketPuTTY

[originally from svn r3896]
[this svn revision also touched putty-website,putty-wishlist]

20 years agoExpand "what platform" text to take account of Unix.
Jacob Nevins [Sun, 22 Feb 2004 16:52:27 +0000 (16:52 +0000)]
Expand "what platform" text to take account of Unix.

[originally from svn r3891]

20 years agoAdd (probably frustratingly) bare-bones man pages for pscp and psftp.
Jacob Nevins [Sun, 22 Feb 2004 15:05:29 +0000 (15:05 +0000)]
Add (probably frustratingly) bare-bones man pages for pscp and psftp.

[originally from svn r3890]

20 years agoCorrect slightly misleading usage
Jacob Nevins [Sun, 22 Feb 2004 14:57:40 +0000 (14:57 +0000)]
Correct slightly misleading usage

[originally from svn r3889]

20 years agoMinor fix in usage message
Jacob Nevins [Sun, 22 Feb 2004 14:48:48 +0000 (14:48 +0000)]
Minor fix in usage message

[originally from svn r3888]

20 years agoFix typo in -C
Jacob Nevins [Sun, 22 Feb 2004 14:40:40 +0000 (14:40 +0000)]
Fix typo in -C

[originally from svn r3887]

20 years agoTart up, fix outright lies, mention web docs
Jacob Nevins [Sun, 22 Feb 2004 14:37:54 +0000 (14:37 +0000)]
Tart up, fix outright lies, mention web docs

[originally from svn r3886]

20 years agoCouple of new FAQ questions: `what's the point of the Unix port' and
Simon Tatham [Mon, 16 Feb 2004 14:38:42 +0000 (14:38 +0000)]
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]

20 years agobloody PageRank hackers.
Jacob Nevins [Fri, 13 Feb 2004 12:19:26 +0000 (12:19 +0000)]
bloody PageRank hackers.
(since no-one objected to this wording back in October)

[originally from svn r3865]

20 years agoI don't think iXplorer is now sufficiently unique to mention in the docs
Jacob Nevins [Fri, 13 Feb 2004 11:20:42 +0000 (11:20 +0000)]
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]

20 years agoAlexei Podtelezhnikov points out that PuTTYgen's key-type default
Simon Tatham [Fri, 13 Feb 2004 07:42:27 +0000 (07:42 +0000)]
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]

20 years agoAdd .map files to Cygwin "clean" target
Jacob Nevins [Fri, 13 Feb 2004 00:41:44 +0000 (00:41 +0000)]
Add .map files to Cygwin "clean" target

[originally from svn r3862]

20 years agoMakefile.cyg now generates a link map.
Jacob Nevins [Fri, 13 Feb 2004 00:40:45 +0000 (00:40 +0000)]
Makefile.cyg now generates a link map.

[originally from svn r3861]

20 years agoRemove claim that there's no Unix puttygen
Jacob Nevins [Fri, 13 Feb 2004 00:21:35 +0000 (00:21 +0000)]
Remove claim that there's no Unix puttygen

[originally from svn r3860]

20 years agoMissed one: sftp-slow has gone away with 0.54
Jacob Nevins [Fri, 13 Feb 2004 00:20:52 +0000 (00:20 +0000)]
Missed one: sftp-slow has gone away with 0.54

[originally from svn r3859]

20 years agoBah! Knew there'd be _something_.
Simon Tatham [Thu, 12 Feb 2004 23:26:37 +0000 (23:26 +0000)]
Bah! Knew there'd be _something_.

[originally from svn r3857]

20 years agoModifications to the release procedure as a result of actually
Simon Tatham [Thu, 12 Feb 2004 19:45:45 +0000 (19:45 +0000)]
Modifications to the release procedure as a result of actually
trying to _follow_ it for the first time :-) And also due to the
fact that it now needs to mention the Unix source tarball as well.

[originally from svn r3853]

20 years agoBack out my temporary edit of the FAQ, to make it once again 0.54
Simon Tatham [Thu, 12 Feb 2004 18:28:00 +0000 (18:28 +0000)]
Back out my temporary edit of the FAQ, to make it once again
0.54-ready.

[originally from svn r3848]

20 years agoJacob's last-minute testing found a couple of trivial bugs in
Simon Tatham [Wed, 11 Feb 2004 13:58:27 +0000 (13:58 +0000)]
Jacob's last-minute testing found a couple of trivial bugs in
import.c, and my attempts to reproduce them in cmdgen found another
one there :-)

[originally from svn r3847]

20 years agoSigh. Since Mailman breakage means we won't be releasing 0.54 today
Simon Tatham [Tue, 10 Feb 2004 19:32:08 +0000 (19:32 +0000)]
Sigh. Since Mailman breakage means we won't be releasing 0.54 today
after all, I'll slightly edit those FAQ changes.

[originally from svn r3845]

20 years agoJacob reports a segfault when using HTTP proxying under Minefield.
Simon Tatham [Tue, 10 Feb 2004 19:07:45 +0000 (19:07 +0000)]
Jacob reports a segfault when using HTTP proxying under Minefield.
It appears that this is because Visual C's sscanf works by first
calling strlen to get the length of the string, so that its internal
read-character routine can be sure of never overrunning the buffer.
Quite why the internal read-char routine can't detect \0 _itself_
rather than having to have it found for it in advance I have no
idea. Sigh.

[originally from svn r3844]

20 years agoJacob's FAQ changes for 0.54.
Simon Tatham [Tue, 10 Feb 2004 18:22:00 +0000 (18:22 +0000)]
Jacob's FAQ changes for 0.54.

[originally from svn r3842]

20 years agoBriefly document the "special commands" menu.
Jacob Nevins [Sun, 8 Feb 2004 00:14:57 +0000 (00:14 +0000)]
Briefly document the "special commands" menu.

[originally from svn r3830]

20 years agoDocument the new "Compromise" mouse-handling option introduced 2003-11-20
Jacob Nevins [Sat, 7 Feb 2004 23:49:21 +0000 (23:49 +0000)]
Document the new "Compromise" mouse-handling option introduced 2003-11-20

[originally from svn r3829]

20 years agoMention the Ctrl+right-click context menu now available on Windows.
Jacob Nevins [Sat, 7 Feb 2004 23:35:32 +0000 (23:35 +0000)]
Mention the Ctrl+right-click context menu now available on Windows.

[originally from svn r3827]

20 years agoUpdate the advice about updating the wishlist post-release
Jacob Nevins [Sat, 7 Feb 2004 23:21:28 +0000 (23:21 +0000)]
Update the advice about updating the wishlist post-release

[originally from svn r3825]

20 years agoUpdate version numbers preparatory to tagging for release.
Simon Tatham [Sat, 7 Feb 2004 18:17:50 +0000 (18:17 +0000)]
Update version numbers preparatory to tagging for release.

[originally from svn r3820]

20 years agoAnother admin script, to build the Unix source archive.
Simon Tatham [Sat, 7 Feb 2004 18:14:53 +0000 (18:14 +0000)]
Another admin script, to build the Unix source archive.

[originally from svn r3819]

20 years agoAdded a wrinkle to the version.c build in the Unix makefile, which
Simon Tatham [Sat, 7 Feb 2004 18:10:54 +0000 (18:10 +0000)]
Added a wrinkle to the version.c build in the Unix makefile, which
will validate an md5sums manifest and if all md5sums match will use
a version number provided in a file. This should allow me to produce
a Unix release source archive with the property that when unpacked
and built it will produce binaries advertising themselves as
`Release X.YZ', but as soon as the user starts fiddling with the
sources it will revert to `Unidentified build' (though of course the
user can still _explicitly_ ask for a release tag, and in fact this
will override the default if any default is specified).

[originally from svn r3818]

20 years agoAdd some Unix blurb.
Simon Tatham [Sat, 7 Feb 2004 17:38:54 +0000 (17:38 +0000)]
Add some Unix blurb.

[originally from svn r3817]

20 years agoSilly grammatical error.
Simon Tatham [Sat, 7 Feb 2004 17:36:05 +0000 (17:36 +0000)]
Silly grammatical error.

[originally from svn r3816]

20 years agoCharles Wilcox reported a signature validation bug with 2500-bit RSA
Simon Tatham [Sat, 7 Feb 2004 10:02:20 +0000 (10:02 +0000)]
Charles Wilcox reported a signature validation bug with 2500-bit RSA
keys. This _appears_ to be due to me computing the byte count of the
key by dividing the bit count by 8 and rounding _down_ rather than
up. Therefore, I can't see how this code could ever have worked on
any SSH2 RSA key whose length was not a multiple of 8 bits; and
therefore I'm staggered that we haven't noticed it before! OpenSSH's
keygen appears to be scrupulous about ensuring the returned key
length is exactly what you asked for rather than one bit less, but
even so I'm astonished that _all_ keygen implementations for servers
we've ever interoperated with have avoided tripping this bug...

[originally from svn r3815]

20 years agoHost key q: mention kh2reg.py
Jacob Nevins [Wed, 4 Feb 2004 18:39:14 +0000 (18:39 +0000)]
Host key q: mention kh2reg.py

[originally from svn r3801]

20 years agoPatch from Theo Markettos: apparently "BSD-derived IP stacks fall over when
Jacob Nevins [Tue, 3 Feb 2004 14:47:43 +0000 (14:47 +0000)]
Patch from Theo Markettos: apparently "BSD-derived IP stacks fall over when
trying to bind to the localhost interface with a sockaddr_in which has non-zero
sin_zero fields." Zero sockaddr_in (and sockaddr_in6) before any use.

[originally from svn r3793]

20 years agoPatch from Colin Watson: document pterm.WarnOnClose
Jacob Nevins [Tue, 3 Feb 2004 14:36:01 +0000 (14:36 +0000)]
Patch from Colin Watson: document pterm.WarnOnClose

[originally from svn r3792]

20 years agoUnix PuTTYgen: exists
Jacob Nevins [Sat, 24 Jan 2004 18:30:32 +0000 (18:30 +0000)]
Unix PuTTYgen: exists

[originally from svn r3768]

20 years agoReasonably thorough test suite for command-line PuTTYgen, and
Simon Tatham [Sat, 24 Jan 2004 17:16:37 +0000 (17:16 +0000)]
Reasonably thorough test suite for command-line PuTTYgen, and
several bugs fixed in the process of constructing same.

[originally from svn r3767]

20 years agoAdd a man page for the new command-line PuTTYgen.
Simon Tatham [Fri, 23 Jan 2004 13:21:25 +0000 (13:21 +0000)]
Add a man page for the new command-line PuTTYgen.

[originally from svn r3766]

20 years agoCouple of bits missing from the command-line help.
Simon Tatham [Fri, 23 Jan 2004 13:21:17 +0000 (13:21 +0000)]
Couple of bits missing from the command-line help.

[originally from svn r3765]

20 years agoAdded a command-line key generation tool. Currently builds and runs
Simon Tatham [Thu, 22 Jan 2004 19:15:32 +0000 (19:15 +0000)]
Added a command-line key generation tool. Currently builds and runs
on Linux, but the (very few) platform-specific bits are already
abstracted out of the main code, so it should port to other
platforms with a minimum of fuss.

[originally from svn r3762]

20 years agoPlacate some gcc warnings.
Simon Tatham [Thu, 22 Jan 2004 18:52:49 +0000 (18:52 +0000)]
Placate some gcc warnings.

[originally from svn r3761]

20 years agoFix a casting bug with the length-independent sshbn code.
Simon Tatham [Thu, 22 Jan 2004 18:37:48 +0000 (18:37 +0000)]
Fix a casting bug with the length-independent sshbn code.

[originally from svn r3760]

20 years agoBah! Nicolas Barry correctly points out that my async agent code
Simon Tatham [Wed, 21 Jan 2004 21:11:03 +0000 (21:11 +0000)]
Bah! Nicolas Barry correctly points out that my async agent code
simply doesn't work - if multiple concurrent agent requests are
attempted, some of them will fail for no apparent reason. I assume
concurrent SendMessage() calls don't work in the Windows API, or
some such. So I'm commenting out the async code for the moment
(there wasn't a Windows Pageant that made helpful use of it anyway
yet) and returning to the drawing board.

[originally from svn r3756]

20 years agoKaisuke Nakajima points out that it's unnecessary to translate
Simon Tatham [Wed, 21 Jan 2004 20:59:20 +0000 (20:59 +0000)]
Kaisuke Nakajima points out that it's unnecessary to translate
negative font sizes (meaning pixels) into positive ones (points) in
winstore.c, since it gets done anyway at the point of font creation;
and removing the code in winstore.c means that the precise font
entered by the user is saved in the config, rather than being
rounded.

[originally from svn r3755]

20 years agoDarryl L. Miles's patch to support an optional port number argument
Simon Tatham [Wed, 21 Jan 2004 19:56:08 +0000 (19:56 +0000)]
Darryl L. Miles's patch to support an optional port number argument
on the PSFTP `open' command; it was arguably a bug that this command
couldn't do such an obvious thing that could be done from the main
command line. Also had to fix a NULL-dereference in do_sftp_cleanup
in the process.

[originally from svn r3754]

20 years agoTheo Markettos's unsigned-vs-signed-char pedantry patch.
Simon Tatham [Wed, 21 Jan 2004 19:45:44 +0000 (19:45 +0000)]
Theo Markettos's unsigned-vs-signed-char pedantry patch.

[originally from svn r3753]

20 years agoTwo small memory leaks, also noticed by Martin Prikryl.
Simon Tatham [Wed, 21 Jan 2004 19:41:34 +0000 (19:41 +0000)]
Two small memory leaks, also noticed by Martin Prikryl.

[originally from svn r3752]

20 years agoMartin Prikryl points out that need_pw may be used uninitialised.
Simon Tatham [Wed, 21 Jan 2004 19:33:48 +0000 (19:33 +0000)]
Martin Prikryl points out that need_pw may be used uninitialised.

[originally from svn r3751]

20 years ago`What is PuTTY?' gets asked _just_ frequently enough to have finally
Simon Tatham [Wed, 21 Jan 2004 17:11:55 +0000 (17:11 +0000)]
`What is PuTTY?' gets asked _just_ frequently enough to have finally
annoyed me.

[originally from svn r3749]

20 years agoUpdate for latest mkfiles.pl kerfuffle
Jacob Nevins [Tue, 20 Jan 2004 21:00:07 +0000 (21:00 +0000)]
Update for latest mkfiles.pl kerfuffle

[originally from svn r3747]

20 years agoFix unterminated comments in previous checkin
Jacob Nevins [Tue, 20 Jan 2004 20:42:43 +0000 (20:42 +0000)]
Fix unterminated comments in previous checkin

[originally from svn r3746]

20 years agoOh, and mention lcc in the README.
Simon Tatham [Tue, 20 Jan 2004 20:35:49 +0000 (20:35 +0000)]
Oh, and mention lcc in the README.

[originally from svn r3745]

20 years agoAlexey Savelyev's mkfiles.pl patch to support lcc-win32. This has
Simon Tatham [Tue, 20 Jan 2004 20:35:27 +0000 (20:35 +0000)]
Alexey Savelyev's mkfiles.pl patch to support lcc-win32. This has
caused a small amount of extra inconvenience at the tops of .rc
files, but it's been positive overall since lcc has managed to point
out some pedantic errors (typically static/extern mismatches between
function prototypes and definitions) which everything else missed.

[originally from svn r3744]