aboutsummaryrefslogtreecommitdiffstats
path: root/agent (unfollow)
Commit message (Expand)AuthorFilesLines
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
2017-12-08doc: Fix DijkstraWerner Koch1-2/+2
2017-12-08agent: Fix description of shadow format.NIIBE Yutaka3-3/+3
2017-12-07agent: Change intialization of assuan socket system hooks.NIIBE Yutaka1-1/+2
2017-12-06agent: Set assuan system hooks before call of assuan_sock_init.NIIBE Yutaka1-1/+1
2017-11-27Use the gpgrt log functions if possible.Werner Koch3-5/+5
2017-11-24agent: New option --auto-expand-secmem.Werner Koch1-0/+11
2017-11-20gpg-agent: Avoid getting stuck in shutdown pending state.Werner Koch1-15/+22
2017-11-20agent: Use clock or clock_gettime for calibration.NIIBE Yutaka2-6/+10
2017-11-13gpg-agent: Avoid getting stuck in shutdown pending state.Werner Koch1-15/+22
2017-11-07agent: Use clock or clock_gettime for calibration.NIIBE Yutaka2-6/+10
2017-11-06agent: New GETINFO sub-commands "s2k_count_cal" and "s2k_time".Werner Koch3-16/+51
2017-11-06agent: New option --s2k-count.Werner Koch3-0/+16
2017-11-06agent: New GETINFO sub-commands "s2k_count_cal" and "s2k_time".Werner Koch3-16/+51
2017-11-06agent: New option --s2k-count.Werner Koch3-0/+16
2017-11-02agent: Fix returning GPG_ERR_NOT_FOUND wrongly.NIIBE Yutaka1-7/+5
2017-11-02agent: Fix returning GPG_ERR_NOT_FOUND wrongly.NIIBE Yutaka1-7/+5
2017-10-27agent: Clean up pinentry access locking.NIIBE Yutaka2-67/+60
2017-10-27agent: Allow recursive use of pinentry.NIIBE Yutaka2-11/+26