May 2007 Commit Log

Number of Commits:
28
Number of Active Developers:
1
rousseau 2007-05-30 11:44 Rev.: 2555

declare prototypes of debug_msg() and debug_xxd() to avoid
debuglog.c:265: warning: no previous prototype for �debug_msg�

2 lines of code changed in 1 file:

rousseau 2007-05-30 11:41 Rev.: 2554

HPRemoveHotPluggable(): rename index to reader_index to avoid
warning: declaration of �index� shadows a global declaration
/usr/include/string.h:304: warning: shadowed declaration is here

10 lines of code changed in 1 file:

rousseau 2007-05-30 11:39 Rev.: 2553

change prototype of SCardAddHandle() to remove an explicit cast

3 lines of code changed in 1 file:

rousseau 2007-05-30 10:57 Rev.: 2552

SCardEstablishContextTH(): remove a local declaration of msgStruct to
avoid warning: declaration of 'msgStruct' shadows a previous local

0 lines of code changed in 1 file:

rousseau 2007-05-29 15:19 Rev.: 2551

set the permission on USE_RUN_PID so that the file is world readable.
The file is used by libpcsclite to check the availability of pcscd

15 lines of code changed in 1 file:

rousseau 2007-05-29 15:18 Rev.: 2550

move definition of PID_ASCII_SIZE from utils.c to utils.h

1 lines of code changed in 2 files:

rousseau 2007-05-24 11:58 Rev.: 2549

RFSetReaderEventState(): unlock the card on removal. This will unlock
any waiting SCardConnect() and SCardReconnect()

7 lines of code changed in 1 file:

rousseau 2007-05-24 10:54 Rev.: 2548

SCardConnect()/SCardDisconnect(): the reader may be removed while we are
waiting after a lock. fix a crash of pcscd

8 lines of code changed in 1 file:

rousseau 2007-05-23 18:37 Rev.: 2546

release 1.4.2

13 lines of code changed in 2 files:

rousseau 2007-05-23 16:27 Rev.: 2545

SCardDisconnect(): do not block if dwDisposition == SCARD_LEAVE_CARD.

We block only for SCARD_UNPOWER_CARD, SCARD_RESET_CARD and
SCARD_EJECT_CARD since that would impact other running transactions

2 lines of code changed in 1 file:

rousseau 2007-05-23 16:19 Rev.: 2544

lockState field of READER_STATE was not used. Remove it and the
associated dead code

1 lines of code changed in 3 files:

rousseau 2007-05-23 16:03 Rev.: 2543

add a Lock counter so that SCardBeginTransaction/SCardEndTransaction can
be nested

9 lines of code changed in 2 files:

rousseau 2007-05-23 10:15 Rev.: 2542

SCardTransmit(): adjust size of data to send to pcscd.
Avoid a valgrind warnings.

7 lines of code changed in 1 file:

rousseau 2007-05-23 09:34 Rev.: 2541

no need to initialise pioRecvPci. It is a out only variable

0 lines of code changed in 1 file:

rousseau 2007-05-23 09:33 Rev.: 2540

SCardTransmit(): we do not need to correctly initialize
scTransmitStruct.pioRecvPci since it is only a out variable

2 lines of code changed in 1 file:

rousseau 2007-05-23 09:28 Rev.: 2539

#include "utils.h" since we use SCardCheckDaemonAvailability()

1 lines of code changed in 1 file:

rousseau 2007-05-23 09:27 Rev.: 2538

move declaration of SCardCheckDaemonAvailability() from winscard_clnt.c
to utils.h

5 lines of code changed in 2 files:

rousseau 2007-05-22 17:02 Rev.: 2537

LPTSTR and LPCTSTR types are no more deprecated since they are found in
many applications. And using them is not a problem.

4 lines of code changed in 1 file:

rousseau 2007-05-22 16:45 Rev.: 2536

initialise pioRecvPci before using it

1 lines of code changed in 1 file:

rousseau 2007-05-22 16:44 Rev.: 2535

Initialize memory to avoid valgrind warnings: Syscall param write(buf)
points to uninitialised byte(s)

33 lines of code changed in 2 files:

rousseau 2007-05-22 15:20 Rev.: 2534

use sizeof() instead of a constant

3 lines of code changed in 1 file:

rousseau 2007-05-16 13:39 Rev.: 2530

typo

1 lines of code changed in 1 file:

rousseau 2007-05-16 11:55 Rev.: 2529

release 1.4.1

21 lines of code changed in 2 files:

rousseau 2007-05-15 22:55 Rev.: 2528

SHMMessageReceive(): on the client side, if the daemon does not respond
after 2 minutes (PCSCLITE_CLIENT_ATTEMPTS) we call
SCardCheckDaemonAvailability() to be sure the daemon is still there and
continue waiting.

Thanks to Harsh Sangal for the bug report

19 lines of code changed in 1 file:

rousseau 2007-05-15 22:53 Rev.: 2527

export SCardCheckDaemonAvailability()

2 lines of code changed in 1 file:

rousseau 2007-05-10 16:45 Rev.: 2525

do not build and include the pdf documentation files in the archive. The
html online versions should be enough.

2 lines of code changed in 1 file:

rousseau 2007-05-07 11:37 Rev.: 2513

"poll the reader only if an application is using this reader"

3 lines of code changed in 1 file:

rousseau 2007-05-07 11:34 Rev.: 2512

"do not use an active polling in hotplug_libusb.c" solved using
IFD_GENERATE_HOTPLUG

0 lines of code changed in 1 file:

April 2007 »

Generated by StatSVN 0.7.0