<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet href="http://bugs.horde.org/themes/feed-rss.xsl" type="text/xsl"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
 <channel>
  <title>fetch keyserver fails because of exact=on</title>
  <pubDate>Thu, 21 Aug 2008 19:47:19 -0400</pubDate>
  <link>http://bugs.horde.org/ticket/6343</link>
  <atom:link rel="self" type="application/rss+xml" title="fetch keyserver fails because of exact=on" href="http://bugs.horde.org/ticket/6343/rss" />
  <description>fetch keyserver fails because of exact=on</description>

  
  
  <item>
   <title>Usually I use the hkp server pgpkeys.pca.dfn.de as keyserver</title>
   <description>Usually I use the hkp server pgpkeys.pca.dfn.de as keyserver. GnuPG handles it well, but Horde does not find no keys on the server.

The culprit is:

+++ b/var/www/horde/lib/Horde/Crypt/pgp.php     Thu Feb 28 13:59:49 2008 +0100
@@ -711,7 +711,7 @@
         $fprint = '0x' . $fprint;

         /* Connect to the public keyserver. */
-        $cmd = 'GET /pks/lookup?op=get&amp;exact=on&amp;search=' . $fprint . ' HTTP/1.0';
+        $cmd = 'GET /pks/lookup?op=get&amp;search=' . $fprint . ' HTTP/1.0';
         $output = $this-&gt;_connectKeyserver($cmd, $server, $timeout);
         if (is_a($output, 'PEAR_Error')) {
             return $output;

The implementor defined &quot;exact=on&quot; variables let the request fail. Without it, it works.</description>
   <pubDate>Thu, 28 Feb 2008 08:25:42 -0500</pubDate>
   <link>http://bugs.horde.org/ticket/6343#t43239</link>
  </item>
  <item>
   <title>This has already been fixed in the latest Horde version, aka</title>
   <description>This has already been fixed in the latest Horde version, aka Groupware 1.1-RC2.</description>
   <pubDate>Wed, 05 Mar 2008 19:37:13 -0500</pubDate>
   <link>http://bugs.horde.org/ticket/6343#t43440</link>
  </item>
  

 </channel>
</rss>
