summaryrefslogtreecommitdiffstats
path: root/scd/app.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* scd: Fix reading of the ATR for card type detection.Werner Koch2020-08-271-1/+1
* scd: Add heuristics to identify cardtype.NIIBE Yutaka2020-08-271-2/+20
* scd: Fix Yubikey app switching problemWerner Koch2020-05-261-4/+12
* scd: Detect missing card in "getinfo all_active_apps".Werner Koch2020-04-171-0/+5
* scd: New command DEVINFO.NIIBE Yutaka2020-04-021-0/+55
* scd:p15: Support signing with CardOS 5 cards.Werner Koch2020-03-311-1/+1
* Spelling cleanup.Daniel Kahn Gillmor2020-02-191-2/+2
* scd: Print the main app name also for not fully supported cards.Werner Koch2020-02-131-0/+9
* scd: New commands SWITCHCARD and SWITCHAPP.Werner Koch2020-01-161-8/+169
* scd:piv: Implement PIN cache.Werner Koch2020-01-131-2/+2
* scd: Fix memory leak in command READKEY.Werner Koch2020-01-131-1/+0
* scd: Make SERIALNO --all work correctly and use it.Werner Koch2020-01-131-51/+88
* scd: First changes to implement a PIN cache.Werner Koch2020-01-071-11/+49
* scd: Minor fix for readibility.Werner Koch2020-01-031-1/+1
* scd: Enhance KEYINFO command to limit listing with capability.NIIBE Yutaka2019-12-191-5/+8
* scd,pcsc: Remove the restriction of no-scanning in PC/SC.NIIBE Yutaka2019-09-121-1/+1
* scd: Implement auto-switching between Yubikey apps.Werner Koch2019-09-051-34/+105
* scd: Improve locking of app_do_with_keygrip.Werner Koch2019-09-051-10/+24
* scd: New debug flag "app".Werner Koch2019-09-051-27/+94
* scd: Add option --all to the SERIALNO command.Werner Koch2019-09-041-7/+91
* scd: Fix Error checking in additioal app selection.Werner Koch2019-09-041-2/+3
* scd: Add option --multi to the LEARN command.Werner Koch2019-09-041-16/+53
* scd: Use a macro for the flag parameter of learn_status.Werner Koch2019-09-041-1/+1
* scd: Fix check_application_conflict.NIIBE Yutaka2019-08-211-0/+6
* scd: Fix selecting additional APP.NIIBE Yutaka2019-08-211-28/+59
* scd: Fix how select_additional_application is called.NIIBE Yutaka2019-08-211-10/+3
* scd: Fix resetting CARD_CTX.NIIBE Yutaka2019-08-211-2/+1
* scd: Fix switching to another APP.NIIBE Yutaka2019-08-211-4/+9
* scd: Fix keygrip search.NIIBE Yutaka2019-07-081-1/+3
* scd: Do not conflict if a card with another serialno is demanded.Werner Koch2019-06-251-3/+15
* scd: Return a stable list with "getinfo card_list".Werner Koch2019-06-251-4/+37
* scd: Add an re-select mechanism to switch apps.Werner Koch2019-06-251-38/+196
* scd: Take the card look while running app->with_keygrip.Werner Koch2019-06-211-3/+12
* scd: Take the lock earlier in the function dispatchers.Werner Koch2019-06-211-113/+154
* scd: Add code to check whether app switching is possible.Werner Koch2019-06-211-15/+28
* scd: Track the currently selected app.Werner Koch2019-06-211-2/+7
* scd: Simplify inclusion of app-common.h.Werner Koch2019-06-211-1/+0
* scd: Use enums for cardtype and apptype.Werner Koch2019-06-211-24/+54
* scd: Split data structures into app and card related objects.Werner Koch2019-06-191-315/+384
* scd: Add explict functions for 'app' reference counting.Werner Koch2019-06-171-12/+36
* scd: Slight change to app->fnc.do_with_keygrip.Werner Koch2019-06-171-3/+21
* scd: Add new command: KEYINFO.NIIBE Yutaka2019-04-251-0/+21
* scd: New options --info and --info-only for READKEY.Werner Koch2019-04-031-9/+10
* scd: New option --application-priority.Werner Koch2019-03-281-17/+59
* scd: Support reading the Yubikey 4 firmware version.Werner Koch2019-03-271-21/+38
* scd: Refactor the app selection code.Werner Koch2019-03-221-17/+35
* card: Print card version. Check for bad Yubikeys.Werner Koch2019-03-051-5/+15
* scd: Simplify the app_readkey parameters.Werner Koch2019-02-261-2/+2
* scd: Don't let the "undefined" app cause a conflict error.Werner Koch2019-02-211-0/+3
* scd: Make app_genkey and supporting ISO function more flexible.Werner Koch2019-02-061-3/+3