summaryrefslogtreecommitdiffstats
path: root/agent/call-scd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* agent: Require use of "SCD DEVINFO --watch" command with socket.NIIBE Yutaka2024-06-281-0/+3
* agent: Handle SCD DEVINFO --watch command in a special way.NIIBE Yutaka2024-06-271-0/+96
* agent:daemon: Add an argument to specify requiring socket connection.NIIBE Yutaka2024-06-271-1/+1
* agent: Silence debug output from the PIN caching.Werner Koch2024-06-061-3/+5
* agent: Avoid double free of empty string in the PIN caching.Werner Koch2024-05-281-3/+7
* agent: Allow NULL for R_PADDING, when calling scd and tpm2d.NIIBE Yutaka2024-04-251-4/+6
* agent: Handle USAGE information in KEYINFO.NIIBE Yutaka2022-05-261-4/+24
* agent,scd: Make sure to set CONFIDENTIAL flag in Assuan.NIIBE Yutaka2022-05-251-1/+6
* agent: Fix calling handle_pincache_put.NIIBE Yutaka2021-05-281-1/+1
* agent: Fix memory leaksJakub Jelen2021-05-201-14/+16
* Fix the previous comment changes help doc string.NIIBE Yutaka2020-11-201-1/+1
* gpg,agent: Fix comments for KEYPAIRINFO status report.NIIBE Yutaka2020-11-201-1/+1
* scd: Extend KEYPAIRINFO with an algorithm string.Werner Koch2020-09-211-1/+1
* common,agent,dirmngr,g10,tools: Fix split_fields API.NIIBE Yutaka2020-09-181-1/+1
* agent: separate out daemon handling infrastructure for reuseJames Bottomley2020-06-241-554/+27
* agent: Allow to use SETHASH for arbitrary data.Werner Koch2020-05-181-0/+5
* agent: Allow signing with card key even without a stub key.Werner Koch2020-02-131-9/+82
* agent: Replace free by xfree in recently added code.Werner Koch2020-01-131-3/+3
* scd: Make SERIALNO --all work correctly and use it.Werner Koch2020-01-131-1/+1
* agent: Extend agent_card_getattr with KEYGRIP.NIIBE Yutaka2020-01-131-2/+7
* scd: Use a scdaemon internal key to protect the PIN cache IPC.Werner Koch2020-01-091-64/+47
* agent: SSH: SCD KEYINFO to list available keys.NIIBE Yutaka2020-01-091-76/+15
* agent: First changes to support a PIN cache for scdaemon.Werner Koch2020-01-071-13/+173
* agent: Stop scdaemon after reload when disable_scdaemon.NIIBE Yutaka2019-05-231-0/+9
* agent: Support scdaemon operation using KEYGRIP.NIIBE Yutaka2019-05-151-7/+157
* agent: Replace most assert by log_assert.Werner Koch2019-05-141-1/+0
* agent: Fix detection of exit of scdaemon.NIIBE Yutaka2019-03-061-62/+80
* scd:piv: Implement import of private keys for Yubikeys.Werner Koch2019-03-051-1/+2
* agent: Minor change to the KEYTOCARD command.Werner Koch2019-03-051-10/+13
* scd: Add strerror to new error message.Werner Koch2018-11-301-1/+1
* agent: Better serialization for scdaemon access.NIIBE Yutaka2018-11-271-19/+16
* agent: Have a thread to wait for the child process of scdaemon.NIIBE Yutaka2018-11-261-85/+97
* agent: Defer calling assuan_release when it's still in use.NIIBE Yutaka2018-11-261-22/+40
* agent: Clean up SCDaemon management.NIIBE Yutaka2018-11-261-8/+1
* Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2018-04-101-2/+2
|\
| * agent,scd: Use pointer to represent HANDLE.NIIBE Yutaka2018-03-271-2/+2
* | agent: Fix cancellation handling for scdaemon.NIIBE Yutaka2017-09-201-41/+0
|/
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-281-2/+2
* agent: Resolve conflict of util.h.NIIBE Yutaka2017-03-071-1/+1
* agent: Prepare to pass an additional parameter to the getpin callback.Werner Koch2017-02-221-31/+56
* Fix spelling.Daniel Kahn Gillmor2017-02-211-3/+3
* Clean up word replication.Yuri Chornoivan2017-02-211-1/+1
* agent: Send back all public keys for available cards.NIIBE Yutaka2017-02-171-0/+66
* agent: Ask specific SERIALNO for pksign/pkdecrypt.NIIBE Yutaka2017-01-161-2/+8
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* Fix use cases of snprintf.NIIBE Yutaka2016-10-211-8/+4
* agent: invoke scdaemon with --homedir.NIIBE Yutaka2016-09-021-2/+19
* common: New put_membuf_cb to replace static membuf_data_cb.Werner Koch2016-01-081-17/+5
* Fix typos found using codespell.Justus Winter2015-11-171-1/+1
* scd: Use Assuan macro instead of a number constant.Werner Koch2015-10-021-3/+4