Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | agent: New OPTION pretend-request-origin | Werner Koch | 2018-03-23 | 1 | -0/+13 |
| | | | | | | | | | | | | | * common/shareddefs.h (request_origin_t): New. * common/agent-opt.c (parse_request_origin): New. (str_request_origin): New. * agent/command.c (option_handler): Implement new option. -- This allows to pretend that a request originated from the extra or browser socket. Signed-off-by: Werner Koch <wk@gnupg.org> | ||||
* | Change all http://www.gnu.org in license notices to https:// | Werner Koch | 2016-11-05 | 1 | -1/+1 |
| | | | | -- | ||||
* | agent: Move a typedef to common and provide parse_pinentry_mode. | Werner Koch | 2013-02-06 | 1 | -0/+48 |
* common/agent-opt.c: New. * common/shareddefs.h: New. * common/Makefile.am: Add new files. * agent/agent.h: Include shareddefs.h. (pinentry_mode_t): Factor out to shareddefs.h. * agent/command.c (option_handler): Use parse_pinentry_mode. |