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