aboutsummaryrefslogtreecommitdiffstats
path: root/scd/command.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* scd: New getinfo subcommand "manufacturer"Werner Koch2024-08-071-12/+20
* scd: Fix cmd_apdu on error.NIIBE Yutaka2023-05-101-1/+4
* scd:openpgp: Allow auto-changing of the key attributes in genkey.Werner Koch2023-01-131-22/+29
* scd:nks: Return USAGE information for KEYINFO command.NIIBE Yutaka2022-10-201-2/+3
* agent,scd: Make sure to set CONFIDENTIAL flag in Assuan.NIIBE Yutaka2022-06-091-0/+2
* scd: Support PC/SC for "getinfo reader_list".Werner Koch2021-09-081-12/+42
* scd: avoid memory leaksJakub Jelen2021-05-201-12/+21
* scd: Add option --info to emit KEYPAIRINFO by readkey command.Werner Koch2021-05-031-7/+42
* scd: Rewrite READKEY to allow for compressed points.Werner Koch2021-04-291-43/+19
* scd: New function send_keyinfo to assist in backporting.Werner Koch2021-04-291-0/+28
* scd: Minor changes to assist in backporting from 2.3Werner Koch2021-04-291-4/+6
* scd: Add some compatibility code for easier backporting.Werner Koch2021-02-191-1/+0
* scd: Skip unknown options in command SERIALNOWerner Koch2020-11-121-0/+2
* card: Run factory-reset in locked stated.Werner Koch2020-11-091-10/+10
* doc: Typo fixesWerner Koch2020-10-021-1/+1
* scd: Make app_genkey and supporting ISO function more flexible.Werner Koch2019-02-111-1/+2
* scd: Add option --clear to PASSWD.Werner Koch2019-01-221-3/+31
* scd: One new and one improved 7816 function.Werner Koch2019-01-221-2/+3
* scd: Support "acknowledge button" feature.NIIBE Yutaka2018-12-181-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-01-311-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
* scd: APP centric approach for device management.NIIBE Yutaka2016-12-281-520/+66
* scd: Simplify monitoring card removal.NIIBE Yutaka2016-12-281-18/+8
* scd: Clean up internal API for APP.NIIBE Yutaka2016-12-221-13/+9
* scd: Fix status info encoding.NIIBE Yutaka2016-11-141-1/+2
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* scd: Add --advanced option for READKEY.NIIBE Yutaka2016-11-041-3/+10
* scd: Fix an action after card removal.NIIBE Yutaka2016-09-031-5/+5
* scd: Release the card reader after card removal.NIIBE Yutaka2016-09-021-1/+4
* More cleanup of "allow to".Daniel Kahn Gillmor2016-08-031-1/+1
* scd: Fix card removal/reset on multiple contexts.NIIBE Yutaka2016-07-201-41/+43
* scd: Fix race conditions for release_application.NIIBE Yutaka2016-07-191-4/+6
* Replace use of opt.homedir by accessor functions.Werner Koch2016-06-071-3/+3
* scd: More fix of error return path.NIIBE Yutaka2016-05-021-2/+2
* common: Consolidate Assuan server argument handling.Justus Winter2016-03-021-47/+1
* Fix typos found using codespell.Justus Winter2015-11-171-5/+5
* scd: Add reder information to --card-status.NIIBE Yutaka2015-11-091-0/+9
* Typo fixesWerner Koch2015-09-011-1/+1
* scd: Avoid double-free on error condition in scdDaniel Kahn Gillmor2014-12-221-4/+2