diff options
author | Werner Koch <[email protected]> | 2002-03-06 16:13:47 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-03-06 16:13:47 +0000 |
commit | c1791a8d1505593f385c8224d2591a60ecc811e9 (patch) | |
tree | ebae2f326a5be1cfa22b9f38510e9039967c5e06 /sm/ChangeLog | |
parent | sm/ (diff) | |
download | gnupg-NEWPG-0-3-2.tar.gz gnupg-NEWPG-0-3-2.zip |
* server.c (cmd_listkeys, cmd_listsecretkeys): Divert toNEWPG-0-3-2
(do_listkeys): new. Add pattern parsing.
* keylist.c (gpgsm_list_keys): Handle selection pattern.
Diffstat (limited to 'sm/ChangeLog')
-rw-r--r-- | sm/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sm/ChangeLog b/sm/ChangeLog index 756cb45f8..5b97cf13c 100644 --- a/sm/ChangeLog +++ b/sm/ChangeLog @@ -1,5 +1,10 @@ 2002-03-06 Werner Koch <[email protected]> + * server.c (cmd_listkeys, cmd_listsecretkeys): Divert to + (do_listkeys): new. Add pattern parsing. + + * keylist.c (gpgsm_list_keys): Handle selection pattern. + * gpgsm.c: New command --learn-card * call-agent.c (learn_cb,gpgsm_agent_learn): New. |