gnupg/g10 (9 files)
cvs user dshaw
cvs@cvs.gnupg.org
Tue, 22 Jul 2003 01:19:17 +0200
Date: Tuesday, July 22, 2003 @ 01:19:17
Author: dshaw
Path: /cvs/gnupg/gnupg/g10
Modified: ChangeLog getkey.c gpgv.c keygen.c keylist.c mainproc.c
sig-check.c trustdb.c trustdb.h
* keygen.c (do_add_key_flags): Don't set the certify flag for subkeys.
(ask_algo): Provide key flags for DSA, Elgamal_e, and Elgamal subkeys.
(generate_keypair): Provide key flags for the default DSA/Elgamal keys.
* sig-check.c (signature_check, signature_check2, check_key_signature,
check_key_signature2): Allow passing NULLs for unused parameters in the x2
form of each function to avoid the need for dummy variables. getkey.c,
mainproc.c: Change all callers.
* trustdb.h, trustdb.c (read_trust_options): New. Returns items from the
trustdb version record.
* keylist.c (public_key_list): Use it here for the new "tru" record.
* gpgv.c (read_trust_options): Stub.
-------------+
ChangeLog | 23 +++++++++++++++++++++++
getkey.c | 4 +---
gpgv.c | 3 +++
keygen.c | 20 +++++++++++++++++++-
keylist.c | 48 +++++++++++++++++++++++++++++++++++++++++-------
mainproc.c | 5 ++---
sig-check.c | 27 +++++++++++++--------------
trustdb.c | 25 ++++++++++++++++++++++++-
trustdb.h | 3 +++
9 files changed, 129 insertions(+), 29 deletions(-)