]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
2017-02-04 Jason AndryukLog proxy host correctly in Event Log.
2017-02-04 Jacob NevinsDocument Inno Setup's new lack of cleanup.
2017-02-04 Jacob NevinsNote legacy status of putty.iss.
2017-02-04 Jacob NevinsDocument '-restrict-acl' vs subprocesses.
2017-02-04 Jacob NevinsReference '-proxycmd' from main local proxy docs.
2017-02-04 Simon TathamPass -restrict-acl, if given, through to sub-PuTTYs.
2017-02-03 Simon TathamA bunch of further warning fixes in the Windows code.
2017-02-03 Simon TathamMissing initialisation in winsecur.c.
2017-02-03 Simon TathamMove declaration of frontend_is_utf8 into putty.h.
2017-02-03 Simon TathamFix an EOF-testing goof in winhandl.c.
2017-02-01 Simon TathamFix error reporting pointer parameters in winsecur.c.
2017-01-30 Simon TathamRemove duplicate definition of AGENT_MAX_MSGLEN.
2017-01-30 Simon TathamRefuse to forward agent messages > AGENT_MAX_MSGLEN.
2017-01-29 Simon TathamTurn off Windows process ACL restriction by default.
2017-01-29 Simon TathamTweak bounds checks in pageant_add_keyfile.
2017-01-29 Simon TathamRewrite agent forwarding to serialise requests.
2017-01-29 Simon TathamMake asynchronous agent_query() requests cancellable.
2017-01-29 Simon TathamRemove the commented-out WINDOWS_ASYNC_AGENT code.
2017-01-29 Simon TathamFix Makefile warning about circular empty.h dependency.
2017-01-28 Simon TathamReport the right address in connection setup errors.
2017-01-28 Simon TathamRework handling of asynchronous connect(2) errors on Unix.
2017-01-28 Simon TathamFix an integer overflow in get_ssh_string.
2017-01-28 Tim KosseFix a memory leak in openssh_loadpub
2017-01-28 Tim KosseFix a memory leak in rsakey_pubblob
2017-01-28 Tim KosseFix resource leak in rsakey_pubblob
2017-01-28 Tim KosseFix memory leak in bignum_from_decimal
2017-01-28 Tim KosseFix memory leak in ed25519_openssh_createkey
2017-01-28 Tim KosseAdd error variable to loop condition
2017-01-23 Jacob NevinsWe routinely compile with both VS2003 and 2015.
2017-01-23 Jacob NevinsIt's a new year.
2017-01-21 Simon TathamFix misspelled redirect of the 64-bit installer.
2017-01-21 Simon TathamRename the maps directory in release.pl.
2017-01-21 Simon TathamChecklist updates from the website revamp.
2017-01-21 Simon TathamConditionalise the automake git-commit embedding.
2017-01-21 Simon TathamShow the git commit hash in local dev builds too.
2017-01-21 Simon TathamMake bob builds show the full source git commit hash...
2017-01-21 Simon TathamInclude 'build info' in all --version text and About boxes.
2017-01-21 Simon TathamAdd a 'strbuf' system, for building up a large string...
2017-01-21 Simon TathamFix PE header of the VS2015 builds so they run on Windo...
2017-01-21 Simon TathamReinstate the ASLR and DEP linker flags on Windows.
2017-01-21 Simon TathamRemove 'putty -cleanup-during-uninstall' from legacy...
2017-01-21 Simon TathamComment that Inno Setup installer remains 32-bit only.
2017-01-21 Simon TathamName the 64-bit MSI distinctively.
2017-01-21 Simon TathamBuild an MSI installer for the new Win64 binaries.
2017-01-21 Simon TathamBuild a set of Windows 32-bit 'legacy' binaries with...
2017-01-21 Simon TathamBuild 64-bit Windows binaries, alongside the 32-bit ones.
2017-01-21 Simon TathamSwitch the main Windows build to Visual Studio 2015.
2017-01-21 Simon TathamRename the 'x86' build output directory to 'w32'.
2017-01-21 Simon TathamDo the Windows build in a subdirectory windows/build32.
2017-01-10 Simon Tathamx11font: fix handling of high-bit-set SBCS characters.
2017-01-06 Tim KosseFix memory leak: Free hostkey fingerprint when cross...
2017-01-06 Simon TathamAdd some missing checks for EINTR after select(2).
2016-12-29 Simon TathamRemove/rescope variable 'ret' in sftp_put_file.
2016-12-29 Tim KosseIn random_add_noise, put the hashed noise into the...
2016-12-29 Tim KosseHandle failed SSH_FXP_CLOSE requests in sftp_put_file.
2016-12-29 Tim KosseFix sftp_put_file returning success on failed transfers.
2016-12-29 Tim KosseFix sftp_get_file returning success on failed transfers.
2016-12-11 Simon TathamFix a compile failure with NO_IPV6.
2016-11-19 Tim KosseFix type mismatch in sftp_find_request
2016-11-17 Simon TathamMake ESC[3J (clear scrollback) a disableable escape...
2016-11-16 Simon TathamMake the new ^< and ^> keystrokes add the class prefix.
2016-11-13 Simon TathamUnix PuTTY/pterm: Ctrl-< / Ctrl-> to change font size.
2016-11-13 Simon Tathamgtkfont: refactor parse/unparse of XLFDs.
2016-11-13 Simon Tathamrelease.pl: switch the.earth.li to HTTPS.
2016-09-19 Simon Tathamcygtermd: be more specific in define of _XOPEN_SOURCE.
2016-09-19 Simon TathamAdd explicit "./" in mkfiles.pl's require statements.
2016-08-29 Owen DunnSetCurrentProcessExplicitAppUserModelID to fix jumplist...
2016-08-10 Simon TathamFix memory leak in the new make_dir_path().
2016-08-08 Ondřej LysoněkAdded support for the XDG specification
2016-08-08 Simon TathamNew Unix utility function to make a directory path.
2016-07-18 Simon TathamLock down the search path for Windows DLL loading.
2016-06-27 Simon Tathamclip_addchar: merge memory-management performance fix.
2016-06-27 Jeff WestfahlSpeed up clipboard copies.
2016-05-28 Ben HarrisFactor out code to close the local socket associated...
2016-05-25 Ben HarrisUse ssh2_channel_got_eof() in ssh1_msg_channel_close().
2016-05-25 Ben HarrisMove call to ssh2_channnel_check_close().
2016-05-25 Ben HarrisAssume that u.pfd.pf and u.x11.xconn are not NULL on...
2016-05-24 Ben HarrisDon't completely ignore unknown types of SSH_MSG_CHANNE...
2016-05-23 Ben HarrisRemove CHAN_SOCKDATA_DORMANT.
2016-05-22 Ben HarrisForward channel messages for shared channels in ssh_cha...
2016-05-22 Ben HarrisMore strictness in ssh_channel_msg().
2016-05-22 Ben HarrisSwitch SSH-1 channel message handlers to use ssh_channe...
2016-05-22 Ben HarrisGeneralise ssh2_channel_msg() to ssh_channel_msg().
2016-05-22 Ben HarrisAssert that ssh2_channel_check_close() is only called...
2016-05-21 Ben HarrisIn ssh_channel_init(), insert the new channel into...
2016-05-21 Ben HarrisConvert ssh2_channel_init() into ssh_channel_init().
2016-05-21 Ben HarrisUnify despatch of incoming channel data between SSH...
2016-05-20 Ben HarrisDon't send SSH_MSG_CHANNEL_WINDOW_ADJUST with a zero...
2016-05-20 Ben HarrisFactor out common parts of ssh_unthrottle and sshfwd_un...
2016-05-17 Ben HarrisRemove inaccurate comment about Unix getticks() function.
2016-05-07 Jacob NevinsDocument SSH IUTF8 mode.
2016-05-07 Jacob NevinsSet SSH IUTF8 appropriately in Unix Plink.
2016-05-04 Tim KosseFix uninitialized variable in Windows get_file_posn.
2016-05-03 Simon TathamRework samplekex.py to use the new -proxycmd.
2016-05-03 Simon TathamAdd a '-proxycmd' command-line option.
2016-05-03 Simon TathamSwap endianness of the Curve25519 ECDH private key.
2016-05-03 Simon TathamSend the IUTF8 terminal mode in SSH "pty-req"s.
2016-05-03 Simon TathamSupport frontend_is_utf8() in all front ends.
2016-05-03 Simon TathamLoop over all _supported_, not just configured, SSH...
2016-05-01 Ben Harrisssh_pkt_defersend: don't call do_ssh2_transport when...
next