Граф коммитов

2016 Коммитов

Автор SHA1 Сообщение Дата
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
Jacob Nevins c6d8ab8bd3 Remove claim that there's no Unix puttygen
[originally from svn r3860]
2004-02-13 00:21:35 +00:00
Jacob Nevins 52a5520966 Missed one: sftp-slow has gone away with 0.54
[originally from svn r3859]
2004-02-13 00:20:52 +00:00
Simon Tatham d548396918 Bah! Knew there'd be _something_.
[originally from svn r3857]
2004-02-12 23:26:37 +00:00
Simon Tatham 82ac1def16 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]
2004-02-12 19:45:45 +00:00
Simon Tatham bcee13f8f7 Back out my temporary edit of the FAQ, to make it once again
0.54-ready.

[originally from svn r3848]
2004-02-12 18:28:00 +00:00
Simon Tatham 1f04a58f8d 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]
2004-02-11 13:58:27 +00:00
Simon Tatham 55bc23297f 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]
2004-02-10 19:32:08 +00:00
Simon Tatham f41b9c6304 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]
2004-02-10 19:07:45 +00:00
Simon Tatham f1d532e2d0 Jacob's FAQ changes for 0.54.
[originally from svn r3842]
2004-02-10 18:22:00 +00:00
Jacob Nevins b68beb2420 Briefly document the "special commands" menu.
[originally from svn r3830]
2004-02-08 00:14:57 +00:00
Jacob Nevins 441231814b Document the new "Compromise" mouse-handling option introduced 2003-11-20
[originally from svn r3829]
2004-02-07 23:49:21 +00:00
Jacob Nevins e05a4be0cb Mention the Ctrl+right-click context menu now available on Windows.
[originally from svn r3827]
2004-02-07 23:35:32 +00:00
Jacob Nevins 0d9e99db60 Update the advice about updating the wishlist post-release
[originally from svn r3825]
2004-02-07 23:21:28 +00:00
Simon Tatham 8b57939f6b Update version numbers preparatory to tagging for release.
[originally from svn r3820]
2004-02-07 18:17:50 +00:00
Simon Tatham 3f9dbeae19 Another admin script, to build the Unix source archive.
[originally from svn r3819]
2004-02-07 18:14:53 +00:00
Simon Tatham ade0cb3d84 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]
2004-02-07 18:10:54 +00:00
Simon Tatham ad889c93d2 Add some Unix blurb.
[originally from svn r3817]
2004-02-07 17:38:54 +00:00
Simon Tatham a152cc760a Silly grammatical error.
[originally from svn r3816]
2004-02-07 17:36:05 +00:00
Simon Tatham 72e538e3b2 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]
2004-02-07 10:02:20 +00:00
Jacob Nevins b33dc07ff8 Host key q: mention kh2reg.py
[originally from svn r3801]
2004-02-04 18:39:14 +00:00
Jacob Nevins 5e2a33caec 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]
2004-02-03 14:47:43 +00:00
Jacob Nevins 8472b1c8d7 Patch from Colin Watson: document pterm.WarnOnClose
[originally from svn r3792]
2004-02-03 14:36:01 +00:00
Jacob Nevins 460bbd445a Unix PuTTYgen: exists
[originally from svn r3768]
2004-01-24 18:30:32 +00:00
Simon Tatham 72083d11ac Reasonably thorough test suite for command-line PuTTYgen, and
several bugs fixed in the process of constructing same.

[originally from svn r3767]
2004-01-24 17:16:37 +00:00
Simon Tatham 3f199bfe5c Add a man page for the new command-line PuTTYgen.
[originally from svn r3766]
2004-01-23 13:21:25 +00:00
Simon Tatham 509e84ed77 Couple of bits missing from the command-line help.
[originally from svn r3765]
2004-01-23 13:21:17 +00:00
Simon Tatham 2d1287b9ca 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]
2004-01-22 19:15:32 +00:00
Simon Tatham 7b140b2fe7 Placate some gcc warnings.
[originally from svn r3761]
2004-01-22 18:52:49 +00:00
Simon Tatham ee72bf04df Fix a casting bug with the length-independent sshbn code.
[originally from svn r3760]
2004-01-22 18:37:48 +00:00
Simon Tatham 98d735fde4 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]
2004-01-21 21:11:03 +00:00
Simon Tatham 1527565ad7 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]
2004-01-21 20:59:20 +00:00
Simon Tatham 2379e69619 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]
2004-01-21 19:56:08 +00:00
Simon Tatham 4dec95f80f Theo Markettos's unsigned-vs-signed-char pedantry patch.
[originally from svn r3753]
2004-01-21 19:45:44 +00:00
Simon Tatham a326264500 Two small memory leaks, also noticed by Martin Prikryl.
[originally from svn r3752]
2004-01-21 19:41:34 +00:00
Simon Tatham b424ea234f Martin Prikryl points out that need_pw may be used uninitialised.
[originally from svn r3751]
2004-01-21 19:33:48 +00:00
Simon Tatham bd006a3ced `What is PuTTY?' gets asked _just_ frequently enough to have finally
annoyed me.

[originally from svn r3749]
2004-01-21 17:11:55 +00:00
Jacob Nevins e06d6f2f8f Update for latest mkfiles.pl kerfuffle
[originally from svn r3747]
2004-01-20 21:00:07 +00:00
Jacob Nevins 9974e370fc Fix unterminated comments in previous checkin
[originally from svn r3746]
2004-01-20 20:42:43 +00:00
Simon Tatham fe793ca4f8 Oh, and mention lcc in the README.
[originally from svn r3745]
2004-01-20 20:35:49 +00:00
Simon Tatham f6adc8a9e1 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]
2004-01-20 20:35:27 +00:00
Simon Tatham bb2ee13a8a Paul van der Meij points out that do_reconfig() should not free
dp.errtitle, since it's also freed in dp_cleanup(). Minefield
agrees. Fixed.

[originally from svn r3743]
2004-01-20 19:46:00 +00:00
Simon Tatham 6ee9738055 Josh Hill's patch for full-screen mode on a multi-monitor system:
clicks in the top left of the window should not be detected by
comparing the coordinates with (0,0) since this won't work on
secondary monitors.

[originally from svn r3742]
2004-01-20 19:41:43 +00:00
Simon Tatham 9601124a7a Mark Wutzke points out that the comment in sk_proxy_set_frozen()
states that plug_receive() may recurse back into
sk_proxy_set_frozen() again. Therefore, bufchain_consume() should
have been called _before_ calling plug_receive(), to prevent an
infinite loop overflowing the stack. I can't immediately figure out
under what circumstances this might happen, but it seems an
obviously sensible precaution.

[originally from svn r3741]
2004-01-20 19:30:41 +00:00
Jacob Nevins 352ec6a486 `portfwd-loopback-choice' was not consistently documented.
- update usage info in tools
   - ack, plink is over 24 lines now
 - update man pages for Unix version
 - Doc changes:
   - move long description from (GUI) "config" to "using"
     - sorry if complete specification isn't what this section is meant for,
       but if you only read "using" it was hard to find.
   - ensure enough references to this made in other sections (GUI,
     command-line)
   - update instance of plink usage info

[originally from svn r3740]
2004-01-20 12:46:36 +00:00
Simon Tatham 2dd7514b07 Idiot me _twice_! The new store_host_key() was failing in the
absence of an existing host key file. Duhh.

[originally from svn r3737]
2004-01-19 09:37:17 +00:00
Jacob Nevins b4b7ebd5e3 Re local X server auth, clarify that it's _us_ you should mail, and link
to the Feedback section.

[originally from svn r3734]
2004-01-19 00:19:32 +00:00