aboutsummaryrefslogtreecommitdiffstats
path: root/agent/divert-scd.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-2/+2
2012-02-07agent: Add pin length field to the shadowed private key format.Werner Koch1-1/+1
2012-01-26Return GPG_ERR_CARD_NOT_PRESENT when pinentry-mode=loopback.Ben Kibbey1-0/+4
2011-03-02Fix usage of SHA-2 algorithm with OpenPGP cards.Werner Koch1-2/+2
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-20/+15
2010-10-13More agent support for gpg.Werner Koch1-3/+3
2010-10-01Exporting secret keys via gpg-agent is now basically supported.Werner Koch1-3/+3
2010-01-08Add dummu option --passwd for gpg.Werner Koch1-1/+1
2009-08-11Ask to insert the right OpenPGP card.Werner Koch1-3/+4
2009-06-17Use cancel button in confirmation only if requested.Werner Koch1-1/+1
2009-03-06New gpg-agent command to list key information.Werner Koch1-31/+9
2009-03-05New PIN Callback attributes in gpg-agent.Werner Koch1-6/+34
2008-09-29Remove hacks which are not anymore needed since we now require Libgcrypt 1.4Werner Koch1-1/+1
2008-09-25Finished support for v2 cards with the exception of secure messaging.Werner Koch1-2/+15
2008-05-27Fixed segv in gpg-agent (command marktrusted).Werner Koch1-2/+2
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
2007-01-25agent/Werner Koch1-1/+1
2006-10-06Make it also work for the card.Werner Koch1-0/+3
2006-10-06Add TLS hash modeWerner Koch1-11/+21
2006-10-05bug fixesWerner Koch1-0/+2
2006-09-14Take advantage of newer gpg-error features.Werner Koch1-2/+2
2006-09-06The big Assuan error code removal.Werner Koch1-4/+4
2006-06-20Updated FSF's address.Werner Koch1-1/+2
2005-11-28Preparing an interim releaseWerner Koch1-1/+18
2005-07-27Removed directories which are only used by the 1.9 branchWerner Koch1-319/+0
2005-06-16gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch1-3/+6
2005-05-24* call-scd.c (inq_needpin): Skip leading spaces in of PINWerner Koch1-11/+89
2005-05-18Changed the scdaemon to handle concurrent sessions. AdjustedWerner Koch1-7/+0
2005-04-11typo fixesWerner Koch1-1/+1
2004-02-21* command.c (cmd_passwd): Take acount of a key description.Werner Koch1-1/+1
2004-02-13(main): New options --no-fail-on-exist, --homedir.Werner Koch1-1/+1
2004-01-29* agent.h (server_control_s): Add connection_fd field.Werner Koch1-4/+11
2004-01-28(agent_marktrusted): Check whether the trustlist isWerner Koch1-1/+1
2003-08-05This commit was manufactured by cvs2svn to create branchRepo Admin1-0/+319
2003-06-27Key generation and signing using the OpenPGP card does rudimentary work.Werner Koch1-2/+14
2003-06-04Update error handling to match gpg-error in CVS.Marcus Brinkmann1-7/+7
2003-06-03Make use of libgpg-errorWerner Koch1-20/+21
2003-01-09Updated from latest NewPG projectWerner Koch1-11/+12
2002-10-19This commit was manufactured by cvs2svn to create branchRepo Admin1-305/+0
2002-08-21* divert-scd.c (getpin_cb): Pass a more descritive text to theWerner Koch1-4/+12
2002-06-27* Makefile.am (pkglib_PROGRAMS): Put protect-tool there.Werner Koch1-1/+0
2002-06-17* agent.h: Add a callback function to the pin_entry_info structure.Werner Koch1-17/+9
2002-04-242002-04-25 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
2002-03-28* divert-scd.c (encode_md_for_card): Don't do the pkcs-1 padding,Werner Koch1-34/+17
2002-03-06sm/Werner Koch1-5/+6
2002-03-06Decryption using a Cryptoflex card does now work.Werner Koch1-8/+52
2002-03-05Signing using a PKCS15 smartcard does work. How to create such a cardWerner Koch1-3/+118
2002-03-04* pksign.c (agent_pksign): Detect whether a Smartcard is to beWerner Koch1-0/+116
2002-02-28* assuan-client.c (assuan_transact): Add 2 more arguments toWerner Koch1-10/+15
2001-12-10The Agent does now call the pin entry program; however because we haveWerner Koch1-4/+14