gnupg/g10 (7 files)
cvs user dshaw
cvs@cvs.gnupg.org
Sun, 03 Nov 2002 21:18:56 +0100
Date: Sunday, November 3, 2002 @ 21:18:56
Author: dshaw
Path: /cvs/gnupg/gnupg/g10
Modified: ChangeLog g10.c gpgv.c mainproc.c options.h pkclist.c trustdb.c
* options.h, g10.c (main): Add --trust-model option. Current models are
"openpgp" which is classic+trustsigs, "classic" which is classic only, and
"always" which is the same as the current option --always-trust (which
still works). Default is "openpgp".
* trustdb.c (validate_one_keyblock): Use "openpgp" trust model to enable
trust sigs.
* gpgv.c (main), mainproc.c (check_sig_and_print), pkclist.c (do_we_trust,
do_we_trust_pre, check_signatures_trust): Use new --trust-model option in
place of --always-trust.
------------+
ChangeLog | 12 ++++++++++++
g10.c | 18 +++++++++++++++++-
gpgv.c | 2 +-
mainproc.c | 4 ++--
options.h | 2 +-
pkclist.c | 8 ++++----
trustdb.c | 15 ++++++++-------
7 files changed, 45 insertions(+), 16 deletions(-)