summaryrefslogtreecommitdiffstats
path: root/agent (follow)
Commit message (Expand)AuthorAgeFilesLines
* agent: Replace most assert by log_assert.Werner Koch2019-05-1417-60/+42
* 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: If a Label is make sure that label is part of the prompt.Werner Koch2019-05-071-0/+40
* agent: Allow the use of "Label:" in a key file.Werner Koch2019-05-072-25/+82
* agent: Put Token lines into the key files.Werner Koch2019-05-039-32/+121
* agent: Allow other ssh fingerprint algos in KEYINFO.Werner Koch2019-03-261-4/+20
* agent: Re-introduce --enable-extended-key-format.Werner Koch2019-03-063-4/+15
* agent: Default to extended key format.Werner Koch2019-03-061-9/+13
* agent: Fix detection of exit of scdaemon.NIIBE Yutaka2019-03-061-62/+80
* scd:piv: Implement import of private keys for Yubikeys.Werner Koch2019-03-052-3/+14
* agent: Minor change to the KEYTOCARD command.Werner Koch2019-03-054-71/+56
* agent: PKSIGN should return signature in same format for card.NIIBE Yutaka2019-02-271-46/+36
* agent: Fix for suggested Libgcrypt use.Werner Koch2019-02-251-1/+16
* agent: Terminate pinentry process gracefully, by watching socket.NIIBE Yutaka2019-02-191-4/+81
* agent: Minor change for pinentry status handling.NIIBE Yutaka2019-02-191-11/+7
* agent: Factor out the getpin interaction.NIIBE Yutaka2019-02-191-42/+37
* agent: Clear bogus pinentry cache, when it causes an error.NIIBE Yutaka2019-01-283-21/+39
* gpg: Move S2K encoding function to a shared file.Werner Koch2019-01-261-3/+1
* agent: Support --mode=ssh option for CLEAR_PASSPHRASE.NIIBE Yutaka2019-01-251-8/+10
* common: Extend function percent_data_escape.Werner Koch2019-01-241-1/+1
* ssh: Simplify the curve name lookup.Werner Koch2019-01-171-84/+54
* agent: Make the S2K calibration time runtime configurabe.Werner Koch2018-12-113-7/+34
* scd: Add strerror to new error message.Werner Koch2018-11-301-1/+1
* agent: Better serialization for scdaemon access.NIIBE Yutaka2018-11-271-19/+16
* agent: Have a thread to wait for the child process of scdaemon.NIIBE Yutaka2018-11-263-89/+97
* agent: Defer calling assuan_release when it's still in use.NIIBE Yutaka2018-11-261-22/+40
* agent: Clean up SCDaemon management.NIIBE Yutaka2018-11-261-8/+1
* agent: Simplify agent_popup_message_stop.NIIBE Yutaka2018-11-141-8/+0
* po: Clarify a translator's note.Werner Koch2018-11-131-7/+9
* 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
|\|