aboutsummaryrefslogtreecommitdiffstats
path: root/tools/symcryptrun.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (main): Optionally allow the input file as commandWerner Koch2005-04-211-1/+15
| | | | | line argument.
* * configure.ac: Do not build gpg by default.Werner Koch2005-04-211-1/+1
| | | | | | | | | | | | * gpgsm.c: New options --{enable,disable}-trusted-cert-crl-check. * certchain.c (gpgsm_validate_chain): Make use of it. * certchain.c (gpgsm_validate_chain): Check revocations even for expired certificates. This is required because on signature verification an expired key is fine whereas a revoked one is not. * gpgconf-comp.c: Add gpgsm option disable-trusted-cert-crl-check.
* 2005-04-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-04-191-28/+46
| | | | | * symcryptrun.c: Add --input option.
* 2005-04-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-04-151-0/+15
| | | | | * symcryptrun.c (TEMP_FAILURE_RETRY): Define if not defined.
* 2005-04-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-04-151-11/+69
| | | | | | | | | | | | * configure.ac: Check for /usr/bin/shred and define SHRED. tools/ 2005-04-15 Marcus Brinkmann <[email protected]> * symcryptrun.c (remove_file): New function. (confucius_copy_file): Accept new argument PLAIN and shred the file if it is set on error.
* (confucius_mktmpdir): Changed to use mkdtmp(3).Werner Koch2005-04-111-22/+7
|
* 2005-04-11 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-04-101-7/+80
| | | | | * symcryptrun.c: Implement config file parsing.
* 2005-04-11 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-04-101-0/+848
* Makefile.am (bin_PROGRAMS): Add symcryptrun. (symcryptrun_SOURCES, symcryptrun_LDADD): New variables. * symcryptrun.c: New file.