]> the.earth.li Git - onak.git/commit
Add a subkey ID mapping DB for DB4 backend
authorJonathan McDowell <noodles@earth.li>
Sat, 2 Nov 2013 04:58:02 +0000 (21:58 -0700)
committerJonathan McDowell <noodles@earth.li>
Sat, 2 Nov 2013 04:58:02 +0000 (21:58 -0700)
commit95a2f93d4800b7e4da4e63e1bb6dd5de2a7dea09
treec5a3fdaf08b0484a61900596bfe2a04aa7e71caf
parentbf1663c89ac492bb7aab692b0c0e9966953c883f
Add a subkey ID mapping DB for DB4 backend

With the increased use of signature subkeys and the fact long
keyids are being used to do HKP lookups we need to store a mapping
of the subkey long keyids to primary key ids. Previously the fact
we did this for the 32 bit subkey id was enough. Add a new DB for
the DB4 backend that can map the 64 bit subkey ID to the 64 bit
primary key ID.
keydb_db4.c