index
:
GnuPG
ECC-INTEGRATION-2-1
GNUPG-1-9-BRANCH
GNUPG-1-9-BRANCH-MO
GNUPG-TRUNK-MO-HACKS
STABLE-BRANCH-1-0
STABLE-BRANCH-1-2
STABLE-BRANCH-1-4
STABLE-BRANCH-2-0
STABLE-BRANCH-2-2
STABLE-BRANCH-2-2.40
STABLE-BRANCH-2-4
T3880
T3880-fix
bjk/passphrase-inquire
cb/T5215
cb/test
ccid_driver_improvement
debian-unstable-patch-queue
disallow-v3-keys
dkg-fix-T4566
dkg-fix-T4593
dkg-fix-T4628
dkg-fix-T4652
dkg-fix-T4682
dkg/T1371
dkg/T1967
dkg/fix-4855
dkg/fix-T3995
dkg/fix-T4490
dkg/fix-T4501
dkg/fix-T4507
dkg/fix-T4522
dkg/gpgv-doc-improvement
dkg/no-skel-files
dkg/passphrase-env
ePit-1-0
fix-1950
fix-4393
fix-T3995
fix-T4017
fix-T4018
fix-T4019
gniibe/T4620
gniibe/crypto-refresh
gniibe/decryption-key
gniibe/fix-3465
gniibe/kem
gniibe/pcsc-get-status
gniibe/regexp
gniibe/scd-direct-keygrip
gniibe/scd-kdf-support
gniibe/scd-watch
gniibe/sos
gniibe/spawn
gniibe/t3883
gniibe/t6275
gniibe/t6364
gniibe/t6487
gniibe/t6592
gniibe/t6606
gniibe/t7426
gniibe/v5/448
gniibe/x25519
ikloecker/pinentry-formatted-passphrase
ikloecker/t5462
ikloecker/t5598-appimage
justus/fix-1788
justus/issue1955
justus/issue2012
justus/issue2700
justus/issue2826-0
justus/libdns-0
justus/scm-9
key-storage-work
master
mo-scd
neal/dirmngr-ldap
neal/encrypted-mailing-lists
neal/issue2236
neal/kdb
neal/next
neal/pending
neal/strsplit
npth
npth-2
npth-3
npth-4
scd-backport-2-0
scd-pin-prompt
scd-work
seckey-sync-work
switch-to-gpgk
t5964
tobias/gpgsum
tobias/tsa
tpm-work
wk/g13work
wk/kyber-test
wk/signcode
wk/stable-2.2-global-options
wk/test-master
wk/w32-smime-perf-tests
The GNU Privacy Guard
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scd
/
apdu.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
scd: Handle error of SCardStatus.
gniibe/pcsc-get-status
NIIBE Yutaka
2021-05-14
1
-0
/
+2
*
scd: Fix possible race for watching thread doesn't exit.
NIIBE Yutaka
2021-05-14
1
-3
/
+12
*
scd: Change the exit condition of pcsc_thread.
NIIBE Yutaka
2021-05-14
1
-1
/
+1
*
scd: Remove wrong assertion and add protection to PCSC.COUNT.
NIIBE Yutaka
2021-05-14
1
-1
/
+2
*
scd: Release the context for pcsc_thred.
NIIBE Yutaka
2021-05-14
1
-0
/
+1
*
scd: Use the thread to monitor PC/SC card status change.
NIIBE Yutaka
2021-05-13
1
-7
/
+49
*
scd: Use SCardStatus for pcsc_get_status.
NIIBE Yutaka
2021-05-13
1
-53
/
+9
*
scd: Handle the error code of PCSC_E_READER_UNAVAILABLE.
NIIBE Yutaka
2021-05-13
1
-0
/
+1
*
scd: Add a thread for PS/SC which blocks at SCardGetStatusChange.
NIIBE Yutaka
2021-05-13
1
-0
/
+72
*
scd: Protect PCSC.CONTEXT in apdu_dev_list_start.
NIIBE Yutaka
2021-05-13
1
-0
/
+6
*
scd: Serialize READER_TABLE access for PC/SC.
NIIBE Yutaka
2021-05-11
1
-15
/
+19
*
scd: Fix close_pcsc_reader.
NIIBE Yutaka
2021-05-10
1
-9
/
+9
*
scd: Make sure releasing PC/SC context.
NIIBE Yutaka
2021-05-10
1
-6
/
+16
*
scd: Increment PCSC.COUNT correctly.
NIIBE Yutaka
2021-05-07
1
-2
/
+2
*
scd: Fix memory leak for RDRNAME and serialize access.
NIIBE Yutaka
2021-05-07
1
-2
/
+6
*
scd: Fix declarations for PC/SC access.
NIIBE Yutaka
2021-05-06
1
-2
/
+2
*
scd: Recover the partial match for PORTSTR for PC/SC.
NIIBE Yutaka
2021-05-06
1
-1
/
+2
*
scd: When reader is specified, make sure only open once.
NIIBE Yutaka
2021-05-06
1
-0
/
+5
*
scd: Fix PC/SC removed card problem
Werner Koch
2021-04-29
1
-0
/
+11
*
scd: Fix problem with reader list becoming empty.
Werner Koch
2021-04-28
1
-21
/
+23
*
scd: Fix memory leaks.
Jakub Jelen
2021-04-13
1
-0
/
+4
*
scd: Replace all assert macros by the log_assert macro.
Werner Koch
2021-03-31
1
-9
/
+8
*
scd: Fix PC/SC error handling at apdu_dev_list_start.
NIIBE Yutaka
2021-03-26
1
-1
/
+3
*
scd: New option --pcsc-shared.
Werner Koch
2021-03-12
1
-2
/
+3
*
scd:p15: Make it code work again for D-Trust cards.
Werner Koch
2021-02-23
1
-0
/
+1
*
scd: Define new status word
Werner Koch
2021-01-27
1
-0
/
+1
*
scd: New getinfo sub-command apdu_strerror.
Werner Koch
2020-11-27
1
-2
/
+7
*
scd: Do not print reader status change with --debug cardio.
Werner Koch
2020-11-11
1
-1
/
+1
*
scd: Use lock_slot for apdu_send_direct.
NIIBE Yutaka
2020-11-05
1
-1
/
+1
*
scd: Internal CCID: Clear the handle after use.
NIIBE Yutaka
2020-09-28
1
-1
/
+5
*
scd: For PC/SC, send the ESC command at init for SPR532 reader.
NIIBE Yutaka
2020-09-25
1
-25
/
+32
*
scd: Increase the number of supported readers from 4 to 16.
Werner Koch
2020-09-04
1
-1
/
+2
*
scd: Log info about CCIDs with permission problems.
Werner Koch
2020-08-12
1
-3
/
+13
*
scd: Map some error codes from libusb to ccid-driver error codes.
Werner Koch
2020-08-12
1
-0
/
+7
*
scd: Fix closing reader and reeleasing context in PC/SC.
NIIBE Yutaka
2020-07-17
1
-0
/
+7
*
scd: PC/SC: Don't release the context when it's in use.
NIIBE Yutaka
2020-07-17
1
-1
/
+1
*
scd: Shorten cardio debug output for all zeroes.
Werner Koch
2020-06-29
1
-4
/
+33
*
scd,pcsc: Use HANDLE for context and card.
NIIBE Yutaka
2019-09-17
1
-28
/
+34
*
scd: Remove old fallback logic from CCID to PC/SC.
gniibe/T4620
NIIBE Yutaka
2019-09-12
1
-12
/
+5
*
scd,pcsc: Support "reader-port" option for PC/SC reader.
NIIBE Yutaka
2019-09-12
1
-29
/
+34
*
scd,pcsc: Remove the restriction of no-scanning in PC/SC.
NIIBE Yutaka
2019-09-11
1
-10
/
+1
*
scd,pcsc: Fix examining the list of readers.
NIIBE Yutaka
2019-09-11
1
-5
/
+13
*
scd,pcsc: Fix for initializing PC/SC.
NIIBE Yutaka
2019-09-11
1
-9
/
+13
*
scd,pcsc: Support multiple card readers.
NIIBE Yutaka
2019-09-11
1
-180
/
+217
*
scd,pcsc: Use a single context.
NIIBE Yutaka
2019-09-11
1
-26
/
+46
*
scd: Clean up the structure for future fix of PC/SC.
NIIBE Yutaka
2019-09-11
1
-9
/
+9
*
scd: Remove fallback mechanism to PC/SC.
NIIBE Yutaka
2019-08-06
1
-8
/
+2
*
scd: Remove useless GNUPG_SCD_MAIN_HEADER macro.
Werner Koch
2019-07-12
1
-4
/
+2
*
scd: Fix for SCARD_IO_REQUEST structure.
NIIBE Yutaka
2019-05-21
1
-0
/
+5
*
scd: Remove unused cruft from GnuPG 1.x
Werner Koch
2019-05-16
1
-16
/
+6
[next]