add libmusclecard in SUBDIRS
1 lines of code changed in 1 file:
add --enable-muscledropdir=DIR and --enable-musclecarddebug for
libmusclecard support
40 lines of code changed in 1 file:
update the files to ignore
4 lines of code changed in 2 files:
use the headers from pcsclite in $(top_srcdir)/src/PCSC
3 lines of code changed in 1 file:
use the header and sources files from pcsclite (in $(top_srcdir)/src/)
14 lines of code changed in 1 file:
new file
0 lines of code changed in 1 file:
only use "__attribute__ ((deprecated))" if __GNUC__ is defined.
Otherwise it does not compile with Solaris C compiler.
Thanks to Jeffrey Hutzelman for the patch
6 lines of code changed in 1 file:
SCardControl(): use the new API (with DWORD dwControlCode added)
Thanks to Jeffrey Hutzelman for the patch
3 lines of code changed in 1 file:
SYS_Daemon(): add the missing priority argument to Log2()
Thanks to Jeffrey Hutzelman for the patch
7 lines of code changed in 1 file:
release the context when the library is unloaded.
Thanks to Karsten Ohme for the patch
15 lines of code changed in 1 file:
also distribute misc.h, dyn_hpux.c, dyn_macosx.c, dyn_unix.c, dyn_win32.c
9 lines of code changed in 1 file:
do not perform a windows specific treatment for PCSC_MCARD_mutex
declaration/initialisation
Thanks to Karsten Ohme for the patch
0 lines of code changed in 1 file:
add a missing \ in "%s\\%s\Contents\\Win32\\%s"
Thanks to Karsten Ohme for the patch
1 lines of code changed in 1 file:
add some #define
Thanks to Karsten Ohme
16 lines of code changed in 1 file:
use "signed char" instead of "char" for LogDoColor since we use the value -1
and on some platforms (like PowerPC) char is unsigned bu default.
1 lines of code changed in 1 file:
add misc.h in libpcsclite_la_SOURCES
2 lines of code changed in 1 file:
add (some) Doxygen documentation
Thanks to Luiz Reuter Silva Torro for the patch
1643 lines of code changed in 46 files:
DebugLogSuppress(), debug_msg() and debug_xxd are defined only for pcscd
and not for libpcsclite.so
5 lines of code changed in 1 file:
define some/most functions as INTERNAL (see misc.h) so the function symbols
are not visible in libpcsclite.so
This will prevent function names collision with homonym functions
defined in a library or program linked with libpcsclite.so
73 lines of code changed in 7 files:
remove debuglog.c from libpcsclite_core_la_SOURCES so the same source
file can be compiled with different -D arguments for
libpcsclite_la_SOURCES and pcscd_SOURCES
2 lines of code changed in 1 file:
#define INTERNAL
32 lines of code changed in 1 file:
MSCReleaseConnection(): call SCardReleaseContext()
Thanks to Karsten Ohme for the patch
12 lines of code changed in 1 file: