diff options
author | Werner Koch <wk@gnupg.org> | 2023-03-15 11:18:29 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2023-03-15 11:24:04 +0100 |
commit | 56b65f33d261ae906244edb1170bc1cd4a39d7f3 (patch) | |
tree | 95e6d033d09145a2f8c29457b13ba145cbb8af19 /doc | |
parent | gpg: Delete secret key after "keytocard". (diff) | |
download | gnupg2-56b65f33d261ae906244edb1170bc1cd4a39d7f3.tar.xz gnupg2-56b65f33d261ae906244edb1170bc1cd4a39d7f3.zip |
gpgtar: Print a result status with skiupped files.
* tools/gpgtar.h (struct tarinfo_s): Add new fields.
* tools/gpgtar-extract.c (check_suspicious_name): Add arg info.
(extract_regular): Count files.
(gpgtar_extract): Print stats.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/DETAILS | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index 10307bae0..4c1e9b67c 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -1183,6 +1183,17 @@ pkd:0:1024:B665B1435F4C2 .... FF26ABB: send to the client instead of this status line. Such an inquiry may be used to sync with Pinentry +*** GPGTAR_EXTRACT <tot> <skp> <bad> <sus> <sym> <hrd> <oth> + This status line is emitted after gpgtar has extracted files. + + - tot :: Total number of files extracted and stored + - skp :: Total number of files skipped during extraction + - bad :: Number of files skipped due to a bad file name + - sus :: Number of files skipped due to a suspicious file name + - sym :: Number of symlinks not restored + - hrd :: Number of hard links not restored + - oth :: Number of files not extracted due to other reasons. + ** Obsolete status codes *** SIGEXPIRED Removed on 2011-02-04. This is deprecated in favor of KEYEXPIRED. |