]> asedeno.scripts.mit.edu Git - PuTTY.git/history - putty.h
Fix an assertion failure when loading Ed25519 keys.
[PuTTY.git] / putty.h
2015-09-25 Simon TathamNew Plink operating mode: 'plink -shareexists'.
2015-09-25 Simon TathamSanitise bad characters in log file names.
2015-09-02 Simon TathamKey rollover: put the new Master Key fingerprint in...
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-30 Ben HarrisAdd have_ssh_host_key() and use it to influence algorit...
2015-05-15 Simon TathamGiant const-correctness patch of doom!
2015-05-15 Simon TathamConst-correctness of name fields in struct ssh_*.
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 TathamMove echo/edit state change functionality out of ldisc_...
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-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-03 Jacob NevinsFix definition of surrogate macros.
2014-11-02 Chris StaiteElliptic-curve cryptography support.
2014-09-09 Simon TathamNew option to manually configure the expected host key(s).
2014-07-06 Simon TathamImplement this year's consensus on CHANNEL_FAILURE...
2013-11-17 Simon TathamImplement connection sharing between instances of PuTTY.
2013-09-15 Simon TathamOnly run one toplevel callback per event loop iteration.
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-07-19 Simon TathamAdd a nonfatal() function everywhere, to be used for...
2012-09-18 Ben HarrisTwo related changes to timing code:
2012-07-28 Simon TathamAdd a bug-compatibility flag to disable the
2012-07-28 Simon TathamMove the declaration of smemclr() out of putty.h into...
2012-07-22 Simon TathamIntroduce a new utility function smemclr(), which memse...
2012-06-09 Simon TathamIntroduce a third setting for the 'bold as colour'...
2012-02-17 Simon TathamPatch from Yoshida Masato to fill in the missing pieces...
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-10-01 Simon TathamChange the semantics of 'FontSpec' so that it's a dynam...
2011-09-16 Simon TathamAdd some missing consts in character set handling.
2011-09-13 Simon TathamRevamp of EOF handling in all network connections,...
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-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-06 Simon TathamCentralise generation of the control sequences for...
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-11-11 Simon TathamIn SSH packet logging mode, log SSH-2 packet sequence...
2008-09-09 Jacob NevinsIf we got a keyboard-interactive INFO_REQUEST with...
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 HarrisIn the file-transfer applications, which only ever...
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-18 Simon TathamReinstate as much of the Windows font-linking behaviour...
2006-11-15 Jacob Nevins(Config).remote_cmd2[512] was added in r1208, but it...
2006-08-29 Simon TathamNew logging mode, which records the exact bytes sent...
2006-08-28 Simon TathamNew command-line option in Plink (and PuTTY, though...
2006-08-28 Simon Tatham... and here's the rest of r6820. Ahem.
2006-08-28 Simon TathamSupport for Windows PuTTY connecting straight to a...
2006-08-27 Simon TathamThe `socket' function in the backends is only ever...
2006-02-19 Jacob NevinsFix `restart-reset-terminal': terminal now restored...
2006-02-19 Jacob NevinsAdd/tweak a couple of comments.
2006-02-19 Simon TathamIntroduce a new checkbox and command-line option to...
2006-02-13 Owen DunnPreserve more attributes of text copied as RTF. Thanks...
2006-01-11 Owen DunnConfigurable font quality on Windows. (Together with...
2005-12-09 Simon TathamA few small changes to make the PuTTY source base more...
2005-10-30 Jacob NevinsRevamp SSH authentication code so that user interaction...
2005-10-26 Jacob NevinsComment explaining back->sendok() semantics from Simon.
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 NevinsComment: change "window.c" to "the front end"
2005-04-07 Jacob NevinsIf a new session was saved from Change Settings, a...
2005-03-23 Jacob Nevins`wcwidth-upgrade': upgrade to latest wcwidth.c from...
2005-03-22 Jacob NevinsAdd an option to use wcwidth_cjk() instead of wcwidth...
next