summaryrefslogtreecommitdiffstats
path: root/agent/genkey.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Whole lot of changes to support CE.Werner Koch2010-04-141-2/+4
* Fixed a bunch of little bugs as reported by Fabian Keil.Werner Koch2009-06-241-1/+1
* Use cancel button in confirmation only if requested.Werner Koch2009-06-171-1/+1
* Marked all unused args on non-W32 platforms.Werner Koch2008-10-201-0/+2
* Started to implement the audit log feature.Werner Koch2007-11-191-1/+1
* Changed wording of passphrase checking messages.Werner Koch2007-10-241-15/+14
* Support the SETQUALITYBAR command of recent pinentries.Werner Koch2007-09-181-6/+25
* New command --check-programs for gpgconf.Werner Koch2007-08-291-1/+1
* Add more passphrase policy rules.Werner Koch2007-08-281-1/+1
* Implemented more gpg-agen options to support certain passphrase policies.Werner Koch2007-08-271-12/+144
* Properly close files opened by es_fopen.Werner Koch2007-07-161-13/+34
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
* jnlib/Werner Koch2007-01-251-1/+1
* agent/Werner Koch2007-01-251-6/+6
* agent/Werner Koch2007-01-251-2/+60
* The big Assuan error code removal.Werner Koch2006-09-061-2/+2
* Updated FSF's address.Werner Koch2006-06-201-1/+2
* gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch2005-06-161-1/+1
* * call-scd.c (inq_needpin): Skip leading spaces in of PINWerner Koch2005-05-241-4/+4
* * call-scd.c (init_membuf, put_membuf, get_membuf): Removed. WeWerner Koch2004-12-201-12/+6
* * command.c (cmd_passwd): Take acount of a key description.Werner Koch2004-02-211-6/+26
* Mainly changes to adjust for the changed KSBA API.Werner Koch2003-11-121-1/+1
* This commit was manufactured by cvs2svn to create branchRepo Admin2003-08-051-0/+240
* This commit was manufactured by cvs2svn to create branchRepo Admin2002-10-191-200/+0
* * query.c (agent_askpin): Hack to show the right default prompt.NEWPG-0-9-0Werner Koch2002-08-211-4/+4
* * agent.h: Add a callback function to the pin_entry_info structure.Werner Koch2002-06-171-17/+21
* sm/Werner Koch2002-03-061-56/+3
* * cache.c: Add a few debug outputs.Werner Koch2002-02-011-2/+2
* * genkey.c (store_key): Protect the key.Werner Koch2002-01-311-6/+66
* * genkey.c: Store the secret part and return the public part.Werner Koch2002-01-101-0/+189