summaryrefslogtreecommitdiffstats
path: root/agent/genkey.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* agent: Not writing password into file.NIIBE Yutaka2022-04-221-35/+20
* agent: Use the sysconfdir for a pattern file.Werner Koch2021-08-181-1/+28
* agent: New option --check-sym-passphrase-pattern.Werner Koch2021-08-131-10/+27
* agent: Avoid memory leaks in error code paths.Jakub Jelen2021-05-201-2/+5
* agent: Allow to pass a timestamp to genkey and import.Werner Koch2020-08-171-7/+9
* Do not use the pinentry's qualitybarWerner Koch2020-07-081-1/+1
* agent: New option --newsymkey for GET_PASSPHRASEWerner Koch2020-07-081-4/+4
* agent: Remove unused agent_show_message.NIIBE Yutaka2019-05-281-23/+6
* agent: Replace most assert by log_assert.Werner Koch2019-05-141-6/+5
* agent: Put Token lines into the key files.Werner Koch2019-05-031-1/+1
* agent: Make the request origin a part of the cache items.Werner Koch2018-03-271-3/+3
* agent: Use MAX_PASSPHRASE_LEN (255) also for the loopback.Werner Koch2017-07-051-2/+2
* agent: Resolve conflict of util.h.NIIBE Yutaka2017-03-071-3/+3
* Clean up word replication.Yuri Chornoivan2017-02-211-1/+1
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* agent: Implement new protection mode openpgp-s2k3-ocb-aes.Werner Koch2016-04-121-1/+1
* common: Extend utf8_charcount to include the string's length.Neal H. Walfield2015-11-231-1/+1
* agent: Fix function return type for check_cb and agent_askpin.NIIBE Yutaka2015-10-091-3/+3
* agent: Fix alignment problem with the second passphrase struct.Werner Koch2015-10-021-2/+11
* agent: Raise the maximum password length. Don't hard code it.Neal H. Walfield2015-08-241-4/+4
* Fix pinentry loopback and passphrase contraints.Ben Kibbey2015-08-161-0/+3
* Flag the L_() function with attribute format_arg.Werner Koch2015-06-301-2/+3
* agent: Use different translation func for Pinentry strings.Werner Koch2015-06-301-27/+24
* Show passphrase constraints errors as password prompt errorsNeal H. Walfield2015-06-291-16/+36
* agent: Send the new SETKEYINFO command to the Pinentry.Werner Koch2015-04-141-2/+2
* agent: Remove useless conditions.Werner Koch2015-03-151-1/+1
* gpg: Re-enable the "Passphrase" parameter for batch key generation.Werner Koch2015-01-211-16/+27
* agent: Support pinentries with integrated repeat passphrase feature.Werner Koch2014-10-241-2/+4
* agent: Show just one warning with all failed passphrase constraints.Werner Koch2014-07-231-38/+74
* agent: Only one confirmation prompt for an empty passphrase.Werner Koch2014-07-231-21/+19
* Fix typos spotted during translationsDavid Prévot2012-08-241-1/+1
* Allow no protection in pinentry-mode=loopback.Ben Kibbey2011-09-131-2/+7
* Fixed invalid free.Ben Kibbey2011-09-131-3/+1
* Handle pinentry-mode=loopback.Ben Kibbey2011-09-121-0/+17
* Fixed set but unused variable bugsWerner Koch2011-08-101-2/+2
* Added gpg-agent OPTION "s2k-count".Ben Kibbey2011-06-291-5/+7
* Add OPTION:cache-ttl-opt-preset to gpg-agent.Werner Koch2011-04-211-2/+2
* Use macros for the 120 and 900s cache TTLs.Werner Koch2011-04-121-2/+3
* Added GENKEY --preset to add the passphrase of the generated key to the cache.Ben Kibbey2011-04-121-1/+11
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-21/+21
* Re-implemented GPG's --passwd command and improved it.Werner Koch2010-10-261-12/+32
* All tests work are again workingWerner Koch2010-10-141-5/+11
* More agent support for gpg.Werner Koch2010-10-131-8/+6
* Exporting secret keys via gpg-agent is now basically supported.Werner Koch2010-10-011-6/+8
* Obscure the cached passphrases.Werner Koch2010-09-021-16/+2
* s/CACHE_MODE_IMPGEN/CACHE_MODE_NONCE/.Werner Koch2010-09-011-2/+2
* Use passphrase caching for import and genkey.Werner Koch2010-09-011-6/+39
* Fix a regression from 2010-06-09.Werner Koch2010-06-241-1/+1
* Avoid using the protect-tool to import pkcs#12.Werner Koch2010-06-171-112/+87
* Merged Dirmngr with GnuPG.Werner Koch2010-06-091-1/+2