aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpgkey2ssh.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2007-09-04 Moritz Schulte <[email protected]>Moritz Schulte2007-09-041-0/+1
| | | | | | * gpgkey2ssh.c: Include sysutils.h so that gnupg_tmpfile() is declared.
* Updated estream.Werner Koch2007-08-221-1/+1
| | | | | More changes for Windows.
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
| | | | | Removed intl/.
* Take advantage of newer gpg-error features.Werner Koch2006-09-141-1/+1
|
* Updated FSF's address.Werner Koch2006-06-201-18/+19
|
* gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch2005-06-161-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-28 Moritz Schulte <[email protected]>Moritz Schulte2005-05-281-0/+294
* gpgkey2ssh.c: New file. * Makefile.am (bin_PROGRAMS): Added gpgkey2ssh.