aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpgconf-comp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix copyright line.Marcus Brinkmann2004-02-011-1/+1
|
* 2004-01-31 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-01-311-104/+204
| | | | | | | * gpgconf-comp.c: Some bug fixes, parse only defaults from the program, and read the current values from the configuration file directly.
* 2004-01-30 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-01-301-25/+62
| | | | | | * gpgconf-comp.c (gc_error): New function, use it instead of error() throughout.
* 2004-01-30 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-01-301-52/+32
| | | | | | | * gpgconf-comp.c: Use xmalloc, libcommon's asctimestamp and gnupg_get_time, fix error() invocation and use getline() consistently.
* 2004-01-29 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-01-281-0/+1321
* 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.