summaryrefslogtreecommitdiffstats
path: root/tools/gpgtar.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changed option names.Werner Koch2010-08-251-3/+3
* Add dummy options --cms and --openpgp.Werner Koch2010-08-091-1/+7
* Add option --nullWerner Koch2010-08-091-4/+24
* Some work on porting dirmngr (unfinished)Werner Koch2010-07-161-5/+15
* Add unfinished gpgtar.Werner Koch2010-06-071-0/+361