| Commit message (Expand) | Author | Files | Lines |
2024-07-09 | Use gpgrt_process_spawn API from libgpg-error. | NIIBE Yutaka | 1 | -8/+7 |
2024-05-31 | spawn: Remove spawn callback, introduce gnupg_spawn_actions. | NIIBE Yutaka | 1 | -1/+1 |
2024-05-28 | agent: Make sure to return success in ephemeral store mode. | Werner Koch | 1 | -0/+1 |
2024-01-22 | agent: Add "ephemeral" Assuan option. | Werner Koch | 1 | -43/+113 |
2023-05-26 | agent: Create and use Token entries to track the display s/n. | Werner Koch | 1 | -1/+2 |
2023-05-26 | agent: Create and use Token entries to track the display s/n. | Werner Koch | 1 | -1/+2 |
2023-05-11 | common,agent,gpg,dirmngr,g13,scd,tests,tools: New spawn function. | NIIBE Yutaka | 1 | -5/+13 |
2023-03-13 | agent: Make --disable-extended-key-format a dummy option. | Werner Koch | 1 | -1/+1 |
2022-10-20 | agent,common,dirmngr,tests,tools: Remove spawn PREEXEC argument. | NIIBE Yutaka | 1 | -1/+1 |
2022-04-22 | agent: Not writing password into file. | NIIBE Yutaka | 1 | -35/+20 |
2021-08-18 | agent: Use the sysconfdir for a pattern file. | Werner Koch | 1 | -1/+28 |
2021-08-13 | agent: New option --check-sym-passphrase-pattern. | Werner Koch | 1 | -10/+27 |
2021-05-20 | agent: Avoid memory leaks in error code paths. | Jakub Jelen | 1 | -2/+5 |
2020-08-17 | agent: Allow to pass a timestamp to genkey and import. | Werner Koch | 1 | -7/+9 |
2020-07-08 | Do not use the pinentry's qualitybar | Werner Koch | 1 | -1/+1 |
2020-07-08 | agent: New option --newsymkey for GET_PASSPHRASE | Werner Koch | 1 | -4/+4 |
2019-05-28 | agent: Remove unused agent_show_message. | NIIBE Yutaka | 1 | -23/+6 |
2019-05-14 | agent: Replace most assert by log_assert. | Werner Koch | 1 | -6/+5 |
2019-05-03 | agent: Put Token lines into the key files. | Werner Koch | 1 | -1/+1 |
2018-03-27 | agent: Make the request origin a part of the cache items. | Werner Koch | 1 | -3/+3 |
2017-07-05 | agent: Use MAX_PASSPHRASE_LEN (255) also for the loopback. | Werner Koch | 1 | -2/+2 |
2017-03-07 | agent: Resolve conflict of util.h. | NIIBE Yutaka | 1 | -3/+3 |
2017-02-21 | Clean up word replication. | Yuri Chornoivan | 1 | -1/+1 |
2016-11-05 | Change all http://www.gnu.org in license notices to https:// | Werner Koch | 1 | -1/+1 |
2016-04-12 | agent: Implement new protection mode openpgp-s2k3-ocb-aes. | Werner Koch | 1 | -1/+1 |
2015-11-23 | common: Extend utf8_charcount to include the string's length. | Neal H. Walfield | 1 | -1/+1 |
2015-10-09 | agent: Fix function return type for check_cb and agent_askpin. | NIIBE Yutaka | 1 | -3/+3 |
2015-10-02 | agent: Fix alignment problem with the second passphrase struct. | Werner Koch | 1 | -2/+11 |
2015-08-24 | agent: Raise the maximum password length. Don't hard code it. | Neal H. Walfield | 1 | -4/+4 |
2015-08-16 | Fix pinentry loopback and passphrase contraints. | Ben Kibbey | 1 | -0/+3 |
2015-06-30 | Flag the L_() function with attribute format_arg. | Werner Koch | 1 | -2/+3 |
2015-06-30 | agent: Use different translation func for Pinentry strings. | Werner Koch | 1 | -27/+24 |
2015-06-29 | Show passphrase constraints errors as password prompt errors | Neal H. Walfield | 1 | -16/+36 |
2015-04-14 | agent: Send the new SETKEYINFO command to the Pinentry. | Werner Koch | 1 | -2/+2 |
2015-03-15 | agent: Remove useless conditions. | Werner Koch | 1 | -1/+1 |
2015-01-21 | gpg: Re-enable the "Passphrase" parameter for batch key generation. | Werner Koch | 1 | -16/+27 |
2014-10-24 | agent: Support pinentries with integrated repeat passphrase feature. | Werner Koch | 1 | -2/+4 |
2014-07-23 | agent: Show just one warning with all failed passphrase constraints. | Werner Koch | 1 | -38/+74 |
2014-07-23 | agent: Only one confirmation prompt for an empty passphrase. | Werner Koch | 1 | -21/+19 |
2012-08-24 | Fix typos spotted during translations | David Prévot | 1 | -1/+1 |
2011-09-13 | Allow no protection in pinentry-mode=loopback. | Ben Kibbey | 1 | -2/+7 |
2011-09-13 | Fixed invalid free. | Ben Kibbey | 1 | -3/+1 |
2011-09-12 | Handle pinentry-mode=loopback. | Ben Kibbey | 1 | -0/+17 |
2011-08-10 | Fixed set but unused variable bugs | Werner Koch | 1 | -2/+2 |
2011-06-29 | Added gpg-agent OPTION "s2k-count". | Ben Kibbey | 1 | -5/+7 |
2011-04-21 | Add OPTION:cache-ttl-opt-preset to gpg-agent. | Werner Koch | 1 | -2/+2 |
2011-04-12 | Use macros for the 120 and 900s cache TTLs. | Werner Koch | 1 | -2/+3 |
2011-04-12 | Added GENKEY --preset to add the passphrase of the generated key to the cache. | Ben Kibbey | 1 | -1/+11 |
2011-02-04 | Nuked almost all trailing white space.post-nuke-of-trailing-ws | Werner Koch | 1 | -21/+21 |
2010-10-26 | Re-implemented GPG's --passwd command and improved it. | Werner Koch | 1 | -12/+32 |