EHStatusHandlerThread(): Solaris 10 IFDhandler expect to have
CardAtrLength set to a sensible value. So add an initialisation before
calling IFDPowerICC()
Thanks to Douglas E. Engert for the patch
2 lines of code changed in 1 file:
PHSetProtocol(): Solaris 10 IFDhandler returns
IFD_PROTOCOL_NOT_SUPPORTED if the protocol is not supported
Thanks to Douglas E. Engert for the patch
13 lines of code changed in 1 file:
EHStatusHandlerThread(): log the error code in case of "Error powering
up card."
Thanks to Douglas E. Engert for the patch
1 lines of code changed in 1 file:
SCardGetStatusChange(): exists if the list of readers changed (one
reader added) so that the application can update its list of readers
Thanks to Najam Siddiqui for a preliminary patch.
40 lines of code changed in 1 file:
use CONSTRUCTOR_DECLARATION() and DESTRUCTOR_DECLARATION() to support
SUN C compiler
2 lines of code changed in 1 file:
add support of SUN C compiler (using __SUNPRO_C)
Thanks to Heiko Nardmann for the info
23 lines of code changed in 1 file:
add rxvt-unicode to the terminals with color support
1 lines of code changed in 1 file:
use #pragma pack instead of GCC specific __attribute__
Thanks to Heiko Nardmann for the bug report
15 lines of code changed in 1 file:
use CONSTRUCTOR & DESTRUCTOR macros instead of GCC specific __attribute__ ...
3 lines of code changed in 1 file:
define CONSTRUCTOR and DESTRUCTOR
8 lines of code changed in 1 file:
use __attribute__ ... only for GCC
4 lines of code changed in 1 file:
define HOST_TO_CCID_16() and HOST_TO_CCID_32 instead of just
HOST_TO_CCID()
9 lines of code changed in 2 files:
muscle-api-1.3.0.pdf is already present in libmusclecard/doc/
1 lines of code changed in 1 file:
this document is already present in libmusclecard/doc/
0 lines of code changed in 1 file:
install PCSC/reader.h and PCSC/pcsclite.h but do not distribute them
4 lines of code changed in 1 file:
add --stdout argument to svn2cl.sh so we don't have to patch the
svn2cl.sh anymore. The feature is now included in svn2cl v0.3
2 lines of code changed in 1 file:
move some header files from src/PCSC to src and do not distribute them
in /usr/include/PCSC
238 lines of code changed in 9 files:
add -I$(top_builddir)/src/PCSC to find the generated files (pcsclite.h)
6 lines of code changed in 5 files:
do not include PCSC/pcsclite.h in the tar.gz since it is generated from
PCSC/pcsclite.h.in
1 lines of code changed in 1 file:
include muscle-api-1.3.0.pdf
1 lines of code changed in 1 file:
copy from rel-1_2_9-beta7
0 lines of code changed in 1 file:
do not fail if svn2cl fails (command not installed for example)
1 lines of code changed in 1 file:
do not fail if $(PDFLATEX) fails (command not installed for example)
1 lines of code changed in 1 file:
svn2cl --group-by-day
1 lines of code changed in 1 file:
release 1.2.9-beta8
28 lines of code changed in 1 file:
use [...].mMutex = NULL; instead of [...].mMutex = 0; since it is a
pointer
2 lines of code changed in 1 file:
SCardCancel(): do not synchronise using .mMutex since it may be hold by
another thread blocked for a very long time in SCardGetStatusChange()
Thanks to Roland van Rijswijk for a preliminary patch
0 lines of code changed in 1 file:
RFAddReader(): correct max length tests for reader, library and device
I was too pessimistic
6 lines of code changed in 1 file: