Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-05 | more porting tweaks: do not rely on the -w arg to base64, so we can use ↵ | Daniel Kahn Gillmor | |
fourmilab instead of GNU | |||
2008-09-04 | switch from execv to execvp to find base64 wherever it is in the path. | Daniel Kahn Gillmor | |
2008-07-22 | fixing return code error in openpgp2ssh, preparing for new release. | Daniel Kahn Gillmor | |
2008-06-23 | openpgp2ssh can now accept arbitrary-length key IDs (from the trivial | Daniel Kahn Gillmor | |
8 hex digit key IDs to 40 hex digits of a full fingerprint). This moves our build dependency on gnutls to 2.4.0, which includes subkey fingerprint calculations. | |||
2008-06-21 | fix typo | mike castleman | |
2008-06-16 | openpgp2ssh whitespace and comment cleanup. | Daniel Kahn Gillmor | |
2008-06-16 | openpgp2ssh now handles private key export for subkeys, not just public keys. | Daniel Kahn Gillmor | |
2008-06-14 | cleaning up error output. | Daniel Kahn Gillmor | |
2008-06-13 | making openpgp2ssh less verbose. | Daniel Kahn Gillmor | |
2008-06-13 | added top-level Makefile for ease of building with debhelper. | Daniel Kahn Gillmor | |
stupid whitespace cleanup in openpgp2ssh.c | |||
2008-06-13 | keytrans cleanup: getting rid of unimplemented/useless code. | Daniel Kahn Gillmor | |
2008-06-12 | Major openpgp2ssh overhaul. It's an unforgiving and brittle tool, but | Daniel Kahn Gillmor | |
it should do what we expect it to do, and its major limitations should be documented in the man page. | |||
2008-06-12 | reorganizing to prepare for transition to openpgp2ssh. | Daniel Kahn Gillmor | |