aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpgtar.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-11-07gpgtar: Use log-file from common.conf only in --batch mode.Werner Koch1-2/+5
2024-05-31indent: Fix spellingDaniel Kahn Gillmor1-1/+1
2023-06-28tools:gpgtar: Clean up the use of --status-fd.NIIBE Yutaka1-25/+6
2023-06-27gpgtar: Use FD on POSIX.NIIBE Yutaka1-1/+1
2023-06-23gpg,sm,tools: Use string for option --*-fd.NIIBE Yutaka1-8/+28
2023-06-15gpgtar: New option --no-compress.Werner Koch1-0/+3
2023-05-24gpgtar: Emit FAILURE status line.Werner Koch1-0/+10
2023-05-19gpgtar: Emit FAILURE status line.Werner Koch1-0/+10
2023-04-18gpgtar: Read common.conf for the log-file option.Werner Koch1-1/+17
2023-03-15gpgtar: Do not allow the use of stdout for --status-fdWerner Koch1-2/+6
2023-01-30gpgtar: Fix new --status-fd handling.Werner Koch1-1/+1
2023-01-30gpgtar: Emit progress status lines in create mode.Werner Koch1-0/+26
2023-01-26gpgtar: Allow decryption from stdin.Werner Koch1-17/+14
2022-03-22gpgtar: New option --with-logWerner Koch1-0/+3
2022-03-21gpgtar: Finally use a pipe for decryption.Werner Koch1-2/+24
2022-03-08gpgtar,w32: Support file names longer than MAX_PATH.Werner Koch1-3/+2
2020-08-21gpgtar,w32: Handle Unicode file names.Werner Koch1-0/+8
2020-08-20gpgtar: Add dummy option --tarWerner Koch1-0/+6
2020-08-20gpgtar: Make --files-from and --null work as described.Werner Koch1-12/+9
2020-02-21Use gpgrt's new option parser for the tools.Werner Koch1-17/+19
2020-02-20gpg: Use gpgrt's new option parser to provide a global conf file.Werner Koch1-0/+4
2020-02-10build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch1-0/+1
2019-03-06gpgtar: Make option -C work for archive creation.Werner Koch1-1/+1
2019-03-06gpgtar: Improve error messages.Werner Koch1-15/+20
2017-03-07Remove -I option to common.NIIBE Yutaka1-3/+3
2017-02-21Clean up word replication.Yuri Chornoivan1-2/+2
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-08-12Call log_set_prefix() with human-readable labels.Daniel Kahn Gillmor1-1/+1
2016-07-05tools/gpgtar: Provide --create and --extract.Justus Winter1-2/+16
2016-07-01tools/gpgtar: Annotate semi-static allocation.Justus Winter1-1/+6
2016-03-01tools: Drop superfluous include.Justus Winter1-1/+0
2015-12-04tools/gpgtar: Implement symmetric encryption.Justus Winter1-1/+0
2015-12-04tools/gpgtar: Implement signing.Justus Winter1-2/+6
2015-12-04tools/gpgtar: Use the new exectool helper.Justus Winter1-13/+3
2015-11-27dirmngr: Avoid a declarations after statements.Werner Koch1-29/+33
2015-11-26tools/gpgtar: Add '--dry-run'.Justus Winter1-0/+8
2015-11-26tools/gpgtar: Handle '--gpg-args'.Justus Winter1-0/+16
2015-11-26tools/gpgtar: Handle '--tar-args' for compatibility with gpg-zip.Justus Winter1-8/+150
2015-11-26tools/gpgtar: Rework argument parsing.Justus Winter1-40/+52
2015-11-25tools/gpgtar: Handle '--directory' argument.Justus Winter1-0/+4
2015-11-25tools/gpgtar: Handle '--gpg' argument.Justus Winter1-0/+6
2015-11-25tools/gpgtar: Improve error handling.Justus Winter1-3/+11
2015-11-25tools: Add encryption and decryption support to gpgtar.Justus Winter1-47/+25
2015-11-17Fix typos found using codespell.Justus Winter1-1/+1
2014-05-08Make more use of *_NAME macros.Werner Koch1-2/+2
2013-11-18Make use of the *_NAME etc macros.Werner Koch1-1/+1
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-4/+4
2012-03-27Print warning for arguments not considered an option.Werner Koch1-0/+10
2012-02-06common: Add a global variable to for the default error source.Werner Koch1-7/+8
2010-08-25Changed option names.Werner Koch1-3/+3