aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpgkey2ssh.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-12-08Fix bug 901.Werner Koch1-3/+12
2007-09-042007-09-04 Moritz Schulte <[email protected]>Moritz Schulte1-0/+1
* gpgkey2ssh.c: Include sysutils.h so that gnupg_tmpfile() is declared.
2007-08-22Updated estream.Werner Koch1-1/+1
More changes for Windows.
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
Removed intl/.
2006-09-14Take advantage of newer gpg-error features.Werner Koch1-1/+1
2006-06-20Updated FSF's address.Werner Koch1-18/+19
2005-06-16gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch1-0/+3
char * vs. unsigned char * warnings. The GNU coding standards used to say that these mismatches are okay and better than a bunch of casts. Obviously this has changed now.
2005-05-282005-05-28 Moritz Schulte <[email protected]>Moritz Schulte1-0/+294
* gpgkey2ssh.c: New file. * Makefile.am (bin_PROGRAMS): Added gpgkey2ssh.