aboutsummaryrefslogtreecommitdiffstats
path: root/agent (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-26agent: Allow other ssh fingerprint algos in KEYINFO.Werner Koch1-4/+20
2019-03-06agent: Re-introduce --enable-extended-key-format.Werner Koch3-4/+15
2019-03-06agent: Default to extended key format.Werner Koch1-9/+13
2019-03-06agent: Fix detection of exit of scdaemon.NIIBE Yutaka1-62/+80
2019-03-05scd:piv: Implement import of private keys for Yubikeys.Werner Koch2-3/+14
2019-03-05agent: Minor change to the KEYTOCARD command.Werner Koch4-71/+56
2019-02-27agent: PKSIGN should return signature in same format for card.NIIBE Yutaka1-46/+36
2019-02-25agent: Fix for suggested Libgcrypt use.Werner Koch1-1/+16
2019-02-19agent: Terminate pinentry process gracefully, by watching socket.NIIBE Yutaka1-4/+81
2019-02-19agent: Minor change for pinentry status handling.NIIBE Yutaka1-11/+7
2019-02-19agent: Factor out the getpin interaction.NIIBE Yutaka1-42/+37
2019-01-28agent: Clear bogus pinentry cache, when it causes an error.NIIBE Yutaka3-21/+39
2019-01-26gpg: Move S2K encoding function to a shared file.Werner Koch1-3/+1
2019-01-25agent: Support --mode=ssh option for CLEAR_PASSPHRASE.NIIBE Yutaka1-8/+10
2019-01-24common: Extend function percent_data_escape.Werner Koch1-1/+1
2019-01-17ssh: Simplify the curve name lookup.Werner Koch1-84/+54
2018-12-11agent: Make the S2K calibration time runtime configurabe.Werner Koch3-7/+34
2018-11-30scd: Add strerror to new error message.Werner Koch1-1/+1
2018-11-27agent: Better serialization for scdaemon access.NIIBE Yutaka1-19/+16
2018-11-26agent: Have a thread to wait for the child process of scdaemon.NIIBE Yutaka3-89/+97
2018-11-26agent: Defer calling assuan_release when it's still in use.NIIBE Yutaka1-22/+40
2018-11-26agent: Clean up SCDaemon management.NIIBE Yutaka1-8/+1
2018-11-14agent: Simplify agent_popup_message_stop.NIIBE Yutaka1-8/+0
2018-11-13po: Clarify a translator's note.Werner Koch1-7/+9
2018-10-25all: fix more spelling errorsDaniel Kahn Gillmor1-3/+3
2018-10-24all: fix spelling and typosDaniel Kahn Gillmor5-7/+7
2018-10-24agent: Fix possible release of unitialize var in a genkey error case.Werner Koch1-1/+1
2018-10-24ssh: Fix possible infinite loop in case of an read error.Werner Koch1-3/+4
2018-10-22agent: Fix build regression for Windows.Werner Koch2-8/+15
2018-10-12agent: Fix message for ACK button.NIIBE Yutaka1-13/+35
2018-10-11agent: Support --ack option for POPUPPINPADPROMPT.NIIBE Yutaka1-1/+1
2018-09-10agent: Fix error code check from npth_mutex_init.NIIBE Yutaka1-2/+6
2018-07-02agent: New commands PUT_SECRET and GET_SECRET.Werner Koch3-12/+237
2018-07-02agent: Fix segv running in --server modeWerner Koch1-9/+14
2018-06-06agent: Add DBUS_SESSION_BUS_ADDRESS et al. to the startup list.Werner Koch1-7/+7
2018-04-12agent,dirmngr: Add "getenv" to the getinfo command.Werner Koch1-0/+18
2018-04-10agent: Improve the unknown ssh flag detection.Werner Koch1-24/+31
2018-04-09agent: unknown flags on ssh signing requests cause an error.T3880-fixT3880Daniel Kahn Gillmor1-1/+9
2018-04-09agent: change documentation reference for ssh-agent protocol.Daniel Kahn Gillmor1-2/+4
2018-04-06agent: Support SSH signature flags.NIIBE Yutaka1-1/+16
2018-03-27agent,scd: Use pointer to represent HANDLE.NIIBE Yutaka1-2/+2
2018-03-27agent: Make the request origin a part of the cache items.Werner Koch8-43/+51
2018-03-23agent: New OPTION pretend-request-originWerner Koch1-0/+15
2018-03-06agent: Also evict cached items via a timer.Werner Koch3-0/+24
2018-02-14agent: Avoid appending a '\0' byte to the response of READKEYKatsuhiro Ueno1-1/+2
2018-02-14common: Use new function to print status strings.Werner Koch1-37/+6
2018-01-26agent: Fix sending connecting process uid to pinentry.NIIBE Yutaka1-1/+9
2018-01-26agent: Fix last commit.NIIBE Yutaka1-0/+3
2018-01-26agent: More fix for get_client_pid for portability.NIIBE Yutaka1-2/+2
2017-12-12Change backlog from 5 to 64 and provide option --listen-backlog.Werner Koch1-2/+14