aboutsummaryrefslogtreecommitdiffstats
path: root/scd/app.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-08scd: Fix keygrip search.NIIBE Yutaka1-1/+3
2019-06-25scd: Do not conflict if a card with another serialno is demanded.Werner Koch1-3/+15
2019-06-25scd: Return a stable list with "getinfo card_list".Werner Koch1-4/+37
2019-06-25scd: Add an re-select mechanism to switch apps.Werner Koch1-38/+196
2019-06-21scd: Take the card look while running app->with_keygrip.Werner Koch1-3/+12
2019-06-21scd: Take the lock earlier in the function dispatchers.Werner Koch1-113/+154
2019-06-21scd: Add code to check whether app switching is possible.Werner Koch1-15/+28
2019-06-21scd: Track the currently selected app.Werner Koch1-2/+7
2019-06-21scd: Simplify inclusion of app-common.h.Werner Koch1-1/+0
2019-06-21scd: Use enums for cardtype and apptype.Werner Koch1-24/+54
2019-06-19scd: Split data structures into app and card related objects.Werner Koch1-315/+384
2019-06-17scd: Add explict functions for 'app' reference counting.Werner Koch1-12/+36
2019-06-17scd: Slight change to app->fnc.do_with_keygrip.Werner Koch1-3/+21
2019-04-25scd: Add new command: KEYINFO.NIIBE Yutaka1-0/+21
2019-04-03scd: New options --info and --info-only for READKEY.Werner Koch1-9/+10
2019-03-28scd: New option --application-priority.Werner Koch1-17/+59
2019-03-27scd: Support reading the Yubikey 4 firmware version.Werner Koch1-21/+38
2019-03-22scd: Refactor the app selection code.Werner Koch1-17/+35
2019-03-05card: Print card version. Check for bad Yubikeys.Werner Koch1-5/+15
2019-02-26scd: Simplify the app_readkey parameters.Werner Koch1-2/+2
2019-02-21scd: Don't let the "undefined" app cause a conflict error.Werner Koch1-0/+3
2019-02-06scd: Make app_genkey and supporting ISO function more flexible.Werner Koch1-3/+3
2019-02-06scd: Fix parameter name of app_change_key.Werner Koch1-3/+3
2019-01-29card: Support factory reset for Yubikey PIV application.Werner Koch1-2/+11
2019-01-25scd: Improve app selection for app "undefined".Werner Koch1-6/+12
2019-01-21scd: Add option --clear to PASSWD.Werner Koch1-1/+1
2019-01-20scd: Add very basic support for PIV cards.Werner Koch1-0/+58
2018-11-28scd: Serialize opening device by select_application.NIIBE Yutaka1-5/+6
2018-10-11scd: 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