/[pcsclite]/trunk/Drivers/ccid/src/commands.h
ViewVC logotype

Log of /trunk/Drivers/ccid/src/commands.h

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 2090 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 3 13:56:42 2006 UTC (6 years, 10 months ago) by rousseau
File length: 2320 byte(s)
Diff to previous 2089 , to selected 1068
CCID_Receive() has a new parameter: chain_parameter

Revision 2089 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 3 13:55:10 2006 UTC (6 years, 10 months ago) by rousseau
File length: 2288 byte(s)
Diff to previous 1800 , to selected 1068
add #define CHAIN_PARAMETER_OFFSET

Revision 1800 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 16 13:45:50 2006 UTC (7 years, 4 months ago) by rousseau
File length: 2255 byte(s)
Diff to previous 1793 , to selected 1068
SecurePINVerify(): bug circumvention for the GemPC Pinpad
(bNumberMessage)

Revision 1793 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 11 10:16:48 2006 UTC (7 years, 4 months ago) by rousseau
File length: 2261 byte(s)
Diff to previous 1790 , to selected 1068
SecurePINModify(): modify the user command to make the SPR 532 and
Cherry ST 2000C firmware happy

Revision 1790 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 11 07:51:13 2006 UTC (7 years, 4 months ago) by rousseau
File length: 2267 byte(s)
Diff to previous 1630 , to selected 1068
allow to select the power on voltage using Info.plist instead of
recompiling the source code

Revision 1630 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 1 09:11:30 2005 UTC (7 years, 8 months ago) by rousseau
File length: 2254 byte(s)
Diff to previous 1399 , to selected 1068
add support of PC/SC v2 part 10 CM_IOCTL_GET_FEATURE_REQUEST
add support of FEATURE_VERIFY_PIN_DIRECT and FEATURE_MODIFY_PIN_DIRECT

remove support of IOCTL_SMARTCARD_VENDOR_VERIFY_PIN (now obsoleted)

Revision 1399 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 14 18:56:53 2005 UTC (8 years, 2 months ago) by rousseau
File length: 2083 byte(s)
Diff to previous 1286 , to selected 1068
change licence from GNU GPL to GNU LGPL

Revision 1286 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 19 07:22:07 2004 UTC (8 years, 7 months ago) by rousseau
File length: 2061 byte(s)
Diff to previous 1106 , to selected 1068
Add support of character level communication (CCID_CLASS_CHARACTER).

Thanks to Jeffrey Dai

Revision 1106 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 28 08:33:18 2004 UTC (8 years, 9 months ago) by rousseau
File length: 1999 byte(s)
Diff to previous 1068
use reader_index instead of lun as reader identification

Revision 1068 - (view) (download) (annotate) - [selected]
Modified Thu Jul 15 08:48:59 2004 UTC (8 years, 10 months ago) by rousseau
File length: 1915 byte(s)
Diff to previous 1066
i2dw() is not used outside commands.c so declare it static

Revision 1066 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 15 08:33:37 2004 UTC (8 years, 10 months ago) by rousseau
File length: 1961 byte(s)
Diff to previous 1043 , to selected 1068
CmdXfrBlockTPDU_T0() and CmdXfrBlockTPDU_T1() are internal functions so
declare them static

Revision 1043 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 9 07:10:17 2004 UTC (8 years, 10 months ago) by rousseau
File length: 2275 byte(s)
Diff to previous 992 , to selected 1068
lun is (unsigned int) instead of (int)

Avoid a warning by splint in #define LunToReaderIndex(Lun) (Lun>>16)
Left operand of >> may be negative (int): lun >> 16

Revision 992 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 30 13:21:18 2004 UTC (8 years, 10 months ago) by rousseau
File length: 2166 byte(s)
Diff to previous 892 , to selected 1068
CCID_Transmit() now has a new "unsigned char bBWI" argument

Revision 892 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 24 12:58:43 2004 UTC (9 years ago) by rousseau
File length: 2146 byte(s)
Diff to previous 891 , to selected 1068
recompile using gcc -pedantic and correct:
- some C++ syntax comments
- many signedness "problems"

Revision 891 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 24 10:02:48 2004 UTC (9 years ago) by rousseau
File length: 2015 byte(s)
Diff to previous 877 , to selected 1068
add support for Secure PIN through SCardControl() (see sample code in examples/)

Revision 877 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 17 14:35:51 2004 UTC (9 years ago) by rousseau
File length: 1896 byte(s)
Diff to previous 614 , to selected 1068
reorganize header files

Revision 614 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 15 14:09:10 2004 UTC (9 years, 4 months ago) by rousseau
File length: 1811 byte(s)
Diff to previous 611 , to selected 1068
replace CmdXfrBlockTPDU() by CmdXfrBlockTPDU_T0() and CmdXfrBlockTPDU_T1()

Revision 611 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 15 13:41:01 2004 UTC (9 years, 4 months ago) by rousseau
File length: 1549 byte(s)
Diff to previous 407 , to selected 1068
use an (int *) instead of a PDWORD for rx_length argument

Revision 407 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 10 09:06:41 2003 UTC (9 years, 8 months ago) by rousseau
File length: 1555 byte(s)
Diff to previous 269 , to selected 1068
- support auto voltage at power on if reader support it
- support Gemplus proprietary command to switch reader from TPDU to APDU mode
- use APDU mode if reader support it. make it easy to support extended
  APDU but I have no reader to test this.

Revision 269 - (view) (download) (annotate) - [select for diffs]
Added Tue Aug 12 12:40:23 2003 UTC (9 years, 9 months ago) by rousseau
File length: 1247 byte(s)
Diff to selected 1068
Initial revision

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.5