]> asedeno.scripts.mit.edu Git - PuTTY.git/history - cmdgen.c
Introduce a new utility function smemclr(), which memsets things to
[PuTTY.git] / cmdgen.c
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...