typo corrected
1 lines of code changed in 1 file:
release 1.2.9-beta9
18 lines of code changed in 1 file:
libmusclecard needs tokenparser.l but I do not want to provide it
through libpcsclite so libmusclecard uses it directly
1 lines of code changed in 1 file:
version 1.2.9-beta9
1 lines of code changed in 1 file:
Apple gcc does not support #pragma pack(push, 1) but only #pragma
pack(1)
powerpc-apple-darwin8-gcc-4.0.0 (GCC) 4.0.0 20041026 (Apple Computer,
Inc. build 4061)
8 lines of code changed in 1 file:
SCardConnect(): do not print an error ""Active Protocol: unknown 0" when
we are connecting in direct mode. The card is not supposed to be used at
this time.
11 lines of code changed in 1 file:
use uint8_t instead of int8_t since the fields are defined as BYTE,
USHORT and ULONG in PC/SC v2 part 10 specification
This avoids a "warning: overflow in implicit constant conversion" when
using values bigger than 127
34 lines of code changed in 1 file:
tokenparser.l is used by pcscd only and not by libpcsclite
2 lines of code changed in 1 file:
we need to provide LTPBundleFindValueWithKey for all plateforms. This
function is NOT provided by Mac OS X. The bug I wanted to correct
yesterday is in the CCID driver instead.
patch reverted.
2 lines of code changed in 2 files:
do not use smaller fonts for functions names so it looks nice with
Safari
0 lines of code changed in 1 file:
replace dnl by # for comments
31 lines of code changed in 1 file:
we need tokenparser.l (LTPBundleFindValueWithKey) only on non Mac OS X
plateforms. So we avoid linking with tokenparser.o and a possible
"multiple definitions of symbol _LTPBundleFindValueWithKey" ldd error
10 lines of code changed in 2 files:
HPSearchHotPluggables(): fill a "usb:%04x/%04x" string as deviceName[]
so it is possible to differentiate two non-identical readers
12 lines of code changed in 1 file:
PMRegisterForPowerEvents(): use (PCSCLITE_THREAD_FUNCTION( )) instead of
(LPVOID) to cast the function pointer passed to SYS_ThreadCreate()
1 lines of code changed in 1 file:
PMRegisterForPowerEvents(): use THREAD_ATTR_DEFAULT instead of NULL in
SYS_ThreadCreate()
1 lines of code changed in 1 file:
PMPowerRegistrationThread(): use 0 instead of NULL since
IORegisterForSystemPower() returns a number and not a pointer
1 lines of code changed in 1 file:
use NULL instead of 0 for pointers
30 lines of code changed in 4 files:
RFAddReader(): initialize the pdwMutex field of a new reader.
The bug resulted in a crash on pcscd exit on Mac OS X
1 lines of code changed in 1 file:
DebugLogSetLogType(): add support for "xterm-color" used by Mac OS X
Terminal
1 lines of code changed in 1 file:
remove "PCSC/" from filenames in the generated ChangeLog.cvs
1 lines of code changed in 1 file:
do not use `pkg-config libpcsclite --variable=libdir` since we _are_
installing libpcsclite.
This code was ok when libmusclecard was separate from libpcsclite.
1 lines of code changed in 1 file: