typo in log message
1 lines of code changed in 1 file:
ATRDecodeAtr(): reformat
22 lines of code changed in 1 file:
ATRDecodeAtr(): check for TA2 (specific mode) even if TD2 is not present
"3F 80 10 01" was not parsed correctly for example and T=0 was used
instead of T=1 (specific mode)
2 lines of code changed in 1 file:
rename FEATURE_MCT_READERDIRECT in FEATURE_MCT_READER_DIRECT
2 lines of code changed in 1 file:
rename FEATURE_MCT_READERDIRECT in FEATURE_MCT_READER_DIRECT to be
conform with ch. 2.3 of PCSC v2 part 10
2 lines of code changed in 1 file:
Unitary Test for fork() detection
56 lines of code changed in 1 file:
Doxygen: add missing error codes
27 lines of code changed in 1 file:
ContextThread(): SCARD_CANCEL return SCARD_E_INVALID_HANDLE instead of
SCARD_E_INVALID_VALUE if the handle is invalid
1 lines of code changed in 1 file:
Doxygen: document 2 missing SCARD_F_COMM_ERROR possible return values
2 lines of code changed in 1 file:
Doxygen: document 3 missing error codes for SCardConnect()
3 lines of code changed in 1 file:
reformat
1 lines of code changed in 1 file:
use sizeof(SCARD_IO_REQUEST) instead of 8 for the .cbPciLength field
This is the correct value on 64-bit system.
6 lines of code changed in 1 file:
g_rgSCard*Pci are not used on the server side
0 lines of code changed in 2 files:
SIGHUP signal has already been set to SIG_IGN. No need to quit on
SIGHUP.
0 lines of code changed in 1 file:
revert revision 4599 and remove the second call to signal() instead of
the first one. We need to clean-up as soon as we created the files.
10 lines of code changed in 1 file:
remove duplicate calls to signal()
0 lines of code changed in 1 file:
Doxygen: SCardConnect() value 0 for dwPreferredProtocols valid only if
dwShareMode is SCARD_SHARE_DIRECT
1 lines of code changed in 1 file:
use the more efficient SCardCheckSameProcess() instead of
SCardCheckDaemonAvailability() to detect use of the API after a fork()
32 lines of code changed in 1 file:
Doxygen: SCardEstablishContext()
Each thread of an application shall use its own SCARDCONTEXT. On
Windows the same SCARDCONTEXT can be shared by different threads
of same application.
5 lines of code changed in 1 file: