STABLE-BRANCH-1-2 gnupg/g10 (6 files)

cvs user dshaw cvs at cvs.gnupg.org
Mon Dec 29 04:40:21 CET 2003


    Date: Monday, December 29, 2003 @ 04:40:21
  Author: dshaw
    Path: /cvs/gnupg/gnupg/g10
     Tag: STABLE-BRANCH-1-2

Modified: ChangeLog compress-bz2.c getkey.c packet.h pkclist.c sig-check.c

* sig-check.c (check_revocation_keys): Comments.

* getkey.c (merge_selfsigs_main): Don't bother to check designated revoker
sigs if the key is already revoked.

* packet.h, getkey.c (merge_selfsigs_main): New "maybe_revoked" flag on
PKs.  It is set when there is a revocation signature from a valid
revocation key, but the revocation key is not present to verify the
signature.

* pkclist.c (check_signatures_trust): Use it here to give a warning when
showing key trust.
	
* compress-bz2.c: Include stdio.h.  Solaris 9 has a very old bzip2 library
and we can at least guarantee that it won't fail because of the lack of
stdio.h.


----------------+
 ChangeLog      |   19 +++++++++++++++++++
 compress-bz2.c |    1 +
 getkey.c       |   28 +++++++++++++++++++---------
 packet.h       |    5 ++++-
 pkclist.c      |    6 +++++-
 sig-check.c    |   20 +++++++++++---------
 6 files changed, 59 insertions(+), 20 deletions(-)



More information about the Gnupg-commits mailing list