summaryrefslogtreecommitdiffstats
path: root/tools/gpg-wks-server.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* wks: Add option --realclean to gpg-wks-client.Werner Koch2024-03-041-1/+1
* wkd: Bind the address to the nonce.Werner Koch2022-07-271-6/+67
* wkd: Fix path traversal attack on gpg-wks-server.Werner Koch2022-07-251-0/+9
* wkd: Don't beg for donationsWerner Koch2021-12-201-3/+3
* wks: Do not mark key files as executableBernhard M. Wiedemann2021-11-091-1/+1
* common: New functions gnupg_opendir et al.Werner Koch2020-10-211-12/+10
* Replace all calls to stat by gnupg_stat.Werner Koch2020-10-201-3/+3
* Replace all calls to access by gnupg_accessWerner Koch2020-10-201-9/+10
* Use gpgrt's new option parser for the tools.Werner Koch2020-02-211-12/+13
* gpg: Use gpgrt's new option parser to provide a global conf file.Werner Koch2020-02-201-0/+4
* build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch2020-02-101-0/+1
* wkd: New command --print-wkd-hash for gpg-wks-client.Werner Koch2019-03-221-1/+1
* wks: Do not use compression for the encrypted data.Werner Koch2018-12-181-0/+1
* wks: Allow reading of --install-key arguments from stdin.Werner Koch2018-12-041-3/+6
* wks: Move a few server functions to wks-util.Werner Koch2018-12-041-309/+5
* common: Prepare for parsing mail sub-addresses.Werner Koch2018-11-121-2/+2
* wkd: Add option --directory to the server.Werner Koch2018-10-261-11/+18
* wks: Add special mode to --install-key.Werner Koch2018-02-201-9/+28
* wks: Implement server command --install-key.Werner Koch2018-02-201-28/+195
* wks: Support alternative submission address.Werner Koch2018-02-201-0/+4
* wks: New server options --check, --with-dir, with-file.Werner Koch2017-12-191-13/+182
* wks: Send only the newest UID to the server.Werner Koch2017-09-181-12/+2
* wks: Use dedicated type to convey user ids.Werner Koch2017-09-181-16/+20
* wks: Fix program names in the usage diagnostics.Werner Koch2017-07-261-2/+2
* wks: Add stubs for new gpg-wks-server commands.Werner Koch2017-07-261-0/+60
* Change license of some files to LGPLv2.1.Werner Koch2017-06-191-7/+8
* tools: Removal of -Icommon.NIIBE Yutaka2017-03-071-8/+8
* wks: Set published keys world-readable.Werner Koch2017-03-061-0/+5
* wks: Make sure that the draft 2 request is correctly detected.Werner Koch2017-02-231-2/+11
* Clean up word replication.Yuri Chornoivan2017-02-211-3/+3
* wks: Add WKS-Phase headers to the server messages.Werner Koch2017-02-071-0/+10
* tools: Move a function from gpg-wks-server to wks-util.c.Werner Koch2016-12-081-164/+6
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* tools: Improve error handling.Justus Winter2016-10-061-1/+1
* wks: Partly implement draft-koch-openpgp-webkey-service-02.Werner Koch2016-09-291-36/+203
* tools: Simplify the mime-maker container creation.Werner Koch2016-09-291-2/+2
* wks: Add framework for policy flags.Werner Koch2016-09-021-11/+106
* wks: Send a final message to the user.Werner Koch2016-08-311-2/+119
* wks: Relax permission check for the top directory.Werner Koch2016-08-311-3/+3
* wks: Publish as binary file.Werner Koch2016-07-151-2/+72
* wks: New server command --list-domainsWerner Koch2016-07-131-48/+183
* wks: Add --cron command to gpg-wks-server.Werner Koch2016-07-121-3/+162
* wks: Try to send an encrypted confirmation back.Werner Koch2016-07-121-2/+2
* wks: Also create DANE record.Werner Koch2016-07-121-7/+91
* wks: Let the server take the encrytion key from the file.Werner Koch2016-07-061-15/+27
* tools: Call sendmail directly from the wks tools.Werner Koch2016-07-031-2/+22
* tools: Add options to gpg-wks-server.Werner Koch2016-07-021-7/+133
* tools: Add gpg-wks-client and gpg-wks-server.Werner Koch2016-06-291-0/+1012