gnupg/g10 (ChangeLog gpgv.c keylist.c trustdb.c trustdb.h)

cvs user dshaw cvs@cvs.gnupg.org
Tue, 30 Sep 2003 17:30:40 +0200


    Date: Tuesday, September 30, 2003 @ 17:30:40
  Author: dshaw
    Path: /cvs/gnupg/gnupg/g10

Modified: ChangeLog gpgv.c keylist.c trustdb.c trustdb.h

* gpgv.c (check_trustdb_stale): Stub.

* trustdb.c (get_validity): Move the up-to-date check to
check_trustdb_stale (new), so that it can be called before validity is
checked.
	
* keylist.c (list_keyblock_print): Disable the overall key validity
display until it can be thought about more.  Use check_trustdb_stale here
to avoid putting the check warning in the middle of a listed key.

* trustdb.c (init_trustdb): Only verify_own_keys() for those trust models
that it applies to (i.e. classic and OpenPGP).


-----------+
 ChangeLog |   16 ++++++++++++
 gpgv.c    |    3 ++
 keylist.c |   11 ++++++++
 trustdb.c |   80 ++++++++++++++++++++++++++++++------------------------------
 trustdb.h |    1 
 5 files changed, 71 insertions(+), 40 deletions(-)