]> asedeno.scripts.mit.edu Git - PuTTY.git/history - windows
Fix memory leak in ed25519_openssh_createkey
[PuTTY.git] / windows /
2017-01-28 Tim KosseAdd error variable to loop condition
2017-01-21 Simon TathamInclude 'build info' in all --version text and About boxes.
2017-01-21 Simon TathamRemove 'putty -cleanup-during-uninstall' from legacy...
2017-01-21 Simon TathamBuild an MSI installer for the new Win64 binaries.
2017-01-21 Simon TathamDo the Windows build in a subdirectory windows/build32.
2016-12-11 Simon TathamFix a compile failure with NO_IPV6.
2016-11-17 Simon TathamMake ESC[3J (clear scrollback) a disableable escape...
2016-08-29 Owen DunnSetCurrentProcessExplicitAppUserModelID to fix jumplist...
2016-07-18 Simon TathamLock down the search path for Windows DLL loading.
2016-05-04 Tim KosseFix uninitialized variable in Windows get_file_posn.
2016-05-03 Simon TathamSupport frontend_is_utf8() in all front ends.
2016-04-15 Ben HarrisSet cfg.ssh_simple in Windows Plink when there are...
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-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-06 Simon TathamWindows PuTTYgen: stop saying "Pageant" in the About box!
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-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 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-01 Simon TathamAdd a missing #include.
2016-03-30 Simon TathamCleanup: rename Windows PuTTYgen's key generation function.
2016-03-27 Simon TathamSpecial host key warning when a better key exists.
2016-03-25 Simon TathamConfigurable preference list for SSH host key types.
2016-03-25 Simon TathamFix display of ECC keys in the Windows Pageant list box.
2016-03-25 Simon TathamPolish up the PuTTYgen user interface for ECC key types.
2016-03-20 Simon TathamSet an icon for the MSI package's entry in Add/Remove...
2016-03-09 Simon TathamNew Windows installer system, using WiX to build an MSI.
2016-02-29 Simon TathamMerge branch 'pre-0.67'
2016-02-29 Simon TathamUpdate version number for 0.67 release. 0.67
2016-02-29 Simon TathamInaugural merge from branch 'pre-0.67'.
2016-02-29 Simon TathamMake get_user_sid() return the cached copy if one alrea...
2016-02-29 Simon TathamRemove some unused variables.
2016-02-29 Simon TathamStop copying the licence text into C source code.
2016-02-29 Simon TathamUse readonly edit controls in some Windows dialogs.
2016-02-29 Simon TathamPut back in a missing dynamic-load wrapper on SetSecuri...
2016-02-29 Simon TathamFix a mistaken use of a format string in logevent().
2016-02-29 Owen DunnMove sfree inside if.
2016-02-29 Owen DunnSurround process protection with an #ifndef UNPROTECT
2016-02-29 Simon TathamMake our process's ACL more restrictive.
2016-02-29 Owen DunnMove SID-getting code into a separate function so it...
2016-02-29 Jacob NevinsRationalise and document log options somewhat.
2016-01-26 Simon TathamRemove some unused variables.
2015-12-22 Simon TathamStop copying the licence text into C source code.
2015-12-22 Simon TathamUse readonly edit controls in some Windows dialogs.
2015-12-16 Simon TathamPut back in a missing dynamic-load wrapper on SetSecuri...
2015-11-27 Simon TathamFix a mistaken use of a format string in logevent().
2015-11-27 Owen DunnMove sfree inside if.
2015-11-27 Owen DunnMerge branch 'master' of ssh://tartarus.org/putty
2015-11-24 Owen DunnSurround process protection with an #ifndef UNPROTECT
2015-11-24 Owen DunnMake our process's ACL more restrictive.
2015-11-22 Simon TathamFix a paste error in new make_handle_socket prototype.
2015-11-22 Simon TathamIn GUI PuTTY, log standard error from local proxy commands.
2015-11-22 Simon TathamLog the setup of proxied network connections.
2015-11-22 Owen DunnMove SID-getting code into a separate function so it...
2015-11-08 Jacob NevinsRationalise and document log options somewhat.
2015-11-07 Simon TathamMerge Ben's branch on which he's been fuzzing PuTTY.
2015-11-07 Simon TathamMerge tag '0.66'
2015-11-07 Simon TathamUpdate version number for 0.66 release. 0.66
2015-11-07 Simon TathamInitial 'merge -s ours' from 0.66 release branch.
2015-10-29 Simon TathamFix winhandl.c's failure to ever free a foreign handle.
2015-10-22 Jacob NevinsUpdate docs/usage for 'plink -shareexists'.
2015-10-18 Simon TathamFix a double-free in Windows Pageant.
2015-10-17 Simon TathamSanitise bad characters in log file names.
2015-10-17 Simon TathamKey rollover: put the new Master Key fingerprint in...
2015-10-17 Simon TathamWork around a failure in Windows 10 jump lists.
2015-10-17 Simon TathamHandle the VK_PACKET virtual key code.
2015-10-17 Simon TathamTurn the Windows PuTTY main window into a Unicode window.
2015-09-28 Simon TathamInclude stdint.h (where available) for uintptr_t.
2015-09-25 Simon TathamFix winhandl.c's failure to ever free a foreign handle.
2015-09-25 Simon TathamAvoid logging pre-verstring EPIPE from sharing downstreams.
2015-09-25 Simon TathamNew Plink operating mode: 'plink -shareexists'.
2015-09-25 Simon TathamSanitise bad characters in log file names.
2015-09-24 Simon TathamCentralise stripslashes() and make it OS-sensitive.
2015-09-02 Simon TathamKey rollover: put the new Master Key fingerprint in...
2015-08-15 Tim KosseUse DWORD as length argument for RegQueryValueEx.
2015-08-15 Tim KosseCast return value of ShellExecute to INT_PTR.
2015-08-15 Tim KosseUse INT_PTR not int to store result of DialogBoxParam.
2015-08-15 Tim KosseDLGPROC callbacks should return INT_PTR.
2015-08-15 Tim KosseFix type of third argument to AppendMenu
2015-08-15 Tim KosseFix type of 4th argument to WinHelp
2015-08-15 Tim KosseCast pointers to uintptr_t instead of unsigned {long,int}.
2015-08-15 Tim KosseFix warning about mismatched constness.
2015-08-15 Tim KosseUse correct type to print Windows error codes.
2015-08-15 Tim KosseDo not re-define SECURITY_WIN32 if already defined.
2015-08-15 Tim KosseMake manifest files work with 64bit builds of PuTTY.
2015-08-15 Tim KosseDetect end of string in fingerprint alignment.
2015-08-15 Tim KosseRemove an unused variable.
2015-08-15 Tim KosseRemove an unused variable.
next