]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
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.
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...
next