u/mdw/putty
2013-08-16 Mark Woodingwork in progress; to be tidied and fixed u/mdw/ec.wip
2013-08-03 Mark Woodingsshbn.c, bn-internal.h: Export bignum representation...
2013-08-03 Mark Woodingsshbn.c: Some number-theoretic utilities.
2013-08-03 Mark Woodingsshbn.c: Turn the bignum arithmetic internals back...
2013-07-29 Mark Woodingsshbn.c (modmul): Prevent buffer underrun.
2013-07-29 Mark Woodingsshbn.c (internal_mul): Zap conditional redeclaration...
2013-01-23 simonPatch from Egmont Koblinger to implement two extended...
2013-01-19 simonAdjust comments around split_into_argv() to clarify...
2013-01-13 simonReorganise setup_fonts_ucs so that in case of error...
2013-01-07 simonMove the -I options for all our source subdirectories...
2012-12-22 simonUpdate the suggested compile command in sshbn.c's test...
2012-12-22 simonFix two gcc warnings about confused printf format strin...
2012-12-22 simonRonald Landheer-Cieslak points out that the various...
2012-12-18 simonSwitch round a bogus if statement I've just noticed...
2012-12-18 simonPatch from Brad Smith to use posix_openpt() instead of
2012-12-18 simonUse O_NOCTTY (if available) when opening /dev/ptmx...
2012-12-17 simonAdd a bounds check in the word-by-word selection code...
2012-12-04 simonPatch from Hideki Eiraku to make PuTTY call GetScrollIn...
2012-11-14 simonFix another error-reporting bug, in which sk_newlistene...
2012-11-13 simonWhen manually initialising a 'struct RSAKey' due to...
2012-11-13 simonAdd a fallback case to winsock_error_string() which...
2012-10-17 simonWindows's sk_address_is_local() was returning the wrong...
2012-10-16 simonWhen a proxy negotiation function is called with PROXY_...
2012-10-16 simonIf you configure Unix PuTTY to use a proxy, tell it...
2012-10-10 simonAdd timestamps to the 'SSH raw data' logging mode.
2012-10-10 simonA user points out that we should free the 'hProcess...
2012-10-02 simonSumudu Fernando points out that in the big r9214 destab...
2012-09-23 simonClip the 'lines' parameter to scroll() at the size...
2012-09-19 benWindows PSFTP has two places that call run_timers and...
2012-09-19 benFix indentation mess in my timing overhaul.
2012-09-19 benFix a stupid sign bug in run_timers() that broke Window...
2012-09-19 simonMake --help and --version work consistently across...
2012-09-18 benBetter document the various environments with which...
2012-09-18 benAdd a new COMPAT option for environments lacking Secure...
2012-09-18 benAllow remote-to-local forwardings to use IPv6.
2012-09-18 benTwo related changes to timing code:
2012-09-17 benQuell a (correct) GCC warning in the NO_HTMLHELP case.
2012-09-13 benShould have been part of r9663: do use the platform...
2012-09-13 benTweak comment in Recipe that had become separated from...
2012-09-13 benDon't try to use SecureZeroMemory under Winelib, since...
2012-09-13 benDefine SECURITY_WIN32 for Winelib/Cygwin builds as...
2012-09-13 benIn the cygwin Makefile, use "-o" on the windres command...
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 simonMemory leak fixes reported by Balazs Domjan.
2012-08-30 simonRename the various ssh2_maybe_setup_* functions to...
2012-08-30 simonIn openssh_read(), we shouldn't ever return SSH2_WRONG_...
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.
next