aboutsummaryrefslogtreecommitdiffstats
path: root/agent (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-11agent: Relax the handling of pinentry error for keyboard grab.NIIBE Yutaka1-1/+11
2019-06-28agent: Close a dialog cleanly when gpg/ssh is killed for CONFIRM.NIIBE Yutaka1-22/+60
2019-06-04agent: Allow TERM="".NIIBE Yutaka1-1/+1
2019-06-04agent: Add pinentry_loopback_confirm declaration.NIIBE Yutaka1-2/+5
2019-06-04g10,agent: Support CONFIRM for --delete-key.NIIBE Yutaka2-1/+38
2019-06-03Return better error code for some getinfo IPC commands.Werner Koch1-3/+3
2019-05-29agent: Add A-flag for KEYINFO output for card.NIIBE Yutaka1-4/+29
2019-05-28agent: Make an MD encoding function more robust.Werner Koch1-7/+12
2019-05-28agent: Remove unused agent_show_message.NIIBE Yutaka2-72/+6
2019-05-23agent: 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-16agent,scd: Scan and load all public keys for availability.NIIBE Yutaka1-7/+14
2019-05-15agent: Support scdaemon operation using KEYGRIP.NIIBE Yutaka5-34/+215
2019-05-14agent: Replace most assert by log_assert.Werner Koch17-60/+42
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-05-07agent: If a Label is make sure that label is part of the prompt.Werner Koch1-0/+40
2019-05-07agent: Allow the use of "Label:" in a key file.Werner Koch2-25/+82
2019-05-03agent: Put Token lines into the key files.Werner Koch9-32/+121
2019-03-26agent: Allow other ssh fingerprint algos in KEYINFO.Werner Koch1-4/+20
2019-03-06agent: Re-introduce --enable-extended-key-format.Werner Koch3-4/+15
2019-03-06agent: Default to extended key format.Werner Koch1-9/+13
2019-03-06agent: Fix detection of exit of scdaemon.NIIBE Yutaka1-62/+80
2019-03-05scd:piv: Implement import of private keys for Yubikeys.Werner Koch2-3/+14
2019-03-05agent: Minor change to the KEYTOCARD command.Werner Koch4-71/+56
2019-02-27agent: PKSIGN should return signature in same format for card.NIIBE Yutaka1-46/+36
2019-02-25agent: Fix for suggested Libgcrypt use.Werner Koch1-1/+16
2019-02-19agent: Terminate pinentry process gracefully, by watching socket.NIIBE Yutaka1-4/+81
2019-02-19agent: Minor change for pinentry status handling.NIIBE Yutaka1-11/+7
2019-02-19agent: Factor out the getpin interaction.NIIBE Yutaka1-42/+37
2019-01-28agent: Clear bogus pinentry cache, when it causes an error.NIIBE Yutaka3-21/+39
2019-01-26gpg: Move S2K encoding function to a shared file.Werner Koch1-3/+1
2019-01-25agent: Support --mode=ssh option for CLEAR_PASSPHRASE.NIIBE Yutaka1-8/+10
2019-01-24common: Extend function percent_data_escape.Werner Koch1-1/+1
2019-01-17ssh: Simplify the curve name lookup.Werner Koch1-84/+54
2018-12-11agent: Make the S2K calibration time runtime configurabe.Werner Koch3-7/+34
2018-11-30scd: Add strerror to new error message.Werner Koch1-1/+1
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