]> asedeno.scripts.mit.edu Git - PuTTY.git/history - ssh.c
Update docs for change to UTF-8 by default, and emphasise UTF-8 more generally.
[PuTTY.git] / ssh.c
2013-02-20 Ben HarrisAdd support for HMAC-SHA-256 as an SSH-2 MAC algorithm...
2012-09-18 Ben HarrisAllow remote-to-local forwardings to use IPv6.
2012-09-18 Ben HarrisTwo related changes to timing code:
2012-09-08 Ben HarrisMost of the code for "nc" mode duplicated that for...
2012-09-08 Simon TathamHiroshi Oota points out that PuTTY's agent forwarding...
2012-09-01 Ben HarrisFactor out some common code for constructing SSH2_CHANN...
2012-09-01 Ben Harrisstruct winadj is unused now. G/c it.
2012-09-01 Ben HarrisAll of the initial CHANNEL_REQUESTs are conditional...
2012-09-01 Ben Harrisdo_ssh2_authconn() now installs the standard handlers...
2012-08-30 Simon TathamRename the various ssh2_maybe_setup_* functions to...
2012-08-27 Ben HarrisChange return type of do_ssh2_transport() to void.
2012-08-27 Ben HarrisMake bombout() less of a macro and more of a function.
2012-08-27 Ben HarrisFix a memory leak in parse_ttymodes() (found by Memchec...
2012-08-27 Ben HarrisSlightly simplify crFinishFree{,V}.
2012-08-27 Ben HarrisDon't close SSH-2 channels with outstanding channel...
2012-08-27 Simon TathamIt's not legal to free a coroutine's state structure...
2012-08-25 Ben HarrisBetter handling of outstanding CHANNEL_REQUESTS on...
2012-08-25 Ben HarrisFactor out common code to construct CHANNEL_REQUESTS.
2012-08-25 Ben HarrisSimplify handling of responses to channel requests.
2012-08-25 Ben HarrisHandle all replies to CHANNEL_REQUESTs through the...
2012-08-25 Ben HarrisGeneralise SSH_MSG_CHANNEL_{SUCCESS,FAILURE} handling.
2012-08-21 Ben HarrisFix recently-introduced memory leak in ssh2_msg_unexpec...
2012-08-21 Ben HarrisDe-duplicate code in KEXINIT generation.
2012-08-21 Ben HarrisReworking of packet delivery to coroutines in SSH-2.
2012-08-19 Ben HarrisFix an erroneous "case" fallthrough in ssh1_msg_channel...
2012-08-18 Ben HarrisTweak to SSH coroutine code: put line number in the...
2012-08-02 Ben HarrisReduce the number of round-trips involved in opening...
2012-07-28 Simon TathamAdd a bug-compatibility flag to disable the
2012-07-22 Simon TathamIntroduce a new utility function smemclr(), which memse...
2012-06-04 Simon TathamAdd missing check for failure to agree a host key algor...
2012-05-12 Simon TathamWhen we are asked to unthrottle an SSH connection ...
2012-01-26 Simon TathamIf we're called on to uncleanly close an SSH channel...
2011-12-08 Simon TathamIntroduce a function sshfwd_unclean_close(), supplied...
2011-12-08 Simon TathamWhen we receive CHANNEL_CLOSE on an SSH-2 channel and...
2011-12-08 Simon TathamWhitespace fix while I was passing.
2011-12-08 Simon TathamMake sure we never send window adjustments (or winadjes...
2011-12-07 Simon TathamAdd a missing free_prompts() call in the keyboard-inter...
2011-10-02 Simon TathamWhile I'm crusading against arbitrary limits, here...
2011-10-02 Simon TathamTurn 'Filename' into a dynamically allocated type with...
2011-09-14 Simon TathamNo, I take that back: we _do_ have a mechanism for...
2011-09-14 Simon TathamAnother tweak to EOF policy: invent an outgoing EOF...
2011-09-13 Simon TathamChanged my mind about the EOF policy in SSH mode: I...
2011-09-13 Simon TathamNearly forgot noting this down in the 'half-closed...
2011-09-13 Simon TathamRevamp of EOF handling in all network connections,...
2011-07-18 Simon TathamMinor amendment to r9226: don't log GSSAPI failure...
2011-07-16 Simon TathamReorganise the logging and display of messages about SSH
2011-07-14 Simon TathamPost-release destabilisation! Completely remove the...
2011-07-01 Jacob NevinsFix 'winadj-success': since at least one server (boks_s...
2011-06-08 Simon TathamWhen we fail to get a response from Pageant, we should...
2011-05-07 Simon TathamFixes (mostly from Colin Watson, a couple redone by...
2011-03-04 Jacob NevinsImplement zlib@openssh.com, using the rekey-after-usera...
2011-01-03 Jacob NevinsWhen iterating over all channels for a dead SSH connect...
2010-12-27 Jacob NevinsAdd an option to disable SSH-2 banners.
2010-09-25 Simon TathamCleanups of the GSSAPI support. On Windows, standard...
2010-09-09 Simon TathamRemove redundant check for NULL in sshfwd_close()....
2010-08-10 Simon TathamWhen we disconnect because we have no supported authent...
2010-07-30 Jacob NevinsCancelling a remote port forwarding that had been refus...
2010-07-04 Simon TathamPatch from Alan Ning (somewhat polished by me): introdu...
2010-05-19 Simon TathamPatch from Alejandro Sedeno, somewhat modified by me, which
2010-04-23 Simon TathamNew SSH bug flag, for 'can't handle SSH2_MSG_IGNORE...
2010-02-17 Simon TathamNull out the socket pointers in X- and port-forwarding...
2010-01-17 Jacob NevinsPlug a few minor memory leaks, based on a patch by...
2009-08-18 Jacob NevinsFix handling of duplicate port forwardings; they were...
2009-04-24 Simon TathamRichard Clark points out a missing check for ssh->mainc...
2009-03-03 Jacob NevinsFix cosmetic keyboard-interactive issue: at the end...
2009-01-05 Jacob NevinsBe prepared for x11_setup_display() to return NULL...
2009-01-04 Jacob NevinsLog reason for failure to create a connection to a...
2008-12-02 Simon TathamAt some point recently, Unix PuTTY started suffering...
2008-11-26 Ben HarrisJacob correctly points out that I accidentally lost...
2008-11-26 Ben HarrisMitigation for VU#958563: When using a CBC-mode server...
2008-11-24 Ben HarrisChange how we handle the Ssh_gss_buf type. Previously...
2008-11-24 Jacob NevinsNew option to allow use of the local OS username for...
2008-11-17 Simon TathamRevamp of the local X11 connection code. We now parse...
2008-11-11 Simon TathamIn SSH packet logging mode, log SSH-2 packet sequence...
2008-09-09 Jacob NevinsIf we got a keyboard-interactive INFO_REQUEST with...
2008-08-10 Owen DunnInitial commit of GSSAPI Kerberos support.
2008-07-18 Jacob NevinsAnother, subtly different version string for ssh2-bug...
2008-06-01 Simon TathamMerged from trunk up to r8033.
2008-06-01 Simon TathamBeen meaning to do this for years: introduce a configur...
2008-05-31 Jacob NevinsApparently Vista's printf-like functions don't support...
2008-03-10 Simon TathamMerge out from trunk, to keep this branch viable. We...
2007-12-05 Ben HarrisAdd a new bug-compatibility mode that limits the window...
2007-10-03 Ben HarrisReplace mentions of SSH-2 I-Ds with references to the...
2007-10-03 Ben Harrissnew() always returns non-NULL, so checking if its...
2007-10-03 Ben HarrisFactor out the increasingly complicated SSH-2 channel...
2007-10-03 Ben HarrisTake the code that does flow control in SSH-1, and...
2007-10-01 Ben HarrisRather than rejecting spurious SSH_MSG_CHANNEL_SUCCESSe...
2007-09-30 Ben HarrisMerge the looking up of channel numbers for SSH-2 chann...
2007-09-24 Ben HarrisAdd support for automatically tuning the SSH-2 window...
2007-09-20 Ben HarrisDon't try SSH-1 RSA authentication unless the server...
2007-09-20 Ben HarrisIn SSH-1, don't attempt password authentication unless...
2007-09-03 Simon Tathamssh->mainchan can be NULL; try not to segfault in that...
2007-08-06 Ben HarrisUse "int" rather than "unsigned" as the argument to...
2007-08-05 Ben HarrisMay as well reference an RFC rather than an Internet...
2007-08-05 Ben HarrisSmall window-handling tweaks. Set the default big...
2007-08-04 Ben HarrisIn the file-transfer applications, which only ever...
2007-08-04 Ben HarrisTweak window handling so that we send a window adjust...
2007-08-04 Ben HarrisWhen omitting session data from logs, don't omit the...
2007-08-04 Ben HarrisTweak to window handling: Keep the local window in...
2007-07-21 Ben HarrisSplit pkt_ctx into a separate enumeration for each...
next