diff options
Diffstat (limited to 'agent/ChangeLog')
-rw-r--r-- | agent/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/agent/ChangeLog b/agent/ChangeLog index d5e17ef81..0c31fc5b7 100644 --- a/agent/ChangeLog +++ b/agent/ChangeLog @@ -1,6 +1,16 @@ +2010-08-26 Werner Koch <[email protected]> + + * command-ssh.c (open_control_file): Use estream to create the file. + + * findkey.c (agent_write_private_key): Explicitly create file with + mode 600. + * gpg-agent.c (main): Ditto. + * trustlist.c (agent_marktrusted): Explicitly create file with + mode 640. + 2010-08-16 Werner Koch <[email protected]> - * gpg-agent.c: Repalce remaining printf by es_printf. + * gpg-agent.c: Replace remaining printf by es_printf. 2010-08-11 Werner Koch <[email protected]> |