aboutsummaryrefslogtreecommitdiffstats
path: root/agent (follow)
Commit message (Expand)AuthorAgeFilesLines
* spelling: Fix "synchronize"Daniel Kahn Gillmor2019-06-241-1/+1
* Return better error code for some getinfo IPC commands.Werner Koch2019-06-031-3/+3
* agent: Stop scdaemon after reload when disable_scdaemon.NIIBE Yutaka2019-05-273-0/+13
* agent: For SSH key, don't put NUL-byte at the end.NIIBE Yutaka2019-05-211-2/+2
* 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: Allow other ssh fingerprint algos in KEYINFO.Werner Koch2019-03-261-4/+20
* agent: Support --mode=ssh option for CLEAR_PASSPHRASE.NIIBE Yutaka2019-03-071-8/+10
* agent: Fix for suggested Libgcrypt use.Werner Koch2019-02-251-1/+16
* agent: Fix cancellation handling for scdaemon.NIIBE Yutaka2019-02-191-41/+0
* agent: Clear bogus pinentry cache, when it causes an error.NIIBE Yutaka2019-02-063-21/+39
* ssh: Simplify the curve name lookup.Werner Koch2019-01-221-84/+54
* agent: Fix message for ACK button.NIIBE Yutaka2018-12-191-13/+35
* agent: Support --ack option for POPUPPINPADPROMPT.NIIBE Yutaka2018-12-181-1/+1
* agent: Make the S2K calibration time runtime configurable.Werner Koch2018-12-113-7/+34
* agent: compile-time configuration of s2k calibration.Daniel Kahn Gillmor2018-12-111-3/+3
* 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 error code check from npth_mutex_init.NIIBE Yutaka2018-09-101-2/+6
* agent: Add DBUS_SESSION_BUS_ADDRESS et al. to the startup list.Werner Koch2018-06-061-7/+7
* agent,dirmngr: Add "getenv" to the getinfo command.Werner Koch2018-04-121-0/+18
* 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
* 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
* agent: Also evict cached items via a timer.Werner Koch2018-03-063-0/+24
* agent: Avoid appending a '\0' byte to the response of READKEYKatsuhiro Ueno2018-02-141-1/+2
* common: Use new function to print status strings.Werner Koch2018-02-141-37/+6
* agent: Fix last commit.NIIBE Yutaka2018-01-261-0/+3
* agent: More fix for get_client_pid for portability.NIIBE Yutaka2018-01-261-2/+2
* Change backlog from 5 to 64 and provide option --listen-backlog.Werner Koch2017-12-121-2/+14
* doc: Fix DijkstraWerner Koch2017-12-081-2/+2
* agent: Fix description of shadow format.NIIBE Yutaka2017-12-083-3/+3
* agent: Change intialization of assuan socket system hooks.NIIBE Yutaka2017-12-071-1/+2
* agent: Set assuan system hooks before call of assuan_sock_init.NIIBE Yutaka2017-12-061-1/+1
* agent: New option --auto-expand-secmem.Werner Koch2017-11-241-0/+11
* gpg-agent: Avoid getting stuck in shutdown pending state.Werner Koch2017-11-201-15/+22
* agent: Use clock or clock_gettime for calibration.NIIBE Yutaka2017-11-202-6/+10
* agent: New GETINFO sub-commands "s2k_count_cal" and "s2k_time".Werner Koch2017-11-063-16/+51
* agent: New option --s2k-count.Werner Koch2017-11-063-0/+16
* agent: Fix returning GPG_ERR_NOT_FOUND wrongly.NIIBE Yutaka2017-11-021-7/+5
* agent: Clean up pinentry access locking.NIIBE Yutaka2017-10-272-67/+60
* agent: Allow recursive use of pinentry.NIIBE Yutaka2017-10-272-11/+26
* agent, tests: Support --disable-scdaemon build case.NIIBE Yutaka2017-10-261-3/+6
* agent: Fix string translation for WindowsAndre Heinecke2017-08-231-1/+1
* Simple typo fix.Daniel Kahn Gillmor2017-08-071-1/+1
* agent: Make --no-grab the default.Werner Koch2017-08-041-3/+13