]> asedeno.scripts.mit.edu Git - PuTTY.git/history - windows
Update Visual Studio versions in README.
[PuTTY.git] / windows /
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.
2015-08-15 Tim KosseRemove unused variable.
2015-08-06 Simon TathamWork around a failure in Windows 10 jump lists.
2015-07-27 Simon TathamHandle the VK_PACKET virtual key code.
2015-07-27 Simon TathamTurn the Windows PuTTY main window into a Unicode window.
2015-07-25 Simon TathamAdd a commentary assertion in config dialog setup.
2015-07-25 Simon TathamMerge tag '0.65'
2015-07-25 Simon TathamBump version number for 0.65 release. 0.65
2015-06-25 Ben HarrisMerge branch 'pre-0.65'
2015-06-22 Simon TathamMerge branch 'pre-0.65'
2015-06-22 Simon TathamInaugural merge from branch 'pre-0.65'.
2015-06-20 Simon TathamFix accidental dependence on Windows API quirk in confi...
2015-06-20 Simon TathamLog the client process ID for Windows named pipes too.
2015-06-20 Simon TathamLog identifying information for the other end of connec...
2015-06-20 Simon TathamCompletely remove the privdata mechanism in dialog.h.
2015-06-20 Simon TathamSupport RFC 4419.
2015-06-20 Simon TathamFix a dangerous cross-thread memory access.
2015-06-20 Simon TathamClean up a stale foreign handle in winnps.c.
2015-06-20 Simon TathamStop Windows PuTTY becoming unresponsive if server...
2015-06-20 Simon TathamImprove comments in winhandl.c.
2015-06-18 Simon TathamFix accidental dependence on Windows API quirk in confi...
2015-05-30 Ben HarrisAdd have_ssh_host_key() and use it to influence algorit...
2015-05-18 Simon TathamLog the client process ID for Windows named pipes too.
2015-05-18 Simon TathamLog identifying information for the other end of connec...
2015-05-15 Simon TathamWindows PuTTYgen: fix mis-setting of radio buttons.
2015-05-15 Simon TathamGiant const-correctness patch of doom!
2015-05-15 Simon TathamRemove an entire unused function in Windows PuTTYgen.
2015-05-15 Simon TathamClean up elliptic curve selection and naming.
2015-05-15 Simon TathamConst-correctness of name fields in struct ssh_*.
2015-05-14 Simon TathamFix layout overflow in Windows PuTTYgen due to ED25519.
2015-05-12 Simon TathamCentralise SSH-2 key fingerprinting into sshpubk.c.
2015-05-12 Simon TathamCentralise public-key output code into sshpubk.c.
2015-05-11 Simon TathamPageant: factor out cross-platform parts of add_keyfile().
2015-05-10 Simon TathamSort out the mess with OpenSSH key file formats.
next