aboutsummaryrefslogtreecommitdiffstats
path: root/scd/app.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-11common,agent,gpg,dirmngr,g13,scd,tests,tools: New spawn function.NIIBE Yutaka1-5/+16
2023-04-18scd: On a Yubikey re-select the last app after the use of APDU.Werner Koch1-2/+20
2022-03-15scd: Fix DEVINFO with no --watch.NIIBE Yutaka1-1/+1
2022-03-04scd: Fix PK_AUTH with --challenge-response option.NIIBE Yutaka1-0/+4
2022-03-03scd: Add --challenge-response option to PK_AUTH for OpenPGP card.NIIBE Yutaka1-1/+1
2021-11-02scd: Simplify the loop of DEVINFO.NIIBE Yutaka1-11/+5
2021-10-29scd: Fix the previous commit.NIIBE Yutaka1-5/+1
2021-10-29scd: Modify DEVINFO behavior to support looping forever.NIIBE Yutaka1-68/+100
2021-07-22scd: Small clean up for card access.NIIBE Yutaka1-8/+1
2021-07-22scd: Fix direct use of card with no ctrl->card_ctx.NIIBE Yutaka1-1/+1
2021-07-21scd: Fix access to list of cards (3/3).NIIBE Yutaka1-178/+109
2021-07-21scd: Fix access to list of cards (2/3).NIIBE Yutaka1-25/+14
2021-07-21scd: Fix access to list of cards (1/3).NIIBE Yutaka1-22/+115
2021-07-06scd: Detect external interference when PCSC_SHARED.NIIBE Yutaka1-2/+44
2021-06-17scd: Fix RESET handling.NIIBE Yutaka1-1/+5
2021-06-08scd: Fix serial number detection for Yubikey 5.NIIBE Yutaka1-4/+5
2021-04-01scd: New flag --reread for LEARNWerner Koch1-33/+86
2021-02-22scd:p15: Extract extended usage flagsand act upon them.Werner Koch1-2/+4
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