aboutsummaryrefslogtreecommitdiffstats
path: root/agent (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-13gpg: Provide better diagnostic for replaced card keys.Werner Koch5-4/+42
2020-11-10w32: Support Unicode also for config files etc.Werner Koch2-3/+3
2020-11-09Require Libgcrypt 1.8Werner Koch3-29/+0
2020-10-30agent: Fix secret key import for Ed25519.NIIBE Yutaka1-1/+1
2020-10-23common: New functions gnupg_opendir et al.Werner Koch1-6/+5
2020-10-23Replace all calls to stat by gnupg_stat.Werner Koch1-3/+3
2020-10-21Replace most of the remaining stdio calls by estream calls.Werner Koch1-12/+12
2020-10-21Replace all calls to access by gnupg_accessWerner Koch2-9/+12
2020-10-02w32: Add manifest files to most binariesWerner Koch3-4/+29
2020-09-10agent: Keep some permissions of private-keys-v1.d.Werner Koch1-3/+13
2020-08-26agent: Allow TERM="".NIIBE Yutaka1-1/+1
2020-08-25agent: Allow using --gogconf-list even if HOME does not exist.Werner Koch1-1/+2
2020-08-23agent: Allow to pass a timestamp to genkey and import.Werner Koch8-35/+138
2020-08-22agent: Default to extended key format.Werner Koch3-7/+22
2020-08-20build: New configure option --disable-testsWerner Koch1-0/+4
2020-08-20gpg: Fix regression for non-default --passphrase-repeat option.Werner Koch1-3/+9
2020-07-13agent: Fix regression with --newsymkey in loopback mode.Werner Koch1-2/+5
2020-07-08Do not use the pinentry's qualitybarWerner Koch1-1/+1
2020-07-08agent: New option --newsymkey for GET_PASSPHRASEWerner Koch4-97/+354
2020-05-12common: Change argument order of log_printhex.Werner Koch4-7/+7
2020-03-30agent: Print an error if gpg-protect reads the extended key format.Werner Koch1-0/+5
2020-02-10build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch5-0/+5
2019-11-25agent: Improve --debug-pinentry diagnosticsWerner Koch1-19/+35
2019-11-18dirmngr: Fixed typo in recently added diagnostic.Werner Koch1-1/+1
2019-11-04po: Fix an accidentally translated keyword in zh_TW.Werner Koch1-1/+2
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