[svn] GnuPG - r4024 - trunk/keyserver

svn author dshaw cvs at cvs.gnupg.org
Thu Feb 23 22:06:32 CET 2006


Author: dshaw
Date: 2006-02-23 22:06:32 +0100 (Thu, 23 Feb 2006)
New Revision: 4024

Modified:
   trunk/keyserver/ChangeLog
   trunk/keyserver/ksutil.c
Log:
* ksutil.c (init_ks_options): Default include-revoked and include-subkeys
to on, as gpg isn't doing this any longer.


Modified: trunk/keyserver/ChangeLog
===================================================================
--- trunk/keyserver/ChangeLog	2006-02-23 20:54:30 UTC (rev 4023)
+++ trunk/keyserver/ChangeLog	2006-02-23 21:06:32 UTC (rev 4024)
@@ -1,3 +1,8 @@
+2006-02-23  David Shaw  <dshaw at jabberwocky.com>
+
+	* ksutil.c (init_ks_options): Default include-revoked and
+	include-subkeys to on, as gpg isn't doing this any longer.
+
 2006-02-22  David Shaw  <dshaw at jabberwocky.com>
 
 	* gpgkeys_hkp.c (get_name): A GETNAME query turns exact=on to cut

Modified: trunk/keyserver/ksutil.c
===================================================================
--- trunk/keyserver/ksutil.c	2006-02-23 20:54:30 UTC (rev 4023)
+++ trunk/keyserver/ksutil.c	2006-02-23 21:06:32 UTC (rev 4024)
@@ -86,6 +86,8 @@
   if(opt)
     {
       opt->action=KS_UNKNOWN;
+      opt->flags.include_revoked=1;
+      opt->flags.include_subkeys=1;
       opt->flags.check_cert=1;
       opt->timeout=DEFAULT_KEYSERVER_TIMEOUT;
       opt->path=strdup("/");




More information about the Gnupg-commits mailing list