]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
2012-09-13 Ben HarrisShould have been part of r9663: do use the platform...
2012-09-13 Ben HarrisTweak comment in Recipe that had become separated from...
2012-09-13 Ben HarrisDon't try to use SecureZeroMemory under Winelib, since...
2012-09-13 Ben HarrisDefine SECURITY_WIN32 for Winelib/Cygwin builds as...
2012-09-13 Ben HarrisIn the cygwin Makefile, use "-o" on the windres command...
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 TathamMemory leak fixes reported by Balazs Domjan.
2012-08-30 Simon TathamRename the various ssh2_maybe_setup_* functions to...
2012-08-30 Simon TathamIn openssh_read(), we shouldn't ever return SSH2_WRONG_...
2012-08-30 Simon TathamAvoid leaking file handles in load_openssh_key(), as...
2012-08-28 Simon TathamFix a controlling-terminal bug reported by Anthony...
2012-08-28 Simon TathamPartially revert r9636. It is true that we can directly...
2012-08-27 Ben HarrisClang, like LCC, objects to using '<' and '>' on functi...
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-26 Jacob NevinsFix markup error introduced in r9626.
2012-08-26 Ben HarrisRemove documentation for "Out of space for port forward...
2012-08-25 Ben HarrisImprove window-size handling in Unix Plink.
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 HarrisAdd some kind of window tracking to logparse.pl.
2012-08-25 Ben HarrisFix matching of channel and global requests with replie...
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-22 Simon TathamFix a bug in the PSFTP command parser which would cause...
2012-08-22 Simon TathamEnhance logparse.pl so that it detects channels running...
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-12 Simon TathamUse a single sftp_senddata() to send each SFTP packet...
2012-08-11 Ben HarrisRework bufchain code to allow for variable-sized granules.
2012-08-02 Ben HarrisReduce the number of round-trips involved in opening...
2012-07-29 Simon TathamAdd a missing \define I accidentally assumed was there...
2012-07-28 Simon TathamAdd a bug-compatibility flag to disable the
2012-07-28 Simon TathamFix an embarrassing mistake in config box handling...
2012-07-28 Simon TathamMove the declaration of smemclr() out of putty.h into...
2012-07-28 Simon TathamRemove an unused variable.
2012-07-22 Simon TathamIntroduce a new utility function smemclr(), which memse...
2012-07-22 Simon TathamRemove a bashism in mksrcarc.sh, without which bob...
2012-07-19 Simon TathamAdd '-Wall -Werror' to the compile options in the autot...
2012-07-19 Simon TathamRework the new type-check in sresize so that it doesn...
2012-07-18 Owen DunnRemove term_key, which was intended to handle function...
2012-07-11 Simon TathamIf pterm's execvp fails when given the whole argument...
2012-07-05 Simon TathamTurns out that the compose-keys fix in r9567 did in...
2012-07-01 Simon TathamStop including <gtk/gtkcontainer.h> directly, since...
2012-06-20 Simon TathamJohn Hartnup reports that Apache SSHD's SFTP server...
2012-06-18 Simon TathamAdd the missing code to treat data coming from the...
2012-06-17 Simon TathamSupport for dead keys and compose sequences on Unix...
2012-06-09 Simon TathamIntroduce a third setting for the 'bold as colour'...
2012-06-04 Simon TathamAdd missing check for failure to agree a host key algor...
2012-06-01 Simon TathamMissing #include.
2012-06-01 Simon TathamFix a bug in cygtermd, spotted by Casey Zacek, in which we
2012-05-18 Simon TathamEnhance my 'sresize' macro so that it type-checks the...
2012-05-15 Simon TathamFix bug in the new CLOCK_MONOTONIC implementation....
2012-05-13 Simon TathamUse clock_gettime(CLOCK_MONOTONIC) as the Unix getticks...
2012-05-13 Simon TathamPatch from Robert de Bath to substantially simplify...
2012-05-13 Simon TathamFix from Robert de Bath which reorders the Windows...
2012-05-13 Simon TathamBug fix from Robert de Bath: since lpDx_maybe is always...
2012-05-12 Simon TathamWhen we are asked to unthrottle an SSH connection ...
2012-04-30 Simon TathamFix trivial Perl goof in logparse.pl which caused
2012-04-24 Simon TathamFix an inverted comparison in rlogin.c which must surel...
2012-04-23 Simon TathamCall sshfwd_unclean_close() in the event of a local...
2012-04-22 Simon TathamPatch from Robert de Bath to ifdef out the Windows...
2012-04-22 Simon TathamBug fix from Robert de Bath: if the utf8_override setti...
2012-04-22 Simon TathamBug fix from Robert de Bath: if wc_to_mb returns a...
2012-04-18 Simon TathamConditionalise the calls to premsg and postmsg in uxcon...
2012-04-16 Simon TathamFix a Perl warning about useless use of a constant...
2012-04-14 Simon TathamNew utility script to parse an SSH packet dump and...
2012-04-13 Simon TathamAdd code in dlg_filesel_set and dlg_fontsel_set which...
2012-04-08 Simon TathamFallout from the big revamp in r9214: colour handling...
2012-03-05 Simon TathamFix another type mismatch introduced by r9409.
2012-03-05 Simon TathamFix a type mismatch in minibidi.c - r9409 changed the...
2012-03-05 Simon TathamInitialise some variables to NULL, to placate optimisers.
2012-03-04 Jacob NevinsRemove comment about 1024/1023 RSA key lengths that...
2012-03-04 Simon TathamGenerate keys more carefully, so that when the user...
2012-03-04 Simon TathamLong overdue rewrapping of the primes[] array for legib...
2012-02-19 Simon TathamUpdate default key length in PuTTYgen to 2048.
2012-02-19 Simon TathamUpdate to 2007-05-26 version of upstream wcwidth.c.
2012-02-19 Simon TathamPatch from Matsui Nag to implement xterm's "bracketed...
2012-02-17 Simon TathamPatch from Yoshida Masato to fill in the missing pieces...
2012-02-05 Simon TathamWM_SIZE/SIZE_MAXIMIZED can show up even during an inter...
2012-01-30 Jacob NevinsNew FAQ: "When I put PuTTY in C:\WINDOWS\SYSTEM32 on...
2012-01-26 Jacob NevinsIt's a new year.
2012-01-26 Simon TathamIf we're called on to uncleanly close an SSH channel...
2012-01-03 Simon TathamPatch from Colin Watson to use g_ascii_strcasecmp in...
2011-12-10 Simon TathamChecklist update following the 0.62 release. I managed...
2011-12-10 Simon TathamBump version number on trunk prior to tagging 0.62...
2011-12-08 Simon TathamIntroduce a function sshfwd_unclean_close(), supplied...
next