]> the.earth.li Git - onak.git/commit
Change delete_key to use a full fingerprint
authorJonathan McDowell <noodles@earth.li>
Thu, 1 Aug 2019 21:18:24 +0000 (22:18 +0100)
committerJonathan McDowell <noodles@earth.li>
Thu, 1 Aug 2019 21:18:24 +0000 (22:18 +0100)
commit5cb163e87c7f0717aa94ca281a56e572c2a6c8f3
tree911153182c84fcfac0e3cbb964e53c289c1dff06
parentfd9ca85878543771a7f09afd821a5a5511e71aea
Change delete_key to use a full fingerprint

delete_key was deleting a key based on the keyid, which is
insufficiently precise. Move over to the full fingerprint (even though
with some backends this is an effective no-op for now).
12 files changed:
keyd.c
keydb.h
keydb_db4.c
keydb_dynamic.c
keydb_file.c
keydb_fs.c
keydb_hkp.c
keydb_keyd.c
keydb_keyring.c
keydb_pg.c
keydb_stacked.c
onak.c