aboutsummaryrefslogtreecommitdiffstats
path: root/agent/findkey.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2002-05-23* no-pth.c, Makefile.am: Removed.Werner Koch1-1/+3
2002-03-06sm/Werner Koch1-0/+58
2002-02-28Changes needed to support smartcards. Well, only _support_. There isWerner Koch1-4/+32
2002-02-18* findkey.c (unprotect): Show an error message for a bad passphrase.Werner Koch1-1/+4
2002-02-01* cache.c: Add a few debug outputs.Werner Koch1-14/+51
2002-01-31* genkey.c (store_key): Protect the key.Werner Koch1-12/+49
2002-01-29* findkey.c (agent_key_available): New.Werner Koch1-3/+21
2001-12-10The Agent does now call the pin entry program; however because we haveWerner Koch1-0/+38
2001-12-05Added decryption, some code cleanupWerner Koch1-0/+91