aboutsummaryrefslogtreecommitdiffstats
path: root/agent/call-scd.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-06agent: Fix detection of exit of scdaemon.NIIBE Yutaka1-62/+80
2019-03-05scd:piv: Implement import of private keys for Yubikeys.Werner Koch1-1/+2
2019-03-05agent: Minor change to the KEYTOCARD command.Werner Koch1-10/+13
2018-11-30scd: Add strerror to new error message.Werner Koch1-1/+1
2018-11-27agent: Better serialization for scdaemon access.NIIBE Yutaka1-19/+16
2018-11-26agent: Have a thread to wait for the child process of scdaemon.NIIBE Yutaka1-85/+97
2018-11-26agent: Defer calling assuan_release when it's still in use.NIIBE Yutaka1-22/+40
2018-11-26agent: Clean up SCDaemon management.NIIBE Yutaka1-8/+1
2018-03-27agent,scd: Use pointer to represent HANDLE.NIIBE Yutaka1-2/+2
2017-09-20agent: Fix cancellation handling for scdaemon.NIIBE Yutaka1-41/+0
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