]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
2017-02-24 Alejandro R. Sedeñofirst pass 0.68+kerberos-fix
2017-02-22 Simon TathamUnix buildinfo: stop saying 'GTK' in pure CLI utilities.
2017-02-22 Simon TathamWindows handle sockets: fix error handling in sentdata().
2017-02-22 Simon Tathamuxproxy: fix write error handling on outgoing pipe.
2017-02-22 Simon TathamPageant and PuTTYgen About boxes: add the website button.
2017-02-22 Simon TathamPageant and PuTTYgen About boxes: enlarge to modern size.
2017-02-21 Simon TathamMakefile.am: add pageant.1 to the man pages collection.
2017-02-21 Simon TathamMakefile.am: subset the man pages in --without-gtk mode.
2017-02-21 Simon TathamOne more CHECKLST update: mirrors have no .htaccess.
2017-02-21 Simon TathamRelease-procedure stuff: remove outdated hostname 'atreus'.
2017-02-20 Simon TathamMerge the 0.68 release branchlet to master.
2017-02-20 Simon TathamFix buffer management in strbuf_catfv.
2017-02-19 Jacob NevinsNew FAQ entry for 32-bit vs 64-bit.
2017-02-19 Owen DunnMake Windows sockets non-inheritable
2017-02-18 Jacob NevinsUnix settings can live elsewhere than ~/.putty.
2017-02-18 Jacob Nevinspocketputty.net seems linksquatted.
2017-02-18 Owen DunnRegard dir/ls on non-existent directory as an error.
2017-02-18 Simon TathamUpdate version number for 0.68 release. 0.68
2017-02-18 Simon TathamRelease checklist updates.
2017-02-18 Simon TathamFix the '--without-gtk' mode in configure.
2017-02-18 Jacob NevinsClear out more XXX-REVIEW-BEFORE-RELEASE.
2017-02-18 Simon TathamUpdate documentation for 0.68.
2017-02-18 Jacob NevinsFix a broken gitweb link.
2017-02-17 Simon TathamImplement deferred closing of Windows handle-sockets.
2017-02-17 Jacob NevinsNote the interaction of jump lists and -cleanup.
2017-02-16 Jacob NevinsDocument VS2015 impact on very old Windows.
2017-02-16 Jacob NevinsMSI installer: add version info to product name.
2017-02-15 Jacob NevinsRemove references to "Win32" and "32-bit Windows".
2017-02-15 Simon Tathamsink(): finish waiting for remote EOF after a local error.
2017-02-15 Simon Tathamscp_recv_filedata: handle EOF more sensibly.
2017-02-15 Owen DunnReturn an error if there's an error doing pscp -ls
2017-02-15 Owen DunnReturn zero when reporting our version.
2017-02-15 Simon TathamInclude the compile-time GTK version in the build info.
2017-02-15 Simon TathamFix multiple bugs in freeze/thaw of Windows handle-sockets.
2017-02-15 Simon TathamWindows Plink: treat EOF at host key prompt as 'abort...
2017-02-15 Simon Tathamuxpgnt: correct control flow in find_key().
2017-02-15 Simon TathamRemove a redundant ?: in the nethack_keypad code.
2017-02-15 Simon TathamA few more missing frees.
2017-02-14 Simon TathamFixes for winelib building (used by our Coverity build).
2017-02-14 Simon TathamProperly check the lengths of Unix-socket pathnames.
2017-02-14 Simon TathamTighten up bounds-checking of agent responses.
2017-02-14 Simon TathamFix completely broken dialog-building functions.
2017-02-14 Simon TathamPut in some explicit null-pointer checks.
2017-02-14 Simon TathamFix a typoed end-of-string check in testbn.
2017-02-14 Simon Tathamwintime: add a precautionary memset to zero.
2017-02-14 Simon Tathamuxpgnt: fix an uninitialised structure field in find_key().
2017-02-14 Simon Tathamlz77_compress: change scope of variable 'hash'.
2017-02-14 Simon TathamRemove assorted dead code.
2017-02-14 Simon TathamFix freeing of retkey in openssh_new_read.
2017-02-14 Simon TathamAdd an assortment of missing frees and closes.
2017-02-11 Jacob NevinsDocument proxy logging control.
2017-02-11 Jacob NevinsDocument -proxycmd in help and man pages.
2017-02-11 Jacob NevinsAdd -c/-s to Unix 'pageant --help'.
2017-02-11 Jacob NevinsAdd 'plink -shareexists' to man page.
2017-02-11 Jacob NevinsFix missing options in man pages.
2017-02-11 Jacob NevinsDocument cmdgen ability to read public-only keys.
2017-02-11 Jacob NevinsUpdate man page for puttygen --random-device.
2017-02-11 Jacob NevinsUnix 'puttygen --help' was a mess.
2017-02-11 Jacob NevinsLog when -restrict-acl is in use.
2017-02-11 Jacob NevinsStart logging earlier in PSCP and PSFTP.
2017-02-10 Jacob NevinsRemove -cleanup-during-uninstall option.
2017-02-05 Simon TathamOne more warning fix: spurious 'const' on functions.
2017-02-05 Simon TathamFix a few more clang-generated warnings.
2017-02-05 Simon TathamStop using MS-deprecated names stricmp and strnicmp.
2017-02-05 Simon Tathamclang-specific pragmas to suppress -Wmissing-braces.
2017-02-05 Simon TathamNew makefile, for Windows cross-builds with clang-cl.
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.
next