summaryrefslogtreecommitdiffstats
path: root/agent (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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.Daniel Kahn Gillmor2018-04-101-1/+9
| * agent: change documentation reference for ssh-agent protocol.Daniel Kahn Gillmor2018-04-101-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
| * common: Use new function to print status strings.Werner Koch2018-02-141-37/+6
* | agent: Fix sending connecting process uid to pinentry.NIIBE Yutaka2018-01-261-1/+9
* | Merge branch 'STABLE-BRANCH-2-2' into masterNIIBE Yutaka2018-01-261-0/+3
|\|
| * 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
* | Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2017-12-181-2/+14
|\|
| * Change backlog from 5 to 64 and provide option --listen-backlog.Werner Koch2017-12-121-2/+14
* | Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2017-12-114-5/+17
|\|
| * 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
* | Use the gpgrt log functions if possible.Werner Koch2017-11-273-5/+5
* | gpg-agent: Avoid getting stuck in shutdown pending state.Werner Koch2017-11-131-15/+22
* | agent: Use clock or clock_gettime for calibration.NIIBE Yutaka2017-11-072-6/+10