gnupg/g10 (8 files)

cvs user dshaw cvs@cvs.gnupg.org
Thu, 05 Jun 2003 04:06:23 +0200


    Date: Thursday, June 5, 2003 @ 04:06:13
  Author: dshaw
    Path: /cvs/gnupg/gnupg/g10

Modified: ChangeLog g10.c keylist.c main.h mainproc.c options.h
          options.skel parse-packet.c

* options.skel: Use new hkp://subkeys.pgp.net as sample keyserver since
they at least handle subkeys correctly.

* options.h, g10.c (main), main.h, keylist.c (show_keyserver_url),
mainproc.c (check_sig_and_print), parse-packet.c (dump_sig_subpkt,
parse_one_sig_subpkt, can_handle_critical): Add read-only support for
preferred keyserver subpackets.  They're basically policy URLs with a
different name.  Add a verify-option "show-preferred-keyserver" to turn
them on and off (on by default, as per stable branch).

* g10.c (main): Add "--set-notation" as alias to "--notation-data" this is
to make things consistent with --set-policy-url meaning both sigs and
certs.


----------------+
 ChangeLog      |   17 +++++++++++++++++
 g10.c          |   15 +++++++++------
 keylist.c      |   41 +++++++++++++++++++++++++++++++++++++++++
 main.h         |    1 +
 mainproc.c     |    5 +++++
 options.h      |    7 ++++---
 options.skel   |    8 ++++----
 parse-packet.c |    8 ++++++--
 8 files changed, 87 insertions(+), 15 deletions(-)