mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Started to implement the audit log feature.
Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes.
This commit is contained in:
parent
093b25c996
commit
55ba204bfa
103 changed files with 17892 additions and 15330 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-11-15 Werner Koch <wk@g10code.com>
|
||||
|
||||
* gpg-connect-agent.c (start_agent): Adjust changed
|
||||
send_pinentry_environment.
|
||||
|
||||
2007-10-24 Werner Koch <wk@g10code.com>
|
||||
|
||||
* gpg-connect-agent.c (substitute_line): Restore temporary nul
|
||||
|
|
|
@ -1989,7 +1989,7 @@ start_agent (void)
|
|||
}
|
||||
|
||||
rc = send_pinentry_environment (ctx, GPG_ERR_SOURCE_DEFAULT,
|
||||
NULL, NULL, NULL, NULL, NULL);
|
||||
NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||||
if (rc)
|
||||
{
|
||||
log_error (_("error sending standard options: %s\n"), gpg_strerror (rc));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue