From: Jonathan McDowell Date: Sat, 2 Nov 2013 04:58:02 +0000 (-0700) Subject: Add a subkey ID mapping DB for DB4 backend X-Git-Tag: onak-0.4.3~46 X-Git-Url: http://the.earth.li/gitweb/?a=commitdiff_plain;h=95a2f93d4800b7e4da4e63e1bb6dd5de2a7dea09;hp=95a2f93d4800b7e4da4e63e1bb6dd5de2a7dea09;p=onak.git 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. ---