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

cvs user dshaw cvs@cvs.gnupg.org
Tue, 22 Apr 2003 06:10:32 +0200


    Date: Tuesday, April 22, 2003 @ 06:10:22
  Author: dshaw
    Path: /cvs/gnupg/gnupg/g10
     Tag: STABLE-BRANCH-1-2

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

* 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): Fix
compiler warnings.  Make "what" constant.

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


----------------+
 ChangeLog      |   14 ++++++++++++++
 build-packet.c |    8 +++++++-
 filter.h       |    4 ++--
 keyedit.c      |   40 +++++++++++++++++++++++++++++++++++++++-
 pkclist.c      |   18 +++++++++---------
 progress.c     |    3 ++-
 6 files changed, 73 insertions(+), 14 deletions(-)