May 2004 Commit Log

Number of Commits:
39
Number of Active Developers:
1
rousseau 2004-05-30 21:45 Rev.: 910

use 'pkg-config libpcsclite --variable=usbdropdir' even if --prefix= is
used. You should use --enable-usbdropdir= and --enable-ccidtwindir= to
set to different values.

20 lines of code changed in 1 file:

rousseau 2004-05-26 16:02 Rev.: 906

Dell keyboard SK-3106

49 lines of code changed in 1 file:

rousseau 2004-05-26 10:56 Rev.: 905

set *rx_length to 0 when a ReadPort() error is returned.
The problem was not solved by ccid_usb.c 1.25.

3 lines of code changed in 1 file:

rousseau 2004-05-26 09:50 Rev.: 904

bPINOperation is not passed in the user command since the command is
"PIN Verification" and nothing else

8 lines of code changed in 1 file:

rousseau 2004-05-26 09:48 Rev.: 903

remove useless bPINOperation

4 lines of code changed in 1 file:

rousseau 2004-05-25 16:46 Rev.: 900

add support for SCardGetAttrib(.., IOCTL_SMARTCARD_VENDOR_VERIFY_PIN, ..)
to know if the reader supports SCardControl(.., IOCTL_SMARTCARD_VENDOR_VERIFY_PIN, ..)

38 lines of code changed in 5 files:

rousseau 2004-05-25 10:25 Rev.: 896

add a --enable-pcsclite option (default yes) so that the driver can be
compiled for a different framework (one needing tokenparser.l)

10 lines of code changed in 1 file:

rousseau 2004-05-25 10:23 Rev.: 895

set length to 0 when a usb_bulk_read() error is returned

3 lines of code changed in 1 file:

rousseau 2004-05-25 08:52 Rev.: 894

install Info.plist before the lib. This is for my convenience only
because of my debug setup.

1 lines of code changed in 1 file:

rousseau 2004-05-25 08:50 Rev.: 893

rename tokenparser_macosx.l into tokenparser_fake.l since it is not
MacOSX specific.

3 lines of code changed in 1 file:

rousseau 2004-05-24 14:58 Rev.: 892

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

76 lines of code changed in 12 files:

rousseau 2004-05-24 12:02 Rev.: 891

add support for Secure PIN through SCardControl() (see sample code in examples/)

101 lines of code changed in 4 files:

rousseau 2004-05-24 11:58 Rev.: 890

- add some missing error codes
- low error values indicate the byte in error in the CCID frame

55 lines of code changed in 1 file:

rousseau 2004-05-24 11:56 Rev.: 889

add examples for SCardControl IOCTL_SMARTCARD_VENDOR_IFD_EXCHANGE and
IOCTL_SMARTCARD_VENDOR_VERIFY_PIN

263 lines of code changed in 2 files:

rousseau 2004-05-24 11:54 Rev.: 888

add examples in SUBDIRS

1 lines of code changed in 1 file:

rousseau 2004-05-24 11:53 Rev.: 887

remove -fno-common from CFLAGS since it is(?) gcc specific

7 lines of code changed in 1 file:

rousseau 2004-05-24 09:27 Rev.: 886

add Advanced Card Systems ACR 38

45 lines of code changed in 2 files:

rousseau 2004-05-24 08:39 Rev.: 885

add Cherry XX33

49 lines of code changed in 2 files:

rousseau 2004-05-18 16:02 Rev.: 882

in CardUp():SetParameters() the default TA1 is 0x11

3 lines of code changed in 1 file:

rousseau 2004-05-17 16:46 Rev.: 881

add default ifdDriverOptions set to 0x0000

3 lines of code changed in 1 file:

rousseau 2004-05-17 16:45 Rev.: 880

- add support of IOCTL_SMARTCARD_VENDOR_IFD_EXCHANGE in IFDHControl()
- read ifdDriverOptions from Info.plist to limit the use of
IOCTL_SMARTCARD_VENDOR_IFD_EXCHANGE (idea from Peter Williams)

53 lines of code changed in 1 file:

rousseau 2004-05-17 16:39 Rev.: 879

redefined CmdEscape() to pass the CCID message instead of just a tag

65 lines of code changed in 2 files:

rousseau 2004-05-17 16:37 Rev.: 878

do not export get_end_points() declaration and make the function static

6 lines of code changed in 2 files:

rousseau 2004-05-17 16:35 Rev.: 877

reorganize header files

32 lines of code changed in 10 files:

rousseau 2004-05-17 16:32 Rev.: 876

check for pcsclite.h and ifdhandler.h installed by recent pcsc-lite

16 lines of code changed in 2 files:

rousseau 2004-05-17 15:53 Rev.: 875

types and definitions are now in <pcsclite.h>, "defs.h" and "ccid_ifdhandler.h"

0 lines of code changed in 1 file:

rousseau 2004-05-17 15:14 Rev.: 874

removed since pcsclite.h now defines SCARD_ATTR_*

0 lines of code changed in 1 file:

rousseau 2004-05-17 15:00 Rev.: 873

use the ifdhandler.h provided by pcsc-lite so remove a lot of lines

30 lines of code changed in 1 file:

rousseau 2004-05-14 16:14 Rev.: 872

check that pkg-config command is present before using it

12 lines of code changed in 1 file:

rousseau 2004-05-14 11:07 Rev.: 871

use `pkg-config libpcsclite --variable=usbdropdir` so you do not have to
use --enable-usbdropdir=DIR or --enable-ccidtwindir=DIR even if pcscd
does not use the default /usr/local/pcsc/drivers

20 lines of code changed in 2 files:

rousseau 2004-05-12 14:20 Rev.: 863

document the libusb bug on MacOS X with unplug/replug in a different USB
socket

4 lines of code changed in 1 file:

rousseau 2004-05-12 14:09 Rev.: 862

move debug configuration from INSTALL to README since it is dynamic now

30 lines of code changed in 2 files:

rousseau 2004-05-12 11:08 Rev.: 861

remove the "readers enumeration" part since this problem is now solved
by pcsc-lite-1.2.9

0 lines of code changed in 1 file:

rousseau 2004-05-12 11:03 Rev.: 860

document the use of 'pkg-config libpcsclite --variable=usbdropdir'

10 lines of code changed in 1 file:

rousseau 2004-05-10 09:52 Rev.: 840

in IFDHPowerICC() IFD_POWER_DOWN is just power down without a power up.
Changed to be compliant with IFD Handler specifications.

1 lines of code changed in 1 file:

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:

rousseau 2004-05-06 16:09 Rev.: 836

add a "configuring the driver for the serial reader (GemPC Twin)" part

38 lines of code changed in 1 file:

rousseau 2004-05-04 14:45 Rev.: 825

add DellSCRK.txt

1 lines of code changed in 1 file:

rousseau 2004-05-04 14:44 Rev.: 824

add Dell smart card reader keyboard

47 lines of code changed in 2 files:

April 2004 »

Generated by StatSVN 0.7.0