summaryrefslogtreecommitdiffstats
path: root/common/server-help.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common: New functions get_option_value and ascii_strupr.Werner Koch2019-02-081-0/+8
| | | | | | | * common/server-help.c (get_option_value): New. * common/stringhelp.c (ascii_strupr): New. 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
| | | | --
* common: Consolidate Assuan server argument handling.Justus Winter2016-03-021-0/+62
* common/Makefile.am (common_sources): Add new files. * common/server-help.c: New file. * common/server-help.h: Likewise. * agent/command.c: Drop argument handling primitives in favor of using the consolidated ones. * dirmngr/server.c: Likewise. * g10/server.c: Likewise. * g13/server.c: Likewise. * scd/command.c: Likewise. * sm/server.c: Likewise. Signed-off-by: Justus Winter <justus@g10code.com>