August 2006 Commit Log

Number of Commits:
15
Number of Active Developers:
1
rousseau 2006-08-31 21:51 Rev.: 2146

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:

rousseau 2006-08-31 21:17 Rev.: 2145

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:

rousseau 2006-08-31 21:08 Rev.: 2144

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:

rousseau 2006-08-31 20:59 Rev.: 2143

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:

rousseau 2006-08-31 20:55 Rev.: 2142

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:

rousseau 2006-08-15 17:36 Rev.: 2141

add manage power suspend/resume

4 lines of code changed in 1 file:

rousseau 2006-08-13 18:24 Rev.: 2139

remove unused functions.
SYS_Mknod() could not be compiled using tcc

0 lines of code changed in 2 files:

rousseau 2006-08-11 20:26 Rev.: 2138

release 1.3.2

23 lines of code changed in 2 files:

rousseau 2006-08-11 20:10 Rev.: 2137

do not fail to remove api when the directory is not there

1 lines of code changed in 1 file:

rousseau 2006-08-09 09:16 Rev.: 2129

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:

rousseau 2006-08-08 17:05 Rev.: 2128

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:

rousseau 2006-08-08 16:51 Rev.: 2127

HPAddHotPluggable(): if a reader fails to start we try to start it a
second time

11 lines of code changed in 1 file:

rousseau 2006-08-07 23:11 Rev.: 2126

in SCardStatus subsection, the argument is pdwProtocol and not
dwPreferredProtocols

2 lines of code changed in 1 file:

rousseau 2006-08-07 16:32 Rev.: 2125

Transform C comments into Doxygen comments

59 lines of code changed in 1 file:

rousseau 2006-08-07 16:18 Rev.: 2124

Transform C comments into Doxygen comments

66 lines of code changed in 1 file:

July 2006 »

Generated by StatSVN 0.7.0