aboutsummaryrefslogtreecommitdiffstats
path: root/agent/agent.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* agent: Better interaction between main loop and cache expiration.NIIBE Yutaka2023-08-301-1/+1
* agent: Add agent_kick_the_loop function.NIIBE Yutaka2023-08-241-0/+1
* agent: Create and use Token entries to track the display s/n.Werner Koch2023-05-261-5/+8
* agent: Make --disable-extended-key-format a dummy option.Werner Koch2023-03-131-8/+1
* ssh: Allow to define the order in which keys are returned.Werner Koch2023-02-011-1/+1
* agent,w32: Support Win32-OpenSSH emulation by gpg-agent.NIIBE Yutaka2022-10-141-0/+1
* agent: Add KEYATTR command.NIIBE Yutaka2022-06-221-1/+3
* agent: New option --no-user-trustlist and --sys-trustlist-name.Werner Koch2022-06-141-0/+7
* agent,ssh: Make not-inserted OpenPGP.3 keys available for SSH.NIIBE Yutaka2022-05-261-0/+3
* agent: Handle USAGE information in KEYINFO.NIIBE Yutaka2022-05-261-0/+1
* agent: Move confirmation handling into findkey.c.NIIBE Yutaka2022-05-201-10/+9
* agent: Use "Created:" field for creation time.NIIBE Yutaka2022-03-251-1/+1
* agent: Ignore passphrase constraints for a generated passphrase.Werner Koch2021-08-181-1/+2
* agent: New option --check-sym-passphrase-pattern.Werner Koch2021-08-131-2/+10
* agent: Make --pinentry-formatted-passphrase a simple flagIngo Klöcker2021-08-121-7/+2
* agent: New option --pinentry-formatted-passphraseIngo Klöcker2021-08-101-0/+8
* agent: Fix build without TPMWerner Koch2021-03-101-1/+1
* agent: Add new shadow key type and functions to call tpm2daemonJames Bottomley2021-03-101-0/+58
* agent: Clean up the API of agent_pkdecrypt.NIIBE Yutaka2020-12-081-3/+3
* agent: Allow to pass a timestamp to genkey and import.Werner Koch2020-08-171-2/+3
* agent: Add option --pss to pksign to be used by smartcards.Werner Koch2020-08-101-3/+5
* agent: New option --newsymkey for GET_PASSPHRASEWerner Koch2020-07-081-2/+3
* agent: separate out daemon handling infrastructure for reuseJames Bottomley2020-06-241-12/+26
* agent: expose shadow key typeJames Bottomley via Gnupg-devel2020-06-241-1/+9
* agent: Clean up for getting info from SEXP.NIIBE Yutaka2020-06-191-2/+1
* agent,ecc: Use of opaque MPI for ECC, fixup 'd'.NIIBE Yutaka2020-06-051-0/+5
* agent: Allow to use SETHASH for arbitrary data.Werner Koch2020-05-181-1/+4
* Spelling cleanup.Daniel Kahn Gillmor2020-02-181-2/+2
* agent: Allow signing with card key even without a stub key.Werner Koch2020-02-131-1/+2
* build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch2020-02-101-0/+1
* agent: Extend agent_card_getattr with KEYGRIP.NIIBE Yutaka2020-01-131-2/+3
* agent: SSH: SCD KEYINFO to list available keys.NIIBE Yutaka2020-01-091-2/+1
* agent: First changes to support a PIN cache for scdaemon.Werner Koch2020-01-071-1/+2
* agent: Add pinentry_loopback_confirm declaration.NIIBE Yutaka2019-06-041-2/+5
* agent: Stop scdaemon after reload when disable_scdaemon.NIIBE Yutaka2019-05-231-0/+1
* agent: Support scdaemon operation using KEYGRIP.NIIBE Yutaka2019-05-151-0/+14
* agent: Put Token lines into the key files.Werner Koch2019-05-031-1/+2
* agent: Re-introduce --enable-extended-key-format.Werner Koch2019-03-061-1/+5
* agent: Minor change to the KEYTOCARD command.Werner Koch2019-03-051-8/+9
* agent: Clear bogus pinentry cache, when it causes an error.NIIBE Yutaka2019-01-281-1/+10
* agent: Make the S2K calibration time runtime configurabe.Werner Koch2018-12-111-0/+1
* agent: Have a thread to wait for the child process of scdaemon.NIIBE Yutaka2018-11-261-1/+0
* agent: New commands PUT_SECRET and GET_SECRET.Werner Koch2018-07-021-2/+3
* Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2018-03-271-2/+2
|\
| * agent: Make the request origin a part of the cache items.Werner Koch2018-03-271-2/+2
* | Merge branch 'STABLE-BRANCH-2-2' into wk-masterWerner Koch2018-03-061-0/+1
|\|
| * 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