aboutsummaryrefslogtreecommitdiffstats
path: root/agent/agent.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-20agent: Allow threads to interrupt main select loop with SIGCONT.Daniel Kahn Gillmor1-0/+1
2019-05-27agent: Stop scdaemon after reload when disable_scdaemon.NIIBE Yutaka1-0/+1
2019-02-06agent: Clear bogus pinentry cache, when it causes an error.NIIBE Yutaka1-1/+10
2018-12-11agent: Make the S2K calibration time runtime configurable.Werner Koch1-0/+1
2018-03-27agent: Make the request origin a part of the cache items.Werner Koch1-2/+2
2018-03-06agent: Also evict cached items via a timer.Werner Koch1-0/+1
2017-11-06agent: New GETINFO sub-commands "s2k_count_cal" and "s2k_time".Werner Koch1-0/+2
2017-11-06agent: New option --s2k-count.Werner Koch1-0/+4
2017-10-27agent: Clean up pinentry access locking.NIIBE Yutaka1-2/+3
2017-10-27agent: Allow recursive use of pinentry.NIIBE Yutaka1-0/+3
2017-08-23agent: Fix string translation for WindowsAndre Heinecke1-1/+1
2017-07-28agent: Minor cleanup (mostly for documentation).Werner Koch1-11/+11
2017-05-24agent: Make digest algorithms for ssh fingerprints configurable.Justus Winter1-0/+4
2017-03-24agent: New option --enable-extended-key-format.Werner Koch1-0/+3
2017-03-24agent: New option --stub-only for DELETE_KEYWerner Koch1-1/+2
2017-02-22agent: Prepend the description to a PIN prompt.Werner Koch1-0/+2
2017-02-22agent: Prepare to pass an additional parameter to the getpin callback.Werner Koch1-6/+12
2017-02-17agent: Send back all public keys for available cards.NIIBE Yutaka1-0/+1
2017-02-03agent: Tell the Pinentry the client's pid.Werner Koch1-0/+1
2017-01-16agent: Ask specific SERIALNO for pksign/pkdecrypt.NIIBE Yutaka1-1/+1
2016-12-19Remove unused debug flags and add "dns" and "network".Werner Koch1-2/+0
2016-11-11agent: Clean up comments.Daniel Kahn Gillmor1-2/+2
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-11-03agent: Extend the PINENTRY_LAUNCHED inquiry and status.Werner Koch1-1/+2
2016-11-02Spelling: correct spelling of "passphrase".Daniel Kahn Gillmor1-1/+1
2016-10-20agent: Add --card option for READKEY.NIIBE Yutaka1-0/+3
2016-08-06agent: Fix long standing regression tracking the connection count.Werner Koch1-0/+1
2016-06-07Replace use of opt.homedir by accessor functions.Werner Koch1-1/+0
2016-04-12agent: Implement new protection mode openpgp-s2k3-ocb-aes.Werner Koch1-1/+1
2016-01-25agent: Send PROGRESS status lines to the client.Werner Koch1-0/+3
2016-01-20agent: New option --pinentry-timeoutWerner Koch1-0/+5
2015-10-09agent: Fix function return type for check_cb and agent_askpin.NIIBE Yutaka1-6/+7
2015-09-16agent: New option --pinentry-invisible-char.Werner Koch1-2/+6
2015-08-24agent: Raise the maximum password length. Don't hard code it.Neal H. Walfield1-0/+5
2015-08-07agent: Add option --force to the DELETE_KEY command.Werner Koch1-1/+1
2015-07-26Replace GNUPG_GCC_A_ macros by GPGRT_ATTR_ macros.Werner Koch1-3/+4
2015-07-10agent: Support non-NLS build.NIIBE Yutaka1-0/+4
2015-06-30Flag the L_() function with attribute format_arg.Werner Koch1-0/+4
2015-06-30agent: Use different translation func for Pinentry strings.Werner Koch1-0/+15
2015-06-29Show passphrase constraints errors as password prompt errorsNeal H. Walfield1-1/+3
2015-06-29agent,w32: Do not create a useless socket with --enable-putty-support.Werner Koch1-3/+0
2015-06-11agent: Add experimental option --browser-socket.Werner Koch1-1/+9
2015-06-10agent: Add option --allow-emacs-pinentryDaiki Ueno1-0/+4
2015-05-19agent: When the password cache is cleared, also clear the ext. cache.Neal H. Walfield1-1/+2
2015-05-19agent: Modify agent_clear_passphrase to support an ext. password cache.Neal H. Walfield1-1/+2
2015-05-11agent: Add option --no-allow-external-cache.Werner Koch1-0/+5
2015-05-11agent: Add option --debug-pinentry.Werner Koch1-0/+3
2015-04-24common: Rename log and gcc attribute macros (jnlib merge).Werner Koch1-2/+2
2015-04-14agent: Send the new SETKEYINFO command to the Pinentry.Werner Koch1-1/+2
2015-04-06Rename DBG_ASSUAN to DBG_IPC and add separate DBG_EXTPROG.Werner Koch1-2/+2