summaryrefslogtreecommitdiffstats
path: root/g13/mount.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace all calls to stat by gnupg_stat.Werner Koch2020-10-201-1/+1
* Replace all calls to access by gnupg_accessWerner Koch2020-10-201-1/+1
* Remove -I option to common.NIIBE Yutaka2017-03-071-2/+2
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* g13: Allow the use of a g13tab label for --mount.Werner Koch2016-08-141-4/+6
* g13: Implement --umount for dm-crypt.Werner Koch2016-08-141-19/+39
* g13: Consider g13tab for a mount command.Werner Koch2016-08-131-14/+36
* g13: Move some function around.Werner Koch2016-08-131-0/+1
* g13: Add commands --suspend and --remove.Werner Koch2016-02-231-192/+4
* g13: Second chunk of code to support dm-crypt.Werner Koch2016-02-131-18/+35
* g13: Improve dump_keyblob.Werner Koch2016-02-131-27/+1
* g13: Rename utils.c to g13tuple.cWerner Koch2016-02-131-1/+1
* common: Make the GPG arguments configurable in call-gpg.Justus Winter2015-11-261-1/+2
* g13: Move 'call-gpg.c' to common.Justus Winter2015-11-251-2/+2
* Use inline functions to convert buffer data to scalars.Werner Koch2015-02-111-4/+3
* sm,g13: Init local vars to avoid compiler warnings.Werner Koch2015-01-051-1/+2
* Remove use of gnulib (part 2)Werner Koch2014-11-111-1/+2
* Switch to the libgpg-error provided estream.Werner Koch2014-08-261-1/+0
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-051-11/+11
* Add a flag parameter to dotlock_create.Werner Koch2011-09-281-1/+1
* Renamed the lock functions.Werner Koch2011-09-231-3/+3
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-14/+12
* [scd] Memory leak fix.Werner Koch2009-10-281-2/+35
* Reworked the server commands.Werner Koch2009-10-151-14/+96
* Keep on hacking on g13. A simple --create and --mount does now work.Werner Koch2009-10-131-0/+303