aboutsummaryrefslogtreecommitdiffstats
path: root/agent/call-scd.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-26agent,w32: Fix resource leak for a process.NIIBE Yutaka1-0/+2
2022-06-09agent,scd: Make sure to set CONFIDENTIAL flag in Assuan.NIIBE Yutaka1-1/+6
2019-05-27agent: Stop scdaemon after reload when disable_scdaemon.NIIBE Yutaka1-0/+9
2019-02-19agent: Fix cancellation handling for scdaemon.NIIBE Yutaka1-41/+0
2018-03-27agent,scd: Use pointer to represent HANDLE.NIIBE Yutaka1-2/+2
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka1-2/+2
2017-03-07agent: Resolve conflict of util.h.NIIBE Yutaka1-1/+1
2017-02-22agent: Prepare to pass an additional parameter to the getpin callback.Werner Koch1-31/+56
2017-02-21Fix spelling.Daniel Kahn Gillmor1-3/+3
2017-02-21Clean up word replication.Yuri Chornoivan1-1/+1
2017-02-17agent: Send back all public keys for available cards.NIIBE Yutaka1-0/+66
2017-01-16agent: Ask specific SERIALNO for pksign/pkdecrypt.NIIBE Yutaka1-2/+8
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-10-21Fix use cases of snprintf.NIIBE Yutaka1-8/+4
2016-09-02agent: invoke scdaemon with --homedir.NIIBE Yutaka1-2/+19
2016-01-08common: New put_membuf_cb to replace static membuf_data_cb.Werner Koch1-17/+5
2015-11-17Fix typos found using codespell.Justus Winter1-1/+1
2015-10-02scd: Use Assuan macro instead of a number constant.Werner Koch1-3/+4
2015-04-06Rename DBG_ASSUAN to DBG_IPC and add separate DBG_EXTPROG.Werner Koch1-1/+1
2014-12-02agent: Replace some sprintf.Werner Koch1-6/+4
2014-03-07Silence several warnings when building under Windows.Werner Koch1-2/+2
2013-08-28gpg: Make decryption with the OpenPGP card work.Werner Koch1-3/+27
2013-02-28agent: pksign result conversion to sexp to upper layer.NIIBE Yutaka1-27/+4
2013-02-22Use has_leading_keyword in the assuan callbacks.Werner Koch1-15/+7
2013-02-12agent: Add KEYTOCARD command.NIIBE Yutaka1-0/+58
2013-02-08scd: Rename 'keypad' to 'pinpad'.NIIBE Yutaka1-2/+2
2012-11-06Allow decryption with card keys > 3072 bitsWerner Koch1-10/+15
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-5/+5
2012-01-26Also check for GPG_ERR_ASS_CANCELED during an inquire.Ben Kibbey1-2/+4
2012-01-25Port to npth.Marcus Brinkmann1-39/+25
2012-01-15Fix indentation.Werner Koch1-1/+2
2012-01-14Fix scdaemon pinentry inquire cancelation.Ben Kibbey1-16/+29
2011-12-20Require Libassuan 2.0.3Werner Koch1-9/+0
2011-12-14agent: Pass comment lines from scd verbatim thru gpg-agent.Werner Koch1-10/+23
2011-07-27Make the inquire cancel fix a little bit more robust.Werner Koch1-1/+11
2011-07-27Fixed gpg-agent SCD inquire command cancellation.Ben Kibbey1-0/+13
2011-03-02Fix usage of SHA-2 algorithm with OpenPGP cards.Werner Koch1-4/+26
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-24/+22
2010-11-11Fix bug where scdaemon kills a non-daemon gpg-agent.Werner Koch1-8/+9
2010-10-18Fix a signing problem with the cardWerner Koch1-4/+10
2010-08-11Pass on comments from SCD.Werner Koch1-0/+13
2010-04-14Whole lot of changes to support CE.Werner Koch1-2/+7
2010-03-11Use a custom log handler for libassuan.Werner Koch1-2/+0
2009-12-08common/Marcus Brinkmann1-2/+2
2009-11-05agent/Marcus Brinkmann1-3/+3
2009-09-232009-09-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-15/+25
2009-04-01Import/export of pkcs#12 now uses the gpg-agent directly.Werner Koch1-38/+2
2009-03-03Add --reload command to gpgconf.Werner Koch1-0/+10
2008-11-11Minor cleanups.Werner Koch1-1/+1
2008-10-20Marked all unused args on non-W32 platforms.Werner Koch1-0/+2