Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-03-23 | agent: New OPTION pretend-request-origin | Werner Koch | 1 | -0/+35 | |
* 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 <[email protected]> | |||||
2016-11-05 | Change all http://www.gnu.org in license notices to https:// | Werner Koch | 1 | -1/+1 | |
-- | |||||
2013-02-06 | agent: Move a typedef to common and provide parse_pinentry_mode. | Werner Koch | 1 | -0/+71 | |
* 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. |