STABLE-BRANCH-1-2 gnupg/g10 (7 files)

cvs user dshaw cvs@cvs.gnupg.org
Wed, 07 May 2003 16:04:38 +0200


    Date: Wednesday, May 7, 2003 @ 16:04:28
  Author: dshaw
    Path: /cvs/gnupg/gnupg/g10
     Tag: STABLE-BRANCH-1-2

Modified: ChangeLog getkey.c gpgv.c keyedit.c keylist.c trustdb.c
          trustdb.h

* keyedit.c (sign_uids): Show keyid of the key making the signature.

* trustdb.h, trustdb.c (is_disabled), keylist.c (print_capabilities),
gpgv.c (is_disabled): is_disabled now takes a pk and not just the keyid.  
This is for speed since there is no need to re-fetch a key when we already
have that key handy.

* getkey.c (skip_disabled): New function to get a pk and call is_disabled
on it. (key_byname): Use it here.


-----------+
 ChangeLog |   14 ++++++++++++++
 getkey.c  |   23 ++++++++++++++++++++++-
 gpgv.c    |    2 +-
 keyedit.c |    2 +-
 keylist.c |   12 +++---------
 trustdb.c |   18 ++++--------------
 trustdb.h |    2 +-
 7 files changed, 46 insertions(+), 27 deletions(-)