]> asedeno.scripts.mit.edu Git - PuTTY.git/history - windows
Merge tag '0.66'
[PuTTY.git] / windows /
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.
2015-05-09 Chris StaiteSupport public keys using the "ssh-ed25519" method.
2015-05-08 Simon TathamCompletely remove the privdata mechanism in dialog.h.
2015-05-06 Simon TathamPut proper logging into Pageant.
2015-05-05 Simon TathamMove half of Pageant out into a cross-platform source file.
2015-04-28 Simon TathamSeparate key-type enum values for old and new OpenSSH keys.
2015-04-25 Simon TathamSupport RFC 4419.
2015-04-07 Simon TathamFix a dangerous cross-thread memory access.
2015-04-07 Simon TathamClean up a stale foreign handle in winnps.c.
2015-03-07 Simon TathamStop Windows PuTTY becoming unresponsive if server...
2015-02-28 Simon TathamMerge branch 'pre-0.64'
2015-02-28 Simon TathamBump version number for 0.64 release. 0.64
2015-02-27 Jacob NevinsMerge branch 'pre-0.64'
2015-02-27 Jacob NevinsRefresh the Windows installer README.txt.
2015-02-24 Jacob NevinsMerge branch 'pre-0.64'
2015-02-07 Simon TathamImprove comments in winhandl.c.
2015-02-07 Simon TathamMerge branch 'pre-0.64'
2015-02-07 Simon TathamMark handles defunct before calling gotdata/sentdata.
2015-02-07 Simon TathamFix handle leak in winhandl.c.
2015-01-18 Jacob NevinsMerge branch 'pre-0.64'
2015-01-08 Jacob NevinsMerge branch 'pre-0.64'
2015-01-05 Jacob NevinsMerge branch 'pre-0.64'
2015-01-05 Jacob NevinsIt's a new year.
2014-12-20 Simon TathamMerge branch 'pre-0.64'
2014-12-20 Simon TathamFix a handle leak in Windows PSFTP.
2014-11-22 Simon TathamMerge branch 'pre-0.64'
2014-11-22 Simon TathamStop referring to Plink as "PuTTY Link".
2014-11-22 Simon TathamMove echo/edit state change functionality out of ldisc_...
2014-11-22 Simon TathamMerge branch 'pre-0.64'
2014-11-22 Simon TathamFix assorted memory leaks.
2014-11-22 Simon TathamFix uninitialised variable in two Windows event loops.
2014-11-10 Simon TathamMerge connection-sharing shutdown fix from pre-0.64.
2014-11-09 Jacob NevinsMerge branch 'pre-0.64'.
2014-11-09 Jacob NevinsMerge reconfig fixes from branch 'pre-0.64'.
2014-11-08 Jacob NevinsMerge another docs fix from 'pre-0.64'.
2014-11-08 Jacob NevinsMerge Gtk event log fix from 'pre-0.64'.
next