mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
kbx: Change keyboxd to work only with one database.
* kbx/frontend.c (the_database): New var. (db_desc_t): Remove. (kbxd_add_resource): Renamed to ... (kbxd_set_database): this. Simplify. (kbxd_search): Change to use only one database. (kbxd_store): Ditto. (kbxd_delete): Ditto. -- The original implementation was way to complicated and would have only brought back the problems deciding which database to use for each key. The new scheme used one configured database and only that. That database needs to be set right at the start. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
b2a2df174b
commit
8a556c23a2
3 changed files with 110 additions and 160 deletions
|
@ -31,8 +31,8 @@ enum kbxd_store_modes
|
|||
};
|
||||
|
||||
|
||||
gpg_error_t kbxd_add_resource (ctrl_t ctrl,
|
||||
const char *filename_arg, int readonly);
|
||||
gpg_error_t kbxd_set_database (ctrl_t ctrl,
|
||||
const char *filename_arg, int readonly);
|
||||
|
||||
void kbxd_release_session_info (ctrl_t ctrl);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue