define MAX_BUFFER_SIZE_EXTENDED to contain up to 64KB of data instead of
just 32KB
2 lines of code changed in 1 file:
MSGFunctionDemarshall(): remove two debug messages
0 lines of code changed in 1 file:
remove "allow the use of extended APDU without breaking libpcsclite ABI"
since it is implemented now
0 lines of code changed in 1 file:
do not document --enable-extendedapdu any more
0 lines of code changed in 1 file:
remove --enable-extendedapdu since it is useless now
0 lines of code changed in 1 file:
add support of extended APDU as a new command so we do not need to
compile pcsc-lite with or without extended APDU
244 lines of code changed in 3 files:
SCardTransmit(): do not check if cbSendLength or dwRxLength are >
MAX_BUFFER_SIZE since this is done by the client already
0 lines of code changed in 1 file:
use new SHMMessageReceive/SHMMessageSend API
10 lines of code changed in 4 files:
SHMMessageSend() and SHMMessageReceive() use "void *buffer, size_t
buffer_size" instead of psharedSegmentMsg msgStruct with a fixed size
12 lines of code changed in 2 files:
add SCARD_TRANSMIT_EXTENDED in pcsc_msg_commands and
transmit_struct_extended structure
20 lines of code changed in 1 file:
PROTOCOL_VERSION_MINOR changed from 0 to 1
1 lines of code changed in 1 file:
#define MAX_BUFFER_SIZE_EXTENDED and remove the @extended_apdu@
management
4 lines of code changed in 1 file:
MSGFunctionDemarshall(): log an error if pcscd receives an unknown
command
1 lines of code changed in 1 file:
log_init(): remove a "pouet" printf() debug message
0 lines of code changed in 1 file:
move the .h file in the *_SOURCES targets so that "make ctags" include them
30 lines of code changed in 1 file:
correct typos
3 lines of code changed in 1 file:
update the list of source filesfor pcscd and libpcsclite.la
23 lines of code changed in 1 file:
log_xxd(): replace strlen(c) by 3 since the string length is constant
(gain a few CPU cycles)
1 lines of code changed in 1 file:
log_xxd(): if the buffer is too small then end it with "..."
4 lines of code changed in 1 file:
improve the @brief comment to differentiate between debug for pcsclite
and debug for pcscd
2 lines of code changed in 2 files:
RFInitializeReader(): display the name of the driver used in addition to
the name of the reader
2 lines of code changed in 1 file:
update to the latest version available from OpenBSD (2005/08/06)
23 lines of code changed in 3 files:
EHInitializeEventStructures(): check against MAP_FAILED instead of 0 for
the returned value of SYS_MemoryMap().
Thanks to Davide Rizzo for the bug report and patch
1 lines of code changed in 1 file:
#include <sys/mman.h> so that MAP_FAILED is defined (value returned by
SYS_MemoryMap() in case of error)
1 lines of code changed in 1 file:
SYS_MemoryMap(): document in Doxygen that the function returns
MAP_FAILED in case of error
1 lines of code changed in 1 file: