]> asedeno.scripts.mit.edu Git - PuTTY.git/history - import.c
Fiddly things involving pruning .svn directories, not mentioning
[PuTTY.git] / import.c
2004-02-11 Simon TathamJacob's last-minute testing found a couple of trivial...
2004-01-22 Simon TathamPlacate some gcc warnings.
2003-10-03 Simon TathamMy ASN.1 decoder returned wrong IDs for anything above...
2003-03-29 Simon TathamIntroduced wrapper macros snew(), snewn() and sresize...
2003-02-15 Ben HarrisMake various internal functions static.
2003-02-12 Ben HarrisConvert implicit (char *) and (unsigned char *) casts...
2003-02-01 Simon TathamOops, Ben is quite right about the rather appalling...
2003-02-01 Simon TathamCreated new data types `Filename' and `FontSpec', inten...
2003-01-05 Ben HarrisMove prototypes for base64_decode_atom(), base64_lines...
2002-10-25 Simon TathamFix some compiler warnings.
2002-06-17 Simon TathamFailure to initialise a local variable was leading...
2002-06-15 Simon TathamPadding on the end of the encrypted data in OpenSSH...
2002-06-15 Simon TathamSmall memory allocation bug in openssh_encrypted() fixed.
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-13 Simon TathamBe more careful about destroying sensitive data after...
2002-05-13 Simon TathamAdd import of ssh.com private keys.
2002-05-11 Simon TathamAdded a framework for importing foreign key formats...