]> asedeno.scripts.mit.edu Git - PuTTY.git/history - windows/winpgen.c
GTK2: Return 2.20 compatibility back
[PuTTY.git] / windows / winpgen.c
2017-02-22 Simon TathamPageant and PuTTYgen About boxes: add the website button.
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-07 Simon TathamAdd some missing 'const' in version.c's string data.
2016-04-06 Simon TathamWindows PuTTYgen: stop saying "Pageant" in the About box!
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 TathamWarn about short RSA/DSA keys in PuTTYgen.
2016-04-02 Simon TathamExtend ACL-restriction to all Windows tools.
2016-03-30 Simon TathamCleanup: rename Windows PuTTYgen's key generation function.
2016-03-25 Simon TathamPolish up the PuTTYgen user interface for ECC key types.
2016-02-29 Simon TathamMerge branch 'pre-0.67'
2016-02-29 Simon TathamInaugural merge from branch 'pre-0.67'.
2016-02-29 Simon TathamStop copying the licence text into C source code.
2016-02-29 Simon TathamUse readonly edit controls in some Windows dialogs.
2015-12-22 Simon TathamStop copying the licence text into C source code.
2015-12-22 Simon TathamUse readonly edit controls in some Windows dialogs.
2015-11-07 Simon TathamMerge tag '0.66'
2015-11-07 Simon TathamInitial 'merge -s ours' from 0.66 release branch.
2015-08-15 Tim KosseDLGPROC callbacks should return INT_PTR.
2015-08-15 Tim KosseFix type of third argument to AppendMenu
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 TathamWindows PuTTYgen: fix mis-setting of radio buttons.
2015-05-15 Simon TathamGiant const-correctness patch of doom!
2015-05-15 Simon TathamRemove an entire unused function in Windows PuTTYgen.
2015-05-15 Simon TathamClean up elliptic curve selection and naming.
2015-05-14 Simon TathamFix layout overflow in Windows PuTTYgen due to ED25519.
2015-05-12 Simon TathamCentralise SSH-2 key fingerprinting into sshpubk.c.
2015-05-12 Simon TathamCentralise public-key output code into sshpubk.c.
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-04-28 Simon TathamSeparate key-type enum values for old and new OpenSSH keys.
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-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 Simon TathamFix details of the Pageant and PuTTYgen GUIs for ECDSA.
2014-11-02 Chris StaiteElliptic-curve cryptography support.
2014-11-02 Chris StaiteRefactoring to prepare for extra public key types.
2013-07-22 Simon TathamFix a few more memory and resource leaks.
2013-07-22 Simon TathamAnother big batch of memory leak fixes, again mostly...
2013-07-22 Simon TathamReport an error if deleting a random seed file fails.
2012-07-22 Simon TathamIntroduce a new utility function smemclr(), which memse...
2012-02-19 Simon TathamUpdate default key length in PuTTYgen to 2048.
2011-10-02 Simon TathamMore arbitrary-limit hunting: retire PASSPHRASE_MAXLEN...
2011-10-02 Simon TathamTurn 'Filename' into a dynamically allocated type with...
2006-12-17 Simon TathamInitial support for HTML Help. All the ad-hoc help...
2005-08-10 Jacob NevinsBen Rudiak-Gould points out that we should be using...
2005-05-21 Jacob NevinsUse {Get,Set}WindowLongPtr() instead of {Get,Set}Window...
2005-03-19 Jacob NevinsTry to make our PGP signing more useful:
2005-03-10 Jacob NevinsConsistently use a single notation to refer to SSH...
2005-03-02 Jacob NevinsMore confusing "(BYTE *) & val" style punctuation.
2005-03-01 Jacob NevinsAdd context help to a couple of message boxes. Unfortun...
2005-03-01 Jacob NevinsMove the MessageBox-with-help function out into winutil...
2005-02-28 Jacob NevinsMake things other than Pageant use request_file(),...
2005-02-27 Jacob NevinsImprovements to PuTTYgen error reporting:
2005-02-16 Jacob NevinsMinor reorganisations to WinHelp support. (Done as...
2005-01-09 Owen DunnNew function ltime() returns a struct tm of the current...
2004-11-27 Simon TathamLoose end from timing shakeup: sshrand.c is now a client of
2004-11-16 Simon TathamNow that we have Subversion's file renaming ability...