remove documentation about --enable-syslog since it is not used anymore
by ./configure
0 lines of code changed in 1 file:
refer to ChangeLog instead of containing the version number
1 lines of code changed in 1 file:
Removed advertising clause
2 lines of code changed in 1 file:
use CAPITAL hex, use default PIN "Muscle00" when none is given, allow to
use more than one readers instead of using only the first one.
31 lines of code changed in 1 file:
print SW (status word) in hex instead of decimal
1 lines of code changed in 1 file:
add rules to build muscletest. testpcsc is no more executed by make distcheck
6 lines of code changed in 1 file:
do not distribute pcscd.8 bundleTool.8 since they are generated from the
.in versions by ./configure
2 lines of code changed in 1 file:
to not set use_libusb=false in case the argument is "" | "yes" | "YES"
1 lines of code changed in 1 file:
move ChangeLog.cvs to DISTCLEANFILES to avoid an error with 'make distcheck'
2 lines of code changed in 1 file:
release 1.2.0-rc1
53 lines of code changed in 1 file:
move addition of -lusb since it is selected by default.
3 lines of code changed in 1 file:
disable USB debug by default
1 lines of code changed in 1 file:
add a note about deprecation of --enable-usb
13 lines of code changed in 1 file:
--enable-usb is deprecated and off by default. Use --enable-libusb instead.
16 lines of code changed in 1 file:
add example subdirectory
2 lines of code changed in 1 file:
complete redesign to support up to PCSCLITE_MAX_READERS readers whatever
the driver they use (correct bug [ #300067 ] More than 4 Hotplug Readers in
the same time on Linux)
182 lines of code changed in 1 file:
define PCSCLITE_MAX_READERS as the maximum number of readers
3 lines of code changed in 1 file:
correct bug #300063: PCSCd reports card is present when there is no card in the reader.
10 lines of code changed in 1 file:
reindentation
388 lines of code changed in 1 file:
free(evlist->tokenArray), avoid a memory leak (Toni Andjelkovic)
1 lines of code changed in 1 file:
demo of a C program using the pcsc-lite API
154 lines of code changed in 2 files:
typo in comments
2 lines of code changed in 2 files:
Sometimes unknown APDUs were being transmitted when 'SCardStatus'
function was invoked (close #300061)
1 lines of code changed in 1 file:
return SCARD_E_INVALID_PARAMETER for APDU of less than 4 bytes (close #300062)
6 lines of code changed in 1 file:
initialise pConnection->shareMode as early as possible (close #300064,
thanks to Wan-Teh Chang)
3 lines of code changed in 1 file:
correct and remove unused types (close bug #300071)
6 lines of code changed in 1 file:
Add support of reader aliases using <array></array>
157 lines of code changed in 1 file:
add empty HPRegisterForHotplugEvents() function
9 lines of code changed in 1 file:
Add support of PCMCIA for MacOS X and major redesign of the hotplug
support (thanks to Stephen M. Webb for the patch)
563 lines of code changed in 6 files:
use <errno.h> instead of <sys/errno.h>
1 lines of code changed in 1 file:
use #ifdef DEBUG_USB_HOTPLUG for USB debug messages
6 lines of code changed in 1 file:
remove unneeded \n in debug messages
2 lines of code changed in 1 file:
#include <wintypes.h> even on MacOS X
4 lines of code changed in 1 file:
do not look for PCSC/pcsclite.h but pcsclite.h even on MacOS X
8 lines of code changed in 1 file:
add #include <sys/types.h> for FreeBSD (thanks Toni Andjelkovic)
3 lines of code changed in 1 file:
add void argument to the MSCCallbackCancelEvent() prototype definition
(thanks to Toni Andjelkovic)
4 lines of code changed in 2 files:
use *linux* instead of linux-gnu (patch from Toni Andjelkovic)
2 lines of code changed in 1 file:
conditionnaly print hotplug debug messages. look for DEBUG_USB_HOTPLUG at the
begining of the file.
13 lines of code changed in 1 file:
use FILENAME_MAX instead of manually defined values. Use snprintf()
instead of sprintf() to fill filenames.
12 lines of code changed in 1 file:
add s/corcoran-guest /David Corcoran /;
1 lines of code changed in 1 file:
new generated version
12 lines of code changed in 1 file:
do not remove build/aclocal.m4 anymore
1 lines of code changed in 1 file:
add parser.h in pcscd_SOURCES
1 lines of code changed in 1 file:
cast sizeof() with (int) to avoid a warning under MacOS X
2 lines of code changed in 1 file:
add "Copyright (C) 2001-2003 by Ludovic Rousseau" for the version (-v) output.
1 lines of code changed in 1 file:
regenerated but should not be in CVS
56 lines of code changed in 1 file:
change filename in comment
4 lines of code changed in 1 file:
add LTPBundleFindValueWithKey() function prototype
17 lines of code changed in 1 file:
use a size of 200 bytes instead of 256 otherwise it will break every
drivers using the pcscd tokenparser (buffer overflow in the driver).
2 lines of code changed in 1 file:
add support of libusb
447 lines of code changed in 4 files:
define maximum buffer lengths and avoid possible buffer overflows
42 lines of code changed in 2 files:
pcscd is in section 8 not 1
1 lines of code changed in 1 file: