release 0.3.1
14 lines of code changed in 1 file:
update file list
16 lines of code changed in 1 file:
add a note about T=1 cards and readers in TPDU mode
8 lines of code changed in 1 file:
define TAG_IFD_THREAD_SAFE introduced in pcsclite-1.2.0-rc3
1 lines of code changed in 1 file:
add support of thread safe (APDU multiplexing on different readers)
34 lines of code changed in 1 file:
ReadChunk() realy reads up to min_length bytes. Add some debug messages
in the state automata.
56 lines of code changed in 1 file:
modify install rules so that root can use them even over NFS where root is
nobody
5 lines of code changed in 1 file:
add --enable-multi-thread for thread safe support
36 lines of code changed in 2 files:
add reconf file
18 lines of code changed in 2 files:
complete reimplementation of the Twin serial protocol using a finite
state automata (code much simpler)
140 lines of code changed in 2 files:
Put back AC_PROG_CPP, it has nothing to do with C++ but with C preprocessor
1 lines of code changed in 1 file:
Do not switch to APDU mode since it also swicth in EMV mode and may not
work with non EMV cards
6 lines of code changed in 1 file:
honor DESTDIR in install rules (closes [ #300110 ])
14 lines of code changed in 1 file:
remove useless AC_PROG_CPP (no C++ code in ccid driver)
0 lines of code changed in 1 file:
version 0.3.1
1 lines of code changed in 1 file:
document the use of --enable-libusb=PATH
10 lines of code changed in 1 file:
add --enable-libusb=PATH option
21 lines of code changed in 1 file:
I forgot to add "support of "time request" from the card."
3 lines of code changed in 1 file:
release 0.3.0
19 lines of code changed in 1 file:
document the use of ./configure script
8 lines of code changed in 1 file:
use ChangeLog instead of ChangeLog.cvs since the dist Makefile target is
looking at this file name.
2 lines of code changed in 1 file:
config.h is now generated by ./configure
0 lines of code changed in 1 file:
add readers/ in generated .tar.gz archive
7 lines of code changed in 3 files:
use new parse indentation for more readability of supported features
106 lines of code changed in 7 files:
new build process using autoconf/automake
5 lines of code changed in 1 file:
manage serial protocol used by the GemPC Twin. Thanks to Niki W. Waibel
for a working prototype.
570 lines of code changed in 2 files:
contains common CCID feature for USB and serial (was in ccid_usb before)
228 lines of code changed in 2 files:
used to generate a correct reader.conf with the real library name
7 lines of code changed in 1 file:
remove IFDSetEmv() definition. It is now useless.
0 lines of code changed in 1 file:
use OpenPort instead of OpenUSB. move the complex TPDU management in
commands.c (and use it only if reader does not support APDU mode)
20 lines of code changed in 1 file:
transport abstraction: define OpenPort, ClosePort, etc. to OpenSerial or
OpenUSB depending on TWIN_SERIAL compilation option
33 lines of code changed in 1 file:
test for PACKAGE and not __CONFIG_H__ since the config.h file is not
generated by ./configure
1 lines of code changed in 1 file:
- 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.
271 lines of code changed in 2 files:
redesign to separate communication media and CCID protocol. call
ccid_open_hack() upon open to do some reader dependent magic.
31 lines of code changed in 2 files:
indent the output with one feature per line (and not on the same line
separated by ,)
38 lines of code changed in 1 file:
new build process using autoconf/automake
0 lines of code changed in 4 files:
use PCSCLITE_MAX_READERS instead of PCSCLITE_MAX_CHANNELS
5 lines of code changed in 2 files:
new build process using autoconf/automake
358 lines of code changed in 6 files: