aboutsummaryrefslogtreecommitdiffstats
path: root/common/miscellaneous.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2016-12-19 08:41:15 +0000
committerWerner Koch <[email protected]>2016-12-19 08:41:15 +0000
commite384405b6e251629fb36bcbba4f5f9ac15a39d10 (patch)
tree82aac695f65b9ded4edcb040c41fc65cb5837acc /common/miscellaneous.c
parentdirmngr: Fix setup of libdns for W32. (diff)
downloadgnupg-e384405b6e251629fb36bcbba4f5f9ac15a39d10.tar.gz
gnupg-e384405b6e251629fb36bcbba4f5f9ac15a39d10.zip
Remove unused debug flags and add "dns" and "network".
* g10/options.h (DBG_CARD_IO_VALUE, DBG_CARD_IO): Remove. * g10/gpg.c (debug_flags): Remove "cardio". * agent/agent.h (DBG_COMMAND_VALUE, DBG_COMMAND): Remove. * agent/gpg-agent.c (debug_flags): Remove "command". * scd/scdaemon.h (DBG_COMMAND_VALUE, DBG_COMMAND): Remove. * scd/scdaemon.c (debug_flags): Remove "command". * dirmngr/dirmngr.h (DBG_DNS_VALUE, DBG_DNS): New. (DBG_NETWORK_VALUE, DNG_NETWORK): New. * dirmngr/dirmngr.c (debug_flags): Add "dns" and "network". -- Note that "dns" and "network" are not yet used but will soon be added to dirmngr. Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'common/miscellaneous.c')
-rw-r--r--common/miscellaneous.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/miscellaneous.c b/common/miscellaneous.c
index 992494332..c9889750b 100644
--- a/common/miscellaneous.c
+++ b/common/miscellaneous.c
@@ -480,6 +480,8 @@ gnupg_compare_version (const char *a, const char *b)
* supplied variable is updated by the parsed flags.
*
* If STRING is NULL the enabled debug flags are printed.
+ *
+ * See doc/DETAILS for a summary of used debug options.
*/
int
parse_debug_flag (const char *string, unsigned int *debugvar,