aboutsummaryrefslogtreecommitdiffstats
path: root/common/agent-opt.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-03-23agent: New OPTION pretend-request-originWerner Koch1-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-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
--
2013-02-06agent: Move a typedef to common and provide parse_pinentry_mode.Werner Koch1-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.