aboutsummaryrefslogtreecommitdiffstats
path: root/scd/app.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-02scd: change the command name DEVINFO.gniibe/scd-watchNIIBE Yutaka1-20/+17
2020-04-02watch: show information.NIIBE Yutaka1-1/+29
2020-04-02watch: call notification to app_wait from scd_update_reader_status_file.NIIBE Yutaka1-6/+5
2020-04-02watch: use condition variable.NIIBE Yutaka1-0/+31
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
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