aboutsummaryrefslogtreecommitdiffstats
path: root/tools/no-libgcrypt.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * xreadline.c: New. Based on the iobuf_read_line function.Werner Koch2004-06-141-0/+22
| | | | | | | | | | * no-libgcrypt.c (gcry_realloc, gcry_xmalloc, gcry_xcalloc): New. * gpgconf-comp.c (retrieve_options_from_program) (retrieve_options_from_file, change_options_file) (change_options_program, gc_component_change_options): Replaced getline by read_line and test for allocation failure.
* * Manifest: New.Werner Koch2004-01-051-0/+83
* gpgconf.c, gpgconf.h, gpgconf-list.c: New. A skeleton for now. * no-libgcrypt.c: New. * Makefile.am: Add above.