aboutsummaryrefslogtreecommitdiffstats
path: root/agent (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* agent: Have a thread to wait for the child process of scdaemon.NIIBE Yutaka2018-11-263-89/+97
* agent: Defer calling assuan_release when it's still in use.NIIBE Yutaka2018-11-261-22/+40
* agent: Clean up SCDaemon management.NIIBE Yutaka2018-11-261-8/+1
* agent: Simplify agent_popup_message_stop.NIIBE Yutaka2018-11-141-8/+0
* po: Clarify a translator's note.Werner Koch2018-11-131-7/+9
* all: fix more spelling errorsDaniel Kahn Gillmor2018-10-251-3/+3
* all: fix spelling and typosDaniel Kahn Gillmor2018-10-245-7/+7
* agent: Fix possible release of unitialize var in a genkey error case.Werner Koch2018-10-241-1/+1
* ssh: Fix possible infinite loop in case of an read error.Werner Koch2018-10-241-3/+4
* agent: Fix build regression for Windows.Werner Koch2018-10-222-8/+15
* agent: Fix message for ACK button.NIIBE Yutaka2018-10-121-13/+35
* agent: Support --ack option for POPUPPINPADPROMPT.NIIBE Yutaka2018-10-111-1/+1
* agent: Fix error code check from npth_mutex_init.NIIBE Yutaka2018-09-101-2/+6
* agent: New commands PUT_SECRET and GET_SECRET.Werner Koch2018-07-023-12/+237
* agent: Fix segv running in --server modeWerner Koch2018-07-021-9/+14
* agent: Add DBUS_SESSION_BUS_ADDRESS et al. to the startup list.Werner Koch2018-06-061-7/+7
* Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2018-05-131-0/+18
|\
| * agent,dirmngr: Add "getenv" to the getinfo command.Werner Koch2018-04-121-0/+18
* | Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2018-04-102-9/+41
|\|
| * agent: Improve the unknown ssh flag detection.Werner Koch2018-04-101-24/+31
| * agent: unknown flags on ssh signing requests cause an error.T3880-fixT3880Daniel Kahn Gillmor2018-04-091-1/+9
| * agent: change documentation reference for ssh-agent protocol.Daniel Kahn Gillmor2018-04-091-2/+4
| * agent: Support SSH signature flags.NIIBE Yutaka2018-04-061-1/+16
| * agent,scd: Use pointer to represent HANDLE.NIIBE Yutaka2018-03-271-2/+2
* | Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2018-03-278-43/+66
|\|
| * agent: Make the request origin a part of the cache items.Werner Koch2018-03-278-43/+51
| * agent: New OPTION pretend-request-originWerner Koch2018-03-231-0/+15
* | Merge branch 'STABLE-BRANCH-2-2' into wk-masterWerner Koch2018-03-063-0/+24
|\|
| * agent: Also evict cached items via a timer.Werner Koch2018-03-063-0/+24
* | Merge branch 'STABLE-BRANCH-2-2'Werner Koch2018-02-221-38/+8
|\|
| * agent: Avoid appending a '\0' byte to the response of READKEYKatsuhiro Ueno2018-02-141-1/+2