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.
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
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
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
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