mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* keylist.c (status_one_subpacket): New. Send the subpacket data to the
--status interface. * card-util.c (card_edit): Show when admin is enabled or not. * status.h, status.c: New STATUS_SIG_SUBPACKET type. * build-packet.c (build_sig_subpkt): Multiple keyserver URLs are allowed.
This commit is contained in:
parent
d89c701acb
commit
f5b7a72a48
6 changed files with 115 additions and 83 deletions
|
@ -1293,6 +1293,10 @@ card_edit (STRLIST commands)
|
|||
|
||||
case cmdADMIN:
|
||||
allow_admin=!allow_admin;
|
||||
if(allow_admin)
|
||||
tty_printf(_("Admin commands are allowed\n"));
|
||||
else
|
||||
tty_printf(_("Admin commands are not allowed\n"));
|
||||
break;
|
||||
|
||||
case cmdLIST:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue