aboutsummaryrefslogtreecommitdiffstats
path: root/sm/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'sm/ChangeLog')
-rw-r--r--sm/ChangeLog19
1 files changed, 18 insertions, 1 deletions
diff --git a/sm/ChangeLog b/sm/ChangeLog
index dcbbff3cf..2ba2ee3b2 100644
--- a/sm/ChangeLog
+++ b/sm/ChangeLog
@@ -1,3 +1,20 @@
+2008-02-13 Werner Koch <[email protected]>
+
+ * call-dirmngr.c (gpgsm_dirmngr_lookup): Add arg CACHE_ONLY.
+ * keylist.c (list_external_keys): Pass false for new arg.
+ * certchain.c (find_up_dirmngr): New.
+ (find_up): Also try to read from the dirmngr cache.
+ (find_up, find_up_external, gpgsm_walk_cert_chain)
+ (gpgsm_basic_cert_check, allowed_ca): Add arg CTRL and changed all
+ callers.
+ * call-agent.c (struct learn_parm_s): Add field CTRL.
+ (gpgsm_agent_learn): Set it.
+
+2008-02-11 Werner Koch <[email protected]>
+
+ * server.c (cmd_getinfo): New.
+ (gpgsm_server): Register GETINFO.
+
2008-01-29 Marcus Brinkmann <[email protected]>
* keylist.c (list_internal_keys): New variable lastcert. Use it
@@ -35,7 +52,7 @@
2007-12-03 Werner Koch <[email protected]>
- * gpgsm.c (main): All gnupg_reopen_std.
+ * gpgsm.c (main): Call gnupg_reopen_std.
h2007-11-22 Werner Koch <[email protected]>