aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpgkey2ssh.c (unfollow)
Commit message (Collapse)AuthorFilesLines
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.