gnupg/g10 (7 files)

cvs user dshaw cvs@cvs.gnupg.org
Tue, 29 Oct 2002 19:00:07 +0100


    Date: Tuesday, October 29, 2002 @ 19:00:07
  Author: dshaw
    Path: /cvs/gnupg/gnupg/g10

Modified: ChangeLog keyedit.c keylist.c packet.h parse-packet.c tdbio.c
          tdbio.h

* keyedit.c (print_and_check_one_sig, show_key_and_fingerprint,
menu_addrevoker), keylist.c (list_keyblock_print, print_fingerprint): Show
"T" or the trust depth for trust signatures, and add spaces to some
strings to make room for it.

* packet.h, parse-packet.c (dump_sig_subpkt, parse_one_sig_subpkt,
parse_signature): Parse trust signature values.

* tdbio.h, tdbio.c (tdbio_read_record, tdbio_write_record): Reserve a byte
for the minimum ownertrust value (for use with trust signatures).


----------------+
 ChangeLog      |   14 ++++++++++++++
 keyedit.c      |    8 +++++---
 keylist.c      |   12 +++++++-----
 packet.h       |    3 +++
 parse-packet.c |   27 ++++++++++++++++++++++++---
 tdbio.c        |    2 ++
 tdbio.h        |    1 +
 7 files changed, 56 insertions(+), 11 deletions(-)