mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* keydb.c (keydb_add_resource): Create keybox
* keylist.c (gpgsm_list_keys): Fixed non-server keylisting. * server.c (rc_to_assuan_status): New. Use it for all commands.
This commit is contained in:
parent
ce8a236195
commit
99829ef5fb
7 changed files with 251 additions and 153 deletions
14
sm/keylist.c
14
sm/keylist.c
|
@ -168,13 +168,13 @@ gpgsm_list_keys (CTRL ctrl, STRLIST names, FILE *fp)
|
|||
putc ('\n', fp);
|
||||
lastresname = resname;
|
||||
}
|
||||
if (ctrl->with_colons)
|
||||
list_cert_colon (cert, fp);
|
||||
else
|
||||
list_cert_colon (cert, fp);
|
||||
ksba_cert_release (cert);
|
||||
cert = NULL;
|
||||
}
|
||||
}
|
||||
if (ctrl->with_colons)
|
||||
list_cert_colon (cert, fp);
|
||||
else
|
||||
list_cert_colon (cert, fp);
|
||||
ksba_cert_release (cert);
|
||||
cert = NULL;
|
||||
}
|
||||
while (!(rc = keydb_search_next (hd)));
|
||||
if (rc && rc != -1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue