Yet more global-removal. The static variables in logging.c are now
[u/mdw/putty] / puttygen.c
2002-10-26 simonYet more global-removal. The static variables in loggin...
2002-10-09 simonFirst phase of porting. pterm now compiles and runs...
2002-08-06 simonPageant's command line handling now uses my new split_i...
2002-08-06 simonPuTTYgen will now start by loading a private key file...
2002-08-06 simonOops. That is to say, only loading and saving of PuTTY...
2002-08-06 simonNow that we've decided on a file extension for private...
2002-05-18 simonUI changes for key imports. We now have a separate...
2002-05-15 simonFinal cleanups on key import/export work. Rationalised...
2002-05-15 simonAdded export of ssh.com key files.
2002-05-14 simonImplemented export of OpenSSH keys.
2002-05-13 simonAdd some basic framework code preparatory to adding...
2002-05-11 simonAdded a framework for importing foreign key formats...
2002-05-11 simonImproved error messages if you use the wrong key type...
2002-03-06 simonEnsure our network layer is properly cleaned up before...
2001-12-12 simonUpdated the PuTTYgen section in pubkey.but so that...
2001-11-25 simonINCOMPATIBLE CHANGE to the SSH2 private key file format...
2001-11-12 simonRemember to initialise p->nphases to zero in progress...
2001-10-30 simonShrink the PuTTYgen window for 640x480 friendliness...
2001-10-28 jacobFix trivial UI buglets related to DSA key support.
2001-09-22 simonAdd support for DSA authentication in SSH2, following...
2001-09-09 simonOops - changing the prototype of statictext() affected...
2001-08-27 simonPuTTYgen: add an extra button to save a public key...
2001-05-13 simonPlacate gcc's `-Wall' warnings.
2001-05-06 simonRun entire source base through GNU indent to tidy up...
2001-04-28 simonJacob's patch to make passphrase boxes work more sanely
2001-04-16 simonPageant interface changes. You can now do `pageant...
2001-03-15 simonFix a trivial compiler warning
2001-03-10 simonUpdate the text format of the public key as the comment...
2001-03-03 simonOops - fix silly segfault in new puttygen
2001-03-03 simonPreliminary support for RSA user authentication in...
2001-01-22 simonUpdate puttygen GUI code to use Jeremy Sawicki's better...
2000-12-12 simonMake memory management uniform: _everything_ now goes...
2000-10-25 simonImpose a lower limit of 256 on key lengths. This is...
2000-10-25 simonBe more sure that state->collecting_entropy can't be...
2000-10-24 simonFix miscellaneous compiler warnings. Thanks to Jacob...
2000-10-23 simonRemove the NO_SECURITY define I accidentally copied...
2000-10-20 simonA couple of UI tweaks in puttygen
2000-10-20 simonRemoved TODO comment after verifying that generated...
2000-10-20 simonEntropy fix after better statistical analysis
2000-10-20 simonVariable key size in PuTTYgen. Also required adding...
2000-10-20 simonCheck whether key was actually saved, and warn if not
2000-10-20 simonSave Key now prompts before overwriting an existing...
2000-10-20 simonAdd a second passphrase prompt to protect against typos
2000-10-20 simonWe must InitCommonControls() or the progress bar doesn...
2000-10-19 simonPuTTYgen initial version. Still to do are basic user...