aboutsummaryrefslogtreecommitdiffstats
path: root/g13 (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-03Return better error code for some getinfo IPC commands.Werner Koch1-1/+1
2018-02-14common: Use new function to print status strings.Werner Koch2-42/+7
2017-05-11tests: Make it possible to run all tests using our infrastructure.Justus Winter2-1/+36
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka3-3/+3
2017-04-20g13: Fix for Solaris.NIIBE Yutaka1-0/+3
2017-04-11g13: Include sys/sysmacros.h if available.NIIBE Yutaka1-0/+3
2017-03-07Remove -I option to common.NIIBE Yutaka20-30/+30
2017-02-21Fix spelling.Daniel Kahn Gillmor2-2/+2
2017-02-21Clean up word replication.Yuri Chornoivan1-1/+1
2017-02-13g13: Fix build on macOS.Justus Winter1-1/+1
2017-01-02g13: Improve printing of debug infos.Werner Koch1-1/+1
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch37-37/+37
2016-10-27Fix typos.Justus Winter1-1/+1
2016-09-17Fix more spellingDaniel Kahn Gillmor2-2/+2
2016-09-05common: Add an assuan logging monitor.Werner Koch2-2/+2
2016-08-14g13: Allow the use of a g13tab label for --mount.Werner Koch1-4/+6
2016-08-14g13: Implement --umount for dm-crypt.Werner Koch11-22/+244
2016-08-13g13: Fix double free bug.Werner Koch1-2/+0
2016-08-13g13: Consider g13tab for a mount command.Werner Koch4-14/+132
2016-08-13g13: Move some function around.Werner Koch7-26/+34
2016-08-13g13: New command --find-device.Werner Koch4-0/+161
2016-08-12Call log_set_prefix() with human-readable labels.Daniel Kahn Gillmor2-4/+4
2016-08-09Cleanup initialization of libgcrypt.Ben Kibbey2-10/+0
2016-07-12g13: Fix memleak.Werner Koch1-1/+1
2016-06-07Replace use of opt.homedir by accessor functions.Werner Koch4-16/+14
2016-05-27common: Extend gnupg_create_inbound_pipe et al.Werner Koch1-2/+2
2016-03-02common: Consolidate Assuan server argument handling.Justus Winter1-32/+1
2016-02-23g13: Add commands --suspend and --remove.Werner Koch18-210/+1029
2016-02-23g13: Run mount after dmsetup.Werner Koch2-15/+51
2016-02-13g13: Require a confirmation before g13 is used for DM-Crypt.Werner Koch3-1/+27
2016-02-13g13: Second chunk of code to support dm-crypt.Werner Koch18-121/+951
2016-02-13g13: Improve dump_keyblob.Werner Koch3-38/+88
2016-02-13g13: Define 3 new tags.Werner Koch1-1/+11
2016-02-13g13: Rename utils.c to g13tuple.cWerner Koch10-20/+24
2016-02-13g13: Add functions to handle uint in a keyblob.Werner Koch4-4/+318
2016-02-13g13: Re-factor high level create code.Werner Koch3-28/+64
2016-02-13g13: Return an error for non-existing device.Werner Koch1-3/+7
2016-02-13g13: Fix releasing of a syshelp context.Werner Koch1-2/+7
2016-02-13g13: Switch over to common/exectool.c.Werner Koch5-313/+6
2016-02-13g13: First chunk of code to support dm-crypt.Werner Koch14-9/+2489
2015-11-26g13: Fix commit 1a045b13.Werner Koch1-4/+4
2015-11-26common: Make the GPG arguments configurable in call-gpg.Justus Winter4-2/+19
2015-11-25g13: Move 'call-gpg.c' to common.Justus Winter5-629/+4
2015-11-17Fix typos found using codespell.Justus Winter2-2/+2
2015-09-16g13: Move some code to a separate module.Werner Koch6-101/+190
2015-09-09doc: Minor comment fixes.Werner Koch1-2/+4
2015-07-26Replace GNUPG_GCC_A_ macros by GPGRT_ATTR_ macros.Werner Koch1-1/+1
2015-06-23Allow use of debug flag names for all tools.Werner Koch1-8/+21
2015-04-10Remove obsolete directories from AM_CPPFLAGS.Werner Koch1-1/+1
2015-04-06Rename DBG_ASSUAN to DBG_IPC and add separate DBG_EXTPROG.Werner Koch3-7/+7