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
|
@ -85,6 +85,12 @@ option_handler (assuan_context_t ctx, const char *key, const char *value)
|
|||
else if (!strcmp (key, "lc-messages"))
|
||||
{
|
||||
}
|
||||
else if (!strcmp (key, "xauthority"))
|
||||
{
|
||||
}
|
||||
else if (!strcmp (key, "pinentry_user_data"))
|
||||
{
|
||||
}
|
||||
else if (!strcmp (key, "list-mode"))
|
||||
{
|
||||
/* This is for now a dummy option. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue