]> asedeno.scripts.mit.edu Git - PuTTY.git/history - puttygen.c
Move MODULE files out of individual project directories into a
[PuTTY.git] / puttygen.c
2002-08-06 Simon TathamPageant's command line handling now uses my new split_i...
2002-08-06 Simon TathamPuTTYgen will now start by loading a private key file...
2002-08-06 Simon TathamOops. That is to say, only loading and saving of PuTTY...
2002-08-06 Simon TathamNow that we've decided on a file extension for private...
2002-05-18 Simon TathamUI changes for key imports. We now have a separate...
2002-05-15 Simon TathamFinal cleanups on key import/export work. Rationalised...
2002-05-15 Simon TathamAdded export of ssh.com key files.
2002-05-14 Simon TathamImplemented export of OpenSSH keys.
2002-05-13 Simon TathamAdd some basic framework code preparatory to adding...
2002-05-11 Simon TathamAdded a framework for importing foreign key formats...
2002-05-11 Simon TathamImproved error messages if you use the wrong key type...
2002-03-06 Simon TathamEnsure our network layer is properly cleaned up before...
2001-12-12 Simon TathamUpdated the PuTTYgen section in pubkey.but so that it gives
2001-11-25 Simon TathamINCOMPATIBLE CHANGE to the SSH2 private key file format...
2001-11-12 Simon TathamRemember to initialise p->nphases to zero in progress...
2001-10-30 Simon TathamShrink the PuTTYgen window for 640x480 friendliness...
2001-10-28 Jacob NevinsFix trivial UI buglets related to DSA key support.
2001-09-22 Simon TathamAdd support for DSA authentication in SSH2, following...
2001-09-09 Simon TathamOops - changing the prototype of statictext() affected...
2001-08-27 Simon TathamPuTTYgen: add an extra button to save a public key...
2001-05-13 Simon TathamPlacate gcc's `-Wall' warnings.
2001-05-06 Simon TathamRun entire source base through GNU indent to tidy up...
2001-04-28 Simon TathamJacob's patch to make passphrase boxes work more sanely
2001-04-16 Simon TathamPageant interface changes. You can now do `pageant...
2001-03-15 Simon TathamFix a trivial compiler warning
2001-03-10 Simon TathamUpdate the text format of the public key as the comment...
2001-03-03 Simon TathamOops - fix silly segfault in new puttygen
2001-03-03 Simon TathamPreliminary support for RSA user authentication in...
2001-01-22 Simon TathamUpdate puttygen GUI code to use Jeremy Sawicki's better...
2000-12-12 Simon TathamMake memory management uniform: _everything_ now goes...
2000-10-25 Simon TathamImpose a lower limit of 256 on key lengths. This is...
2000-10-25 Simon TathamBe more sure that state->collecting_entropy can't be...
2000-10-24 Simon TathamFix miscellaneous compiler warnings. Thanks to Jacob Nevins
2000-10-23 Simon TathamRemove the NO_SECURITY define I accidentally copied...
2000-10-20 Simon TathamA couple of UI tweaks in puttygen
2000-10-20 Simon TathamRemoved TODO comment after verifying that generated...
2000-10-20 Simon TathamEntropy fix after better statistical analysis
2000-10-20 Simon TathamVariable key size in PuTTYgen. Also required adding...
2000-10-20 Simon TathamCheck whether key was actually saved, and warn if not
2000-10-20 Simon TathamSave Key now prompts before overwriting an existing file
2000-10-20 Simon TathamAdd a second passphrase prompt to protect against typos
2000-10-20 Simon TathamWe must InitCommonControls() or the progress bar doesn...
2000-10-19 Simon TathamPuTTYgen initial version. Still to do are basic user...