gnupg/g10 (10 files)
cvs user dshaw
cvs@cvs.gnupg.org
Sat, 11 Jan 2003 04:57:01 +0100
Date: Saturday, January 11, 2003 @ 04:57:00
Author: dshaw
Path: /cvs/gnupg/gnupg/g10
Modified: ChangeLog armor.c free-packet.c gpgv.c keyedit.c keylist.c
packet.h pkclist.c trustdb.c trustdb.h
* armor.c (armor_filter): Comment about PGP's end of line tab problem.
* trustdb.h, trustdb.c (trust_letter): Make static. (get_ownertrust_info,
get_validity_info): Don't mask the trust level twice.
* trustdb.h, gpgv.c, trustdb.c (get_validity, get_validity_info),
keylist.c (list_keyblock_colon), keyedit.c (show_key_with_all_names_colon,
menu_revuid): Pass a user ID in rather than a namehash, so we only have to
do the hashing in one place.
* packet.h, pkclist.c (build_pk_list), free-packet.c
(release_public_key_parts): Remove unused namehash element for public
keys.
---------------+
ChangeLog | 19 +++++++++++++++++++
armor.c | 6 +++++-
free-packet.c | 8 ++------
gpgv.c | 2 +-
keyedit.c | 23 ++++-------------------
keylist.c | 18 +++++-------------
packet.h | 4 ++--
pkclist.c | 5 +++--
trustdb.c | 30 ++++++++++++++++++++----------
trustdb.h | 8 ++++----
10 files changed, 65 insertions(+), 58 deletions(-)