[svn] GnuPG - r4311 - trunk/keyserver

svn author dshaw cvs at cvs.gnupg.org
Fri Oct 20 06:00:20 CEST 2006


Author: dshaw
Date: 2006-10-20 06:00:19 +0200 (Fri, 20 Oct 2006)
New Revision: 4311

Modified:
   trunk/keyserver/ChangeLog
   trunk/keyserver/gpgkeys_hkp.c
Log:
* gpgkeys_hkp.c (curl_mrindex_writer): Print a warning if we see HTML
coming back from a MR hkp query.


Modified: trunk/keyserver/ChangeLog
===================================================================
--- trunk/keyserver/ChangeLog	2006-10-20 03:56:17 UTC (rev 4310)
+++ trunk/keyserver/ChangeLog	2006-10-20 04:00:19 UTC (rev 4311)
@@ -1,3 +1,8 @@
+2006-10-19  David Shaw  <dshaw at jabberwocky.com>
+
+	* gpgkeys_hkp.c (curl_mrindex_writer): Print a warning if we see
+	HTML coming back from a MR hkp query.
+
 2006-10-17  Werner Koch  <wk at g10code.com>
 
 	* Makefile.am: Removed W32LIBS as they are included in NETLIBS.

Modified: trunk/keyserver/gpgkeys_hkp.c
===================================================================
--- trunk/keyserver/gpgkeys_hkp.c	2006-10-20 03:56:17 UTC (rev 4310)
+++ trunk/keyserver/gpgkeys_hkp.c	2006-10-20 04:00:19 UTC (rev 4311)
@@ -68,7 +68,10 @@
 	 with it on this side of the pipe.  */
       const char *buf=ptr;
       if(buf[0]=='<')
-	swallow=1;
+	{
+	  fprintf(console,"gpgkeys: unsupported response from keyserver\n");
+	  swallow=1;
+	}
 
       checked=1;
     }




More information about the Gnupg-commits mailing list