aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keydb.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* New function to check the permissions of GNUPGHOME and the various filesDavid Shaw2001-12-201-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.
* Fixed the Read-Only keyring bug and changed the way the keydb interfaceWerner Koch2001-10-181-54/+112
| | | | | works.
* Changed signature status cacheWerner Koch2001-09-251-1/+17
|
* Code cleanupsWerner Koch2001-09-201-1/+1
|
* Revamped the keyring codeWerner Koch2001-09-061-0/+623