]> asedeno.scripts.mit.edu Git - PuTTY.git/history - ssh.c
Shout more loudly if we can't open a log file.
[PuTTY.git] / ssh.c
2015-10-17 Simon TathamDon't try to load GSSAPI libs unless we'll use them.
2015-06-22 Simon TathamFix a crash when connection-sharing during userauth.
2015-06-22 Simon TathamFix a mismerge in kex null-pointer checks.
2015-06-20 Simon TathamAdd missing null-pointer checks in key exchange.
2015-06-20 Simon TathamDon't try sending on sharing channels.
2015-06-20 Simon TathamLog identifying information for the other end of connec...
2015-06-20 Simon TathamFix a few memory leaks.
2015-06-20 Simon TathamSupport RFC 4419.
2015-06-20 Jacob NevinsOld Dropbear servers have the ssh-close-vs-request bug.
2015-02-28 Simon TathamEnforce acceptable range for Diffie-Hellman server value.
2014-11-22 Simon TathamAdd some missing initialisations.
2014-11-22 Simon TathamFix assorted memory leaks.
2014-11-10 Simon TathamShut down connshare upstream along with the SSH connection.
2014-11-09 Jacob NevinsDisable some mid-session configs for downstreams.
2014-11-08 Jacob NevinsTweak SSH protocol version refusal messages.
2014-09-09 Simon TathamChange the naming policy for connection-sharing Unix...
2014-09-09 Simon TathamNew option to manually configure the expected host key(s).
2014-07-28 Simon TathamFix another crash at KEXINIT time, ahem.
2014-07-06 Simon TathamImplement this year's consensus on CHANNEL_FAILURE...
2014-03-27 Simon TathamAdd auto-recognition of BUG_SSH2_RSA_PADDING for ProFTPD.
2014-01-25 Simon TathamFix a potential crash in ssh_setup_portfwd.
2014-01-25 Simon TathamAvoid misidentifying unbracketed IPv6 literals as host...
2014-01-25 Simon TathamUse the new host_str* functions to improve IPv6 literal...
2013-12-02 Simon TathamFix breakage of SSH-2 packet decompression by r10070.
2013-11-17 Simon TathamFix an assortment of dupprintf() format string bugs.
2013-11-17 Simon TathamImplement connection sharing between instances of PuTTY.
2013-11-17 Simon TathamGet rid of the error-return mechanism from x11_init.
2013-11-17 Simon TathamPrepare to have multiple X11 auth cookies valid at once.
2013-11-17 Simon TathamDecouple X socket opening from x11_init().
2013-11-17 Simon TathamAdd a missing null pointer check in s_write.
2013-11-17 Simon TathamRefactor ssh.c's APIs to x11fwd.c and portfwd.c.
2013-11-17 Simon TathamComplete rewrite of the packet log censoring code.
2013-11-17 Simon TathamClean up the 'data' vs 'body' pointers in struct Packet.
2013-11-17 Simon TathamMove SSH protocol enumerations out into ssh.h.
2013-11-17 Simon TathamClean up the semantics of the ssh_rportfwd structure.
2013-09-08 Simon TathamHandle socket errors on half-open channels.
2013-09-08 Simon TathamPass an error message through to sshfwd_unclean_close.
2013-08-26 Simon TathamFix free of an uninitialised pointer.
2013-08-18 Simon TathamSensibly enforce non-interactive rekeying.
2013-07-27 Simon TathamAdd an assortment of missing consts I've just noticed.
2013-07-21 Simon TathamIf the SSH server sends us CHANNEL_CLOSE for a channel...
2013-07-14 Simon TathamIn the various channel request mini-coroutines, replace
2013-07-14 Simon TathamMove the calculation of the exchange hash to above...
2013-07-14 Simon TathamFix another giant batch of resource leaks. (Mostly...
2013-07-14 Simon TathamTighten up a lot of casts from unsigned to int which...
2013-07-07 Simon TathamMove the SSH-1 servkey and hostkey variables into the...
2013-07-01 Simon TathamA collection of small bug fixes from Chris West, appare...
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.
next