PHSetProtocol() returns a DWORD and not a UCHAR since
rContext->dwProtocol is a DWORD. Thanks to Oleg Makarenko.
2 lines of code changed in 2 files:
include some missing .h files. Thanks to Oleg Makarenko
6 lines of code changed in 4 files:
some changes for the Mac
5 lines of code changed in 2 files:
Some changes to make SCF easier to use
8034 lines of code changed in 11 files:
use autoconf instead of autoreconf to not reuse an old config
1 lines of code changed in 1 file:
new version of autoregenerating files
134 lines of code changed in 7 files:
release 1.1.2beta2
8 lines of code changed in 1 file:
do not link with -lpthread under bsd as it breaks under OpenBSD and
FreeBSD
1 lines of code changed in 1 file:
use "test x${usbdropdir} = xfalse" instead of "test x${usbdropdir} ==
xfalse" since it generates an error under FreeBSD (test: xfalse:
unexpected operator). For a strange reason the bug was not detected
earlier.
2 lines of code changed in 1 file:
use -rdynamic instead of -Wl,--export-dynamic since some systems
(OpenBSD) did not support it
1 lines of code changed in 1 file:
add --apdu documentation in --help message
support -a argument even when HAVE_GETOPT_LONG not supported
3 lines of code changed in 1 file:
add a (char *) cast to avoid a compilation warning
2 lines of code changed in 1 file:
Added support for start/stop/restart invocation parameters
29 lines of code changed in 1 file:
Added #define for support of /var/run/pid. pid file is /var/run/pcscd.pid
4 lines of code changed in 1 file:
new version of autoregenerating files
7236 lines of code changed in 9 files:
add -DPACKAGE and -DVERSION to compilation flags. They are no more
included in config.h
2 lines of code changed in 1 file:
change version from 1.1.2beta1 to 1.1.2
1 lines of code changed in 1 file:
remove config.h.in to be sure to regenerate it
1 lines of code changed in 1 file:
change VERSION number from 1.1.2beta1 to 1.1.2
1 lines of code changed in 1 file:
print an error message if the --debug argument is not known
1 lines of code changed in 1 file:
quick fix
14 lines of code changed in 1 file:
added scf compatibility
1719 lines of code changed in 1 file:
added helge's fix to WORD
1 lines of code changed in 1 file:
fix for osx deadlock on sleep
8 lines of code changed in 1 file:
some changes to support multiplle usb readers
93 lines of code changed in 1 file:
close PCSCLITE_HP_DROPDIR (/usr/local/pcsc/drivers/) after use
2 lines of code changed in 1 file:
added fix by amira
5 lines of code changed in 1 file:
added default dropdir
3 lines of code changed in 1 file:
added athena patch for SCARD_PROTOCOL_ANY in SCardConnect
11 lines of code changed in 2 files:
Fixed multi-reader + sleep problem
7 lines of code changed in 2 files:
Re-importing autoconf stuff
307 lines of code changed in 6 files:
Modified version number from 1.1.0 to 1.1.1
2 lines of code changed in 2 files: