mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpgtar: Finally use a pipe for decryption.
* tools/gpgtar.h (opt): Add new flags.
* tools/gpgtar.c: new options --batch, --yes, --no, --status-fd, and
--require-compliance.
(main): Init signals.
* tools/gpgtar-create.c: Add new header files.
(gpgtar_create): Rework to use a pipe for encryption and signing.
* tools/gpgtar-list.c: Add new header files.
(gpgtar_list): Rework to use a pipe for decryption.
* tools/gpgtar-extract.c: Add new header files.
(gpgtar_extract): Rework to use a pipe for decryption.
--
Fixes-commit: 40dbee86f3
This commit is contained in:
parent
2f1afc1296
commit
e5ef5e3b91
6 changed files with 275 additions and 146 deletions
|
@ -41,6 +41,11 @@ struct
|
|||
int symmetric;
|
||||
const char *filename;
|
||||
const char *directory;
|
||||
int batch;
|
||||
int answer_yes;
|
||||
int answer_no;
|
||||
int status_fd;
|
||||
int require_compliance;
|
||||
} opt;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue