aboutsummaryrefslogtreecommitdiffstats
path: root/agent/call-pinentry.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-20agent: New option --pinentry-timeoutWerner Koch1-0/+12
2015-11-27Silence unused variable or parameter warnings.Werner Koch1-0/+2
2015-11-17Fix typos found using codespell.Justus Winter1-1/+1
2015-10-09agent: simplify agent_get_passphrase.NIIBE Yutaka1-8/+2
2015-10-09agent: fix agent_askpin.NIIBE Yutaka1-1/+1
2015-10-09agent: Fix function return type for check_cb and agent_askpin.NIIBE Yutaka1-7/+8
2015-10-05agent: Fix non-allocation for pinentry_loopback.NIIBE Yutaka1-4/+2
2015-09-16agent: New option --pinentry-invisible-char.Werner Koch1-0/+15
2015-06-30agent: Use different translation func for Pinentry strings.Werner Koch1-22/+21
2015-06-30agent: Improve a comment.Werner Koch1-1/+2
2015-06-29Show passphrase constraints errors as password prompt errorsNeal H. Walfield1-1/+1
2015-06-10agent: Add option --allow-emacs-pinentryDaiki Ueno1-0/+10
2015-05-19agent: When the password cache is cleared, also clear the ext. cache.Neal H. Walfield1-0/+26
2015-05-19agent: Modify agent_clear_passphrase to support an ext. password cache.Neal H. Walfield1-1/+22
2015-05-11agent: Add option --no-allow-external-cache.Werner Koch1-13/+18
2015-05-11agent: Add strings for use by future Pinentry versions.Werner Koch1-1/+8
2015-05-11agent: Add option --debug-pinentry.Werner Koch1-1/+1
2015-05-07agent: Minor change for 56b5c9f.Werner Koch1-12/+14
2015-05-07agent: Improve some comments.Neal H. Walfield1-7/+7
2015-05-07agent: Improve support for externally cached passwords.Neal H. Walfield1-12/+35
2015-05-07agent: Or in the value; don't overwrite the variable.Neal H. Walfield1-1/+1
2015-05-07agent: Avoid magic numbers. Use more accurate names.Neal H. Walfield1-12/+20
2015-04-14agent: Send the new SETKEYINFO command to the Pinentry.Werner Koch1-2/+22
2015-04-06Rename DBG_ASSUAN to DBG_IPC and add separate DBG_EXTPROG.Werner Koch1-2/+2
2015-03-11agent: Improve error reporting from Pinentry.Werner Koch1-0/+28
2015-02-04gpg-agent: Use "pinentry-basic" as fallback.Werner Koch1-8/+9
2014-10-24agent: Support pinentries with integrated repeat passphrase feature.Werner Koch1-15/+42
2014-09-18agent: Silence compiler warning for a debug message.Werner Koch1-2/+2
2014-03-07Silence several warnings when building under Windows.Werner Koch1-2/+2
2013-02-22Use has_leading_keyword in the assuan callbacks.Werner Koch1-6/+3
2013-01-25agent: Fix a bug of handling return code from npth_join.NIIBE Yutaka1-2/+2
2012-08-24Actually show translators comments in PO filesDavid Prévot1-1/+1
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-2/+2
2012-01-25Port to npth.Marcus Brinkmann1-59/+49
2011-12-16Don't kill pinentry by SIGKILL but let it quit by SIGINT.NIIBE Yutaka1-2/+1
2011-09-12Handle pinentry-mode=loopback.Ben Kibbey1-2/+39
2011-03-03New agent option pinentry-mode.Werner Koch1-1/+31
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-33/+31
2010-10-18Re-enabled german translationWerner Koch1-2/+2
2010-10-13More agent support for gpg.Werner Koch1-11/+18
2010-10-01Exporting secret keys via gpg-agent is now basically supported.Werner Koch1-2/+36
2010-09-01Use passphrase caching for import and genkey.Werner Koch1-0/+6
2010-08-12Fix dirmngr problems on CE.Werner Koch1-0/+7
2010-04-14Whole lot of changes to support CE.Werner Koch1-3/+3
2010-02-26Some minor changes and typo fixes.Werner Koch1-5/+10
2010-02-17Provide default strings for the pinentry.Werner Koch1-3/+33
2009-12-08common/Marcus Brinkmann1-2/+2
2009-11-05agent/Marcus Brinkmann1-2/+3
2009-09-232009-09-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-6/+14
2009-07-07Reworked passing of envars to Pinentry.Werner Koch1-10/+31