]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
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...
2016-05-01 Ben HarrisMay as well set FD_CLOEXEC on the signal pipe as well.
2016-05-01 Ben HarrisUnix Plink: Set O_NONBLOCK on the SIGWINCH pipe.
2016-05-01 Ben Harrisuxcons: Don't try to include <sys/select.h> on systems...
2016-04-29 Kylie McClainuxcons: Fix on musl libc
2016-04-23 Ben HarrisShared ssh_send_channel_data for both SSH-1 and SSH-2.
2016-04-23 Ben HarrisCall ssh2_try_send() from ssh2_add_channel_data() and...
2016-04-23 Ben HarrisSimplifiy handling of stdin data in SSH-2.
2016-04-22 Ben HarrisPut handling of incoming data on agent channels into...
2016-04-15 Ben HarrisSet cfg.ssh_simple in Windows Plink when there are...
2016-04-10 Jacob NevinsPut DH group1-sha1 KEX below 'warn' by default.
2016-04-10 Jacob NevinsFix plurality in unknown host keys log message.
2016-04-10 Jacob NevinsCorrect description of NO_SECURITY.
2016-04-10 Jacob NevinsEnable various features in MinGW builds.
2016-04-10 Jacob NevinsRename Makefile.cyg to Makefile.mgw.
2016-04-10 Jacob Nevinswinsftp.c needs winsecur.h for process protection.
2016-04-10 Jacob NevinsFix format strings for Windows serial parameters.
2016-04-10 Jacob NevinsSpecify integer type for access rights.
2016-04-10 Jacob NevinsFixed unused-variable warnings from MinGW gcc.
2016-04-09 Ben HarrisSwitch to flow-control-based SFTP uploading.
2016-04-08 Ben Harrispscp: pull out upload block size into a constant.
2016-04-08 Ben HarrisCorrect a comment: OUR_V2_WINSIZE is now the default...
2016-04-08 Simon TathamUpdate build script for Inno Setup 5.5.9.
2016-04-07 Simon TathamAdd some missing 'const' in version.c's string data.
2016-04-07 Simon TathamFix semantics of empty string in mkfiles.pl "!cflags".
2016-04-06 Simon TathamWindows PuTTYgen: stop saying "Pageant" in the About box!
2016-04-06 Simon TathamFix duplicate definition of typedef 'bufchain'.
2016-04-04 Simon TathamGTK 3: tweak margin below the gtkask drawing areas.
2016-04-04 Simon TathamAccount for GtkApplicationWindow menu bar in geometry...
2016-04-04 Simon TathamGTK: stop using gtk_window_parse_geometry.
2016-04-04 Simon TathamGTK: stop using geometry-based window sizing functions.
2016-04-04 Simon TathamGTK: split out the computation part from set_geom_hints.
2016-04-04 Simon TathamGTK 3.20 compatibility: switch to gdk_seat_grab.
2016-04-03 Simon TathamReorganise the Bugs and More Bugs config panels.
2016-04-03 Owen DunnMerge branch 'master' of ssh://tartarus.org/putty
2016-04-03 Owen DunnAllow PROCESS_QUERY_INFORMATION access to our process.
2016-04-03 Simon TathamCompile fix for GTK 3.18: avoid gtk_adjustment_changed().
2016-04-02 Simon Tatham64-bit cleanness: fix a couple of format strings in...
2016-04-02 Simon Tatham64-bit cleanness: fix integer types in winsftp.c.
2016-04-02 Simon Tatham64-bit cleanness: use INT_PTR/UINT_PTR where appropriate.
2016-04-02 Simon TathamWindows: condition setprocessacl() on lack of -DNO_SECU...
2016-04-02 Simon TathamWindows: compile with /D_CRT_SECURE_NO_WARNINGS.
2016-04-02 Jacob NevinsStop supporting fallback between SSH versions.
2016-04-02 Simon TathamProvide a separate post-install README for MSI.
2016-04-02 Simon TathamMSI installer: offer to display the README file after...
2016-04-02 Simon TathamMSI installer: turn the desktop icon off by default.
2016-04-02 Simon TathamWarn about short RSA/DSA keys in PuTTYgen.
2016-04-02 Simon TathamExtend ACL-restriction to all Windows tools.
2016-04-02 Simon TathamFix a potential time-wraparound issue in pinger.c.
2016-04-01 Simon TathamAdd a missing #include.
2016-03-30 Simon Tathamcmdgen: refuse to generate RSA/DSA keys under 256 bits.
2016-03-30 Simon TathamCleanup: rename Windows PuTTYgen's key generation function.
2016-03-30 Simon TathamAdd a file of extra bignum tests.
2016-03-30 Simon Tathamcmdgen: rescue test suite from bit rot.
2016-03-30 Simon Tathamcmdgen: option to specify the random number device to use.
2016-03-29 Simon TathamRework window geometry to avoid using geometry_widget.
2016-03-28 Jacob NevinsMore modern examples of ports we don't have.
2016-03-28 Jacob NevinsRemove call for help with a Windows 3 port.
2016-03-28 Jacob NevinsWe will soon have Pageant for Unix.
2016-03-28 Jacob NevinsTweaks re Mac elsewhere in FAQ after bb6dd98.
2016-03-28 Jacob NevinsTweak Unix bits of FAQ after 776a31b.
2016-03-28 Jacob NevinsFix punctuation.
2016-03-27 Simon TathamRemove the warning about Unix PuTTY being Linux-specific.
2016-03-27 Simon TathamUpdate Visual Studio versions in README.
2016-03-27 Simon TathamMention the Secure Contact Key on the Feedback page.
2016-03-27 Simon TathamUpdate docs and FAQ for current DSA policy.
2016-03-27 Simon TathamDecide on a position for ChaCha20-Poly1305.
2016-03-27 Simon TathamFix relative positioning between two new elements in...
2016-03-27 Simon TathamSpecial host key warning when a better key exists.
2016-03-27 Simon TathamFix assertion failure in host keys log message.
2016-03-27 Simon TathamOmit the conf_launchable check in pterm Duplicate Session.
next