aboutsummaryrefslogtreecommitdiffstats
path: root/scd/app.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-25scd: Don't let the "undefined" app cause a conflict error.Werner Koch1-0/+3
2019-02-11scd: Make app_genkey and supporting ISO function more flexible.Werner Koch1-3/+3
2019-02-11scd: Fix parameter name of app_change_key.Werner Koch1-3/+3
2019-01-22scd: Add option --clear to PASSWD.Werner Koch1-1/+1
2018-12-18scd: Support "acknowledge button" feature.NIIBE Yutaka1-0/+2
2017-11-21scd: Enable card removal check after select_application.NIIBE Yutaka1-6/+4
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka1-2/+2
2017-03-27scd: Change the order of applications when accessed.NIIBE Yutaka1-2/+9
2017-03-07Remove -I option to common.NIIBE Yutaka1-2/+2
2017-03-06scd: Fix API of select_file/_path.NIIBE Yutaka1-2/+2
2017-02-17scd: Fix RESET command handling (more).NIIBE Yutaka1-8/+21
2017-02-16scd: Minor fixes to silence compiler warnings.NIIBE Yutaka1-1/+1
2017-02-15scd: Fix RESET command handling.NIIBE Yutaka1-28/+24
2017-02-13scd: Fix use case of PC/SC.NIIBE Yutaka1-1/+1
2017-01-31scd: Fix SERIALNO for multiple devices.NIIBE Yutaka1-11/+13
2017-01-27scd: More changes on watching removal of card/reader.NIIBE Yutaka1-18/+19
2017-01-27scd: Improve watching USB device removal.NIIBE Yutaka1-63/+57
2017-01-26scd: Only submit apdu_get_status when needed.NIIBE Yutaka1-1/+5
2017-01-26scd: Fix APP reference counting.NIIBE Yutaka1-1/+0
2017-01-26scd: Add INTERRUPT endp support to CCID driver.NIIBE Yutaka1-0/+1
2017-01-18scd: Cleanup SERIALNO protocol.NIIBE Yutaka1-32/+19
2017-01-18scd: Add "card_list" sub command for GETINFO.NIIBE Yutaka1-0/+18
2017-01-16scd: Add --demand option for SERIALNO.NIIBE Yutaka1-10/+29
2017-01-06scd: Support multiple readers by CCID driver.NIIBE Yutaka1-25/+38
2016-12-30scd: Fix select_application.NIIBE Yutaka1-2/+4
2016-12-30scd: Fix card removal monitor.NIIBE Yutaka1-2/+2
2016-12-29scd: Fix a race condition for new_reader_slot.NIIBE Yutaka1-22/+21
2016-12-28scd: APP centric approach for device management.NIIBE Yutaka1-211/+324
2016-12-22scd: Clean up internal API for APP.NIIBE Yutaka1-16/+16
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-2/+3
2016-07-20scd: Fix card removal/reset on multiple contexts.NIIBE Yutaka1-0/+4
2015-12-04scd: Simplify saving application context.NIIBE Yutaka1-62/+41
2015-12-03scd: Fix "Conflicting usage" bug.NIIBE Yutaka1-21/+6
2015-11-17Fix typos found using codespell.Justus Winter1-1/+1
2014-12-15gpg: Add sub-command "factory-reset" to --card-edit.Werner Koch1-1/+1
2014-07-25scd: Support for SmartCard-HSMAndreas Schwier1-0/+3
2013-08-28gpg: Make decryption with the OpenPGP card work.Werner Koch1-2/+6
2013-02-05SCD: API cleanup for keypad handling.NIIBE Yutaka1-1/+1
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-5/+5
2012-01-25Port to npth.Marcus Brinkmann1-32/+17
2011-12-15scd: Prefer application Geldkarte over DINSIG.Werner Koch1-3/+3
2011-12-14scd: Skip S/N reading for the "undefined" application.Werner Koch1-45/+52
2011-12-14scd: Add the "undefined" stub application.Werner Koch1-0/+10
2011-12-13scd: Introduce a virtual reader table.Werner Koch1-3/+4
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-28/+27
2009-07-16Add code to better handle unplugging of a reader.Werner Koch1-2/+2
2009-07-13* ccid-driver.c (struct ccid_driver_s): Add fields last_progress,Werner Koch1-19/+36
2009-06-09app-openpgp changesWerner Koch1-1/+1
2009-03-24Better syncronization of several smartcard sessions.Werner Koch1-2/+24