struct transmit_struct_extended: use BYTE data[1]; instead of BYTE
data[0]; since Sun Studio 11 does not like 0-sized arrays.
Thanks to Iain MacDonnell for the bug report
1 lines of code changed in 1 file:
struct ReaderContext: use int32_t instead of DWORD for dwContexts since
we also use negative values (SCARD_EXCLUSIVE_CONTEXT defined as -1)
Thanks to -Wextra for the bug report
3 lines of code changed in 1 file:
SCardStatus(): do not check for negative value of
rContext->readerState->cardAtrLength since it is a DWORD (unsigned)
Thanks to -Wextra for the bug report
1 lines of code changed in 1 file:
SHMClientSetupSession(): store the returned value of socket() in an int
instead of a DWORD (unsigned) so we can check for negative values
Thanks to -Wextra for the bug report
4 lines of code changed in 1 file:
SCardGetStatusChange(): do not test for (cReaders < 0) since cReaders is
a DWORD and a DWORD is unsigned.
Thanks to -Wextra for the bug report
0 lines of code changed in 1 file:
add manage power suspend/resume
4 lines of code changed in 1 file:
remove unused functions.
SYS_Mknod() could not be compiled using tcc
0 lines of code changed in 2 files:
release 1.3.2
23 lines of code changed in 2 files:
do not fail to remove api when the directory is not there
1 lines of code changed in 1 file:
Revert patch in revision 2127. The problematic to try a second driver
start if the first one fails has to be in the driver itself, not in
pcscd.
1 lines of code changed in 1 file:
CreateContextThread(): log an error message in case of failuer since the
pcscd daemon will die shortly after that
3 lines of code changed in 1 file:
HPAddHotPluggable(): if a reader fails to start we try to start it a
second time
11 lines of code changed in 1 file:
in SCardStatus subsection, the argument is pdwProtocol and not
dwPreferredProtocols
2 lines of code changed in 1 file:
Transform C comments into Doxygen comments
59 lines of code changed in 1 file:
Transform C comments into Doxygen comments
66 lines of code changed in 1 file: