aboutsummaryrefslogtreecommitdiffstats
path: root/tools/README.gpgconf (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove what is now in the texi docs.Marcus Brinkmann2004-09-291-346/+3
|
* Fix buglet.Marcus Brinkmann2004-03-081-1/+1
|
* 2004-02-26 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-02-261-0/+8
| | | | | | * gpgconf-comp.c (change_options_program): Support all types of options, including list types.
* 2004-02-26 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-02-261-17/+14
| | | | | | | * README.gpgconf: Fix description of arguments. * gpgconf-comp.c (option_check_validity): Rewritten to properly support optional arguments in lists.
* 2004-02-26 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-02-261-0/+1
| | | | | | | | | | | * README.gpgconf (NAME): Add info about optional arg and arg type 0. * gpgconf-comp.c (gc_component_change_options): Parse list of arg type 0 options. (option_check_validity): Add new argument NEW_VALUE_NR. Perform rigorous validity checks. (change_options_program): Disable an option also if we have a new value for it.
* 2004-02-24 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-02-241-24/+116
| | | | | | | | | | | | | | * README.gpgconf: Revert last change. Add new flags "default", "default desc" and "no arg desc". Add new field ARGDEF. Add new field FLAG to backend interface. * gpgconf-comp.c (struct gc_option): Make flags of type unsigned long. (gc_component_list_options): Adjust type for flags. Add default argument field. (retrieve_options_from_program): Use "1" as value for non-option arguments, not "Y". (gc_component_change_options): Read in flags from input.
* 2004-02-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-02-231-2/+4
| | | | | | * README.gpgconf: Change meaning of type 0 options value if it is the empty string or "0".
* 2004-01-29 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-01-281-0/+322
* gpgconf-list.c: File removed. * README.gpgconf: New file. * gpgconf-comp.c: New file. * Makefile.am (gpgconf_SOURCES): Remove gpgconf-list.c, add gpgconf-comp.c.