aboutsummaryrefslogtreecommitdiffstats
path: root/g13/sh-dmcrypt.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-31indent: Fix spellingDaniel Kahn Gillmor1-1/+1
2024-01-09g13: New option --no-mount.Werner Koch1-25/+39
2020-11-25g13: Add missing headerWerner Koch1-0/+1
2020-10-20Replace all calls to stat by gnupg_stat.Werner Koch1-1/+1
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 Yutaka1-2/+2
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-09-17Fix more spellingDaniel Kahn Gillmor1-1/+1
2016-08-14g13: Implement --umount for dm-crypt.Werner Koch1-0/+93
2016-02-23g13: Add commands --suspend and --remove.Werner Koch1-8/+233
2016-02-23g13: Run mount after dmsetup.Werner Koch1-6/+34
2016-02-13g13: Require a confirmation before g13 is used for DM-Crypt.Werner Koch1-1/+5
2016-02-13g13: Second chunk of code to support dm-crypt.Werner Koch1-20/+299
2016-02-13g13: Rename utils.c to g13tuple.cWerner Koch1-1/+1
2016-02-13g13: Switch over to common/exectool.c.Werner Koch1-1/+2
2016-02-13g13: First chunk of code to support dm-crypt.Werner Koch1-0/+406