Configurable TCP_NODELAY option on network connections
[u/mdw/putty] / ssh.c
2001-11-29 simonConfigurable TCP_NODELAY option on network connections
2001-11-29 simonMake keyboard-interactive authentication configurable...
2001-11-29 simonRemember to terminate the prompt string in keyboard...
2001-11-21 simonAdd single-DES support in SSH2
2001-11-21 jacobPrimitive protection against SSH2 not actually agreeing...
2001-11-21 simonSend SSH2_MSG_NEWKEYS _before_ expecting to receive...
2001-11-13 simonHandle incoming SSH2_MSG_CHANNEL_REQUEST (by refusing...
2001-11-10 simonOops - one missing set of the ssh1 throttling indicator
2001-10-30 simonTidy up the SERIOUS NETWORK ERROR fixes
2001-10-30 simonTidy up SSH packet-level debugging
2001-10-27 simonAdd remaining comments to the last checkin (gah, rememb...
2001-10-27 simonUpdate to password length traffic analysis: one Cisco...
2001-09-26 simon`Server got confused by' error messages now quote a...
2001-09-19 simonFix pasting of newlines in local line editing mode...
2001-09-18 simonSSH back end should now be tolerant of garbage appearin...
2001-09-09 simonBe more careful of bombouts at the s_rdpkt level: if...
2001-09-08 simonJacob's TIS / CCard authentication tweaks.
2001-09-08 simonFix error message: couldn't load _private_ key, not...
2001-09-08 simonWhen we receive SSH_MSG_DISCONNECT, say so in an error...
2001-09-07 simonRobert de Bath's asynchronous-connect patch. Helps...
2001-09-07 simonFix gratuitous assertion failure in Plink (ssh1_throttl...
2001-08-28 simonD'oh! Putting keyboard-interactive authentication _befo...
2001-08-28 simonFix various small compiler warnings, mostly unused...
2001-08-27 simonFix handling of SSH2_MSG_CHANNEL_CLOSE, which was break...
2001-08-27 simonPort forwarding bug fix: we were unable to handle receiving
2001-08-26 simonPSCP now uses the modern SFTP protocol if it can, and...
2001-08-25 simonJacob's patch for a drag-list to select SSH ciphers...
2001-08-25 simonExtensive changes that _should_ fix the socket bufferin...
2001-08-22 simonOops - fix that fix :-/
2001-08-22 simonFix to allow more than one challenge/response pair...
2001-08-15 simonTrivial port forwarding fixes from Jacob
2001-08-09 simonStop yelling about Access Denied if the server refuses...
2001-08-09 simonPort forwarding now works in SSH 2 as well as SSH 1.
2001-08-09 simonKeyboard-interactive authentication, thanks to Paul...
2001-08-08 simonSSH port forwarding! How cool is that?
2001-08-04 simonFix segfault if the server maliciously sends the wrong...
2001-07-31 simonYet another possible segfault path in the backends...
2001-05-13 simonPlacate gcc's `-Wall' warnings.
2001-05-13 simonControl characters are now allowed as part of the passw...
2001-05-13 simonAttempt to report the error condition right when an...
2001-05-09 simon`realhost', passed back from all the backend init funct...
2001-05-06 simonRun entire source base through GNU indent to tidy up...
2001-04-28 simonDebugging improvements. Started using Dave Hinton's...
2001-04-28 simonFix completely stupid agent_exists test. (Hint to self...
2001-04-28 simonAdd some fflushes to make it easier for piped programs...
2001-04-17 simonHaving now compiled the last few days' changes with...
2001-04-16 simonReplace PuTTY's 2-3-4 tree implementation with the...
2001-04-16 simonPageant interface changes. You can now do `pageant...
2001-04-16 simonLog the text message in SSH_MSG_DISCONNECT (both protoc...
2001-04-16 simonAfter we fall back to 3DES, double-check the server...
2001-04-11 simonExperimental checkin to see if we can prevent multiple...
2001-03-29 simonFix the detect_bugs routine, which was failing to find...
2001-03-23 simonFix the SSH protocol version exchange, which had a...
2001-03-22 simonRemove the length limit on protocol version strings...
2001-03-19 simonPlink in noninteractive-script mode should not show...
2001-03-19 simonAdd Norman Brandinger's suggested `-m' option in plink...
2001-03-16 simonSSH2 channel fix: received WINDOW_ADJUSTs were always...
2001-03-16 simonCorrect handling of SSH1 protocol flags, in particular
2001-03-15 simonAdd support for SSH2 userauth banners. We currently...
2001-03-15 simonAt long last: PuTTY will now report its version to...
2001-03-15 simonFix a few trivial compiler warnings
2001-03-15 simonBit more robustness when talking to Pageant
2001-03-15 simonOops - don't invent an X authorisation when doing agent...
2001-03-15 simonFix a segfault on abrupt X connection shutdown.
2001-03-13 simonDave Hinton's modifications to the network layer interf...
2001-03-12 simonssh_get_password has become ssh_get_line, so it can...
2001-03-12 simonZero length passwords no longer cause an assertion...
2001-03-10 simonAdd support for using Diffie-Hellman with short exponen...
2001-03-08 simonHaving introduced a new function into the SSH2 compress...
2001-03-06 simonIntroduce the ability to distinguish remote SSH impleme...
2001-03-06 simonUpdate a couple of messages to be clearer to users...
2001-03-05 simonMake the SSH2 traffic analysis defence robust in the...
2001-03-05 simonFurther traffic analysis defences
2001-03-03 simonImplement OpenSSH's private agent forwarding extension...
2001-03-03 simonRemove a spurious \r\n from an Event Log message
2001-03-03 simonSSH2 can now use Pageant to obtain keys from
2001-03-03 simonThe authentication diagnostics in SSH2 should now be...
2001-03-03 simonPreliminary support for RSA user authentication in...
2001-03-02 simonAdded support for RSA host keys (not user keys yet)
2001-03-02 simonSupport for selecting AES from the GUI. In the process...
2001-03-02 simonAdd AES support in SSH2. Not yet complete: there's...
2001-03-01 simonDiffie-Hellman group exchange in SSH2. Currently #ifdef...
2001-03-01 simonRemove the last lingering knowledge, outside sshbn...
2001-02-24 simonpsftp now works as part of the PuTTY suite
2001-02-23 simonAdd a traffic analysis defence to SSH2 password authent...
2001-02-20 simonAttempt to fix the remaining key re-exchange bug
2001-02-01 simonYet another attempt at OOB handling in the network...
2001-01-29 simonPrevent duplicate sk_close() calls on the same socket...
2001-01-29 simonRemove a segfault in bombout() macro: don't sk_close...
2001-01-26 simonFix the SSH2 key re-exchange bug. Session id != exchang...
2001-01-26 simonEnsure all backends _remember_ the connection has close...
2001-01-24 simonRethink the whole line discipline architecture. Instead...
2001-01-24 simonImprove socket error handling so that a socket error...
2001-01-23 simonRemove the entirely pointless fourth parameter from...
2001-01-22 simonBring the SSH2 channel architecture up to scratch,...
2001-01-22 simonAdd X11 forwarding, mainly thanks to Andreas Schultz
2001-01-19 simonExperimental Rlogin support, thanks to Delian Delchev...
2001-01-17 simonTrivial fix for when the two directions select differen...
2001-01-09 simonOops - accidentally undid rev 1.82 [r844]
2001-01-08 simonEnsure ssh specials (EOF and PING) don't occur except...
next