aboutsummaryrefslogtreecommitdiffstats
path: root/scd/app.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-26agent: Fix YK s/n and prettify the request card prompt for YubikeysWerner Koch1-9/+19
2020-11-26scd: Do not try to use a non-enabled app after card switching.Werner Koch1-2/+19
2020-11-26scd: Add special serialno compare for OpenPGP cards.Werner Koch1-6/+35
2020-11-25scd: Rework the handling of the displayed serial number.Werner Koch1-36/+153
2020-10-27scd: Handle canonical serialno and app specific serialno differently.NIIBE Yutaka1-5/+6
2020-10-23scd: Handle Yubikey's multiple apps and serialno.NIIBE Yutaka1-7/+38
2020-10-23scd: Use app_get_serialno for app_getattr.NIIBE Yutaka1-1/+1
2020-10-20Replace most of the remaining stdio calls by estream calls.Werner Koch1-4/+4
2020-08-27scd: Fix reading of the ATR for card type detection.Werner Koch1-1/+1
2020-08-27scd: Add heuristics to identify cardtype.NIIBE Yutaka1-2/+20
2020-05-26scd: Fix Yubikey app switching problemWerner Koch1-4/+12
2020-04-17scd: Detect missing card in "getinfo all_active_apps".Werner Koch1-0/+5
2020-04-02scd: New command DEVINFO.NIIBE Yutaka1-0/+55
2020-03-31scd:p15: Support signing with CardOS 5 cards.Werner Koch1-1/+1
2020-02-18Spelling cleanup.Daniel Kahn Gillmor1-2/+2
2020-02-13scd: Print the main app name also for not fully supported cards.Werner Koch1-0/+9
2020-01-16scd: New commands SWITCHCARD and SWITCHAPP.Werner Koch1-8/+169
2020-01-13scd:piv: Implement PIN cache.Werner Koch1-2/+2
2020-01-13scd: Fix memory leak in command READKEY.Werner Koch1-1/+0
2020-01-13scd: Make SERIALNO --all work correctly and use it.Werner Koch1-51/+88
2020-01-07scd: First changes to implement a PIN cache.Werner Koch1-11/+49
2020-01-03scd: Minor fix for readibility.Werner Koch1-1/+1
2019-12-19scd: Enhance KEYINFO command to limit listing with capability.NIIBE Yutaka1-5/+8
2019-09-11scd,pcsc: Remove the restriction of no-scanning in PC/SC.NIIBE Yutaka1-1/+1
2019-09-05scd: Implement auto-switching between Yubikey apps.Werner Koch1-34/+105
2019-09-05scd: Improve locking of app_do_with_keygrip.Werner Koch1-10/+24
2019-09-05scd: New debug flag "app".Werner Koch1-27/+94
2019-09-04scd: Add option --all to the SERIALNO command.Werner Koch1-7/+91
2019-09-04scd: Fix Error checking in additioal app selection.Werner Koch1-2/+3
2019-09-04scd: Add option --multi to the LEARN command.Werner Koch1-16/+53
2019-09-04scd: Use a macro for the flag parameter of learn_status.Werner Koch1-1/+1
2019-08-21scd: Fix check_application_conflict.NIIBE Yutaka1-0/+6
2019-08-21scd: Fix selecting additional APP.NIIBE Yutaka1-28/+59
2019-08-21scd: Fix how select_additional_application is called.NIIBE Yutaka1-10/+3
2019-08-21scd: Fix resetting CARD_CTX.NIIBE Yutaka1-2/+1
2019-08-21scd: Fix switching to another APP.NIIBE Yutaka1-4/+9
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