]> asedeno.scripts.mit.edu Git - PuTTY.git/history - cmdline.c
first pass
[PuTTY.git] / cmdline.c
2017-02-04 Simon TathamPass -restrict-acl, if given, through to sub-PuTTYs.
2017-01-29 Simon TathamTurn off Windows process ACL restriction by default.
2016-05-03 Simon TathamAdd a '-proxycmd' command-line option.
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-17 Simon TathamCommand-line options to log sessions.
2015-09-24 Simon TathamCommand-line options to log sessions.
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!
2014-09-09 Simon TathamNew option to manually configure the expected host key(s).
2014-01-25 Simon TathamUse the new host_str* functions to improve IPv6 literal...
2013-11-17 Simon TathamFix an assortment of dupprintf() format string bugs.
2012-07-22 Simon TathamIntroduce a new utility function smemclr(), which memse...
2011-10-02 Simon TathamWhile I'm crusading against arbitrary limits, here...
2011-10-02 Simon TathamTurn 'Filename' into a dynamically allocated type with...
2011-08-18 Jacob NevinsRestore data-bits options for "-sercfg" that were accid...
2011-07-15 Simon TathamMissing free.
2011-07-14 Simon TathamPost-release destabilisation! Completely remove the...
2010-12-23 Simon TathamSupport for Windows 7 jump lists (right-click on a...
2010-01-17 Jacob NevinsPlug a few minor memory leaks, based on a patch by...
2009-09-16 Jacob NevinsFix minor file descriptor leaks. Found by cppcheck...
2009-08-10 Simon TathamPatch from Alan Clucas (somewhat polished) providing...
2008-06-01 Simon TathamMerged from trunk up to r8033.
2008-06-01 Simon TathamBeen meaning to do this for years: introduce a configur...
2008-03-10 Simon TathamMerge out from trunk, to keep this branch viable. We...
2007-08-07 Ben HarrisCorrectly terminate nc target hostname when copying it.
2007-02-28 Jacob NevinsProcess -t/-T later than -m, so that they can override...
2007-02-25 Jacob NevinsAttempt to scrub -pw's argument in argv[], to make...
2007-02-25 Jacob NevinsDelay evaluating the "-pw" option, so we can criticise...
2007-02-24 Jacob Nevins"-noagent" and friends should be marked SAVEABLE, to...
2006-08-28 Simon TathamNew command-line option in Plink (and PuTTY, though...
2006-04-23 Jacob NevinsSprinkle some header comments in various files in an...
2006-02-19 Simon TathamIntroduce a new checkbox and command-line option to...
2005-10-30 Jacob NevinsRevamp SSH authentication code so that user interaction...
2005-03-04 Jacob NevinsFix potential fault where -L/-R/-D could accept a strin...
2004-12-30 Simon TathamIntegrate unfix.org's IPv6 patches up to level 10,...
2004-10-13 Simon TathamImplement part of `ssh2-generality': introduce the...
2004-07-25 Jacob NevinsFix for `psftp-pscp-ignore-load': Default Settings...
2004-07-24 Jacob NevinsComment explaining `need_save' argument to cmdline_proc...
2003-12-19 Simon TathamJoe Yates's memory leak patches.
2003-04-05 Simon TathamDynamic port forwarding by means of a local SOCKS serve...
2003-03-31 Simon TathamSupport for PuTTY-style command-line arguments in Unix...
2003-03-29 Simon TathamIntroduced wrapper macros snew(), snewn() and sresize...
2003-03-22 Simon TathamFiddle with the cmdline_saved mechanism: the `-load...
2003-02-01 Simon TathamCreated new data types `Filename' and `FontSpec', inten...
2003-01-12 Simon TathamThe command-line routines now take a pointer to `cfg' as an
2002-12-18 Simon TathamImplement `portfwd-loopback-choice'. Works on local...
2002-10-30 Simon TathamMore preparatory work: remove the <windows.h> include...
2002-09-02 Jacob NevinsConvert from CRLF to Unix line endings -- no other change
2002-08-07 Simon TathamArrgh, we can't have -p for port number because we...
2002-08-07 Simon TathamSome of the new options shouldn't be available in the...
2002-08-07 Simon TathamAdd a load of new command-line options pilfered from...
2002-08-04 Simon TathamRevamp of command-line handling. Most command line...