diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/ChangeLog | 2 | ||||
-rw-r--r-- | tools/gpgconf-comp.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/tools/ChangeLog b/tools/ChangeLog index 7ef39133c..7621bae48 100644 --- a/tools/ChangeLog +++ b/tools/ChangeLog @@ -1,5 +1,7 @@ 2007-04-03 Werner Koch <[email protected]> + * gpgconf-comp.c: Allow changing of --allow-mark-trusted. + * gpg-connect-agent.c (main): New option --decode and commands decode and undecode. (read_and_print_response): Implement option. diff --git a/tools/gpgconf-comp.c b/tools/gpgconf-comp.c index 7bb92ebd9..580972aef 100644 --- a/tools/gpgconf-comp.c +++ b/tools/gpgconf-comp.c @@ -498,7 +498,7 @@ static gc_option_t gc_options_gpg_agent[] = { "ignore-cache-for-signing", GC_OPT_FLAG_RUNTIME, GC_LEVEL_BASIC, "gnupg", "do not use the PIN cache when signing", GC_ARG_TYPE_NONE, GC_BACKEND_GPG_AGENT }, - { "allow-mark-trusted", GC_OPT_FLAG_RUNTIME | GC_OPT_FLAG_NO_CHANGE, + { "allow-mark-trusted", GC_OPT_FLAG_RUNTIME, GC_LEVEL_ADVANCED, "gnupg", "allow clients to mark keys as \"trusted\"", GC_ARG_TYPE_NONE, GC_BACKEND_GPG_AGENT }, { "min-passphrase-len", GC_OPT_FLAG_RUNTIME, |