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