aboutsummaryrefslogtreecommitdiffstats
path: root/tools/wks-util.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-28wks: Make sure that ERR is always initialized.Werner Koch1-0/+1
2024-03-04wks: Add option --realclean to gpg-wks-client.Werner Koch1-1/+2
2023-09-26Use gpgrt_b64* API of libgpg-error.NIIBE Yutaka1-6/+9
2023-06-21wks: Use export-clean for --mirror and --create.Werner Koch1-1/+1
2023-01-20wkd: Support option --output for command --check.Werner Koch1-10/+22
2022-12-06wkd: Do not send/install/mirror expired user ids.Werner Koch1-6/+46
2022-11-29wkd: New option --add-revocs and some fixes.Werner Koch1-6/+145
2022-11-29wkd: Make use of --debug extprog.Werner Koch1-1/+20
2022-10-07wkd: Silence gpg-wks-client diagnostics from gpg.Werner Koch1-6/+6
2022-10-06wkd: New command --mirror for gpg-wks-client.Werner Koch1-26/+39
2022-07-25wkd: Fix path traversal attack on gpg-wks-server.Werner Koch1-0/+16
2021-11-09wks: Allow access to newly created dirsBernhard M. Wiedemann1-2/+2
2021-08-20wkd: Properly unescape the user-id from a key listing.Werner Koch1-6/+16
2021-08-20wkd: Fix client issue with leading or trailing spaces in user-ids.Werner Koch1-2/+2
2020-12-30wkd: Minor permission fix for created files.Werner Koch1-2/+2
2020-10-20Replace all calls to stat by gnupg_stat.Werner Koch1-2/+2
2020-10-20Replace most of the remaining stdio calls by estream calls.Werner Koch1-1/+1
2020-10-20Replace all calls to access by gnupg_accessWerner Koch1-2/+3
2020-09-18common,agent,dirmngr,g10,tools: Fix split_fields API.NIIBE Yutaka1-1/+1
2019-11-23wkd: Let --install-key write a template policy file.Werner Koch1-0/+83
2019-03-25wkd: New command --print-wkd-url for gpg-wks-client.Werner Koch1-1/+26
2019-03-22wkd: New command --print-wkd-hash for gpg-wks-client.Werner Koch1-8/+39
2019-03-14kbx: Unify the fingerprint search modes.Werner Koch1-2/+1
2018-12-04wks: Fix filter expression syntax flaw.Werner Koch1-4/+10
2018-12-04wks: Allow reading of --install-key arguments from stdin.Werner Koch1-1/+61
2018-12-04wks: Create sub-directoriesWerner Koch1-5/+25
2018-12-04wks: Move a few server functions to wks-util.Werner Koch1-0/+305
2018-11-12common: Prepare for parsing mail sub-addresses.Werner Koch1-1/+1
2018-11-05wks: New option --with-colons for gpg-wks-client.Werner Koch1-1/+1
2018-10-24all: fix spelling and typosDaniel Kahn Gillmor1-1/+1
2018-02-20wks: Add special mode to --install-key.Werner Koch1-0/+114
2018-02-20wks: Implement server command --install-key.Werner Koch1-6/+11
2018-02-20wks: Support alternative submission address.Werner Koch1-0/+27
2017-09-18wks: Send only the newest UID to the server.Werner Koch1-7/+97
2017-09-18wks: Print the UID creation time with gpg-wks-client --check.Werner Koch1-2/+4
2017-09-18wks: Use dedicated type to convey user ids.Werner Koch1-8/+46
2017-09-12wks: Add new policy flag protocol-versionWerner Koch1-2/+12
2017-06-19Change license of some files to LGPLv2.1.Werner Koch1-9/+7
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka1-1/+1
2017-03-08wks: Put stdout into binary mode for Windows at another place.Werner Koch1-1/+5
2017-03-07Remove -I option to common.NIIBE Yutaka1-5/+5
2016-12-08wks: New option --status-fd for gpg-wks-client.Werner Koch1-0/+60
2016-12-08tools: Move a function from gpg-wks-server to wks-util.c.Werner Koch1-0/+179
2016-12-08tools: Fix use of uninitialized var in mime-maker.Werner Koch1-1/+2
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-09-02wks: Add framework for policy flags.Werner Koch1-0/+108
2016-07-02tools: Call sendmail directly from the wks tools.Werner Koch1-0/+65