- Nov 18, 2004
-
-
Simon Tatham authored
MODULES top-level directory, which is where the Tartarus website scripts will (hopefully) start reading them from. [originally from svn r4813] [this svn revision also touched charset,enigma,filter,halibut,puzzles,pycee,sdlgames,timber]
-
- Nov 16, 2004
-
-
Simon Tatham authored
[originally from svn r4788] [this svn revision also touched bmbm,caltrap,charset,enigma,filter,fonts,golem,grunge,halibut,html,lj,local,misc,polyhedra,putty-website,putty-wishlist,puzzles,pycee,sdlgames,svn-tools,timber,tweak]
-
- Aug 03, 2004
-
-
Jacob Nevins authored
cvs up -j1.25 -j1.26 using.but [svn merge -r4374:4375] [originally from svn r4383]
-
Jacob Nevins authored
version number to 0.55 [originally from svn r4382]
-
Simon Tatham authored
[originally from svn r4381]
-
- Jul 31, 2004
-
-
Simon Tatham authored
SSH2 now share most of their packet-decoding functions. [originally from svn r4378]
-
- Jul 29, 2004
-
-
Simon Tatham authored
release. [originally from svn r4374]
-
Simon Tatham authored
[originally from svn r4372]
-
Jacob Nevins authored
data [originally from svn r4371]
-
Jacob Nevins authored
if you check out directly from CVS as it's come up once or twice. [originally from svn r4370]
-
- Jul 28, 2004
-
-
Jacob Nevins authored
`-load sessname', and that mentions a hostname, that should be sufficient to start a connection. [originally from svn r4369]
-
- Jul 27, 2004
-
-
Simon Tatham authored
[originally from svn r4367]
-
- Jul 25, 2004
-
-
Jacob Nevins authored
NCMOUSEMOVE messages where nothing actually changes. It seems Windows likes to send such messages occasionally when other stuff is going on (e.g., in other windows). (Also spotted by Franco Barber <20040122055232.GA8168@febsun.cmhnet.org>.) [originally from svn r4358]
-
Jacob Nevins authored
SSH-1. It also ignored any settings forbidding fallback to SSH-1. Ignoring `-1' and `-2' is hardly the end of the world, as it'd be difficult to think of a realistic situation where fallback didn't do the right thing and PSFTP was still useful. However, ignoring a user's `SSH-2 only' setting was a bit rude. [originally from svn r4357]
-
Jacob Nevins authored
before "-load" is processed so that it doesn't clobber it. I've also changed the semantics of "-load" slightly for PSCP, PSFTP, and Plink: if it's specified at all, it overrides (disables) the implicit loading of session details based on a supplied hostname elsewhere (on the grounds that the user is more likely to want the "-load" session than the implicit session). (PuTTY itself doesn't do implicit loading at all, so I haven't changed it.) This means that all the PuTTY tools' behaviour is now consistent iff "-load" is specified (otherwise, some tools have implicit-session, and others don't). However, I've not documented this behaviour, as there's a good chance it will be swept away if and when we get round to sorting out how we deal with settings from multiple sources. It's intended as a "do something sensible" change. [originally from svn r4352]
-
Jacob Nevins authored
specified host name)" didn't appear to actually be true any more (see `cmdline-host-override'). Removed [originally from svn r4350]
-
- Jul 24, 2004
-
-
Jacob Nevins authored
[originally from svn r4349]
-
Jacob Nevins authored
to versions prior to 0.54. [originally from svn r4346]
-
- Jul 22, 2004
-
-
Jacob Nevins authored
wrong type. [originally from svn r4345]
-
Jacob Nevins authored
[originally from svn r4344]
-
- Jul 20, 2004
-
-
Simon Tatham authored
for UCSWIDE. Thanks Jacob, for catching this with valgrind. [originally from svn r4338]
-
Jacob Nevins authored
[originally from svn r4337]
-
Jacob Nevins authored
[originally from svn r4336]
-
- Jun 27, 2004
-
-
Jacob Nevins authored
[originally from svn r4312]
-
- Jun 20, 2004
-
-
Jacob Nevins authored
No very good reason, but I've occasionally wanted to frob it to see if it makes any difference to problems I'm having, and it was easy. Tested that it does actually cause keepalives on Windows (with tcpdump); should also work on Unix. Not implemented on Mac (does nothing), but then neither is TCP_NODELAY. Quite a big checkin, much of which is adding `keepalive' alongside `nodelay' in network function calls. [originally from svn r4309]
-
- Jun 15, 2004
-
-
Jacob Nevins authored
[originally from svn r4286]
-
Jacob Nevins authored
much to say about it). [originally from svn r4285]
-
Jacob Nevins authored
[originally from svn r4284]
-
Jacob Nevins authored
[originally from svn r4283]
-
Jacob Nevins authored
[originally from svn r4282]
-
Simon Tatham authored
SSH2 was not contained within a test for FLAG_VERBOSE. Thanks to Paul Gotch for pointing this out. [originally from svn r4281]
-
- Jun 10, 2004
-
-
Jacob Nevins authored
[originally from svn r4274]
-
- Jun 03, 2004
-
-
Jacob Nevins authored
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]
-
- May 31, 2004
-
-
Simon Tatham authored
servers using Unix sockets (on Unix only, obviously!). [originally from svn r4263]
-
- May 26, 2004
-
-
Jacob Nevins authored
create the registry values, and link back to the original MS KB articles. [originally from svn r4259]
-
- May 24, 2004
-
-
Jacob Nevins authored
[originally from svn r4256]
-
Simon Tatham authored
(don't test for `int *nbytes' being <= 0, test for the integer it points to being <= 0!). [originally from svn r4254]
-
Jacob Nevins authored
use them. Also use an accelerator that actually exists for bidi. [originally from svn r4252]
-
- May 22, 2004
-
-
Simon Tatham authored
[originally from svn r4241] [r3409 == 7798a599]
-
Simon Tatham authored
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]
-