summaryrefslogtreecommitdiffstats
path: root/scd/app.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* scd: No hard lock-up when apdu_connect never returns.NIIBE Yutaka13 days1-4/+15
* scd: Clean up app_send_active_apps and app_send_card_list.NIIBE Yutaka2024-11-121-8/+6
* scd: Fix getinfo active_apps.NIIBE Yutaka2024-11-071-1/+3
* scd: Serialize CARD access for send_card_and_app_list.NIIBE Yutaka2024-11-061-2/+7
* w32: Fix last commit to build on Windows.Werner Koch2024-09-201-1/+1
* scd: Fix DEVINFO, allowing no clients which watch the change.NIIBE Yutaka2024-09-201-3/+7
* scd: Fix DEVINFO to allow multiple clients.NIIBE Yutaka2024-09-181-0/+9
* scd:w32: Fix for setting an environment block with GNUPGHOME.NIIBE Yutaka2024-09-061-3/+2
* scd:w32: Export GNUPGHOME for scd-event.NIIBE Yutaka2024-09-051-12/+11
* common: On Windows, we care about how PIPE handles are inherited.NIIBE Yutaka2024-07-091-1/+1
* scd: Add <unistd.h> for read(2) / write(2) .NIIBE Yutaka2024-07-091-0/+1
* Use gpgrt_process_spawn API from libgpg-error.NIIBE Yutaka2024-07-091-5/+5
* scd: Restrict use of DEVINFO --watch command for socket connection.NIIBE Yutaka2024-06-261-1/+8
* scd: Finish DEVINFO --watch command on input close.NIIBE Yutaka2024-06-251-9/+85
* indent: Fix spellingDaniel Kahn Gillmor2024-05-311-1/+1
* spawn: Remove spawn callback, introduce gnupg_spawn_actions.NIIBE Yutaka2024-05-311-10/+15
* Merge branch 'STABLE-BRANCH-2-4'Werner Koch2024-01-261-1/+52
|\
| * scd: Add support for SCE 7.0Werner Koch2024-01-041-1/+52
* | common,agent,gpg,dirmngr,g13,scd,tests,tools: New spawn function.NIIBE Yutaka2023-05-111-5/+16
|/
* scd: On a Yubikey re-select the last app after the use of APDU.Werner Koch2023-04-181-2/+20
* scd: Fix DEVINFO with no --watch.NIIBE Yutaka2022-03-151-1/+1
* scd: Fix PK_AUTH with --challenge-response option.NIIBE Yutaka2022-03-041-0/+4
* scd: Add --challenge-response option to PK_AUTH for OpenPGP card.NIIBE Yutaka2022-03-031-1/+1
* scd: Simplify the loop of DEVINFO.NIIBE Yutaka2021-11-021-11/+5
* scd: Fix the previous commit.NIIBE Yutaka2021-10-291-5/+1
* scd: Modify DEVINFO behavior to support looping forever.NIIBE Yutaka2021-10-291-68/+100
* scd: Small clean up for card access.NIIBE Yutaka2021-07-221-8/+1
* scd: Fix direct use of card with no ctrl->card_ctx.NIIBE Yutaka2021-07-221-1/+1
* scd: Fix access to list of cards (3/3).NIIBE Yutaka2021-07-211-178/+109
* scd: Fix access to list of cards (2/3).NIIBE Yutaka2021-07-211-25/+14
* scd: Fix access to list of cards (1/3).NIIBE Yutaka2021-07-211-22/+115
* scd: Detect external interference when PCSC_SHARED.NIIBE Yutaka2021-07-061-2/+44
* scd: Fix RESET handling.NIIBE Yutaka2021-06-171-1/+5
* scd: Fix serial number detection for Yubikey 5.NIIBE Yutaka2021-06-081-4/+5
* scd: New flag --reread for LEARNWerner Koch2021-04-011-33/+86
* scd:p15: Extract extended usage flagsand act upon them.Werner Koch2021-02-221-2/+4
* agent: Fix YK s/n and prettify the request card prompt for YubikeysWerner Koch2020-11-261-9/+19
* scd: Do not try to use a non-enabled app after card switching.Werner Koch2020-11-261-2/+19
* scd: Add special serialno compare for OpenPGP cards.Werner Koch2020-11-261-6/+35
* scd: Rework the handling of the displayed serial number.Werner Koch2020-11-251-36/+153
* scd: Handle canonical serialno and app specific serialno differently.NIIBE Yutaka2020-10-271-5/+6
* scd: Handle Yubikey's multiple apps and serialno.NIIBE Yutaka2020-10-231-7/+38
* scd: Use app_get_serialno for app_getattr.NIIBE Yutaka2020-10-231-1/+1
* Replace most of the remaining stdio calls by estream calls.Werner Koch2020-10-201-4/+4
* 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