aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ChangeLog')
-rw-r--r--tools/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/ChangeLog b/tools/ChangeLog
index 0cfadae02..56247c6d8 100644
--- a/tools/ChangeLog
+++ b/tools/ChangeLog
@@ -1,3 +1,18 @@
+2007-03-06 Werner Koch <[email protected]>
+
+ * gpgconf-comp.c: Include pwd.h and grp.h.
+ (GC_OPT_FLAG_NO_CHANGE): New.
+ (gc_component_change_options): Implement it.
+ (gc_options_gpg_agent): Add options for all ttl values and
+ min-passphrase-length. Apply new flag to some of them.
+ (gc_process_gpgconf_conf, key_matches_user_or_group): New.
+ (gc_component_change_options): Factor some code out to ..
+ (change_one_value): .. new.
+ (gc_component_retrieve_options): Allow -1 for COMPONENT to iterate
+ over al components.
+ * gpgconf.c (main): New commands --check-config and
+ --apply-defaults. Call gc_process_gpgconf_conf.
+
2007-01-31 Werner Koch <[email protected]>
* Makefile.am (symcryptrun_LDADD): Add LIBICONV.