]> asedeno.scripts.mit.edu Git - PuTTY.git/history - cmdgen.c
GTK2: Return 2.20 compatibility back
[PuTTY.git] / cmdgen.c
2017-02-22 Simon TathamUnix buildinfo: stop saying 'GTK' in pure CLI utilities.
2017-02-14 Simon TathamAdd an assortment of missing frees and closes.
2017-02-11 Jacob NevinsUnix 'puttygen --help' was a mess.
2017-01-21 Simon TathamInclude 'build info' in all --version text and About boxes.
2016-04-03 Owen DunnMerge branch 'master' of ssh://tartarus.org/putty
2016-04-02 Simon TathamWarn about short RSA/DSA keys in PuTTYgen.
2016-03-30 Simon Tathamcmdgen: refuse to generate RSA/DSA keys under 256 bits.
2016-03-30 Simon Tathamcmdgen: rescue test suite from bit rot.
2016-03-30 Simon Tathamcmdgen: option to specify the random number device to use.
2016-03-17 Simon TathamAdd command-line passphrase-file options to command...
2016-02-29 Simon TathamMerge branch 'pre-0.67'
2016-02-29 Simon TathamInaugural merge from branch 'pre-0.67'.
2015-11-07 Simon TathamMerge tag '0.66'
2015-11-07 Simon TathamInitial 'merge -s ours' from 0.66 release branch.
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-30 Ben HarrisIn PuTTYgen's --help message, list all key types it...
2015-05-15 Simon TathamGiant const-correctness patch of doom!
2015-05-15 Simon TathamClean up elliptic curve selection and naming.
2015-05-15 Simon TathamPass the ssh_signkey structure itself to public key...
2015-05-15 Simon TathamConst-correctness of name fields in struct ssh_*.
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-12 Simon TathamSupport loading public-key-only files in Unix PuTTYgen.
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-05-09 Simon TathamVary cmdgen's default key size based on key type.
2015-04-28 Simon TathamSeparate key-type enum values for old and new OpenSSH keys.
2015-04-28 Simon TathamFix enum-conflation in cmdgen.c.
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 Chris StaiteElliptic-curve cryptography support.
2014-01-16 Simon TathamFix assertion failure in Unix PuTTYgen exports.
2013-07-19 Simon TathamAdd a nonfatal() function everywhere, to be used for...
2013-02-22 Simon TathamGive a better error message if a PuTTY private key...
2012-11-13 Simon TathamWhen manually initialising a 'struct RSAKey' due to...
2012-09-19 Simon TathamMake --help and --version work consistently across...
2012-07-22 Simon TathamIntroduce a new utility function smemclr(), which memse...
2012-03-05 Simon TathamInitialise some variables to NULL, to placate optimisers.
2012-02-19 Simon TathamUpdate default key length in PuTTYgen to 2048.
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-05-07 Simon TathamFixes (mostly from Colin Watson, a couple redone by...
2009-01-11 Ben HarrisArguments to ctype functions are required to be either...
2008-03-10 Simon TathamMerge out from trunk, to keep this branch viable. We...
2007-03-13 Jacob Nevinsget_random_data() can return NULL (for instance, if...
2007-01-09 Simon TathamFix `puttygen-unix-perms': f_open(), PuTTY's wrapper...
2006-12-30 Jacob NevinsPatch from Colin Watson intended to give a clean Unix...
2006-07-07 Jacob NevinsRandom Unix puttygen improvements highlighted by a...
2006-06-17 Jacob NevinsWhen Unix PuTTYgen gives brief usage information, it...
2005-10-30 Jacob NevinsRevamp SSH authentication code so that user interaction...
2005-10-30 Jacob NevinsIn Unix PuTTYgen, existing SSH-1 key comments were...
2005-10-30 Jacob NevinsAllow rsakey_pubblob() to return the key comment.
2005-10-30 Jacob NevinsAdd ability for ssh2_userkey_loadpub() to return the...
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-02-27 Jacob NevinsImprovements to PuTTYgen error reporting:
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-08-01 Simon TathamMerged SSH1 robustness changes from 0.55 release branch...
2004-02-11 Simon TathamJacob's last-minute testing found a couple of trivial...
2004-01-24 Simon TathamReasonably thorough test suite for command-line PuTTYge...
2004-01-23 Simon TathamCouple of bits missing from the command-line help.
2004-01-22 Simon TathamAdded a command-line key generation tool. Currently...