summaryrefslogtreecommitdiffstats
path: root/scd/command.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* scd: Make SERIALNO --all work correctly and use it.Werner Koch2020-01-131-1/+1
* scd: Implement direct access by KEYGRIP for GETATTR and READKEY.NIIBE Yutaka2020-01-101-49/+104
* scd: Use a scdaemon internal key to protect the PIN cache IPC.Werner Koch2020-01-091-46/+98
* scd: First changes to implement a PIN cache.Werner Koch2020-01-071-2/+188
* scd: Minor fix for readibility.Werner Koch2020-01-031-1/+1
* scd: Enhance KEYINFO command to limit listing with capability.NIIBE Yutaka2019-12-191-14/+22
* scd: New sub-command cmd_has_option for GETINFO.Werner Koch2019-09-041-1/+55
* scd: Add option --all to the SERIALNO command.Werner Koch2019-09-041-4/+14
* scd: Add option --multi to the LEARN command.Werner Koch2019-09-041-3/+6
* scd: Use a macro for the flag parameter of learn_status.Werner Koch2019-09-041-1/+3
* scd: Fix resetting CARD_CTX.NIIBE Yutaka2019-08-211-14/+3
* scd: Do not conflict if a card with another serialno is demanded.Werner Koch2019-06-251-6/+8
* scd: Return a stable list with "getinfo card_list".Werner Koch2019-06-251-1/+1
* scd: Add an re-select mechanism to switch apps.Werner Koch2019-06-251-3/+9
* scd: Add code to check whether app switching is possible.Werner Koch2019-06-211-4/+5
* scd: Track the currently selected app.Werner Koch2019-06-211-1/+16
* scd: Simplify inclusion of app-common.h.Werner Koch2019-06-211-1/+0
* scd: Split data structures into app and card related objects.Werner Koch2019-06-191-82/+86
* scd: KEYINFO: Send LF for --data.NIIBE Yutaka2019-06-181-2/+4
* scd:piv: Add the do_with_keygrip feature.Werner Koch2019-06-171-0/+6
* scd: Add explict functions for 'app' reference counting.Werner Koch2019-06-171-10/+11
* scd: Don't put newline at the end of status.NIIBE Yutaka2019-05-151-1/+1
* scd: Fix return value for KEYINFO command.NIIBE Yutaka2019-05-151-1/+4
* scd: Support direct use of app with PKSIGN/PKAUTH/PKDECRYPT.NIIBE Yutaka2019-05-071-11/+76
* scd: Add new command: KEYINFO.NIIBE Yutaka2019-04-251-1/+72
* scd: New options --info and --info-only for READKEY.Werner Koch2019-04-031-7/+36
* card: Print card version. Check for bad Yubikeys.Werner Koch2019-03-051-1/+1
* scd: Simplify the app_readkey parameters.Werner Koch2019-02-261-51/+33
* scd: Extend KEYPAIRINFO by key usage info.Werner Koch2019-02-211-1/+1
* scd: Allow generating ECC curves on PIV cards.Werner Koch2019-02-081-16/+26
* scd: Store a new PIV public key in the certificate DO.Werner Koch2019-02-071-1/+2
* scd: Make app_genkey and supporting ISO function more flexible.Werner Koch2019-02-061-1/+2
* scd: Add DES authentication for PIV card.Werner Koch2019-01-311-10/+39
* scd: Add option --clear to PASSWD.Werner Koch2019-01-211-3/+31
* scd: One new and one improved 7816 function.Werner Koch2019-01-201-2/+3
* scd: Support "READKEY --advanced" for all cards.Werner Koch2019-01-031-6/+29
* scd: Support "acknowledge button" feature.NIIBE Yutaka2018-10-111-0/+28
* agent,scd: Use pointer to represent HANDLE.NIIBE Yutaka2018-03-271-6/+10
* common: Use new function to print status strings.Werner Koch2018-02-141-1/+3
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-281-1/+1
* Remove -I option to common.NIIBE Yutaka2017-03-071-2/+2
* Clean up word replication.Yuri Chornoivan2017-02-211-3/+3
* scd: Fix RESET command handling (more).NIIBE Yutaka2017-02-171-3/+3
* scd: Fix regression tracking the connection count.NIIBE Yutaka2017-02-011-24/+27
* scd: Fix SERIALNO for multiple devices.NIIBE Yutaka2017-01-311-1/+6
* scd: Fix APP reference counting.NIIBE Yutaka2017-01-261-1/+1
* scd: Cleanup SERIALNO protocol.NIIBE Yutaka2017-01-181-15/+10
* scd: Add "card_list" sub command for GETINFO.NIIBE Yutaka2017-01-181-4/+14
* scd: Add --demand option for SERIALNO.NIIBE Yutaka2017-01-161-28/+60
* scd: Fix card removal monitor.NIIBE Yutaka2016-12-301-57/+67