gnupg/g10 (6 files)

cvs user dshaw cvs@cvs.gnupg.org
Fri, 13 Dec 2002 22:10:53 +0100


    Date: Friday, December 13, 2002 @ 22:10:53
  Author: dshaw
    Path: /cvs/gnupg/gnupg/g10

Modified: ChangeLog import.c options.skel pkclist.c trustdb.c trustdb.h

* pkclist.c (do_we_trust): Tweak language to refer to the "named
user" rather than "owner".  Noted by Stefan Bellon.

* trustdb.h, trustdb.c (trustdb_pending_check): New function to
check if the trustdb needs a check.

* import.c (import_keys_internal): Used here so we don't rebuild
the trustdb if it is still clean.
(import_one, chk_self_sigs): Only mark trustdb dirty if the key
that is being imported has any sigs other than self-sigs.
Suggested by Adrian von Bidder.

* options.skel: Include the required '=' sign in the sample
'group' option.  Noted by Stefan Bellon.

* import.c (chk_self_sigs): Don't try and check a subkey as if it
was a signature.


--------------+
 ChangeLog    |   20 ++++++++++++++++++++
 import.c     |   40 ++++++++++++++++++++++++----------------
 options.skel |    6 +++---
 pkclist.c    |   13 ++++++-------
 trustdb.c    |    6 ++++++
 trustdb.h    |    1 +
 6 files changed, 60 insertions(+), 26 deletions(-)