gnupg/g10 (ChangeLog packet.h tdbio.c tdbio.h trustdb.c)
cvs user dshaw
cvs@cvs.gnupg.org
Mon, 06 Jan 2003 23:56:08 +0100
Date: Monday, January 6, 2003 @ 23:56:08
Author: dshaw
Path: /cvs/gnupg/gnupg/g10
Modified: ChangeLog packet.h tdbio.c tdbio.h trustdb.c
* packet.h, tdbio.h, tdbio.c (tdbio_read_record, tdbio_write_record),
trustdb.c (update_validity): Store temporary full & marginal counts in the
trustdb. (clear_validity, get_validity_counts): Return and clear temp
counts. (store_validation_status): Keep track of which keyids have been
stored. (validate_one_keyblock, validate_key_list): Use per-uid copies of
the full & marginal counts so they can be recalled for multiple levels.
(validate_keys): Only use unused keys for each new round.
(reset_unconnected_keys): Rename to reset_trust_records, and only skip
specifically excluded records.
-----------+
ChangeLog | 14 +++
packet.h | 4
tdbio.c | 4
tdbio.h | 4
trustdb.c | 245 +++++++++++++++++++++++++++++++++++++-----------------------
5 files changed, 178 insertions(+), 93 deletions(-)