summaryrefslogtreecommitdiffstats
path: root/tools/gpgtar.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpgtar: Use log-file from common.conf only in --batch mode.Werner Koch2024-11-071-2/+5
* indent: Fix spellingDaniel Kahn Gillmor2024-05-311-1/+1
* Merge branch 'STABLE-BRANCH-2-4' into masterWerner Koch2023-07-041-0/+3
|\
| * gpgtar: New option --no-compress.Werner Koch2023-06-151-0/+3
| * gpgtar: Emit FAILURE status line.Werner Koch2023-05-191-0/+10
* | tools:gpgtar: Clean up the use of --status-fd.NIIBE Yutaka2023-06-281-25/+6
* | gpgtar: Use FD on POSIX.NIIBE Yutaka2023-06-271-1/+1
* | gpg,sm,tools: Use string for option --*-fd.NIIBE Yutaka2023-06-231-8/+28
* | gpgtar: Emit FAILURE status line.Werner Koch2023-05-241-0/+10
|/
* gpgtar: Read common.conf for the log-file option.Werner Koch2023-04-181-1/+17
* gpgtar: Do not allow the use of stdout for --status-fdWerner Koch2023-03-151-2/+6
* gpgtar: Fix new --status-fd handling.Werner Koch2023-01-301-1/+1
* gpgtar: Emit progress status lines in create mode.Werner Koch2023-01-301-0/+26
* gpgtar: Allow decryption from stdin.Werner Koch2023-01-261-17/+14
* gpgtar: New option --with-logWerner Koch2022-03-221-0/+3
* gpgtar: Finally use a pipe for decryption.Werner Koch2022-03-211-2/+24
* gpgtar,w32: Support file names longer than MAX_PATH.Werner Koch2022-03-081-3/+2
* gpgtar,w32: Handle Unicode file names.Werner Koch2020-08-211-0/+8
* gpgtar: Add dummy option --tarWerner Koch2020-08-201-0/+6
* gpgtar: Make --files-from and --null work as described.Werner Koch2020-08-201-12/+9
* Use gpgrt's new option parser for the tools.Werner Koch2020-02-211-17/+19
* gpg: Use gpgrt's new option parser to provide a global conf file.Werner Koch2020-02-201-0/+4
* build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch2020-02-101-0/+1
* gpgtar: Make option -C work for archive creation.Werner Koch2019-03-061-1/+1
* gpgtar: Improve error messages.Werner Koch2019-03-061-15/+20
* Remove -I option to common.NIIBE Yutaka2017-03-071-3/+3
* Clean up word replication.Yuri Chornoivan2017-02-211-2/+2
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* Call log_set_prefix() with human-readable labels.Daniel Kahn Gillmor2016-08-121-1/+1
* tools/gpgtar: Provide --create and --extract.Justus Winter2016-07-051-2/+16
* tools/gpgtar: Annotate semi-static allocation.Justus Winter2016-07-011-1/+6
* tools: Drop superfluous include.Justus Winter2016-03-011-1/+0
* tools/gpgtar: Implement symmetric encryption.Justus Winter2015-12-041-1/+0
* tools/gpgtar: Implement signing.Justus Winter2015-12-041-2/+6
* tools/gpgtar: Use the new exectool helper.Justus Winter2015-12-041-13/+3
* dirmngr: Avoid a declarations after statements.Werner Koch2015-11-271-29/+33
* tools/gpgtar: Add '--dry-run'.Justus Winter2015-11-261-0/+8
* tools/gpgtar: Handle '--gpg-args'.Justus Winter2015-11-261-0/+16
* tools/gpgtar: Handle '--tar-args' for compatibility with gpg-zip.Justus Winter2015-11-261-8/+150
* tools/gpgtar: Rework argument parsing.Justus Winter2015-11-261-40/+52
* tools/gpgtar: Handle '--directory' argument.Justus Winter2015-11-251-0/+4
* tools/gpgtar: Handle '--gpg' argument.Justus Winter2015-11-251-0/+6
* tools/gpgtar: Improve error handling.Justus Winter2015-11-251-3/+11
* tools: Add encryption and decryption support to gpgtar.Justus Winter2015-11-251-47/+25
* Fix typos found using codespell.Justus Winter2015-11-171-1/+1
* Make more use of *_NAME macros.Werner Koch2014-05-081-2/+2
* Make use of the *_NAME etc macros.Werner Koch2013-11-181-1/+1
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-051-4/+4
* Print warning for arguments not considered an option.Werner Koch2012-03-271-0/+10
* common: Add a global variable to for the default error source.Werner Koch2012-02-061-7/+8