Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
97 check-ins using file sshblowf.c version 86dbf19fb1
|
2001-05-06
| ||
| 09:20 | Wez Furlong's patch to add xterm mouse reporting and proper mouse wheel support. check-in: 0f7d39ca35 user: simon tags: trunk | |
|
2001-05-03
| ||
| 05:10 | Remove diagnostics and attempt to work around VC compiler bug :-( check-in: 11ca64770c user: simon tags: trunk | |
|
2001-05-02
| ||
| 09:45 | Extra diagnostics in the hope that we can track down the problem with the nightlies. I must remember to take it all out again when we do! check-in: 9ae48676d9 user: simon tags: trunk | |
| 03:59 | TEMPORARY ONLY: enable debugging on default build to try to get tomorrow's nightly to show us what the problem with term_size is. check-in: c789629ac9 user: simon tags: trunk | |
|
2001-04-28
| ||
| 13:23 | Reduce out-of-focus timer interval to 2 seconds so we still have some control over keepalives when not in the foreground. check-in: abf72593a3 user: simon tags: trunk | |
| 13:02 | Add Jordan Russell's patch for a sunken-edge border like a DOS box. Configurable, of course, because I for one like the border as thin as possible. check-in: 99c55fd985 user: simon tags: trunk | |
| 12:35 | Debugging improvements. Started using Dave Hinton's dmemdump function (woohoo!), improved that function so it provides an ASCII dump as well as hex (whee!), removed all remaining spurious \r in debug statements (ooh!), and made enabling of packet debugging in SSH a matter of one ifdef rather than lots (phew!). check-in: 78ce267f58 user: simon tags: trunk | |
| 12:18 | Put the \001 prefix back on scp error messages when they're sent to the server. (Not sure _why_ they're sent to the server; scp is weird.) It may be pointless when sent to the screen, which is why I removed it, but it's extremely pointful on the wire :-( check-in: beae6ab7c7 user: simon tags: trunk | |
| 10:47 | The bell overload times are now measured in milliseconds, although the config box still enters them in seconds (it allows fractions). check-in: e04cd69761 user: simon tags: trunk | |
| 10:33 | Remove stray diagnostics. When will I learn? check-in: 5076daec9a user: simon tags: trunk | |
| 10:32 | Implement lazy horizontal resizing of screen and scrollback. check-in: 7663b57b53 user: simon tags: trunk | |
| 09:39 | Arrange that explicit visual bells performed using ESC[?5h and ESC[?5l in immediate succession will still give a visibly long flash of the screen. check-in: c5f6c7a36a user: simon tags: trunk | |
| 07:07 | Add the missing "all" target in the Cygwin makefile check-in: 9d130d6b04 user: simon tags: trunk | |
| 06:41 | Jacob's patch to make passphrase boxes work more sanely check-in: a1e1b76501 user: simon tags: trunk | |
| 06:27 | Only update the system caret when we have the focus. This was apparently causing the weird caret behaviour in Change Settings, because that routine was still being called... check-in: 7887d61a80 user: simon tags: trunk | |
| 06:25 | Fix completely stupid agent_exists test. (Hint to self: you have to actually _call_ a boolean-returning function, not just test its address for nonzerohood.) Thanks Jacob. check-in: 10b7803a78 user: simon tags: trunk | |
| 06:25 | Add -lwinmm to Cygwin makefile. Thanks Jacob. check-in: 3b87617780 user: simon tags: trunk | |
| 06:24 | Remove my dire-warning `FIXME' in IPv4 dotted-decimal handling because Jeroen points out that it's perfectly OK the way it is :-) check-in: 2cb3b8a7ce user: simon tags: trunk | |
| 04:24 | Dave Hinton's debugging patch. check-in: ef3833ca92 user: simon tags: trunk | |
| 03:42 | Add some fflushes to make it easier for piped programs to talk to plink and pscp check-in: 3ca35402c6 user: simon tags: trunk | |
| 02:49 | Updated dependencies thanks to Dave Hinton's mkdeps script check-in: 855dddf6f7 user: simon tags: trunk | |
|
2001-04-18
| ||
| 10:23 | Using plink with CVS - need to make sure the saved session uses SSH check-in: 5f88d97855 user: owen tags: trunk | |
|
2001-04-17
| ||
| 05:39 | Useful workaround I was given, to fake storing settings in a file. check-in: 0141c9049e user: simon tags: trunk | |
| 04:25 | Two more small bugs introduced by the B-tree reorg: scroll() now requires fix_cpos() to be called after it (otherwise cpos might point to a line that isn't where you remember it being), and a mis-aimed incpos() was causing forward selection dragging not to include the char under the mouse. Both fixed. check-in: e7a989dce7 user: simon tags: trunk | |
| 03:53 | Fix alternate-screen bugs introduced by move to B-trees. Alternate screen wasn't being correctly cleared on creation, and also wasn't inhibiting scrollback like it should have. check-in: a9f85fca1b user: simon tags: trunk | |
| 03:24 | Having now compiled the last few days' changes with MSVC, it's turned up a bunch of warnings, mostly unused variables. All fixed. check-in: 24eb277009 user: simon tags: trunk | |
|
2001-04-16
| ||
| 16:33 | Include <mmsystem.h> and winmm.lib for PlaySound. check-in: 382c2cdb71 user: simon tags: trunk | |
| 16:29 | Put back Robert de Bath's second level of bell overload tracking. It had a useful purpose: when primary overload handling is disabled, it prevents MessageBeep calls overloading the program, because they don't cancel each other like async PlaySounds do. check-in: ecb3fee8fc user: simon tags: trunk | |
| 16:25 | Terminal now uses unsorted counted tree234 as its basic data type. Should speed up scrollback to usable levels no matter how big your scrollback buffer. check-in: 2be3e9189f user: simon tags: trunk | |
| 16:24 | countnode234() should politely return 0 when passed NULL. Was breaking delpos234(empty_tree, 0). check-in: dd587abb87 user: simon tags: trunk | |
| 12:18 | Replace PuTTY's 2-3-4 tree implementation with the shiny new counted one, in preparation for using it to speed up scrollback. check-in: eaf375d551 user: simon tags: trunk | |
| 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 | |
|
2001-03-23
| ||
| 07:02 | Modify the new rsa_verify routine. We now also check the integrity of the private data (verifying that p > q and that iqmp really is the inverse of q mod p). In addition, we _no longer_ check that e*d == 1 mod (p-1)(q-1): instead we do separate checks mod (p-1) and mod (q-1), since the order of the multiplicative group mod n is actually equal to lcm(p-1,q-1) rather than phi(n)=(p-1)(q-1). (In other words, the Fermat-Euler theorem doesn't point both ways.) check-in: 903c16451b user: simon tags: trunk | |
| 04:28 | Fix the SSH protocol version exchange, which had a weird stack trash in it which for some reason didn't show up when built with VC++6 but blew up the nightlies. Should be OK now. check-in: ff0d0a3692 user: simon tags: trunk | |
| 03:20 | Fix a couple of silly compiler warnings check-in: dd4600f52e user: simon tags: trunk | |
|
2001-03-22
| ||
| 15:48 | Following the recent advisory about attacks on PGP keys based on tampering with the unencrypted public part of the key but leaving the private part intact ... we are now ultra-paranoid about RSA key files, and we check that the public part matches the private part _before_ we generate any signatures with them. check-in: 1d114af59c user: simon tags: trunk | |
| 15:48 | Remove needless redeclaration of word32 (it was in ssh.h) check-in: 62cb12f675 user: simon tags: trunk | |
| 11:32 | Remove the length limit on protocol version strings. (In principle, I could have got away with upping it to 256, but I didn't want a repeat of the chaos when some server accidentally breaks that limit too...) check-in: e6c77ffa94 user: simon tags: trunk | |
|
2001-03-19
| ||
| 04:27 | Plink in noninteractive-script mode should not show the `Authenticated with public key' message in SSH2 (it already doesn't in SSH1). It shouldn't show the login banner either, since its output is probably redirected to something which will choke on it. check-in: 0a38f11c5d user: simon tags: trunk | |
| 04:24 | Add Norman Brandinger's suggested `-m' option in plink, to read the remote command from a local file. Advantage: you can have more than one line in it, so you can remotely run what's effectively a small script. check-in: 1aa859782c user: simon tags: trunk | |
|
2001-03-16
| ||
| 06:09 | SSH2 channel fix: received WINDOW_ADJUSTs were always applied to the primary (shell session) channel, rather than the one they were aimed at. This _despite_ me having deliberately gone and looked the channel ID up in the B-tree - I was ignoring the result by accident :-/ X forwarding should now work in SSH2 even on non-trivial clients (ie things other than xdpyinfo). check-in: dd506852aa user: simon tags: trunk | |
| 05:58 | Correct handling of SSH1 protocol flags, in particular PROTOFLAG_SCREEN_NUMBER, without which OpenSSH 2.5.1 was objecting to my gratuitous inclusion of a screen number in the SSH1 X forwarding request. Ahem. check-in: 63e041800b user: simon tags: trunk | |
|
2001-03-15
| ||
| 11:14 | Add support for SSH2 userauth banners. We currently can't deal with printing them _before_ the username prompt. This apparently isn't very serious because OpenSSH doesn't _send_ it before the username prompt, but only in response to USERAUTH_REQUEST "none". Good job we do that! check-in: 1170b92531 user: simon tags: trunk | |
| 07:25 | David Brinegar's workaround for an error reporting problem in some WinSocks. check-in: c4ef2ddd63 user: simon tags: trunk | |
| 06:15 | At long last: PuTTY will now report its version to the server sensibly, as a release or a snapshot or a local build. With any luck this should make bug reporting easier to handle, because anyone who sends their Event Log should automatically include the version :-) check-in: 8291e66ea6 user: simon tags: trunk | |
| 06:14 | Fix a trivial compiler warning check-in: 5dad092a2a user: simon tags: trunk | |
| 05:39 | Fix a few trivial compiler warnings check-in: 68118804a2 user: simon tags: trunk | |
| 05:38 | Bit more robustness when talking to Pageant check-in: 0abac01e0f user: simon tags: trunk | |
| 05:32 | Oops - don't invent an X authorisation when doing agent forwarding! Overenthusiastic c'n'p breaks the world. check-in: a2542209d8 user: simon tags: trunk | |
| 05:19 | Fix a segfault on abrupt X connection shutdown. check-in: 4c83fcb2bd user: simon tags: trunk | |
|
2001-03-14
| ||
| 05:47 | AES should have accelerator s, not a, to avoid a clash check-in: 318ddb27e1 user: simon tags: trunk | |
|
2001-03-13
| ||
| 04:22 | Dave Hinton's modifications to the network layer interface, which should make it possible to add SSL support later. check-in: 0c3b3070c4 user: simon tags: trunk | |
| 03:41 | Add dependencies for x11fwd.obj to Makefile (thanks Catbells :-) check-in: d0f8edee33 user: simon tags: trunk | |
|
2001-03-12
| ||
| 09:31 | ssh_get_password has become ssh_get_line, so it can handle usernames as well. This should fix the multiple-reads-on-stdin bug in plink. check-in: fa069c172a user: simon tags: trunk | |
| 09:12 | Zero length passwords no longer cause an assertion failure :-) check-in: b982530d97 user: simon tags: trunk | |
| 06:24 | Finally fixed the point/pixel confusion in font handling. Thanks to Roman Surma for pointing me at the relevant bits of documentation. All font sizes should now be measured in points, and everything should be consistent, and (with any luck) old Registry settings should adapt gracefully too. check-in: 31527be6a5 user: simon tags: trunk | |
|
2001-03-10
| ||
| 05:04 | Add support for using Diffie-Hellman with short exponents (sshdh.c contains a reference to a paper on the subject). Reduces time taken for DH group exchange to the point where it's viable to enable it all the time, so I have. :-) check-in: d67b4799b9 user: simon tags: trunk | |
| 05:03 | Tiny bug in bn_power_2() - didn't work with powers that were a multiple of 16. Oops! check-in: 2fb75ebea1 user: simon tags: trunk | |
| 04:22 | Update the text format of the public key as the comment box is edited check-in: e67e208029 user: simon tags: trunk | |
|
2001-03-09
| ||
| 07:30 | Complete analysis of the magic ASN.1 stuff in RSASSA signatures check-in: ffe3af2d16 user: simon tags: trunk | |
|
2001-03-08
| ||
| 04:07 | Having introduced a new function into the SSH2 compression structure, it would help if I implemented it in the dummy no-compression case! check-in: 6b991175b2 user: simon tags: trunk | |
|
2001-03-06
| ||
| 04:32 | Introduce the ability to distinguish remote SSH implementations by their version strings and enable bug compatibility modes. check-in: f363cd4fcd user: simon tags: trunk | |
| 03:29 | Update a couple of messages to be clearer to users who don't have access to complete documentation (ie all of them at the moment :-) check-in: 21fd39c25b user: simon tags: trunk | |
|
2001-03-05
| ||
| 11:31 | Fix various trivial compiler warnings check-in: 585485e79e user: simon tags: trunk | |
| 10:38 | Make the SSH2 traffic analysis defence robust in the face of Zlib compression. This involves introducing an option to disable Zlib compression (that is, continue to work within the Zlib format but output an uncompressed block) for the duration of a single packet. check-in: b3e5c90b5b user: simon tags: trunk | |
| 04:32 | Further traffic analysis defences check-in: 5a6aa0319a user: simon tags: trunk | |
|
2001-03-03
| ||
| 10:38 | Implement OpenSSH's private agent forwarding extension. I believe we now interoperate with OpenSSH/SSH2 to _exactly_ the same level as we interoperate with SSH1. Which is pretty cool really. check-in: 3851216d60 user: simon tags: trunk | |
| 10:10 | Remove some stray diagnostics check-in: defcaaecaf user: simon tags: trunk | |
| 10:05 | Remove a spurious \r\n from an Event Log message check-in: 95b45d0cd5 user: simon tags: trunk | |
| 09:56 | SSH2 can now use Pageant to obtain keys from check-in: 3ae72a462d user: simon tags: trunk | |
| 09:31 | Add support for the OpenSSH SSH2 agent protocol. check-in: 328b5f83c7 user: simon tags: trunk | |
| 07:53 | The authentication diagnostics in SSH2 should now be better. Additionally, the ability to switch usernames if you mistype the first one has been restored (although it didn't actually work because OpenSSH didn't feel like playing; patch submitted :-). check-in: e1aa7ffa13 user: simon tags: trunk | |
| 06:05 | Oops - fix silly segfault in new puttygen check-in: ffa475b6e8 user: simon tags: trunk | |
| 05:54 | Preliminary support for RSA user authentication in SSH2! Most of the error messages are currently wrong, and Pageant doesn't yet support the new key type, and I haven't thoroughly tested that falling back to password authentication and trying invalid keys etc all work. But what I have here has successfully performed a public key authentication, so it's working to at least some extent. check-in: 0761a1ad90 user: simon tags: trunk | |