Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wks: New server options --check, --with-dir, with-file. | Werner Koch | 2017-12-19 | 1 | -4/+33 |
| | | | | | | | | | | | | | | * tools/gpg-wks-server.c (aCheck, oWithDir, oWithFile): New const. (opts): New options --check, --with-dir, and --with-file. (main): Call command_check_key. (command_list_domains): Implement option --with-dir. (fname_from_userid): New. (command_check_key): New. (command_remove_key): Implement existsing command. (command_revoke_key): Call command_remove_key as a simple implementation. Signed-off-by: Werner Koch <[email protected]> | ||||
* | wks: Create a new user id if provider wants mailbox-only. | Werner Koch | 2017-09-18 | 1 | -1/+3 |
| | | | | | | | | * tools/gpg-wks-client.c (get_key): Add arg 'exact'. (add_user_id): New. (command_send): Create new user id. Signed-off-by: Werner Koch <[email protected]> | ||||
* | doc: Add man pages form gpg-wks-server and gpg-wks-client. | Werner Koch | 2017-07-26 | 1 | -0/+340 |
* doc/wks.texi: New. * doc/gnupg.texi: Include wks.texi. * doc/Makefile.am (gnupg_TEXINFOS): Add wks.texi. (myman_pages): Add new man pages. Signed-off-by: Werner Koch <[email protected]> |