[svn] GnuPG - r4310 - branches/STABLE-BRANCH-1-4/keyserver
svn author dshaw
cvs at cvs.gnupg.org
Fri Oct 20 05:56:18 CEST 2006
Author: dshaw
Date: 2006-10-20 05:56:17 +0200 (Fri, 20 Oct 2006)
New Revision: 4310
Modified:
branches/STABLE-BRANCH-1-4/keyserver/ChangeLog
branches/STABLE-BRANCH-1-4/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: branches/STABLE-BRANCH-1-4/keyserver/ChangeLog
===================================================================
--- branches/STABLE-BRANCH-1-4/keyserver/ChangeLog 2006-10-19 14:22:06 UTC (rev 4309)
+++ branches/STABLE-BRANCH-1-4/keyserver/ChangeLog 2006-10-20 03:56:17 UTC (rev 4310)
@@ -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-09-28 David Shaw <dshaw at jabberwocky.com>
* Makefile.am: Link gpgkeys_ldap to libcompat.a.
Modified: branches/STABLE-BRANCH-1-4/keyserver/gpgkeys_hkp.c
===================================================================
--- branches/STABLE-BRANCH-1-4/keyserver/gpgkeys_hkp.c 2006-10-19 14:22:06 UTC (rev 4309)
+++ branches/STABLE-BRANCH-1-4/keyserver/gpgkeys_hkp.c 2006-10-20 03:56:17 UTC (rev 4310)
@@ -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