gnupg/g10 (ChangeLog keyedit.c trustdb.c trustdb.h)

cvs user dshaw cvs@cvs.gnupg.org
Sat, 11 Jan 2003 22:13:41 +0100


    Date: Saturday, January 11, 2003 @ 22:13:41
  Author: dshaw
    Path: /cvs/gnupg/gnupg/g10

Modified: ChangeLog keyedit.c trustdb.c trustdb.h

* trustdb.c (get_validity_info, get_ownertrust_info, trust_letter):
Simplify by returning a ? for error directly.

* keyedit.c (show_key_with_all_names): Use get_validity_string and
get_ownertrust_string to show full word versions of trust (i.e. "full"
instead of 'f').

* trustdb.h, trustdb.c (get_ownertrust_string, get_validity_string): Same
as get_ownertrust_info, and get_validity_info, except returns a full
string.

* trustdb.c (get_ownertrust_with_min): New.  Same as 'get_ownertrust' but
takes the min_ownertrust value into account.


-----------+
 ChangeLog |   16 ++++++++++
 keyedit.c |   36 +++++++++++++++---------
 trustdb.c |   88 ++++++++++++++++++++++++++++++++++++++----------------------
 trustdb.h |    6 ++--
 4 files changed, 98 insertions(+), 48 deletions(-)