STABLE-BRANCH-1-2 gnupg/g10 (8 files)
cvs user dshaw
cvs@cvs.gnupg.org
Sat, 31 May 2003 00:18:42 +0200
Date: Saturday, May 31, 2003 @ 00:18:32
Author: dshaw
Path: /cvs/gnupg/gnupg/g10
Tag: STABLE-BRANCH-1-2
Modified: ChangeLog Makefile.am getkey.c keyedit.c keylist.c mainproc.c
packet.h sig-check.c
* keylist.c (list_one): Don't show the keyring filename when in
--with-colons mode. Actually translate "Keyring" string.
* mainproc.c (proc_tree): We can't currently handle multiple signatures of
different classes or digests (we'd pretty much have to run a different
hash context for each), but if they are all the same, make an exception.
This is Debian bug #194292.
* sig-check.c (check_key_signature2): Make string translatable.
* packet.h, getkey.c (fixup_uidnode): Mark real primary uids differently
than assumed primaries.
* keyedit.c (no_primary_warning): Use the differently marked primaries
here in a new function to warn when an --edit-key command might rearrange
the self-sig dates enough to change which uid is primary. (menu_expire,
menu_set_preferences): Use no_primary_warning() here.
* Makefile.am: Use @DLLIBS@ for -ldl.
-------------+
ChangeLog | 24 ++++++++++++++++++++++++
Makefile.am | 13 ++++---------
getkey.c | 2 +-
keyedit.c | 38 ++++++++++++++++++++++++++++++++++++++
keylist.c | 30 +++++++++++++++++-------------
mainproc.c | 32 ++++++++++++++++++++++++++++----
packet.h | 2 +-
sig-check.c | 5 +++--
8 files changed, 116 insertions(+), 30 deletions(-)