summaryrefslogtreecommitdiffstats
path: root/common/shareddefs.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* agent: New OPTION pretend-request-originWerner Koch2018-03-231-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 Koch2016-11-051-1/+1
| | | | --
* agent: Move a typedef to common and provide parse_pinentry_mode.Werner Koch2013-02-061-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.