Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

24 check-ins using file plink.c version 708a6ba403

2001-04-16
11:25
Fix excessive calls to random_byte() check-in: 6c3d4344ad user: simon tags: trunk
11:19
Quote the hostname in the `unable to connect' box so that if the user starts up N PuTTYs at once and one reports failure, they know which one. check-in: b190ef48b3 user: simon tags: trunk
11:16
Add two more ghastly function key options. WE HAVE TOO MANY! check-in: 8fba8a3021 user: simon tags: trunk
10:58
Roman Pompejus's patch to allow you to automatically select overwrite or append in logging mode. check-in: 676bb6f70a user: simon tags: trunk
07:38
Makefile enhancements by Robert de Bath. check-in: 9233e85b41 user: simon tags: trunk
07:25
Increase the read buffer size in network processing for extra speed. check-in: e667e6ef78 user: simon tags: trunk
07:08
Small keyboard patches from Robert de Bath. Should fix the dead-key problem and also some unspecified woe with the ever-problematic Compose key. check-in: de331e82c3 user: simon tags: trunk
06:18
Remove the diagnostics I checked in by mistake in the last revision. AGAIN. I really must stop doing that. check-in: d7d0dd4eca user: simon tags: trunk
06:16
Pageant interface changes. You can now do `pageant -c command' to spawn another command after starting Pageant. Also, if Pageant is already running, `pageant keyfile' and `pageant -c command' will do the Right Thing, that is, add the key to the _first_ Pageant and/or run a command and then exit. The only time you now get the `Pageant is already running' error is if you try to start the second copy with no arguments. NB the affected files in this checkin are rather wide-ranging because I renamed the not really SSH1-specific `ssh1_bignum_bitcount' function to just `bignum_bitcount'. check-in: 64fef963cc user: simon tags: trunk
04:10
Log the text message in SSH_MSG_DISCONNECT (both protocols) so that when people submit Event Logs for diagnosis it's a little easier to work out what's up. check-in: 7b0a25342b user: simon tags: trunk
02:49
After we fall back to 3DES, double-check the server really does support it, and bomb out with a complaint if not. check-in: a19cc07470 user: simon tags: trunk
2001-04-14
06:37
Bell can now play an arbitrary sound file. check-in: f62324cb45 user: simon tags: trunk
2001-04-13
06:01
Oops - remove rogue debug messages! check-in: 09b376f851 user: simon tags: trunk
05:52
New improved bell handling. Choice between visual and audible bell; configurable bell overload handling. Thanks to Robert de Bath for galvanising me into doing this, but I've had to rip most of his code out and redo it myself... check-in: 09d0105a65 user: simon tags: trunk
04:39
Some introductory blurb in the docs check-in: 42bf099edc user: simon tags: trunk
2001-04-11
07:29
Experimental checkin to see if we can prevent multiple closes ever being sent on an SSH1 forwarding (or indeed primary) channel. check-in: 38fbf062db user: simon tags: trunk
05:03
Jordan Russell's patch to match the PuTTY cursor blink rate to the system-configured one. check-in: deca9a0b7f user: simon tags: trunk
2001-04-09
07:52
Keyboard handling patch from RDB: the Windows Application key is now always Compose (we have no better use for it), and Ctrl-Alt can be made to act like AltGr (but it's never Compose even when AltGr is). check-in: 69c754c890 user: simon tags: trunk
07:46
Don't assume OEM fonts have a space in position 255. We know there's one in position 32 so let's use that! (Thanks RDB.) check-in: 824897540b user: simon tags: trunk
07:43
We can now configure the terminal's answerback string when it receives ^E. check-in: deba6874d6 user: simon tags: trunk
07:23
The About box now contains a button that starts up a browser pointing at the PuTTY web site. Thanks to Eric Theriault. check-in: 8c512d39c4 user: simon tags: trunk
06:59
Default handling of VT100 line drawing characters in cut and paste is now to translate them into poor man's characters (+--+ and |). We also have an option to disable this (and map line drawing characters to the corresponding ASCII code as before). Thanks to Robert de Bath. check-in: 84292c384f user: simon tags: trunk
2001-03-29
07:40
Fix the detect_bugs routine, which was failing to find the right bit of the version string :-) check-in: 187803a9b3 user: simon tags: trunk
2001-03-28
10:38
Oops. The new remote_cmd_ptr points in the wrong place when you copy a Config structure like plink does at one point. (I'm almost tempted to say this is where a copy constructor would be handy :-/ ) check-in: 88af46225e user: simon tags: trunk