From a401f768ca8e218eef7a5c87a8f99cb1d6b4aaeb Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 14 Mar 2014 16:12:54 +0100 Subject: gpg: Print the actual used keyserver address. * dirmngr/ks-engine-hkp.c (ks_hkp_search, ks_hkp_get): Print SOURCE status lines. * g10/call-dirmngr.c (ks_status_parm_s): New. (ks_search_parm_s): Add field stparm. (ks_status_cb): New. (ks_search_data_cb): Send source to the data callback. (gpg_dirmngr_ks_search): Change callback prototope to include the SPECIAL arg. Adjust all users. Use ks_status_cb. (gpg_dirmngr_ks_get): Add arg r_source and use ks_status_cb. * g10/keyserver.c (search_line_handler): Adjust callback and print "data source" disgnostic. (keyserver_get): Print data source diagnostic. -- It has often been requested that the actually used IP of a keyservers is shown in with gpg --recv-key and --search-key. This is helpful if the keyserver is actually a pool of keyservers. This patch does this. --- common/stringhelp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/stringhelp.c') diff --git a/common/stringhelp.c b/common/stringhelp.c index 2d2b412dc..7cbf82ccc 100644 --- a/common/stringhelp.c +++ b/common/stringhelp.c @@ -77,7 +77,7 @@ change_slashes (char *name) /* - * Check whether STRINGS starts with KEYWORD. The keyword is + * Check whether STRING starts with KEYWORD. The keyword is * delimited by end of string, a space or a tab. Returns NULL if not * found or a pointer into STRING to the next non-space character * after the KEYWORD (which may be end of string). -- cgit v1.2.3