aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpg-wks-client.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-06doc: Typo fix in commentWerner Koch1-1/+1
2024-03-06wks: Make gpg-wks-client --mirror work w/o args.Werner Koch1-1/+1
2024-03-04wks: Add option --realclean to gpg-wks-client.Werner Koch1-2/+8
2024-02-27Allow tilde expansion for the foo-program options.Werner Koch1-3/+5
2024-02-21wks: Allow command style args for gpg-wks-client.Werner Koch1-11/+19
2023-06-27common,gpg,sm,tools: Don't remove translate_sys2libc_fd_int.NIIBE Yutaka1-2/+2
2023-06-23gpg,sm,tools: Use string for option --*-fd.NIIBE Yutaka1-2/+2
2023-06-21wks: Make --add-revocs the default.Werner Koch1-3/+10
2023-01-20wkd: Support option --output for command --check.Werner Koch1-0/+13
2022-12-06wkd: Do not send/install/mirror expired user ids.Werner Koch1-0/+22
2022-11-29wkd: New option --add-revocs and some fixes.Werner Koch1-26/+70
2022-10-13wkd: gpg-wks-client --send checks if build with sendmail supportAlexander Kulbartsch1-0/+8
2022-10-07wkd: Implement --blacklist option for gpg-wks-clientWerner Koch1-1/+156
2022-10-07wkd: Restrict gpg-wks-client --mirror to the given domains.Werner Koch1-16/+62
2022-10-07wkd: Silence gpg-wks-client diagnostics from gpg.Werner Koch1-7/+7
2022-10-06wkd: New command --mirror for gpg-wks-client.Werner Koch1-3/+201
2020-12-09wks-client: Improve an error messageWerner Koch1-1/+1
2020-10-20Replace all calls to stat by gnupg_stat.Werner Koch1-1/+1
2020-09-18common,agent,dirmngr,g10,tools: Fix split_fields API.NIIBE Yutaka1-2/+2
2020-02-21Use gpgrt's new option parser for the tools.Werner Koch1-12/+14
2020-02-20gpg: Use gpgrt's new option parser to provide a global conf file.Werner Koch1-0/+4
2020-02-10build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch1-0/+1
2019-03-25wkd: New command --print-wkd-url for gpg-wks-client.Werner Koch1-2/+17
2019-03-22wkd: New command --print-wkd-hash for gpg-wks-client.Werner Koch1-2/+83
2019-03-14kbx: Unify the fingerprint search modes.Werner Koch1-2/+1
2018-12-18wks: Do not use compression for the encrypted data.Werner Koch1-0/+1
2018-12-04wks: Allow reading of --install-key arguments from stdin.Werner Koch1-3/+6
2018-12-04wks: Add new commands --install-key and --remove-key to the client.Werner Koch1-0/+53
2018-11-12common: Prepare for parsing mail sub-addresses.Werner Koch1-4/+4
2018-11-05wks: New option --with-colons for gpg-wks-client.Werner Koch1-66/+188
2018-02-20wks: Add special mode to --install-key.Werner Koch1-115/+2
2018-02-20wks: Implement server command --install-key.Werner Koch1-1/+1
2018-02-20wks: Support alternative submission address.Werner Koch1-14/+34
2017-09-18wks: Create a new user id if provider wants mailbox-only.Werner Koch1-8/+69
2017-09-18wks: Send only the newest UID to the server.Werner Koch1-3/+57
2017-09-18wks: Print the UID creation time with gpg-wks-client --check.Werner Koch1-0/+1
2017-09-18wks: Use dedicated type to convey user ids.Werner Koch1-7/+12
2017-09-12wks: Add hack for the broken posteo systemWerner Koch1-2/+18
2017-09-12wks: Use unencrypted draft-1 mode for posteo.deWerner Koch1-39/+81
2017-08-03wks: Allow gpg-wks-client --supported with just the domain nameWerner Koch1-1/+8
2017-07-26wks: Fix program names in the usage diagnostics.Werner Koch1-2/+2
2017-06-19Change license of some files to LGPLv2.1.Werner Koch1-7/+8
2017-03-07Remove -I option to common.NIIBE Yutaka1-11/+11
2017-02-23wks: Make sure that the draft 2 request is correctly detected.Werner Koch1-17/+71
2017-02-21Clean up word replication.Yuri Chornoivan1-1/+1
2016-12-22tools: Show a clearer error message if a server doesn't support WKSNeal H. Walfield1-2/+11
2016-12-22wks: Let the client ignore missing policy flags.Werner Koch1-1/+1
2016-12-08wks: New option --status-fd for gpg-wks-client.Werner Koch1-1/+14
2016-12-08wks: New option --check for gpg-wks-client.Werner Koch1-0/+101
2016-11-07wks: Encrypt all client mails also the target key,Werner Koch1-14/+32