summaryrefslogtreecommitdiffstats
path: root/agent (follow)
Commit message (Expand)AuthorAgeFilesLines
* agent: Avoid multiple calls to scd for KEYINFO.Werner Koch2020-01-131-2/+45
* agent: Replace free by xfree in recently added code.Werner Koch2020-01-131-3/+3
* scd: Make SERIALNO --all work correctly and use it.Werner Koch2020-01-131-1/+1
* agent: handle SSH operation by KEYGRIP.NIIBE Yutaka2020-01-131-86/+15
* agent: Extend agent_card_getattr with KEYGRIP.NIIBE Yutaka2020-01-133-5/+11
* scd: Use a scdaemon internal key to protect the PIN cache IPC.Werner Koch2020-01-092-65/+49
* agent: SSH: SCD KEYINFO to list available keys.NIIBE Yutaka2020-01-095-116/+39
* agent: First changes to support a PIN cache for scdaemon.Werner Koch2020-01-074-29/+217
* agent: Improve --debug-pinentry diagnosticsWerner Koch2019-11-251-19/+35
* dirmngr: Fixed typo in recently added diagnostic.Werner Koch2019-11-181-1/+1
* agent: Fix ask_for_card to allow a key on multiple cards.NIIBE Yutaka2019-09-051-83/+36
* agent: Fix an error path of agent_get_confirmation.NIIBE Yutaka2019-08-061-8/+9
* agent: Relax the handling of pinentry error for keyboard grab.NIIBE Yutaka2019-07-111-1/+11
* agent: Close a dialog cleanly when gpg/ssh is killed for CONFIRM.NIIBE Yutaka2019-06-281-22/+60
* agent: Allow TERM="".NIIBE Yutaka2019-06-041-1/+1
* agent: Add pinentry_loopback_confirm declaration.NIIBE Yutaka2019-06-041-2/+5
* g10,agent: Support CONFIRM for --delete-key.NIIBE Yutaka2019-06-042-1/+38
* Return better error code for some getinfo IPC commands.Werner Koch2019-06-031-3/+3
* agent: Add A-flag for KEYINFO output for card.NIIBE Yutaka2019-05-291-4/+29
* agent: Make an MD encoding function more robust.Werner Koch2019-05-281-7/+12
* agent: Remove unused agent_show_message.NIIBE Yutaka2019-05-282-72/+6
* agent: Stop scdaemon after reload when disable_scdaemon.NIIBE Yutaka2019-05-233-0/+13
* agent: For SSH key, don't put NUL-byte at the end.NIIBE Yutaka2019-05-211-2/+2
* agent,scd: Scan and load all public keys for availability.NIIBE Yutaka2019-05-161-7/+14
* agent: Support scdaemon operation using KEYGRIP.NIIBE Yutaka2019-05-155-34/+215
* agent: Replace most assert by log_assert.Werner Koch2019-05-1417-60/+42
* agent: correct length for uri and comment on 64-bit big-endian platformsDaniel Kahn Gillmor2019-05-141-2/+5
* dirmngr: Add a CSRF expection for pm.meWerner Koch2019-05-091-2/+2
* agent: If a Label is make sure that label is part of the prompt.Werner Koch2019-05-071-0/+40
* agent: Allow the use of "Label:" in a key file.Werner Koch2019-05-072-25/+82
* agent: Put Token lines into the key files.Werner Koch2019-05-039-32/+121
* agent: Allow other ssh fingerprint algos in KEYINFO.Werner Koch2019-03-261-4/+20
* agent: Re-introduce --enable-extended-key-format.Werner Koch2019-03-063-4/+15
* agent: Default to extended key format.Werner Koch2019-03-061-9/+13
* agent: Fix detection of exit of scdaemon.NIIBE Yutaka2019-03-061-62/+80
* scd:piv: Implement import of private keys for Yubikeys.Werner Koch2019-03-052-3/+14
* agent: Minor change to the KEYTOCARD command.Werner Koch2019-03-054-71/+56
* agent: PKSIGN should return signature in same format for card.NIIBE Yutaka2019-02-271-46/+36
* agent: Fix for suggested Libgcrypt use.Werner Koch2019-02-251-1/+16
* agent: Terminate pinentry process gracefully, by watching socket.NIIBE Yutaka2019-02-191-4/+81
* agent: Minor change for pinentry status handling.NIIBE Yutaka2019-02-191-11/+7
* agent: Factor out the getpin interaction.NIIBE Yutaka2019-02-191-42/+37
* agent: Clear bogus pinentry cache, when it causes an error.NIIBE Yutaka2019-01-283-21/+39
* gpg: Move S2K encoding function to a shared file.Werner Koch2019-01-261-3/+1
* agent: Support --mode=ssh option for CLEAR_PASSPHRASE.NIIBE Yutaka2019-01-251-8/+10
* common: Extend function percent_data_escape.Werner Koch2019-01-241-1/+1
* ssh: Simplify the curve name lookup.Werner Koch2019-01-171-84/+54
* agent: Make the S2K calibration time runtime configurabe.Werner Koch2018-12-113-7/+34
* scd: Add strerror to new error message.Werner Koch2018-11-301-1/+1
* agent: Better serialization for scdaemon access.NIIBE Yutaka2018-11-271-19/+16