Directory src/towitoko/

Directory Created:
2004-01-15 16:34
Total Files:
7
Deleted Files:
7
Lines of Code:
1237

[root]/src/towitoko

Lines of Code

src/towitoko/ Lines of Code

Developers

AuthorChangesLines of CodeLines per Change
rousseau79 (100.0%)1673 (100.0%)21.1

Most Recent Commits

rousseau 2009-01-05 16:46 Rev.: 3270

tag output parameters with /*@out@*/

5 lines of code changed in 2 files:

  • src/towitoko: atr.h (+3 -3), pps.h (+2 -1)
rousseau 2008-10-14 15:49 Rev.: 3170

ATR_InitFromArray(): use atr_buffer[] directly (no need to copy it)

8 lines of code changed in 1 file:

  • src/towitoko: atr.c (+8 -11)
rousseau 2008-10-14 15:46 Rev.: 3169

remove definition of INVERT_BYTE()

0 lines of code changed in 1 file:

  • src/towitoko: defines.h (-16)
rousseau 2008-10-14 15:46 Rev.: 3168

ATR_InitFromArray(): do not reverse the ATR for inverse convention cards
since the ATR is already corrected by the reader

This never happend since the test was never true (TS == 0x03)

0 lines of code changed in 1 file:

  • src/towitoko: atr.c (-7)
rousseau 2008-10-14 15:43 Rev.: 3167

make atr_buffer[] argument const to avoid accidental modifications

2 lines of code changed in 2 files:

  • src/towitoko: atr.c (+1 -1), atr.h (+1 -1)
rousseau 2008-10-14 15:42 Rev.: 3166

typo in comment

1 lines of code changed in 1 file:

  • src/towitoko: atr.c (+1 -1)
rousseau 2008-05-28 20:32 Rev.: 2974

update Free Software Foundation mail address

20 lines of code changed in 6 files:

  • src/towitoko: COPYING (+5 -4), atr.c (+3 -3), atr.h (+3 -3), defines.h (+3 -3), pps.c (+3 -3), pps.h (+3 -3)
rousseau 2006-09-06 22:06 Rev.: 2152

remove trailing spaces at end of lines

17 lines of code changed in 2 files:

  • src/towitoko: atr.c (+16 -16), pps.c (+1 -1)
rousseau 2006-07-03 15:59 Rev.: 2091

use CCID_Receive() with the new API (use NULL as chain_parameter)

1 lines of code changed in 1 file:

  • src/towitoko: pps.c (+1 -1)
rousseau 2005-11-29 15:43 Rev.: 1773

add support of non-ISO TA1=0x97 (Di=7 is/was RFU)

1 lines of code changed in 1 file:

  • src/towitoko: atr.c (+1 -1)
rousseau 2005-11-29 14:21 Rev.: 1771

remove PCSC/ from the pcsc-lite #include header files since the PCSC/
part is already given by `pkg-config --cflags libpcsclite`

2 lines of code changed in 2 files:

  • src/towitoko: defines.h (+1 -1), pps.c (+1 -1)
rousseau 2005-08-16 08:50 Rev.: 1619

removed since we use SVN and not CVS anymore

Thanks to Martin Paljak for the idea

0 lines of code changed in 1 file:

  • src/towitoko: .cvsignore (del)
rousseau 2005-03-17 12:14 Rev.: 1406

ATR_GetDefaultProtocol(): the message "no default protocol found in ATR.
Using T=0" is not CRITICAL but INFO only

1 lines of code changed in 1 file:

  • src/towitoko: atr.c (+1 -1)
rousseau 2005-02-28 11:35 Rev.: 1368

use ATR_t instead of ATR

5 lines of code changed in 1 file:

  • src/towitoko: atr.c (+5 -5)
rousseau 2005-02-28 11:34 Rev.: 1367

rename ATR struct to ATR_t do not conflict with ATR field defined by
PCSC/ifdhandler.h.
This allows compilation using tcc (Tiny C Compiler)

8 lines of code changed in 1 file:

  • src/towitoko: atr.h (+8 -6)
rousseau 2004-10-19 09:22 Rev.: 1286

Add support of character level communication (CCID_CLASS_CHARACTER).

Thanks to Jeffrey Dai

2 lines of code changed in 1 file:

  • src/towitoko: pps.c (+2 -1)
rousseau 2004-08-04 21:43 Rev.: 1139

typo: Receivig -> Receiving

1 lines of code changed in 1 file:

  • src/towitoko: pps.c (+1 -1)
rousseau 2004-08-04 21:42 Rev.: 1138

PPS_Exchange(): do not recalculate the PPS length from the received PPS
but take it from the number of bytes actually received (it may not be
a PPS)

0 lines of code changed in 1 file:

  • src/towitoko: pps.c (-2)
rousseau 2004-07-15 10:30 Rev.: 1065

atr tables are internal only so declare them static

3 lines of code changed in 1 file:

  • src/towitoko: atr.c (+3 -3)
rousseau 2004-06-30 16:41 Rev.: 1010

LGPL licence

504 lines of code changed in 1 file:

  • src/towitoko: COPYING (new 504)
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:

  • src/towitoko: pps.c (+10 -6)
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:

  • src/towitoko: pps.c (+7 -1), pps.h (+2 -1)
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:

  • src/towitoko: pps.c (+1 -1)
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:

  • src/towitoko: pps.c (+1 -16), pps.h (+5)
rousseau 2004-06-30 15:54 Rev.: 1004

add ATR_GetDefaultProtocol() function

39 lines of code changed in 2 files:

  • src/towitoko: atr.c (+38), atr.h (+1)
rousseau 2004-06-30 15:53 Rev.: 1003

remove unused functions

0 lines of code changed in 2 files:

  • src/towitoko: atr.c (-138), atr.h (-22)
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:

  • src/towitoko: atr.c (+4 -10)
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:

  • src/towitoko: README (+6 -3)
rousseau 2004-06-30 15:46 Rev.: 1000

remove MIN() and MAX() definitions

1 lines of code changed in 1 file:

  • src/towitoko: defines.h (+1 -9)
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:

  • src/towitoko: apdu.h (del), protocol_t1.c (del), protocol_t1.h (del), t1_block.c (del), t1_block.h (del)
rousseau 2004-05-24 14:58 Rev.: 892

recompile using gcc -pedantic and correct:
- some C++ syntax comments
- many signedness "problems"

1 lines of code changed in 2 files:

  • src/towitoko: atr.h (-1), protocol_t1.c (+1 -1)
rousseau 2004-05-17 16:35 Rev.: 877

reorganize header files

5 lines of code changed in 3 files:

  • src/towitoko: atr.c (-1), defines.h (+1 -2), protocol_t1.c (+4 -1)
rousseau 2004-05-07 14:20 Rev.: 837

in Protocol_T1_Negociate_IFSD() rename sblock in block since the same
variable is used for sent and received block.
This was not clear and was the source of reported bug [ #300707 ]
"Delete block before using it in t1_protocol.c" which is not a bug in fact.

7 lines of code changed in 1 file:

  • src/towitoko: protocol_t1.c (+7 -7)
rousseau 2004-02-12 18:11 Rev.: 695

return with a error if the received bloc in less than 4 bytes (T=0
error response for example)

4 lines of code changed in 1 file:

  • src/towitoko: protocol_t1.c (+4 -2)
rousseau 2004-02-11 16:36 Rev.: 690

add return code tests in Protocol_T1_Negociate_IFSD()

8 lines of code changed in 1 file:

  • src/towitoko: protocol_t1.c (+8 -7)
rousseau 2004-02-11 16:33 Rev.: 689

PPS_Exchange() now uses 'int lun' instead of 'Protocol_T1 * t1'

4 lines of code changed in 2 files:

  • src/towitoko: pps.c (+3 -3), pps.h (+1 -1)
rousseau 2004-02-11 12:12 Rev.: 688

remove debug message

0 lines of code changed in 1 file:

  • src/towitoko: protocol_t1.c (-1)
rousseau 2004-02-11 12:10 Rev.: 686

add Protocol_T1_Negociate_IFSD()

24 lines of code changed in 2 files:

  • src/towitoko: protocol_t1.c (+20 -3), protocol_t1.h (+4)
rousseau 2004-02-03 17:42 Rev.: 670

use my own debug routines

16 lines of code changed in 3 files:

  • src/towitoko: pps.c (+3 -15), protocol_t1.c (+13 -26), t1_block.c (-7)
rousseau 2004-02-02 17:45 Rev.: 668

do not restrict ifsc to Towitoko

1 lines of code changed in 1 file:

  • src/towitoko: protocol_t1.c (+1 -1)

(5 more)

Generated by StatSVN 0.7.0