aboutsummaryrefslogtreecommitdiffstats
path: root/scd/command.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-07scd: New getinfo subcommand "manufacturer"Werner Koch1-12/+20
2023-05-10scd: Fix cmd_apdu on error.NIIBE Yutaka1-1/+4
2023-01-13scd:openpgp: Allow auto-changing of the key attributes in genkey.Werner Koch1-22/+29
2022-10-20scd:nks: Return USAGE information for KEYINFO command.NIIBE Yutaka1-2/+3
2022-06-09agent,scd: Make sure to set CONFIDENTIAL flag in Assuan.NIIBE Yutaka1-0/+2
2021-09-08scd: Support PC/SC for "getinfo reader_list".Werner Koch1-12/+42
2021-05-20scd: avoid memory leaksJakub Jelen1-12/+21
2021-05-03scd: Add option --info to emit KEYPAIRINFO by readkey command.Werner Koch1-7/+42
2021-04-29scd: Rewrite READKEY to allow for compressed points.Werner Koch1-43/+19
2021-04-29scd: New function send_keyinfo to assist in backporting.Werner Koch1-0/+28
2021-04-29scd: Minor changes to assist in backporting from 2.3Werner Koch1-4/+6
2021-02-19scd: Add some compatibility code for easier backporting.Werner Koch1-1/+0
2020-11-12scd: Skip unknown options in command SERIALNOWerner Koch1-0/+2
2020-11-09card: Run factory-reset in locked stated.Werner Koch1-10/+10
2020-10-02doc: Typo fixesWerner Koch1-1/+1
2019-02-11scd: Make app_genkey and supporting ISO function more flexible.Werner Koch1-1/+2
2019-01-22scd: Add option --clear to PASSWD.Werner Koch1-3/+31
2019-01-22scd: One new and one improved 7816 function.Werner Koch1-2/+3
2018-12-18scd: Support "acknowledge button" feature.NIIBE Yutaka1-0/+28
2018-03-27agent,scd: Use pointer to represent HANDLE.NIIBE Yutaka1-6/+10
2018-02-14common: Use new function to print status strings.Werner Koch1-1/+3
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka1-1/+1
2017-03-07Remove -I option to common.NIIBE Yutaka1-2/+2
2017-02-21Clean up word replication.Yuri Chornoivan1-3/+3
2017-02-17scd: Fix RESET command handling (more).NIIBE Yutaka1-3/+3
2017-01-31scd: Fix regression tracking the connection count.NIIBE Yutaka1-24/+27
2017-01-31scd: Fix SERIALNO for multiple devices.NIIBE Yutaka1-1/+6
2017-01-26scd: Fix APP reference counting.NIIBE Yutaka1-1/+1
2017-01-18scd: Cleanup SERIALNO protocol.NIIBE Yutaka1-15/+10
2017-01-18scd: Add "card_list" sub command for GETINFO.NIIBE Yutaka1-4/+14
2017-01-16scd: Add --demand option for SERIALNO.NIIBE Yutaka1-28/+60
2016-12-30scd: Fix card removal monitor.NIIBE Yutaka1-57/+67
2016-12-28scd: APP centric approach for device management.NIIBE Yutaka1-520/+66
2016-12-28scd: Simplify monitoring card removal.NIIBE Yutaka1-18/+8
2016-12-22scd: Clean up internal API for APP.NIIBE Yutaka1-13/+9
2016-11-14scd: Fix status info encoding.NIIBE Yutaka1-1/+2
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-11-04scd: Add --advanced option for READKEY.NIIBE Yutaka1-3/+10
2016-09-03scd: Fix an action after card removal.NIIBE Yutaka1-5/+5
2016-09-02scd: Release the card reader after card removal.NIIBE Yutaka1-1/+4
2016-08-03More cleanup of "allow to".Daniel Kahn Gillmor1-1/+1
2016-07-20scd: Fix card removal/reset on multiple contexts.NIIBE Yutaka1-41/+43
2016-07-19scd: Fix race conditions for release_application.NIIBE Yutaka1-4/+6
2016-06-07Replace use of opt.homedir by accessor functions.Werner Koch1-3/+3
2016-05-02scd: More fix of error return path.NIIBE Yutaka1-2/+2
2016-03-02common: Consolidate Assuan server argument handling.Justus Winter1-47/+1
2015-11-17Fix typos found using codespell.Justus Winter1-5/+5
2015-11-09scd: Add reder information to --card-status.NIIBE Yutaka1-0/+9
2015-09-01Typo fixesWerner Koch1-1/+1
2014-12-22scd: Avoid double-free on error condition in scdDaniel Kahn Gillmor1-4/+2