aboutsummaryrefslogtreecommitdiffstats
path: root/kbx/frontend.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-24keyboxd: New command TRANSACTION.Werner Koch1-0/+15
2020-09-10keyboxd: Add options --openpgp and --x509 to SEARCH.Werner Koch1-16/+14
2020-02-18Spelling cleanup.Daniel Kahn Gillmor1-1/+1
2020-01-02kbx: Initial support for an SQLite backendWerner Koch1-68/+70
2019-12-23kbx: Change keyboxd to work only with one database.Werner Koch1-158/+108
2019-11-28kbx: Add new command DELETE.Werner Koch1-0/+64
2019-11-28kbx: Redefine the UBID which is now the primary fingerprint.Werner Koch1-15/+20
2019-10-07kbx: Implement update for the STORE command.Werner Koch1-1/+2
2019-10-01kbx: Add first version of STORE command to keyboxd.Werner Koch1-7/+87
2019-09-27kbx: Fix error code return in keyboxd.switch-to-gpgkWerner Koch1-1/+5
2019-09-27kbx: First take on a cache for the keyboxd.Werner Koch1-8/+69
2019-08-06kbx: Add framework for the SEARCH commandWerner Koch1-0/+320