aboutsummaryrefslogtreecommitdiffstats
path: root/agent/findkey.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-06Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov1-0/+10
2010-10-26Re-implemented GPG's --passwd command and improved it.Werner Koch1-1/+1
2010-10-13More agent support for gpg.Werner Koch1-5/+3
2010-10-01Exporting secret keys via gpg-agent is now basically supported.Werner Koch1-11/+51
2010-09-02Obscure the cached passphrases.Werner Koch1-8/+6
2010-09-01Even less prompts for a new key now.Werner Koch1-2/+22
2010-09-01s/CACHE_MODE_IMPGEN/CACHE_MODE_NONCE/.Werner Koch1-4/+6
2010-08-31Import OpenPGP keys into the agent.Werner Koch1-2/+8
2010-08-26.Werner Koch1-2/+1
2010-06-17Avoid using the protect-tool to import pkcs#12.Werner Koch1-3/+3
2010-04-21More changes on the way to remove secring.gpg.Werner Koch1-46/+108
2010-04-14Whole lot of changes to support CE.Werner Koch1-46/+35
2009-06-17Use cancel button in confirmation only if requested.Werner Koch1-2/+2
2009-05-15Fix bug #1053Werner Koch1-7/+15
2009-04-01Ported changes from 1.4.Werner Koch1-1/+1
2009-03-06New gpg-agent command to list key information.Werner Koch1-34/+96
2009-03-05New PIN Callback attributes in gpg-agent.Werner Koch1-1/+1
2008-10-20Marked all unused args on non-W32 platforms.Werner Koch1-0/+2
2007-08-28Add more passphrase policy rules.Werner Koch1-8/+107
2007-08-22Fixed creation of private keys under W32.Werner Koch1-2/+6
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
2006-11-14New command GETEVENTCOUNTER.Werner Koch1-1/+1
2006-10-19FixesWerner Koch1-1/+26
2006-09-14Take advantage of newer gpg-error features.Werner Koch1-9/+9
2006-06-20Updated FSF's address.Werner Koch1-1/+2
2005-07-27Removed directories which are only used by the 1.9 branchWerner Koch1-359/+0
2005-07-25* findkey.c (agent_public_key_from_file): Fixed array assignment.Werner Koch1-1/+1
2005-06-16gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch1-2/+2
2005-06-07New debugging optionhs, updates to the manual.Werner Koch1-11/+13
2005-05-24* call-scd.c (inq_needpin): Skip leading spaces in of PINWerner Koch1-1/+1
2005-02-25* findkey.c (modify_description): Keep invalid % escapes, so thatWerner Koch1-4/+11
2005-02-23* command-ssh.c (get_passphrase): Removed.Werner Koch1-56/+274
2005-02-15(modify_description): Don't increment OUT_LEN duringWerner Koch1-4/+7
2005-02-03* AUTHORS: Copied from 1.4 and edited to refelct the changes inWerner Koch1-103/+97
2005-01-262005-01-26 Moritz Schulte <[email protected]>Moritz Schulte1-5/+139
2004-12-13VArious hacks to make it at least build under W32.Werner Koch1-1/+5
2004-02-21* command.c (cmd_passwd): Take acount of a key description.Werner Koch1-1/+1
2004-02-13* command.c (cmd_setkeydesc): New.Werner Koch1-7/+9
2004-02-03* findkey.c (agent_key_from_file): Extra paranoid wipe.Werner Koch1-4/+4
2004-01-16* findkey.c (agent_key_from_file): Now return an error code soWerner Koch1-20/+28
2003-08-05This commit was manufactured by cvs2svn to create branchRepo Admin1-0/+359
2003-06-27Key generation and signing using the OpenPGP card does rudimentary work.Werner Koch1-6/+6
2003-06-05A small step for GnuPG but a huge leap for error codes.Werner Koch1-1/+1
2003-06-03Make use of libgpg-errorWerner Koch1-8/+15
2003-01-09Updated from latest NewPG projectWerner Koch1-5/+7
2002-10-19This commit was manufactured by cvs2svn to create branchRepo Admin1-350/+0
2002-09-052002-09-03 Neal H. Walfield <[email protected]>Neal Walfield1-4/+23
2002-08-09Minor fixesWerner Koch1-21/+24
2002-06-27* Makefile.am (pkglib_PROGRAMS): Put protect-tool there.Werner Koch1-3/+3
2002-06-17* agent.h: Add a callback function to the pin_entry_info structure.Werner Koch1-20/+36