]> asedeno.scripts.mit.edu Git - PuTTY.git/history - windows/winplink.c
Document -proxycmd in help and man pages.
[PuTTY.git] / windows / winplink.c
2017-02-11 Jacob NevinsDocument -proxycmd in help and man pages.
2017-02-11 Jacob NevinsLog when -restrict-acl is in use.
2017-01-29 Simon TathamTurn off Windows process ACL restriction by default.
2017-01-21 Simon TathamInclude 'build info' in all --version text and About boxes.
2016-07-18 Simon TathamLock down the search path for Windows DLL loading.
2016-04-15 Ben HarrisSet cfg.ssh_simple in Windows Plink when there are...
2016-04-03 Owen DunnMerge branch 'master' of ssh://tartarus.org/putty
2016-04-02 Simon TathamWindows: condition setprocessacl() on lack of -DNO_SECU...
2016-04-02 Simon TathamExtend ACL-restriction to all Windows tools.
2016-02-29 Simon TathamMerge branch 'pre-0.67'
2016-02-29 Simon TathamInaugural merge from branch 'pre-0.67'.
2016-02-29 Jacob NevinsRationalise and document log options somewhat.
2015-11-08 Jacob NevinsRationalise and document log options somewhat.
2015-11-07 Simon TathamMerge tag '0.66'
2015-11-07 Simon TathamInitial 'merge -s ours' from 0.66 release branch.
2015-10-22 Jacob NevinsUpdate docs/usage for 'plink -shareexists'.
2015-09-25 Simon TathamNew Plink operating mode: 'plink -shareexists'.
2015-07-25 Simon TathamMerge tag '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-05-15 Simon TathamGiant const-correctness patch of doom!
2015-02-28 Simon TathamMerge branch 'pre-0.64'
2015-02-27 Jacob NevinsMerge branch 'pre-0.64'
2015-02-24 Jacob NevinsMerge branch 'pre-0.64'
2015-02-07 Simon TathamMerge branch 'pre-0.64'
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'
2014-12-20 Simon TathamMerge branch 'pre-0.64'
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 uninitialised variable in two Windows event loops.
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-01-25 Simon TathamAvoid misidentifying unbracketed IPv6 literals as host...
2014-01-25 Simon TathamUse the new host_str* functions to improve IPv6 literal...
2013-11-17 Simon TathamImplement connection sharing between instances of PuTTY.
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 TathamAdd a general way to request an immediate top-level...
2013-07-19 Simon TathamAdd a nonfatal() function everywhere, to be used for...
2012-09-19 Ben HarrisFix indentation mess in my timing overhaul.
2012-09-19 Simon TathamMake --help and --version work consistently across...
2012-09-18 Ben HarrisTwo related changes to timing code:
2011-09-13 Simon TathamRevamp of EOF handling in all network connections,...
2011-07-14 Simon TathamPost-release destabilisation! Completely remove the...
2009-09-14 Jacob NevinsSince r7266, it's been possible to get a hostname into...
2009-08-13 Jacob NevinsAdd "-serial" to Plink's usage message.
2009-08-10 Simon TathamPatch from Alan Clucas (somewhat polished) providing...
2009-01-06 Jacob NevinsRemove a couple of unused variables.
2008-03-10 Simon TathamMerge out from trunk, to keep this branch viable. We...
2007-06-30 Jacob NevinsRationalise access to, and content of, backends[] array.
2007-03-27 Simon TathamIn the wake of r7415, let's have some better error...
2006-08-29 Simon TathamExplicitly closing logctx on various kinds of error...
2006-08-28 Jacob NevinsMinor tweaks to -nc:
2006-08-28 Simon TathamNew command-line option in Plink (and PuTTY, though...
2006-08-28 Simon TathamSupport for Windows PuTTY connecting straight to a...
2006-08-27 Simon TathamGrow some nasty warts on the side of winhandl.c, in...
2006-08-27 Simon TathamCall console_provide_logctx _before_ initialising the...
2006-08-27 Simon TathamThe `socket' function in the backends is only ever...
2006-08-26 Simon TathamSmall tweak to the new handle API: provide a `privdata...
2006-08-25 Simon TathamNew piece of Windows infrastructure: winhandl.c takes...
2006-02-19 Jacob NevinsFix up documentation/usage messages for r6572.
2005-10-30 Jacob NevinsRevamp SSH authentication code so that user interaction...
2005-08-10 Jacob NevinsBen Rudiak-Gould points out that we should be using...
2005-06-19 Ben HarrisMove comment about ECHO and LINE input modes to a more...
2005-04-21 Jacob NevinsFirst crack at `terminal-modes' in SSH. PuTTY now sends...
2005-03-19 Jacob NevinsTry to make our PGP signing more useful:
2005-03-01 Jacob NevinsMake it clearer that `-m' is only usable with SSH.
2005-02-23 Simon TathamFallout from my change in the semantics of cfg.remote_c...
2004-12-31 Simon TathamA couple of people have pointed out that the local variable
2004-12-30 Simon TathamIntegrate unfix.org's IPv6 patches up to level 10,...
2004-11-27 Simon TathamNew timing infrastructure. There's a new function sched...
2004-11-16 Simon TathamNow that we have Subversion's file renaming ability...