diff options
| author | David Shaw <[email protected]> | 2002-08-20 12:45:57 +0000 |
|---|---|---|
| committer | David Shaw <[email protected]> | 2002-08-20 12:45:57 +0000 |
| commit | fa88fe9aaf3ff884cd7a519168299d74888b2d05 (patch) | |
| tree | 45878a1035fb32217cd0ff561190eb0646f96a3f /g10/keylist.c | |
| parent | * gpgkeys_hkp.c (get_key, parse_hkp_index): Bring over latest code from (diff) | |
| download | gnupg-fa88fe9aaf3ff884cd7a519168299d74888b2d05.tar.gz gnupg-fa88fe9aaf3ff884cd7a519168299d74888b2d05.zip | |
* keylist.c, keyedit.c, keyserver.c, sign.c: Some TODOs and comments.
* export.c (do_export_stream): Fix noop bug in exporting sensitive
revocation keys.
* pkclist.c (do_edit_ownertrust): Comment out the option for showing trust
paths until it can be implemented.
Diffstat (limited to 'g10/keylist.c')
| -rw-r--r-- | g10/keylist.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/g10/keylist.c b/g10/keylist.c index cca574ef9..d588865db 100644 --- a/g10/keylist.c +++ b/g10/keylist.c @@ -517,6 +517,11 @@ list_keyblock_print ( KBNODE keyblock, int secret, int fpr, void *opaque ) case G10ERR_UNU_PUBKEY: stats->no_key++; continue; default: stats->oth_err++; sigrc = '%'; break; } + + /* TODO: Make sure a cached sig record here still has + the pk that issued it. See also + keyedit.c:print_and_check_one_sig */ + } else { rc = 0; |
