gnupg/g10 (7 files)

cvs user dshaw cvs@cvs.gnupg.org
Fri, 22 Aug 2003 01:20:59 +0200


    Date: Friday, August 22, 2003 @ 01:20:59
  Author: dshaw
    Path: /cvs/gnupg/gnupg/g10

Modified: ChangeLog gpgv.c import.c keyring.c options.skel sig-check.c
          sign.c

* gpgv.c: Remove extra semicolon (typo).

* options.skel: Note that keyserver.pgp.com isn't synchronized, and
explain the roundrobin a bit better.

* sig-check.c (check_key_signature2), import.c (import_one,
import_revoke_cert, chk_self_sigs, delete_inv_parts, collapse_uids,
merge_blocks): Make much quieter during import of slightly munged, but
recoverable, keys. Use log_error for unrecoverable import failures.

* keyring.c (keyring_rebuild_cache): Comment.

* sign.c (mk_notation_and_policy): Making a v3 signature with notations or
policy urls is an error, not an info (i.e. increment the errorcount).
Don't print the notation or policy url to stdout since it can be mixed
into the output stream when piping and munge the stream.


--------------+
 ChangeLog    |   21 +++++++++
 gpgv.c       |    2 
 import.c     |  126 ++++++++++++++++++++++++++++++++-------------------------
 keyring.c    |    7 +++
 options.skel |   10 +++-
 sig-check.c  |    2 
 sign.c       |   23 +++++-----
 7 files changed, 121 insertions(+), 70 deletions(-)