June 2004 Commit Log

Number of Commits:
36
Number of Active Developers:
1
rousseau 2004-06-30 16:47 Rev.: 1014

correct a signedness issue

1 lines of code changed in 1 file:

rousseau 2004-06-30 16:44 Rev.: 1013

rename tokenparser_macosx.? in tokenparser_fake.?

2 lines of code changed in 1 file:

rousseau 2004-06-30 16:42 Rev.: 1012

add build-stamp and configure-stamp

2 lines of code changed in 1 file:

rousseau 2004-06-30 16:41 Rev.: 1011

ignore temporary files

0 lines of code changed in 1 file:

rousseau 2004-06-30 16:41 Rev.: 1010

LGPL licence

504 lines of code changed in 1 file:

rousseau 2004-06-30 16:06 Rev.: 1009

version 0.9.0

1 lines of code changed in 1 file:

rousseau 2004-06-30 16:05 Rev.: 1008

PPS_Match() was wrong when the confirmation is shorter than the request

10 lines of code changed in 1 file:

rousseau 2004-06-30 16:02 Rev.: 1007

PPS_Exchange() has a new argument (unsigned char *pps1) which is the
PPS1 returned by the card (TA1 the card wants to use)

9 lines of code changed in 2 files:

rousseau 2004-06-30 16:00 Rev.: 1006

CCID_Transmit() now uses a 4th argument (unsigned char bBWI)

1 lines of code changed in 1 file:

rousseau 2004-06-30 15:57 Rev.: 1005

move macros PPS_HAS_PPS?() from pps.c to pps.h

6 lines of code changed in 2 files:

rousseau 2004-06-30 15:54 Rev.: 1004

add ATR_GetDefaultProtocol() function

39 lines of code changed in 2 files:

rousseau 2004-06-30 15:53 Rev.: 1003

remove unused functions

0 lines of code changed in 2 files:

rousseau 2004-06-30 15:51 Rev.: 1002

the atr_f_table[] and atr_d_table[] tables were partly wrong

4 lines of code changed in 1 file:

rousseau 2004-06-30 15:49 Rev.: 1001

- update the text
- the function ATR_GetDefaultProtocol() is mine (Ludovic Rousseau)

6 lines of code changed in 1 file:

rousseau 2004-06-30 15:46 Rev.: 1000

remove MIN() and MAX() definitions

1 lines of code changed in 1 file:

rousseau 2004-06-30 15:42 Rev.: 999

if DEBUG_LEVEL_PERIODIC is not set we temporaily remove DEBUG_LEVEL_COMM in
IFDHICCPresence() to avoid having the low level debug every time pcscd
test the card presence

13 lines of code changed in 1 file:

rousseau 2004-06-30 15:40 Rev.: 998

- removed CardUp() and CardDown()
- all the reader initialisation/negotiation is now done in
IFDHSetProtocolParameters() (that's why you need pcsc-lite-1.2.9beta3)

281 lines of code changed in 1 file:

rousseau 2004-06-30 15:30 Rev.: 997

pcsclite.h moved in PCSC/

1 lines of code changed in 1 file:

rousseau 2004-06-30 15:30 Rev.: 996

the t1 field in struct CCID_DESC changed from Protocol_T1 (towitiko) to
t1_state_t (openct)

3 lines of code changed in 1 file:

rousseau 2004-06-30 15:28 Rev.: 995

we do not need to have PACKAGE defined (I do not remember what it was
used for)

0 lines of code changed in 1 file:

rousseau 2004-06-30 15:25 Rev.: 994

CmdXfrBlockTPDU_T1(): use the T=1 TPDU layer from opensc/ instead of towitoko/

3 lines of code changed in 1 file:

rousseau 2004-06-30 15:23 Rev.: 993

CCID_Receive() returns IFD_PARITY_ERROR if the error returned by the
reader is 0xFD (parity error) and IFD_COMMUNICATION_ERROR otherwise (so
that the T=1 TPDU layer can recover the error)

4 lines of code changed in 1 file:

rousseau 2004-06-30 15:21 Rev.: 992

CCID_Transmit() now has a new "unsigned char bBWI" argument

5 lines of code changed in 2 files:

rousseau 2004-06-30 13:53 Rev.: 991

CmdPowerOn(): add a mechanism to allow power on at 1.8V, 3V and then 5V
as specified by ISO 7816. We still use 5V for now to avoid problems with
non ISO compliant cards

27 lines of code changed in 1 file:

rousseau 2004-06-30 13:52 Rev.: 990

add __FUNCTION__ as argument to ccid_error()

9 lines of code changed in 1 file:

rousseau 2004-06-30 11:43 Rev.: 989

ccid_error() now also has a "char *function" argument to log the name of
the function in which the error occured

5 lines of code changed in 2 files:

rousseau 2004-06-30 11:42 Rev.: 988

- rename protocol_t1/ in towitoko/ to reflect the project the code comes from
- remove the now useless files from towitoko/ and add the files from openct/

13 lines of code changed in 1 file:

rousseau 2004-06-30 11:40 Rev.: 987

remove these files since I now use the T=1 TPDU code from OpenCT

0 lines of code changed in 5 files:

rousseau 2004-06-30 11:37 Rev.: 986

use T=1 TPDU code from the OpenCT project <http://www.opensc.org/>;

The state automata was greatly improved to manage "all" the possible
errors cases.

1159 lines of code changed in 7 files:

rousseau 2004-06-30 11:34 Rev.: 985

document the possible values for ifdLogLevel and ifdDriverOptions

26 lines of code changed in 1 file:

rousseau 2004-06-23 16:54 Rev.: 972

- send Select DF and Select EF APDU before Verify PIN
- read stdin (consume the "*" fake keys) if the pinpad is on a keyboard

56 lines of code changed in 1 file:

rousseau 2004-06-23 15:27 Rev.: 971

check for the presence of PCSC/ifdhandler.h instead of ifdhandler.h

3 lines of code changed in 1 file:

rousseau 2004-06-23 15:26 Rev.: 970

HAVE_IFDHANDLER_H is renamed HAVE_PCSC_IFDHANDLER_H

2 lines of code changed in 1 file:

rousseau 2004-06-23 15:25 Rev.: 969

add info for:
- Cherry XX33 keyboard
- Dell keyboard SK-3106
- Dell smart card reader keyboard

Move some readers in "Unsupported or partly supported CCID readers:"
- C3PO LTC31
- SCM Micro SCR 331
- SCM Micro SCR 335
- SCM Micro SPR 532

30 lines of code changed in 1 file:

rousseau 2004-06-22 14:05 Rev.: 966

ChangeLog is not a .PHONY target but a real file

0 lines of code changed in 1 file:

rousseau 2004-06-13 18:59 Rev.: 940

use SCARD_PROTOCOL_T0 | SCARD_PROTOCOL_T1 instead of SCARD_PROTOCOL_ANY
since it is not defined in Micosoft PC/SC

1 lines of code changed in 1 file:

May 2004 »

Generated by StatSVN 0.7.0