]> asedeno.scripts.mit.edu Git - PuTTY.git/history - ssh.c
Update README to make it clear it's a _source_ README.
[PuTTY.git] / ssh.c
2002-09-15 Simon TathamBe proactively pedantic about channel-close irregularit...
2002-09-15 Simon TathamImprovements to SSH1 channel close handling: track...
2002-09-12 Jacob NevinsSemi-bug "long-usernames":
2002-09-08 Simon TathamIntroduce the Bugs control panel, for overriding PuTTY...
2002-09-07 Simon TathamIncrease length limit on SSH1_MSG_DEBUG; 70 chars is...
2002-08-18 Simon TathamAdd BUG_SSH2_DERIVEKEY, present (according to OpenSSH...
2002-08-18 Simon TathamIn SSH2, if decrypting the packet length gave us a...
2002-08-11 Simon TathamFinal fixes to keyboard-interactive so it now works...
2002-08-07 Simon TathamOops. Didn't quite get the new SSH protocol selection...
2002-08-07 Simon TathamAdd an option to force SSH1 protocol only. Partly for...
2002-08-04 Simon TathamRevamp of command-line handling. Most command line...
2002-08-03 Simon TathamFix culpable lack of generality in keyboard-interactive
2002-06-15 Simon TathamOne of the recent port forwarding crash reports contain...
2002-05-31 Simon TathamWorkaround for the SSH2 RSA padding bug in OpenSSH...
2002-05-17 Simon Tathamieof-for-nonexistent-channel problem: avoid comparing...
2002-05-11 Owen DunnSSH2 only support
2002-05-11 Simon TathamImproved error messages if you use the wrong key type...
2002-03-27 Simon TathamRemember to wait for SSH1_MSG_SUCCESS after enabling...
2002-03-27 Simon TathamMatt Harden's (modified) patch to do getservbyname...
2002-03-23 Simon TathamAttempt to ensure that everything passed to connection_...
2002-03-23 Simon TathamJustin Bradford's proxy support patch. Currently suppor...
2002-03-20 Simon TathamPedantic little patch to ensure blank usernames work...
2002-03-06 Simon TathamEnsure our network layer is properly cleaned up before...
2002-02-27 Simon TathamSet SSH socket variable to NULL if connect() fails...
2002-02-27 Simon TathamCisco routers apparently have yet another bug: they...
2002-01-10 Simon TathamAdd support for sending SSH2_MSG_UNIMPLEMENTED for...
2002-01-10 Simon TathamSupport SSH2_MSG_GLOBAL_REQUEST (just return failure)
2002-01-10 Simon TathamExtra safety feature to avoid sending SSH2_MSG_WINDOW_A...
2002-01-08 Simon TathamAdd the CRC32 compensation attack detector that all...
2001-12-30 Simon TathamI have no brain at all. The SSH1 auth loop was trying...
2001-12-30 Simon TathamPuTTY can now detect when one of the Pageant keys it...
2001-12-29 Simon TathamAdd a new back-end function to return the exit code...
2001-12-15 Simon TathamAdd the remote counterpart for the `local port forwardi...
2001-12-14 Simon TathamRetired the #ifdef DUMP_PACKETS stuff in ssh.c because...
2001-12-11 Simon TathamDisable username switching between SSH2 auth attempts...
2001-12-10 Simon TathamApparently sending DISCONNECT on a normal SSH2 connecti...
2001-11-29 Simon TathamMake the nonstandard "des-cbc" cipher disabled by default
2001-11-29 Simon TathamConfigurable TCP_NODELAY option on network connections
2001-11-29 Simon TathamMake keyboard-interactive authentication configurable...
2001-11-29 Simon TathamRemember to terminate the prompt string in keyboard...
2001-11-21 Simon TathamAdd single-DES support in SSH2
2001-11-21 Jacob NevinsPrimitive protection against SSH2 not actually agreeing...
2001-11-21 Simon TathamSend SSH2_MSG_NEWKEYS _before_ expecting to receive...
2001-11-13 Simon TathamHandle incoming SSH2_MSG_CHANNEL_REQUEST (by refusing...
2001-11-10 Simon TathamOops - one missing set of the ssh1 throttling indicator
2001-10-30 Simon TathamTidy up the SERIOUS NETWORK ERROR fixes
2001-10-30 Simon TathamTidy up SSH packet-level debugging
2001-10-27 Simon TathamAdd remaining comments to the last checkin (gah, rememb...
2001-10-27 Simon TathamUpdate to password length traffic analysis: one Cisco...
2001-09-26 Simon Tatham`Server got confused by' error messages now quote a...
2001-09-19 Simon TathamFix pasting of newlines in local line editing mode...
2001-09-18 Simon TathamSSH back end should now be tolerant of garbage appearin...
2001-09-09 Simon TathamBe more careful of bombouts at the s_rdpkt level: if...
2001-09-08 Simon TathamJacob's TIS / CCard authentication tweaks.
2001-09-08 Simon TathamFix error message: couldn't load _private_ key, not public.
2001-09-08 Simon TathamWhen we receive SSH_MSG_DISCONNECT, say so in an error...
2001-09-07 Simon TathamRobert de Bath's asynchronous-connect patch. Helps...
2001-09-07 Simon TathamFix gratuitous assertion failure in Plink (ssh1_throttl...
2001-08-28 Simon TathamD'oh! Putting keyboard-interactive authentication _befo...
2001-08-28 Simon TathamFix various small compiler warnings, mostly unused...
2001-08-27 Simon TathamFix handling of SSH2_MSG_CHANNEL_CLOSE, which was break...
2001-08-27 Simon TathamPort forwarding bug fix: we were unable to handle receiving
2001-08-26 Simon TathamPSCP now uses the modern SFTP protocol if it can, and...
2001-08-25 Simon TathamJacob's patch for a drag-list to select SSH ciphers...
2001-08-25 Simon TathamExtensive changes that _should_ fix the socket bufferin...
2001-08-22 Simon TathamOops - fix that fix :-/
2001-08-22 Simon TathamFix to allow more than one challenge/response pair during
2001-08-15 Simon TathamTrivial port forwarding fixes from Jacob
2001-08-09 Simon TathamStop yelling about Access Denied if the server refuses...
2001-08-09 Simon TathamPort forwarding now works in SSH 2 as well as SSH 1.
2001-08-09 Simon TathamKeyboard-interactive authentication, thanks to Paul...
2001-08-08 Simon TathamSSH port forwarding! How cool is that?
2001-08-04 Simon TathamFix segfault if the server maliciously sends the wrong...
2001-07-31 Simon TathamYet another possible segfault path in the backends...
2001-05-13 Simon TathamPlacate gcc's `-Wall' warnings.
2001-05-13 Simon TathamControl characters are now allowed as part of the passw...
2001-05-13 Simon TathamAttempt to report the error condition right when an...
2001-05-09 Simon Tatham`realhost', passed back from all the backend init funct...
2001-05-06 Simon TathamRun entire source base through GNU indent to tidy up...
2001-04-28 Simon TathamDebugging improvements. Started using Dave Hinton's...
2001-04-28 Simon TathamFix completely stupid agent_exists test. (Hint to self...
2001-04-28 Simon TathamAdd some fflushes to make it easier for piped programs...
2001-04-17 Simon TathamHaving now compiled the last few days' changes with...
2001-04-16 Simon TathamReplace PuTTY's 2-3-4 tree implementation with the...
2001-04-16 Simon TathamPageant interface changes. You can now do `pageant...
2001-04-16 Simon TathamLog the text message in SSH_MSG_DISCONNECT (both protoc...
2001-04-16 Simon TathamAfter we fall back to 3DES, double-check the server...
2001-04-11 Simon TathamExperimental checkin to see if we can prevent multiple...
2001-03-29 Simon TathamFix the detect_bugs routine, which was failing to find...
2001-03-23 Simon TathamFix the SSH protocol version exchange, which had a...
2001-03-22 Simon TathamRemove the length limit on protocol version strings...
2001-03-19 Simon TathamPlink in noninteractive-script mode should not show...
2001-03-19 Simon TathamAdd Norman Brandinger's suggested `-m' option in plink...
2001-03-16 Simon TathamSSH2 channel fix: received WINDOW_ADJUSTs were always...
2001-03-16 Simon TathamCorrect handling of SSH1 protocol flags, in particular
2001-03-15 Simon TathamAdd support for SSH2 userauth banners. We currently...
2001-03-15 Simon TathamAt long last: PuTTY will now report its version to...
2001-03-15 Simon TathamFix a few trivial compiler warnings
2001-03-15 Simon TathamBit more robustness when talking to Pageant
2001-03-15 Simon TathamOops - don't invent an X authorisation when doing agent...
next