summaryrefslogtreecommitdiffstats
path: root/kbx/backend-kbx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* kbx: Avoid use of uninitialized value.Jakub Jelen2021-11-121-2/+2
* Replace most of the remaining stdio calls by estream calls.Werner Koch2020-10-201-1/+1
* keyboxd: Extend PUBKEY_INFO status line with an uid ordinal.Werner Koch2020-09-221-1/+2
* keyboxd: Add ephemeral and revoked flag to the sqlite backend.Werner Koch2020-09-111-1/+2
* Spelling cleanup.Daniel Kahn Gillmor2020-02-191-1/+1
* kbx: Initial support for an SQLite backendWerner Koch2020-01-021-2/+0
* kbx: Add new command DELETE.Werner Koch2019-11-281-0/+30
* kbx: Redefine the UBID which is now the primary fingerprint.Werner Koch2019-11-281-20/+8
* kbx: Implement update for the STORE command.Werner Koch2019-10-071-0/+51
* kbx: Add first version of STORE command to keyboxd.Werner Koch2019-10-011-7/+67
* kbx: Fix error code return in keyboxd.Werner Koch2019-09-271-1/+1
* kbx,gpg: Allow lookup using a UBID.Werner Koch2019-09-271-0/+2
* kbx: First take on a cache for the keyboxd.Werner Koch2019-09-271-25/+59
* kbx: Allow searching from start.Werner Koch2019-09-091-1/+1
* kbx: Add framework for the SEARCH commandWerner Koch2019-08-061-0/+292