aboutsummaryrefslogtreecommitdiffstats
path: root/tools/dotlock.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-12-21tools: Remove the dotlock tool.NIIBE Yutaka1-115/+0
* tools/Makefile.am (libexec_PROGRAMS): Remove dotlock. * tools/dotlock.c: Remove. -- It's integrated into gpgconf (--lock/--unlock). Signed-off-by: NIIBE Yutaka <[email protected]>
2023-12-20common: Add dotlock util under libexec.NIIBE Yutaka1-30/+58
* tools/Makefile.am (libexec_PROGRAMS): Add dotlock. * tools/dotlock.c: Finish the first implementation. -- Signed-off-by: NIIBE Yutaka <[email protected]>
2023-12-19kbx: Create public-keys.d, after creating the homedir.NIIBE Yutaka1-0/+87
* kbx/keyboxd.c (create_directories): Following the behavior of gpg-agent, call create_public_keys_directory after mkdir. -- Signed-off-by: NIIBE Yutaka <[email protected]>