Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | common: New functions get_option_value and ascii_strupr. | Werner Koch | 2019-02-08 | 1 | -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 Koch | 2016-11-05 | 1 | -1/+1 |
| | | | | -- | ||||
* | common: Consolidate Assuan server argument handling. | Justus Winter | 2016-03-02 | 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 <justus@g10code.com> |