May 2005 Commit Log

Number of Commits:
35
Number of Active Developers:
1
rousseau 2005-05-27 09:07 Rev.: 1546

Add Eutron SIM Pocket Combo and Eutron CryptoIdentity in the supported
list

4 lines of code changed in 1 file:

rousseau 2005-05-27 09:04 Rev.: 1545

add Eutron CryptoIdentity

52 lines of code changed in 2 files:

rousseau 2005-05-20 12:35 Rev.: 1523

add Verisign Secure Token in the supported list

1 lines of code changed in 1 file:

rousseau 2005-05-20 12:20 Rev.: 1522

add RSA SecureID SID800 in the UNsupported list

4 lines of code changed in 1 file:

rousseau 2005-05-20 10:54 Rev.: 1521

add Verisign Secure Storage Token in the supported list

2 lines of code changed in 1 file:

rousseau 2005-05-20 10:54 Rev.: 1520

regenerate using new ./parse

6 lines of code changed in 1 file:

rousseau 2005-05-05 12:31 Rev.: 1514

add SCR331-DI-NTTCom.txt

105 lines of code changed in 2 files:

rousseau 2005-05-05 12:27 Rev.: 1513

rename KAAN_mIDentity.txt in mIDentity.txt

1 lines of code changed in 1 file:

rousseau 2005-05-05 12:25 Rev.: 1512

regenerate using the latest src/parse program

210 lines of code changed in 14 files:

rousseau 2005-05-05 12:05 Rev.: 1511

do not #include <math.h> since we now use +1 instead of ceil() to round
the calculated timeouts to the upper integer
- we do not need an mathematical exact value. the {usb,serial}read must
just not timeout before the reader firmware timeouts
- we avoid a dependency/link on the math library

0 lines of code changed in 1 file:

rousseau 2005-05-05 12:01 Rev.: 1510

T0_card_timeout(): use intermediate variables EGT, BWT, CWT, etu to
improve code readability

19 lines of code changed in 1 file:

rousseau 2005-05-05 11:59 Rev.: 1509

T0_card_timeout(): declare EGT, WWT as double instead of int to have
some precision
We also calculate EGT and WWT in milliseconds instead of seconds

12 lines of code changed in 1 file:

rousseau 2005-05-04 17:58 Rev.: 1508

add SCM Micro SCR 331-DI NTTCom in the "Should work but untested by me"
list

3 lines of code changed in 2 files:

rousseau 2005-05-04 12:11 Rev.: 1507

IFDHCreateChannelByName(), T0_card_timeout(), T1_card_timeout(): also
include other card parameters (TC1 for T=0, TC1 and CWI for T=1) in the
timeout formula

65 lines of code changed in 1 file:

rousseau 2005-05-04 11:30 Rev.: 1506

rename "Kobil KAAN mIDentity" in "Kobil mIDentity"

2 lines of code changed in 2 files:

rousseau 2005-05-04 08:16 Rev.: 1505

IFDHICCPresence(): add support of SCR331-DI NTTCom

Thanks to Takuto Matsuu fro the patch

2 lines of code changed in 1 file:

rousseau 2005-05-04 08:14 Rev.: 1504

#define SCR331DINTTCOM 0x04E65120

1 lines of code changed in 1 file:

rousseau 2005-05-04 08:04 Rev.: 1503

add the manufacturer name in the reader name

20 lines of code changed in 1 file:

rousseau 2005-05-02 15:37 Rev.: 1496

typo in the data rates list

1 lines of code changed in 1 file:

rousseau 2005-05-02 15:28 Rev.: 1495

T0_card_timeout()/T1_card_timeout(): use ceil() to round the timeout

5 lines of code changed in 1 file:

rousseau 2005-05-02 14:07 Rev.: 1494

ccid_error(): function is (const char *) instead of (char *) to avoid a
"warning: passing arg 4 of `ccid_error' discards qualifiers from pointer
target type" using gcc 3.4

2 lines of code changed in 2 files:

rousseau 2005-05-02 13:47 Rev.: 1493

regenerate using the new parse command

116 lines of code changed in 5 files:

rousseau 2005-05-02 13:36 Rev.: 1492

CmdEscape(): replay the command if we receive STATUS_COMM_NAK

12 lines of code changed in 1 file:

rousseau 2005-05-02 13:33 Rev.: 1491

ReadSerial(): if we get a NAK we return STATUS_COMM_NAK to the above
layer to replay the command instead of just restarting the read

4 lines of code changed in 1 file:

rousseau 2005-05-02 13:31 Rev.: 1490

add STATUS_COMM_NAK

2 lines of code changed in 1 file:

rousseau 2005-05-02 11:55 Rev.: 1489

display the clock frequencies supported by the reader

28 lines of code changed in 1 file:

rousseau 2005-05-02 11:53 Rev.: 1488

move the display of supported data rates after printing
bNumDataRatesSupported info

4 lines of code changed in 1 file:

rousseau 2005-05-02 11:21 Rev.: 1487

IFDHSetProtocolParameters(): check if the baud rate is present in the
baud rates list only if the list is present. Otherwise we use the old
behavior.

8 lines of code changed in 1 file:

rousseau 2005-05-02 11:19 Rev.: 1486

get_data_rates(): if the reader do not support GET DATA RATES we return
NULL instead of a manually constructed/fake list

11 lines of code changed in 1 file:

rousseau 2005-05-02 11:17 Rev.: 1485

Open*ByName(): initialise dwMaxDataRate field

2 lines of code changed in 2 files:

rousseau 2005-05-02 11:16 Rev.: 1484

add dwMaxDataRate field (again)

5 lines of code changed in 1 file:

rousseau 2005-05-02 10:30 Rev.: 1483

get_data_rates(): check that the reader sends a DATA RATES list size
multiple of 4 othewise it is an error

12 lines of code changed in 1 file:

rousseau 2005-05-02 10:24 Rev.: 1482

display the bit value of dwFeatures in the text message

14 lines of code changed in 1 file:

rousseau 2005-05-02 10:21 Rev.: 1481

test all the 4 bytes of dwFeatures against 0 and not just the first one

1 lines of code changed in 1 file:

rousseau 2005-05-02 10:20 Rev.: 1480

do not display the list returned by GET DATA RATES if the list size is
not a multiple of 4 (n % 4 != 0)

8 lines of code changed in 1 file:

April 2005 »

Generated by StatSVN 0.7.0