aboutsummaryrefslogtreecommitdiffstats
path: root/g13 (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-07Release 2.2.34gnupg-2.2.34Werner Koch1-1/+1
2020-12-04Backport of the new option parser from 2.3Werner Koch2-144/+117
2020-11-10w32: Support Unicode also for config files etc.Werner Koch2-2/+2
2020-11-04g13: Include a now missing header file.Werner Koch2-0/+2
2020-10-23Replace all calls to stat by gnupg_stat.Werner Koch4-4/+4
2020-10-21Replace all calls to access by gnupg_accessWerner Koch4-5/+7
2020-08-20build: New configure option --disable-testsWerner Koch1-0/+4
2020-05-12common: Change argument order of log_printhex.Werner Koch2-4/+4
2020-02-10build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch3-1/+3
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