Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-02-08 | common: New functions get_option_value and ascii_strupr. | Werner Koch | 1 | -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-05 | Change all http://www.gnu.org in license notices to https:// | Werner Koch | 1 | -1/+1 | |
-- | |||||
2016-03-02 | common: Consolidate Assuan server argument handling. | Justus Winter | 1 | -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]> |