X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=gpglist%2Fgpglist;h=6393a8222695ffc1067e8c66f6837ddca69e8900;hb=HEAD;hp=542fcc6d9a6ebf82c8d737d92f0417fc3921b53d;hpb=2f00a2a8a2e736cfa6521e6c513996acc6c0ce83;p=pgp-tools.git diff --git a/gpglist/gpglist b/gpglist/gpglist index 542fcc6..6393a82 100755 --- a/gpglist/gpglist +++ b/gpglist/gpglist @@ -30,6 +30,52 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +=pod + +=head1 NAME + +gpglist -- show who signed which of your UIDs + +=head1 SYNOPSIS + +=over + +=item B I + +=back + +=head1 DESCRIPTION + +B takes a keyid and creates a listing showing who signed your user IDs. + + $ gpglist 6D8ABE71 + +----- 1 Christoph Berg + | +-- 2 Christoph Berg + 1 2 + x 7929AB90F7AC3AF0 Martin Helas + x x 29BE5D2268FD549F Martin Michlmayr + x 7DDB2B8DB4B462C5 Martin Wanke + +=head1 AUTHORS + +=over + +=item Uli Martens + +=item Peter Palfrader + +=back + +=head1 WEBSITE + +http://pgp-tools.alioth.debian.org/ + +=head1 SEE ALSO + +gpgsigs(1), gpg(1), caff(1). + +=cut + use strict; use warnings; use English; @@ -74,7 +120,7 @@ while () { next; } last if ( m/^(sub):/ ); - next if ( m/^(tru):/ ); + next if ( m/^(fpr|tru|rvk):/ ); print STDERR "hi, i'm a bug. please report me to my owner\n"; die "input: $_, key: $key"; }