]> asedeno.scripts.mit.edu Git - PuTTY.git/history - settings.c
first pass
[PuTTY.git] / settings.c
2016-11-17 Simon TathamMake ESC[3J (clear scrollback) a disableable escape...
2016-05-03 Simon TathamSend the IUTF8 terminal mode in SSH "pty-req"s.
2016-04-10 Jacob NevinsPut DH group1-sha1 KEX below 'warn' by default.
2016-04-03 Owen DunnMerge branch 'master' of ssh://tartarus.org/putty
2016-04-02 Jacob NevinsStop supporting fallback between SSH versions.
2016-03-27 Simon TathamDecide on a position for ChaCha20-Poly1305.
2016-03-27 Simon TathamFix relative positioning between two new elements in...
2016-03-25 Simon TathamConfigurable preference list for SSH host key types.
2016-02-29 Simon TathamMerge branch 'pre-0.67'
2016-02-29 Simon TathamInaugural merge from branch 'pre-0.67'.
2015-11-27 Owen DunnMerge branch 'master' of ssh://tartarus.org/putty
2015-11-22 Simon TathamOption to log proxy setup diagnostics to the terminal.
2015-11-07 Simon TathamMerge tag '0.66'
2015-11-07 Simon TathamInitial 'merge -s ours' from 0.66 release branch.
2015-09-01 Simon TathamOn OS X, be able to configure either Option or Command...
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-06-20 Simon TathamSupport RFC 4419.
2015-06-07 Chris StaiteAdd the ChaCha20-Poly1305 cipher+MAC, as implemented...
2015-05-15 Simon TathamGiant const-correctness patch of doom!
2015-04-25 Simon TathamSupport RFC 4419.
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 TathamMerge branch 'pre-0.64'
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-08 Jacob NevinsDon't try SSH-1 by default.
2014-11-04 Jacob NevinsMerge shorter option name from 'pre-0.64'.
2014-11-03 Jacob NevinsMerge MinGW surrogate build fix from pre-0.64.
2014-11-02 Chris StaiteElliptic-curve cryptography support.
2014-09-09 Simon TathamNew option to manually configure the expected host key(s).
2014-09-09 Simon TathamHandle save/load of set-typed config items.
2014-07-06 Simon TathamImplement this year's consensus on CHANNEL_FAILURE...
2013-11-17 Simon TathamImplement connection sharing between instances of PuTTY.
2013-08-22 Simon TathamFix handling of IPv6 dynamic forwardings.
2013-08-07 Simon TathamRevert the default for font bolding style back to using...
2013-08-02 Simon TathamRaise the default scrollback from 200 to 2000 lines...
2012-07-28 Simon TathamAdd a bug-compatibility flag to disable the
2012-06-09 Simon TathamIntroduce a third setting for the 'bold as colour'...
2011-10-02 Simon TathamTurn 'Filename' into a dynamically allocated type with...
2011-10-01 Simon TathamChange the semantics of 'FontSpec' so that it's a dynam...
2011-09-13 Simon TathamFix assertion failure in wprefs() when the list is...
2011-07-15 Simon TathamDon't delete everything under a string-subkeyed primary...
2011-07-14 Simon TathamPost-release destabilisation! Completely remove the...
2011-06-25 Simon TathamRewrite gprefs() in settings.c so that its input mappin...
2011-01-15 Simon TathamAllow setting the WM_CLASS X window property as a confi...
2010-12-27 Jacob NevinsAdd an option to disable SSH-2 banners.
2010-12-23 Simon TathamSupport for Windows 7 jump lists (right-click on a...
2010-09-25 Simon TathamCleanups of the GSSAPI support. On Windows, standard...
2010-09-15 Jacob NevinsUse the same key for both saving and loading the GSSAPI...
2010-05-19 Simon TathamPatch from Alejandro Sedeno, somewhat modified by me, which
2010-04-23 Simon TathamNew SSH bug flag, for 'can't handle SSH2_MSG_IGNORE...
2010-03-24 Jacob NevinsWhen looking for a local username on Windows, if we...
2009-01-05 Jacob Nevinsr5080 didn't go far enough -- since 0.58, anyone on...
2008-11-24 Jacob NevinsNew option to allow use of the local OS username for...
2008-11-17 Simon TathamRevamp of the local X11 connection code. We now parse...
2008-08-10 Owen DunnInitial commit of GSSAPI Kerberos support.
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-12-05 Ben HarrisAdd a new bug-compatibility mode that limits the window...
2007-08-04 Ben HarrisRemember to clear ssh_simple when initialising config.
2007-08-04 Ben Harris"CR implies LF" patch, based on one from Paul Coldrey.
2007-06-30 Jacob NevinsRationalise access to, and content of, backends[] array.
2007-04-30 Ben HarrisAdd support for RFC 4432 RSA key exchange, the patch...
2007-02-10 Simon TathamSince we're now able to cope with Default Settings...
2006-12-31 Jacob NevinsPatch inspired by one from Daniel Silverstone in Debian...
2006-11-15 Jacob NevinsChris Boucher spotted that after "-nc" was added (r6823...
2006-08-28 Simon TathamThat OVERLAPPED fix seems to have made flow control...
2006-08-28 Simon TathamSupport for Windows PuTTY connecting straight to a...
2006-02-19 Simon TathamIntroduce a new checkbox and command-line option to...
2006-01-11 Owen DunnConfigurable font quality on Windows. (Together with...
2005-12-01 Jacob NevinsSSH-2 rekey bug compatibility setting wasn't being saved
2005-09-12 Ben HarrisWhen the first element in a preference list was unrecog...
2005-05-05 Jacob NevinsImplement `bypass-ssh2-userauth', since from correspond...
2005-04-21 Jacob NevinsFirst crack at `terminal-modes' in SSH. PuTTY now sends...
2005-04-14 Ben HarrisImplement my experimental arcfour modes. The 256-bit...
2005-04-11 Jacob NevinsFactor out the code to read and write the Environment...
2005-04-07 Jacob NevinsIn get_sesslist(), when freeing, set freed members...
2005-03-22 Jacob NevinsAdd an option to use wcwidth_cjk() instead of wcwidth...
2005-02-17 Simon TathamAdjust the semantics of cfg.remote_cmd_ptr: it is now...
2005-01-11 Simon TathamServers announcing themselves as `Sun_SSH_1.0' apparent...
2005-01-08 Simon TathamJacob points out that changing TICKSPERSEC in unix...
2004-12-30 Simon TathamIntegrate unfix.org's IPv6 patches up to level 10,...
2004-12-24 Jacob NevinsBasic configurability for client-initiated rekeys.
2004-12-23 Jacob NevinsAdd a preference list for SSH-2 key exchange algorithms...
next