mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* options.h, g10.c (main), trustdb.c (ask_ownertrust): Add
--force-ownertrust option for debugging purposes. This allows setting a whole keyring to a given trust during an --update-trustdb. Not for normal use - it's just easier than hitting "4" all the time to test a large trustdb.
This commit is contained in:
parent
d771dd272d
commit
bf4a893586
4 changed files with 35 additions and 6 deletions
|
@ -89,6 +89,7 @@ struct {
|
|||
int compress_keys;
|
||||
int compress_sigs;
|
||||
enum {TM_OPENPGP, TM_CLASSIC, TM_ALWAYS} trust_model;
|
||||
unsigned int force_ownertrust;
|
||||
int pgp2;
|
||||
int pgp6;
|
||||
int pgp7; /* if we get any more of these, it's time to look at a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue