Introduced wrapper macros snew(), snewn() and sresize() for the
[u/mdw/putty] / import.c
2003-03-29 simonIntroduced wrapper macros snew(), snewn() and sresize...
2003-02-15 benMake various internal functions static.
2003-02-12 benConvert implicit (char *) and (unsigned char *) casts...
2003-02-01 simonOops, Ben is quite right about the rather appalling...
2003-02-01 simonCreated new data types `Filename' and `FontSpec', inten...
2003-01-05 benMove prototypes for base64_decode_atom(), base64_lines...
2002-10-25 simonFix some compiler warnings.
2002-06-17 simonFailure to initialise a local variable was leading...
2002-06-15 simonPadding on the end of the encrypted data in OpenSSH...
2002-06-15 simonSmall memory allocation bug in openssh_encrypted()...
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-13 simonBe more careful about destroying sensitive data after...
2002-05-13 simonAdd import of ssh.com private keys.
2002-05-11 simonAdded a framework for importing foreign key formats...