gnupg/g10 (9 files)

cvs user dshaw cvs@cvs.gnupg.org
Sun, 01 Jun 2003 01:23:29 +0200


    Date: Sunday, June 1, 2003 @ 01:23:19
  Author: dshaw
    Path: /cvs/gnupg/gnupg/g10

Modified: ChangeLog g10.c keyedit.c keylist.c main.h mainproc.c options.h
          pkclist.c sign.c

* mainproc.c (check_sig_and_print), main.h, keylist.c (show_policy,
show_notation): Collapse the old print_notation_data into show_policy()
and show_notation() so there is only one function to print notations and
policy URLs.

* options.h, main.h, g10.c (main), keyedit.c (print_and_check_one_sig),
keylist.c (list_one, list_keyblock_print), pkclist.c (do_edit_ownertrust),
sign.c (mk_notation_and_policy): New "list-options" and "verify-options"
commands.  These replace the existing --show-photos/--no-show-photos,
--show-notation/--no-show-notation,
--show-policy-url/--no-show-policy-url, and --show-keyring options.  The
new method is more flexible since a user can specify (for example) showing
photos during sig verification, but not in key listings.  The old options
are emulated.


------------+
 ChangeLog  |   17 ++++++++++++
 g10.c      |   82 +++++++++++++++++++++++++++++++++++++++++++++++++++--------
 keyedit.c  |    8 ++---
 keylist.c  |   60 ++++++++++++++++++++++++++++---------------
 main.h     |   13 +++++++--
 mainproc.c |   53 +++-----------------------------------
 options.h  |    6 +---
 pkclist.c  |    3 +-
 sign.c     |    8 ++---
 9 files changed, 157 insertions(+), 93 deletions(-)