]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
2013-02-22 Simon TathamGive a better error message if a PuTTY private key...
2013-02-20 Ben HarrisAdd support for HMAC-SHA-256 as an SSH-2 MAC algorithm...
2013-02-20 Ben HarrisTake advantage of PUT_32BIT_MSB_FIRST when constructing...
2013-01-23 Simon TathamPatch from Egmont Koblinger to implement two extended...
2013-01-19 Simon TathamAdjust comments around split_into_argv() to clarify...
2013-01-13 Simon TathamReorganise setup_fonts_ucs so that in case of error...
2013-01-07 Simon TathamMove the -I options for all our source subdirectories...
2012-12-22 Simon TathamUpdate the suggested compile command in sshbn.c's test rig.
2012-12-22 Simon TathamFix two gcc warnings about confused printf format strin...
2012-12-22 Simon TathamRonald Landheer-Cieslak points out that the various...
2012-12-18 Simon TathamSwitch round a bogus if statement I've just noticed...
2012-12-18 Simon TathamPatch from Brad Smith to use posix_openpt() instead of
2012-12-18 Simon TathamUse O_NOCTTY (if available) when opening /dev/ptmx...
2012-12-17 Simon TathamAdd a bounds check in the word-by-word selection code...
2012-12-04 Simon TathamPatch from Hideki Eiraku to make PuTTY call GetScrollIn...
2012-11-14 Simon TathamFix another error-reporting bug, in which sk_newlistene...
2012-11-13 Simon TathamWhen manually initialising a 'struct RSAKey' due to...
2012-11-13 Simon TathamAdd a fallback case to winsock_error_string() which...
2012-10-17 Simon TathamWindows's sk_address_is_local() was returning the wrong...
2012-10-16 Simon TathamWhen a proxy negotiation function is called with PROXY_...
2012-10-16 Simon TathamIf you configure Unix PuTTY to use a proxy, tell it...
2012-10-10 Simon TathamAdd timestamps to the 'SSH raw data' logging mode.
2012-10-10 Simon TathamA user points out that we should free the 'hProcess...
2012-10-02 Simon TathamSumudu Fernando points out that in the big r9214 destab...
2012-09-23 Simon TathamClip the 'lines' parameter to scroll() at the size...
2012-09-19 Ben HarrisWindows PSFTP has two places that call run_timers and...
2012-09-19 Ben HarrisFix indentation mess in my timing overhaul.
2012-09-19 Ben HarrisFix a stupid sign bug in run_timers() that broke Window...
2012-09-19 Simon TathamMake --help and --version work consistently across...
2012-09-18 Ben HarrisBetter document the various environments with which...
2012-09-18 Ben HarrisAdd a new COMPAT option for environments lacking Secure...
2012-09-18 Ben HarrisAllow remote-to-local forwardings to use IPv6.
2012-09-18 Ben HarrisTwo related changes to timing code:
2012-09-17 Ben HarrisQuell a (correct) GCC warning in the NO_HTMLHELP case.
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....
next