aboutsummaryrefslogtreecommitdiffstats
path: root/common/t-dotlock.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a flag parameter to dotlock_create.Werner Koch2011-09-281-2/+2
| | | | This allows us to extend this function in the future.
* Improved the dotlock module.Werner Koch2011-09-271-0/+145
- It is now more portable and may be used outside of GnuPG - vfat file systems are now supported. - The use of link(2) is more robust. - Wrote extensive documentation.