Sebastian Kuschel reports that pfd_closing can be called for a socket
[u/mdw/putty] / ssh.c
2013-07-27 simonAdd an assortment of missing consts I've just noticed.
2013-07-21 simonIf the SSH server sends us CHANNEL_CLOSE for a channel...
2013-07-14 simonIn the various channel request mini-coroutines, replace
2013-07-14 simonMove the calculation of the exchange hash to above...
2013-07-14 simonFix another giant batch of resource leaks. (Mostly...
2013-07-14 simonTighten up a lot of casts from unsigned to int which...
2013-07-07 simonMove the SSH-1 servkey and hostkey variables into the...
2013-07-01 simonA collection of small bug fixes from Chris West, appare...
2013-02-20 benAdd support for HMAC-SHA-256 as an SSH-2 MAC algorithm...
2012-09-18 benAllow remote-to-local forwardings to use IPv6.
2012-09-18 benTwo related changes to timing code:
2012-09-08 benMost of the code for "nc" mode duplicated that for...
2012-09-08 simonHiroshi Oota points out that PuTTY's agent forwarding...
2012-09-01 benFactor out some common code for constructing SSH2_CHANN...
2012-09-01 benstruct winadj is unused now. G/c it.
2012-09-01 benAll of the initial CHANNEL_REQUESTs are conditional...
2012-09-01 bendo_ssh2_authconn() now installs the standard handlers...
2012-08-30 simonRename the various ssh2_maybe_setup_* functions to...
2012-08-27 benChange return type of do_ssh2_transport() to void.
2012-08-27 benMake bombout() less of a macro and more of a function.
2012-08-27 benFix a memory leak in parse_ttymodes() (found by Memchec...
2012-08-27 benSlightly simplify crFinishFree{,V}.
2012-08-27 benDon't close SSH-2 channels with outstanding channel...
2012-08-27 simonIt's not legal to free a coroutine's state structure...
2012-08-25 benBetter handling of outstanding CHANNEL_REQUESTS on...
2012-08-25 benFactor out common code to construct CHANNEL_REQUESTS.
2012-08-25 benSimplify handling of responses to channel requests.
2012-08-25 benHandle all replies to CHANNEL_REQUESTs through the...
2012-08-25 benGeneralise SSH_MSG_CHANNEL_{SUCCESS,FAILURE} handling.
2012-08-21 benFix recently-introduced memory leak in ssh2_msg_unexpec...
2012-08-21 benDe-duplicate code in KEXINIT generation.
2012-08-21 benReworking of packet delivery to coroutines in SSH-2.
2012-08-19 benFix an erroneous "case" fallthrough in ssh1_msg_channel...
2012-08-18 benTweak to SSH coroutine code: put line number in the...
2012-08-02 benReduce the number of round-trips involved in opening...
2012-07-28 simonAdd a bug-compatibility flag to disable the
2012-07-22 simonIntroduce a new utility function smemclr(), which memse...
2012-06-04 simonAdd missing check for failure to agree a host key algor...
2012-05-12 simonWhen we are asked to unthrottle an SSH connection ...
2012-01-26 simonIf we're called on to uncleanly close an SSH channel...
2011-12-08 simonIntroduce a function sshfwd_unclean_close(), supplied...
2011-12-08 simonWhen we receive CHANNEL_CLOSE on an SSH-2 channel and...
2011-12-08 simonWhitespace fix while I was passing.
2011-12-08 simonMake sure we never send window adjustments (or winadjes...
2011-12-07 simonAdd a missing free_prompts() call in the keyboard-inter...
2011-10-02 simonWhile I'm crusading against arbitrary limits, here...
2011-10-02 simonTurn 'Filename' into a dynamically allocated type with...
2011-09-14 simonNo, I take that back: we _do_ have a mechanism for...
2011-09-14 simonAnother tweak to EOF policy: invent an outgoing EOF...
2011-09-13 simonChanged my mind about the EOF policy in SSH mode: I...
2011-09-13 simonNearly forgot noting this down in the 'half-closed...
2011-09-13 simonRevamp of EOF handling in all network connections,...
2011-07-18 simonMinor amendment to r9226: don't log GSSAPI failure...
2011-07-16 simonReorganise the logging and display of messages about SSH
2011-07-14 simonPost-release destabilisation! Completely remove the...
2011-07-01 jacobFix 'winadj-success': since at least one server (boks_s...
2011-06-08 simonWhen we fail to get a response from Pageant, we should...
2011-05-07 simonFixes (mostly from Colin Watson, a couple redone by...
2011-03-04 jacobImplement zlib@openssh.com, using the rekey-after-usera...
2011-01-03 jacobWhen iterating over all channels for a dead SSH connect...
2010-12-27 jacobAdd an option to disable SSH-2 banners.
2010-09-25 simonCleanups of the GSSAPI support. On Windows, standard...
2010-09-09 simonRemove redundant check for NULL in sshfwd_close()....
2010-08-10 simonWhen we disconnect because we have no supported authent...
2010-07-30 jacobCancelling a remote port forwarding that had been refus...
2010-07-04 simonPatch from Alan Ning (somewhat polished by me): introdu...
2010-05-19 simonPatch from Alejandro Sedeno, somewhat modified by me...
2010-04-23 simonNew SSH bug flag, for 'can't handle SSH2_MSG_IGNORE...
2010-02-17 simonNull out the socket pointers in X- and port-forwarding...
2010-01-17 jacobPlug a few minor memory leaks, based on a patch by...
2009-08-18 jacobFix handling of duplicate port forwardings; they were...
2009-04-24 simonRichard Clark points out a missing check for ssh->mainc...
2009-03-03 jacobFix cosmetic keyboard-interactive issue: at the end...
2009-01-05 jacobBe prepared for x11_setup_display() to return NULL...
2009-01-04 jacobLog reason for failure to create a connection to a...
2008-12-02 simonAt some point recently, Unix PuTTY started suffering...
2008-11-26 benJacob correctly points out that I accidentally lost...
2008-11-26 benMitigation for VU#958563: When using a CBC-mode server...
2008-11-24 benChange how we handle the Ssh_gss_buf type. Previously...
2008-11-24 jacobNew option to allow use of the local OS username for...
2008-11-17 simonRevamp of the local X11 connection code. We now parse...
2008-11-11 simonIn SSH packet logging mode, log SSH-2 packet sequence...
2008-09-09 jacobIf we got a keyboard-interactive INFO_REQUEST with...
2008-08-10 owenInitial commit of GSSAPI Kerberos support.
2008-07-18 jacobAnother, subtly different version string for ssh2-bug...
2008-06-01 simonBeen meaning to do this for years: introduce a configur...
2008-05-31 jacobApparently Vista's printf-like functions don't support...
2007-12-05 benAdd a new bug-compatibility mode that limits the window...
2007-10-03 benReplace mentions of SSH-2 I-Ds with references to the...
2007-10-03 bensnew() always returns non-NULL, so checking if its...
2007-10-03 benFactor out the increasingly complicated SSH-2 channel...
2007-10-03 benTake the code that does flow control in SSH-1, and...
2007-10-01 benRather than rejecting spurious SSH_MSG_CHANNEL_SUCCESSe...
2007-09-30 benMerge the looking up of channel numbers for SSH-2 chann...
2007-09-24 benAdd support for automatically tuning the SSH-2 window...
2007-09-20 benDon't try SSH-1 RSA authentication unless the server...
2007-09-20 benIn SSH-1, don't attempt password authentication unless...
2007-09-03 simonssh->mainchan can be NULL; try not to segfault in that...
2007-08-06 benUse "int" rather than "unsigned" as the argument to...
2007-08-05 benMay as well reference an RFC rather than an Internet...
next