aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keydb.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2001-12-20New function to check the permissions of GNUPGHOME and the various filesDavid Shaw1-0/+2
that live there for safe permission/ownership (--no-permission-warning to disable) The newer glibcs print scary warnings about using mktemp(). The use here was actually safe, but the warning was bound to confuse people, so here is an arguably better tempname creator that pulls random bits from the pool.
2001-10-18Fixed the Read-Only keyring bug and changed the way the keydb interfaceWerner Koch1-54/+112
works.
2001-09-25Changed signature status cacheWerner Koch1-1/+17
2001-09-20Code cleanupsWerner Koch1-1/+1
2001-09-06Revamped the keyring codeWerner Koch1-0/+623