aboutsummaryrefslogtreecommitdiffstats
path: root/common/server-help.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-08common: New functions get_option_value and ascii_strupr.Werner Koch1-0/+8
* common/server-help.c (get_option_value): New. * common/stringhelp.c (ascii_strupr): New. Signed-off-by: Werner Koch <[email protected]>
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
--
2016-03-02common: Consolidate Assuan server argument handling.Justus Winter1-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 <[email protected]>