]> asedeno.scripts.mit.edu Git - PuTTY.git/history - windows
Expand comment on BUG_SSH2_OLDGEX to make it clear why it's necessary.
[PuTTY.git] / windows /
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'.
2014-11-08 Jacob NevinsMerge SSH-2-only default from 'pre-0.64'.
2014-11-08 Jacob NevinsMerge misc docs improvements from branch 'pre-0.64'.
2014-11-04 Jacob NevinsMerge shorter option name from 'pre-0.64'.
2014-11-03 Jacob NevinsRewrap Windows licence dialogs.
2014-11-03 Jacob NevinsRemove test code from Windows Pageant.
2014-11-03 Jacob NevinsMerge MinGW surrogate build fix from pre-0.64.
2014-11-02 Simon TathamFix details of the Pageant and PuTTYgen GUIs for ECDSA.
2014-11-02 Simon TathamAdd Christopher Staite to the list of copyright holders.
2014-11-02 Chris StaiteElliptic-curve cryptography support.
2014-11-02 Chris StaiteRefactoring to prepare for extra public key types.
2014-11-01 Ben HarrisRemove an unused variable.
2014-11-01 Ben HarrisReport correct error when FormatMessage fails.
2014-11-01 Simon TathamMove definition of SECURITY_WIN32 from makefiles into...
2014-09-24 Simon TathamRework versioning system to not depend on Subversion.
2014-09-23 Simon TathamBodge around the failing Coverity build in winshare.c.
2014-09-20 Jacob NevinsMove -sercfg out of the "SSH only" section of command...
2014-09-20 Jacob NevinsUpdate command-line help and man pages for -hostkey.
2014-09-09 Simon TathamNew option to manually configure the expected host key(s).
2014-09-07 Simon TathamCope with REG_SZ data not having a trailing NUL.
2014-08-27 Simon TathamFix null dereference in ldisc_configure.
2014-07-06 Simon TathamImplement this year's consensus on CHANNEL_FAILURE...
2014-05-13 Simon TathamExplicitly set the owning SID in make_private_security_...
2014-04-23 Simon TathamPrevent double-inclusion of ssh.h in case of -DNO_SECURITY.
2014-02-16 Simon TathamStop sending release events for mouse wheel 'buttons...
2014-01-25 Simon TathamSupport explicit IPv6 source addresses in Windows port...
2014-01-25 Simon TathamAvoid misidentifying unbracketed IPv6 literals as host...
2014-01-25 Simon TathamUse the new host_str* functions to improve IPv6 literal...
2014-01-15 Jacob NevinsIt's a new year.
2014-01-07 Simon TathamRename the handle-type enumeration values.
2013-11-25 Simon TathamSwitch to using SIDs in make_private_security_descriptor().
2013-11-23 Simon TathamRemove an unused variable orphaned by r10092.
2013-11-22 Simon TathamSetEntriesInAcl returns its error code directly.
2013-11-22 Simon TathamPass the right number of entries to SetEntriesInAcl!
2013-11-22 Simon TathamInclude the numeric error code in win_strerror's output.
2013-11-18 Jacob NevinsFix up the Windows help context stuff for the new conne...
2013-11-18 Simon TathamGracefully degrade in the absence of CryptProtectMemory.
2013-11-17 Simon TathamImplement connection sharing between instances of PuTTY.
2013-11-17 Simon TathamMove the dynamic loading of advapi into its own module.
2013-11-17 Simon TathamRemove sk_{get,set}_private_ptr completely!
2013-11-17 Simon TathamAdd support for Windows named pipes.
2013-11-17 Simon TathamReplace the hacky 'OSSocket' type with a closure.
2013-11-17 Simon TathamImplement freezing on Windows handle sockets.
2013-11-17 Simon TathamFactor out the HANDLE-to-Socket adapter from winproxy.c.
2013-11-17 Simon TathamFind ToUnicodeEx() at run time, not load time.
2013-11-11 Simon TathamReplace GetQueueStatus with PeekMessage(PM_NOREMOVE).
2013-10-25 Simon TathamAvoid leaving unread Windows messages in the queue.
2013-10-09 Simon TathamDon't pass WinSock error codes to strerror.
2013-09-23 Simon TathamFix cut-and-paste errors in nonfatal() implementations.
2013-09-15 Simon TathamOnly run one toplevel callback per event loop iteration.
2013-08-17 Simon TathamMake calling term_nopaste() a cross-platform feature.
2013-08-17 Simon TathamRevamp Windows pending_netevent using toplevel callbacks.
2013-08-17 Simon TathamRevamp net_pending_errors using toplevel callbacks.
2013-08-17 Simon TathamRevamp Windows's close_session() using toplevel callbacks.
2013-08-17 Simon TathamRevamp the terminal paste mechanism using toplevel...
2013-08-17 Simon TathamAdd a general way to request an immediate top-level...
2013-08-06 Simon TathamBump version number prior to tagging 0.63. 0.63
2013-08-05 Jacob NevinsBelatedly update the copyright year to 2013.
2013-08-04 Simon TathamReinstate a piece of code accidentally removed in r9214...
2013-07-27 Simon TathamAdd an assortment of missing consts I've just noticed.
2013-07-24 Simon TathamGet rid of the variable 'advapi' in Pageant's WinMain...
2013-07-22 Simon TathamBack out r9964. I wasn't paying attention: every contro...
2013-07-22 Simon TathamFix a few more memory and resource leaks.
2013-07-22 Simon TathamRemove the variable 'bufused', which came over from...
next