aboutsummaryrefslogtreecommitdiffstats
path: root/agent (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-20gpg: default to 3072-bit RSA keys.Daniel Kahn Gillmor1-1/+1
2019-07-20agent: Avoid scheduled checks on socket when inotify is working.Daniel Kahn Gillmor1-0/+2
2019-07-20agent: Avoid tight timer tick when possible.Daniel Kahn Gillmor2-2/+29
2019-07-20agent: Allow threads to interrupt main select loop with SIGCONT.Daniel Kahn Gillmor2-0/+17
2019-07-20agent: Create framework of scheduled timers.Daniel Kahn Gillmor1-27/+57
2019-07-20Avoid simple memory dumps via ptraceDaniel Kahn Gillmor1-0/+8
2019-06-24spelling: Fix "synchronize"Daniel Kahn Gillmor1-1/+1
2019-06-03Return better error code for some getinfo IPC commands.Werner Koch1-3/+3
2019-05-27agent: Stop scdaemon after reload when disable_scdaemon.NIIBE Yutaka3-0/+13
2019-05-21agent: For SSH key, don't put NUL-byte at the end.NIIBE Yutaka1-2/+2
2019-05-14agent: correct length for uri and comment on 64-bit big-endian platformsDaniel Kahn Gillmor1-2/+5
2019-05-09dirmngr: Add a CSRF expection for pm.meWerner Koch1-2/+2
2019-03-26agent: Allow other ssh fingerprint algos in KEYINFO.Werner Koch1-4/+20
2019-03-07agent: Support --mode=ssh option for CLEAR_PASSPHRASE.NIIBE Yutaka1-8/+10
2019-02-25agent: Fix for suggested Libgcrypt use.Werner Koch1-1/+16
2019-02-19agent: Fix cancellation handling for scdaemon.NIIBE Yutaka1-41/+0
2019-02-06agent: Clear bogus pinentry cache, when it causes an error.NIIBE Yutaka3-21/+39
2019-01-22ssh: Simplify the curve name lookup.Werner Koch1-84/+54
2018-12-19agent: Fix message for ACK button.NIIBE Yutaka1-13/+35
2018-12-18agent: Support --ack option for POPUPPINPADPROMPT.NIIBE Yutaka1-1/+1
2018-12-11agent: Make the S2K calibration time runtime configurable.Werner Koch3-7/+34
2018-12-11agent: compile-time configuration of s2k calibration.Daniel Kahn Gillmor1-3/+3
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-09-10agent: Fix error code check from npth_mutex_init.NIIBE Yutaka1-2/+6
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 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-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-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