aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpg-wks-server.c (unfollow)
Commit message (Expand)AuthorFilesLines
13 dayswks: Use templates for the server responses.Werner Koch1-40/+144
2024-03-04wks: Add option --realclean to gpg-wks-client.Werner Koch1-1/+1
2022-07-27wkd: Bind the address to the nonce.Werner Koch1-6/+67
2022-07-25wkd: Fix path traversal attack on gpg-wks-server.Werner Koch1-0/+9
2021-12-20wkd: Don't beg for donationsWerner Koch1-3/+3
2021-11-09wks: Do not mark key files as executableBernhard M. Wiedemann1-1/+1
2020-10-21common: New functions gnupg_opendir et al.Werner Koch1-12/+10
2020-10-20Replace all calls to stat by gnupg_stat.Werner Koch1-3/+3
2020-10-20Replace all calls to access by gnupg_accessWerner Koch1-9/+10
2020-02-21Use gpgrt's new option parser for the tools.Werner Koch1-12/+13
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-22wkd: New command --print-wkd-hash for gpg-wks-client.Werner Koch1-1/+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: Move a few server functions to wks-util.Werner Koch1-309/+5
2018-11-12common: Prepare for parsing mail sub-addresses.Werner Koch1-2/+2
2018-10-26wkd: Add option --directory to the server.Werner Koch1-11/+18
2018-02-20wks: Add special mode to --install-key.Werner Koch1-9/+28
2018-02-20wks: Implement server command --install-key.Werner Koch1-28/+195
2018-02-20wks: Support alternative submission address.Werner Koch1-0/+4
2017-12-19wks: New server options --check, --with-dir, with-file.Werner Koch1-13/+182
2017-09-18wks: Send only the newest UID to the server.Werner Koch1-12/+2
2017-09-18wks: Use dedicated type to convey user ids.Werner Koch1-16/+20
2017-07-26wks: Fix program names in the usage diagnostics.Werner Koch1-2/+2
2017-07-26wks: Add stubs for new gpg-wks-server commands.Werner Koch1-0/+60
2017-06-19Change license of some files to LGPLv2.1.Werner Koch1-7/+8
2017-03-07tools: Removal of -Icommon.NIIBE Yutaka1-8/+8
2017-03-06wks: Set published keys world-readable.Werner Koch1-0/+5
2017-02-23wks: Make sure that the draft 2 request is correctly detected.Werner Koch1-2/+11
2017-02-21Clean up word replication.Yuri Chornoivan1-3/+3
2017-02-07wks: Add WKS-Phase headers to the server messages.Werner Koch1-0/+10
2016-12-08tools: Move a function from gpg-wks-server to wks-util.c.Werner Koch1-164/+6
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-10-06tools: Improve error handling.Justus Winter1-1/+1
2016-09-29wks: Partly implement draft-koch-openpgp-webkey-service-02.Werner Koch1-36/+203
2016-09-29tools: Simplify the mime-maker container creation.Werner Koch1-2/+2
2016-09-02wks: Add framework for policy flags.Werner Koch1-11/+106
2016-08-31wks: Send a final message to the user.Werner Koch1-2/+119
2016-08-31wks: Relax permission check for the top directory.Werner Koch1-3/+3
2016-07-15wks: Publish as binary file.Werner Koch1-2/+72
2016-07-13wks: New server command --list-domainsWerner Koch1-48/+183
2016-07-12wks: Add --cron command to gpg-wks-server.Werner Koch1-3/+162
2016-07-12wks: Try to send an encrypted confirmation back.Werner Koch1-2/+2
2016-07-12wks: Also create DANE record.Werner Koch1-7/+91
2016-07-06wks: Let the server take the encrytion key from the file.Werner Koch1-15/+27
2016-07-02tools: Call sendmail directly from the wks tools.Werner Koch1-2/+22
2016-07-02tools: Add options to gpg-wks-server.Werner Koch1-7/+133
2016-06-29tools: Add gpg-wks-client and gpg-wks-server.Werner Koch1-0/+1012