gnupg/g10 (8 files)

cvs user dshaw cvs@cvs.gnupg.org
Wed, 23 Apr 2003 23:18:50 +0200


    Date: Wednesday, April 23, 2003 @ 23:18:40
  Author: dshaw
    Path: /cvs/gnupg/gnupg/g10

Modified: ChangeLog build-packet.c filter.h import.c keyedit.c pkclist.c
          plaintext.c progress.c

* import.c (import_revoke_cert): Remove ultimate trust when revoking an
ultimately trusted key.

* keyedit.c (sign_uids): Allow replacing expired signatures. Allow
duplicate signatures with --expert.

* pkclist.c (check_signatures_trust): Don't display a null fingerprint
when checking a signature with --always-trust enabled.

* filter.h (progress_filter_context_t), progress.c (handle_progress),
plaintext.c (ask_for_detached_datafile, hash_datafiles): Fix compiler
warnings.  Make "what" constant.

* build-packet.c (do_plaintext): Do not create invalid literal packets
with >255-byte names.


----------------+
 ChangeLog      |   18 ++++++++++++++++++
 build-packet.c |    9 ++++++++-
 filter.h       |    4 ++--
 import.c       |    7 +++++++
 keyedit.c      |   42 ++++++++++++++++++++++++++++++++++++++++--
 pkclist.c      |   20 ++++++++++----------
 plaintext.c    |    4 ++--
 progress.c     |    3 ++-
 8 files changed, 89 insertions(+), 18 deletions(-)