diff options
author | Werner Koch <[email protected]> | 2014-03-14 15:12:54 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-03-14 15:12:54 +0000 |
commit | a401f768ca8e218eef7a5c87a8f99cb1d6b4aaeb (patch) | |
tree | d8d9b285a3f2c18cb310f1bd853af85e7f146427 /common/stringhelp.c | |
parent | dirmngr: Default to a user socket name and enable autostart. (diff) | |
download | gnupg-a401f768ca8e218eef7a5c87a8f99cb1d6b4aaeb.tar.gz gnupg-a401f768ca8e218eef7a5c87a8f99cb1d6b4aaeb.zip |
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.
Diffstat (limited to 'common/stringhelp.c')
-rw-r--r-- | common/stringhelp.c | 2 |
1 files changed, 1 insertions, 1 deletions
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). |