Change my email address to eagle@eyrie.org
This commit is contained in:
parent
6cd07676a7
commit
828b42af28
5 changed files with 10 additions and 10 deletions
12
pgpverify
12
pgpverify
|
@ -3,7 +3,7 @@
|
|||
# If running inside INN, uncomment the above and point to innshellvars.pl.
|
||||
#
|
||||
# Written April 1996, tale@isc.org (David C Lawrence)
|
||||
# Currently maintained by Russ Allbery <rra@stanford.edu>
|
||||
# Currently maintained by Russ Allbery <eagle@eyrie.org>
|
||||
# Version 1.27, 2005-07-02
|
||||
#
|
||||
# NOTICE TO INN MAINTAINERS: The version that is shipped with INN is the
|
||||
|
@ -12,7 +12,7 @@
|
|||
#
|
||||
# This program requires Perl 5, probably at least about Perl 5.003 since
|
||||
# that's when FileHandle was introduced. If you want to use this program
|
||||
# and your Perl is too old, please contact me (rra@stanford.edu) and tell
|
||||
# and your Perl is too old, please contact me (eagle@eyrie.org) and tell
|
||||
# me about it; I want to know what old versions of Perl are still used in
|
||||
# practice.
|
||||
#
|
||||
|
@ -471,13 +471,13 @@ sub pgp_verify {
|
|||
# implemented a separate status stream with parseable data.
|
||||
#
|
||||
# MIT PGP 2.6.2 and PGP 6.5.2:
|
||||
# Good signature from user "Russ Allbery <rra@stanford.edu>".
|
||||
# Good signature from user "Russ Allbery <eagle@eyrie.org>".
|
||||
# ViaCrypt PGP 4.0:
|
||||
# Good signature from user: Russ Allbery <rra@stanford.edu>
|
||||
# Good signature from user: Russ Allbery <eagle@eyrie.org>
|
||||
# PGP 5.0:
|
||||
# Good signature made 1999-02-10 03:29 GMT by key:
|
||||
# 1024 bits, Key ID 0AFC7476, Created 1999-02-10
|
||||
# "Russ Allbery <rra@stanford.edu>"
|
||||
# "Russ Allbery <eagle@eyrie.org>"
|
||||
#
|
||||
# Also, PGP v2 prints out "Bad signature" while PGP v5 uses "BAD
|
||||
# signature", and PGP v6 reverts back to "Bad signature".
|
||||
|
@ -806,7 +806,7 @@ to be prohibitively difficult for PGP keys of a sufficient bit length.
|
|||
|
||||
B<pgpverify> was written by David C Lawrence <tale@isc.org>. Manual page
|
||||
provided by James Ralston. It is currently maintained by Russ Allbery
|
||||
<rra@stanford.edu>.
|
||||
<eagle@eyrie.org>.
|
||||
|
||||
=head1 COPYRIGHT AND LICENSE
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#! /usr/bin/perl -w
|
||||
# written April 1996, tale@isc.org (David C Lawrence)
|
||||
# Currently maintained by Russ Allbery <rra@stanford.edu>
|
||||
# Currently maintained by Russ Allbery <eagle@eyrie.org>
|
||||
# Version 1.8, 2003-07-06
|
||||
#
|
||||
# Changes from 1.6 -> 1.8
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
##############################################################################
|
||||
#
|
||||
# written April 1996, tale@isc.org (David C Lawrence)
|
||||
# Currently maintained by Russ Allbery <rra@stanford.edu>
|
||||
# Currently maintained by Russ Allbery <eagle@eyrie.org>
|
||||
# Version 1.15, 25 Nov 2002
|
||||
#
|
||||
# NOTICE TO INN MAINTAINERS: The version that is shipped with INN
|
||||
|
|
|
@ -3,7 +3,7 @@ $ID = q$Id$;
|
|||
#
|
||||
# run-tests -- Test signcontrol and pgpverify.
|
||||
#
|
||||
# Written by Russ Allbery <rra@stanford.edu>
|
||||
# Written by Russ Allbery <eagle@eyrie.org>
|
||||
# This work is hereby placed in the public domain by its author.
|
||||
|
||||
use strict;
|
||||
|
|
|
@ -3,7 +3,7 @@ $ID = q$ID$;
|
|||
#
|
||||
# sign-newsart -- Simple wrapper to sign a control message with News::Article.
|
||||
#
|
||||
# Written by Russ Allbery <rra@stanford.edu>
|
||||
# Written by Russ Allbery <eagle@eyrie.org>
|
||||
# This work is hereby placed in the public domain by its author.
|
||||
#
|
||||
# This program is used to test that pgpverify can correctly verify signatures
|
||||
|
|
Loading…
Reference in a new issue