sgt/putty
2012-08-30 simonAvoid leaking file handles in load_openssh_key(), as...
2012-08-28 simonFix a controlling-terminal bug reported by Anthony...
2012-08-28 simonPartially revert r9636. It is true that we can directly...
2012-08-27 benClang, like LCC, objects to using '<' and '>' on functi...
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-26 jacobFix markup error introduced in r9626.
2012-08-26 benRemove documentation for "Out of space for port forward...
2012-08-25 benImprove window-size handling in Unix Plink.
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 benAdd some kind of window tracking to logparse.pl.
2012-08-25 benFix matching of channel and global requests with replie...
2012-08-25 benHandle all replies to CHANNEL_REQUESTs through the...
2012-08-25 benGeneralise SSH_MSG_CHANNEL_{SUCCESS,FAILURE} handling.
2012-08-22 simonFix a bug in the PSFTP command parser which would cause...
2012-08-22 simonEnhance logparse.pl so that it detects channels running...
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-12 simonUse a single sftp_senddata() to send each SFTP packet...
2012-08-11 benRework bufchain code to allow for variable-sized granules.
2012-08-02 benReduce the number of round-trips involved in opening...
2012-07-29 simonAdd a missing \define I accidentally assumed was there...
2012-07-28 simonAdd a bug-compatibility flag to disable the
2012-07-28 simonFix an embarrassing mistake in config box handling...
2012-07-28 simonMove the declaration of smemclr() out of putty.h into...
2012-07-28 simonRemove an unused variable.
2012-07-22 simonIntroduce a new utility function smemclr(), which memse...
2012-07-22 simonRemove a bashism in mksrcarc.sh, without which bob...
2012-07-19 simonAdd '-Wall -Werror' to the compile options in the autot...
2012-07-19 simonRework the new type-check in sresize so that it doesn...
2012-07-18 owenRemove term_key, which was intended to handle function...
2012-07-11 simonIf pterm's execvp fails when given the whole argument...
2012-07-05 simonTurns out that the compose-keys fix in r9567 did in...
2012-07-01 simonStop including <gtk/gtkcontainer.h> directly, since...
2012-06-20 simonJohn Hartnup reports that Apache SSHD's SFTP server...
2012-06-18 simonAdd the missing code to treat data coming from the...
2012-06-17 simonSupport for dead keys and compose sequences on Unix...
2012-06-09 simonIntroduce a third setting for the 'bold as colour'...
2012-06-04 simonAdd missing check for failure to agree a host key algor...
2012-06-01 simonMissing #include.
2012-06-01 simonFix a bug in cygtermd, spotted by Casey Zacek, in which we
2012-05-18 simonEnhance my 'sresize' macro so that it type-checks the...
2012-05-15 simonFix bug in the new CLOCK_MONOTONIC implementation....
2012-05-13 simonUse clock_gettime(CLOCK_MONOTONIC) as the Unix getticks...
2012-05-13 simonPatch from Robert de Bath to substantially simplify...
2012-05-13 simonFix from Robert de Bath which reorders the Windows...
2012-05-13 simonBug fix from Robert de Bath: since lpDx_maybe is always...
2012-05-12 simonWhen we are asked to unthrottle an SSH connection ...
2012-04-30 simonFix trivial Perl goof in logparse.pl which caused
2012-04-24 simonFix an inverted comparison in rlogin.c which must surel...
2012-04-23 simonCall sshfwd_unclean_close() in the event of a local...
2012-04-22 simonPatch from Robert de Bath to ifdef out the Windows...
2012-04-22 simonBug fix from Robert de Bath: if the utf8_override setti...
2012-04-22 simonBug fix from Robert de Bath: if wc_to_mb returns a...
2012-04-18 simonConditionalise the calls to premsg and postmsg in uxcon...
2012-04-16 simonFix a Perl warning about useless use of a constant...
2012-04-14 simonNew utility script to parse an SSH packet dump and...
2012-04-13 simonAdd code in dlg_filesel_set and dlg_fontsel_set which...
2012-04-08 simonFallout from the big revamp in r9214: colour handling...
2012-03-05 simonFix another type mismatch introduced by r9409.
2012-03-05 simonFix a type mismatch in minibidi.c - r9409 changed the...
2012-03-05 simonInitialise some variables to NULL, to placate optimisers.
2012-03-04 jacobRemove comment about 1024/1023 RSA key lengths that...
2012-03-04 simonGenerate keys more carefully, so that when the user...
2012-03-04 simonLong overdue rewrapping of the primes[] array for legib...
2012-02-19 simonUpdate default key length in PuTTYgen to 2048.
2012-02-19 simonUpdate to 2007-05-26 version of upstream wcwidth.c.
2012-02-19 simonPatch from Matsui Nag to implement xterm's "bracketed...
2012-02-17 simonPatch from Yoshida Masato to fill in the missing pieces...
2012-02-05 simonWM_SIZE/SIZE_MAXIMIZED can show up even during an inter...
2012-01-30 jacobNew FAQ: "When I put PuTTY in C:\WINDOWS\SYSTEM32 on...
2012-01-26 jacobIt's a new year.
2012-01-26 simonIf we're called on to uncleanly close an SSH channel...
2012-01-03 simonPatch from Colin Watson to use g_ascii_strcasecmp in...
2011-12-10 simonChecklist update following the 0.62 release. I managed...
2011-12-10 simonBump version number on trunk prior to tagging 0.62...
2011-12-08 simonIntroduce a function sshfwd_unclean_close(), supplied...
2011-12-08 simonArrange to call net_pending_errors on Unix, which we...
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-08 simonBlock SIGPIPE in Unix plink. In a port-forwarding run...
2011-12-07 simonAdd a missing free_prompts() call in the keyboard-inter...
2011-11-28 simonTiny patch from Martin Packman to fix a Windows handle...
2011-11-28 simonI missed a bit in r9343: windows/version.rc2 also neede...
2011-11-27 simonAdd a release checklist entry to remind me to get rid...
2011-11-26 simonIntroduce a new version type, 'prerelease'. Quotes...
2011-10-14 simonSupport code page 852. Thanks to Tamas Tevesz.
2011-10-02 simonPrivate files saved on Unix should have mode 0600,...
2011-10-02 simonMore arbitrary-limit hunting: retire PASSPHRASE_MAXLEN...
2011-10-02 simonAnother utility function, to free a string containing...
next