aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpg-wks.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2018-11-05 19:58:27 +0000
committerWerner Koch <[email protected]>2018-11-05 19:58:27 +0000
commite3a1e80d13487c9336640a99b2f6d385d7d6f55c (patch)
tree0daf7a92c55a39672f417b80812c674517c006e5 /tools/gpg-wks.h
parentspeedo: Remove obsolete configure option of gpgme. (diff)
downloadgnupg-e3a1e80d13487c9336640a99b2f6d385d7d6f55c.tar.gz
gnupg-e3a1e80d13487c9336640a99b2f6d385d7d6f55c.zip
wks: New option --with-colons for gpg-wks-client.
* tools/gpg-wks.h (opt): Add field with_colons. * tools/gpg-wks-client.c (oWithColons): New const. (opts, parse_arguments): Add option --with-colons. (main): Change aSupported to take several domains in --with-colons mode. (command_send): Factor policy getting code out to ... (get_policy_and_sa): New function. (command_supported): Make use of new function. -- In addition to this the --create command now also supports a submission address only in the policy file. That means the submission-address file is not anymore required and can be replaced by the policy file. Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'tools/gpg-wks.h')
-rw-r--r--tools/gpg-wks.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gpg-wks.h b/tools/gpg-wks.h
index 1b91b6504..fba73f085 100644
--- a/tools/gpg-wks.h
+++ b/tools/gpg-wks.h
@@ -36,6 +36,7 @@ struct
unsigned int debug;
int quiet;
int use_sendmail;
+ int with_colons;
const char *output;
const char *gpg_program;
const char *directory;