]> asedeno.scripts.mit.edu Git - PuTTY.git/history - windows
first pass
[PuTTY.git] / windows /
2017-02-24 Alejandro R. Sedeñofirst pass 0.68+kerberos-fix
2017-02-22 Simon TathamWindows handle sockets: fix error handling in sentdata().
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-20 Simon TathamMerge the 0.68 release branchlet to master.
2017-02-19 Owen DunnMake Windows sockets non-inheritable
2017-02-18 Simon TathamUpdate version number for 0.68 release. 0.68
2017-02-17 Simon TathamImplement deferred closing of Windows handle-sockets.
2017-02-16 Jacob NevinsMSI installer: add version info to product name.
2017-02-15 Owen DunnReturn zero when reporting our version.
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 TathamRemove a redundant ?: in the nethack_keypad code.
2017-02-14 Simon TathamFixes for winelib building (used by our Coverity build).
2017-02-14 Simon TathamFix completely broken dialog-building functions.
2017-02-14 Simon Tathamwintime: add a precautionary memset to zero.
2017-02-14 Simon TathamRemove assorted dead code.
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 NevinsLog when -restrict-acl is in use.
2017-02-10 Jacob NevinsRemove -cleanup-during-uninstall option.
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-04 Jacob NevinsDocument Inno Setup's new lack of cleanup.
2017-02-04 Jacob NevinsNote legacy status of putty.iss.
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 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-29 Simon TathamTurn off Windows process ACL restriction by default.
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-28 Simon TathamReport the right address in connection setup errors.
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.
next