]> the.earth.li Git - onak.git/commit
Add option to only accept updates for existing keys
authorJonathan McDowell <noodles@earth.li>
Wed, 21 Aug 2019 17:56:57 +0000 (18:56 +0100)
committerJonathan McDowell <noodles@earth.li>
Wed, 21 Aug 2019 17:56:57 +0000 (18:56 +0100)
commit9ce8c6ced68d45b462abb4c6531b6476f4d1e681
tree94d791cc7a90b097c5d00e935384098487446ed1
parent3886942162fd8193d8a804a685a3f96a65b9712c
Add option to only accept updates for existing keys

It's plausible in a curated keyring scenario where a keyserver should
accept updates to existing keys (new signatures, updated expiries, new
subkeys) but no entirely new keys. Add a configuration file option which
enforces this behaviour.
cgi/add.c
cleankey.h
keydb.c
keydb.h
keydb_dynamic.c
keydb_keyring.c
keydb_stacked.c
onak-conf.c
onak.c
onak.ini.in
t/all-036-update-only.t [new file with mode: 0755]