mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* misc.c (pct_expando): Add two new expandos - signer's fingerprint (%g),
and signer's primary fingerprint (%p). * tdbio.h, tdbio.c (create_version_record, tdbio_write_nextcheck, tdbio_read_record, tdbio_write_record): Force a 0 into the trust_model field. This is to help smooth the 1.2->1.4 switchover, as otherwise a 1.4 trustdb could be rebuilt as classic on 1.2 while still claiming to be a non-classic trust model.
This commit is contained in:
parent
df441baf1c
commit
dcc026f7e0
4 changed files with 44 additions and 12 deletions
|
@ -54,6 +54,7 @@ struct trust_record {
|
|||
byte marginals;
|
||||
byte completes;
|
||||
byte cert_depth;
|
||||
byte trust_model;
|
||||
ulong created; /* timestamp of trustdb creation */
|
||||
ulong nextcheck; /* timestamp of next scheduled check */
|
||||
ulong reserved;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue