~ubuntu-branches/ubuntu/precise/gnupg2/precise-proposed

« back to all changes in this revision

Viewing changes to doc/faq.html

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2009-03-08 22:46:47 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20090308224647-gq17gatcl71lrc2k
Tags: 2.0.11-1
* New upstream release. (Closes: #496663)
* debian/control: Make the description a little more distinctive than
  gnupg v1's. Thanks Jari Aalto. (Closes: #496323)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<html><head>
2
2
<title>GnuPG FAQ</title>
3
 
<meta http-equiv="content-type" content="text/html; charset=utf-8">
4
3
</head>
5
4
<body>
6
5
<body bgcolor=#ffffff text=#000000 link=#1f00ff alink=#ff0000 vlink=#9900dd>
198
197
</a>
199
198
<LI><a HREF=#q7.8>7.8) How do I change the list of preferred algorithms?
200
199
</a>
 
200
<LI><a HREF=#q7.9>7.9) How can I import all the missing signer keys?
 
201
</a>
201
202
<h2><A HREF=#q8>8. ACKNOWLEDGEMENTS
202
203
</A></h2>
203
204
</menu>
725
726
   Mulberry          Y      Y      P
726
727
   Mutt              Y      Y      N
727
728
   Sylpheed          Y      Y      N
728
 
   Sylpheed-claws    Y      Y      N
 
729
   Claws-mail        Y      Y      N
729
730
   TkRat             Y      Y      N
730
731
   XEmacs/Gnus       Y      Y      T (Mailcrypt)
731
732
   XEmacs/Mew        Y      Y      N
1306
1307
lists? Did you have a look at the bug list (you'll find a link to
1307
1308
the list of reported bugs on the documentation page). If you're not
1308
1309
sure about it being a bug, you can send mail to the gnupg-devel
1309
 
list. Otherwise, use the GUUG bug tracking system 
1310
 
<a href=http://bugs.guug.de/Reporting.html>&lt;http://bugs.guug.de/Reporting.html&gt;</a>.
 
1310
list. Otherwise, use the bug tracking system 
 
1311
<a href=http://bugs.gnupg.org>&lt;http://bugs.gnupg.org&gt;</a>.
1311
1312
<P>
1312
1313
<h3>
1313
1314
<a NAME=q6.16>6.16)</a> Why doesn't GnuPG support X.509 certificates?
1636
1637
timestamp of the self-signature is increased by one second when
1637
1638
running this command.
1638
1639
<P>
 
1640
<h3>
 
1641
<a NAME=q7.9>7.9)</a> How can I import all the missing signer keys?
 
1642
</h3>
 
1643
<P>
 
1644
If you imported a key and you want to also import all the signer's
 
1645
keys, you can do this with this command:
 
1646
<P>
 
1647
  gpg --check-sigs --with-colon KEYID \
 
1648
    | awk -F: '$1 == &quot;sig&quot; &amp;&amp; $2 == &quot;?&quot;  { print $5 }' \
 
1649
    | sort | uniq | xargs echo gpg --recv-keys
 
1650
<P>
 
1651
Note that the invocation of sort is also required to wait for the
 
1652
of the listing before before starting the import.
 
1653
<P>
1639
1654
<P>
1640
1655
<h2>
1641
1656
<A NAME=q8>8. ACKNOWLEDGEMENTS