aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpgtar.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2010-08-09Add dummy options --cms and --openpgp.Werner Koch1-1/+7
2010-08-09Add option --nullWerner Koch1-4/+24
2010-07-16Some work on porting dirmngr (unfinished)Werner Koch1-5/+15
2010-06-07Add unfinished gpgtar.Werner Koch1-0/+361