summaryrefslogtreecommitdiffstats
path: root/tools/wks-util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* wkd: Properly unescape the user-id from a key listing.Werner Koch2021-08-201-6/+16
* wkd: Fix client issue with leading or trailing spaces in user-ids.Werner Koch2021-08-201-2/+2
* wkd: Minor permission fix for created files.Werner Koch2020-12-301-2/+2
* Replace all calls to stat by gnupg_stat.Werner Koch2020-10-201-2/+2
* Replace most of the remaining stdio calls by estream calls.Werner Koch2020-10-201-1/+1
* Replace all calls to access by gnupg_accessWerner Koch2020-10-201-2/+3
* common,agent,dirmngr,g10,tools: Fix split_fields API.NIIBE Yutaka2020-09-181-1/+1
* wkd: Let --install-key write a template policy file.Werner Koch2019-11-231-0/+83
* wkd: New command --print-wkd-url for gpg-wks-client.Werner Koch2019-03-251-1/+26
* wkd: New command --print-wkd-hash for gpg-wks-client.Werner Koch2019-03-221-8/+39
* kbx: Unify the fingerprint search modes.Werner Koch2019-03-141-2/+1
* wks: Fix filter expression syntax flaw.Werner Koch2018-12-041-4/+10
* wks: Allow reading of --install-key arguments from stdin.Werner Koch2018-12-041-1/+61
* wks: Create sub-directoriesWerner Koch2018-12-041-5/+25
* wks: Move a few server functions to wks-util.Werner Koch2018-12-041-0/+305
* common: Prepare for parsing mail sub-addresses.Werner Koch2018-11-121-1/+1
* wks: New option --with-colons for gpg-wks-client.Werner Koch2018-11-051-1/+1
* all: fix spelling and typosDaniel Kahn Gillmor2018-10-241-1/+1
* wks: Add special mode to --install-key.Werner Koch2018-02-201-0/+114
* wks: Implement server command --install-key.Werner Koch2018-02-201-6/+11
* wks: Support alternative submission address.Werner Koch2018-02-201-0/+27
* wks: Send only the newest UID to the server.Werner Koch2017-09-181-7/+97
* wks: Print the UID creation time with gpg-wks-client --check.Werner Koch2017-09-181-2/+4
* wks: Use dedicated type to convey user ids.Werner Koch2017-09-181-8/+46
* wks: Add new policy flag protocol-versionWerner Koch2017-09-121-2/+12
* Change license of some files to LGPLv2.1.Werner Koch2017-06-191-9/+7
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-281-1/+1
* wks: Put stdout into binary mode for Windows at another place.Werner Koch2017-03-081-1/+5
* Remove -I option to common.NIIBE Yutaka2017-03-071-5/+5
* wks: New option --status-fd for gpg-wks-client.Werner Koch2016-12-081-0/+60
* tools: Move a function from gpg-wks-server to wks-util.c.Werner Koch2016-12-081-0/+179
* tools: Fix use of uninitialized var in mime-maker.Werner Koch2016-12-081-1/+2
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* wks: Add framework for policy flags.Werner Koch2016-09-021-0/+108
* tools: Call sendmail directly from the wks tools.Werner Koch2016-07-031-0/+65