CVS commit: src/crypto/external/bsd/netpgp/dist/src/pgp2ssh

2010-10-06 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Wed Oct 6 10:12:36 UTC 2010 Modified Files: src/crypto/external/bsd/netpgp/dist/src/pgp2ssh: main.c Log Message: fix an off-by-two error when printing out the received key To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.

CVS commit: src/crypto/external/bsd/netpgp/dist/src/pgp2ssh

2010-09-10 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Sat Sep 11 04:08:35 UTC 2010 Modified Files: src/crypto/external/bsd/netpgp/dist/src/pgp2ssh: b64.c Log Message: Fix previous differently to avoid over-padding the base64 encoded output, by being smarter in the decode stage. To gen

CVS commit: src/crypto/external/bsd/netpgp/dist/src/pgp2ssh

2010-09-09 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Fri Sep 10 04:57:18 UTC 2010 Modified Files: src/crypto/external/bsd/netpgp/dist/src/pgp2ssh: b64.c Log Message: clean up various bits of lint, and one outstanding bug: + properly terminate base64-encoded output, fixes a bug whereby

CVS commit: src/crypto/external/bsd/netpgp/dist/src/pgp2ssh

2010-09-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Sep 6 20:33:18 UTC 2010 Modified Files: src/crypto/external/bsd/netpgp/dist/src/pgp2ssh: pgp2ssh.1 Log Message: More markup, end sentence with dot. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 \ src/crypto/e

CVS commit: src/crypto/external/bsd/netpgp/dist/src/pgp2ssh

2010-09-06 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Mon Sep 6 18:16:52 UTC 2010 Added Files: src/crypto/external/bsd/netpgp/dist/src/pgp2ssh: b64.c b64.h main.c pgp2ssh.1 Log Message: Add pgp2ssh, a utility to retrieve PGP keys via HKP, and to store the keys in ssh format