use \texttt{} instead of \file{} (it works with latex2html but not with
pdflatex)
1 lines of code changed in 1 file:
use __misc_h__ instead of __local_h__ since the file name is misc.h
3 lines of code changed in 1 file:
log_msg: document that you should use the macros defined in <debuglog.h>
5 lines of code changed in 1 file:
log_msg and log_xxd are only available for pcscd drivers. These
functions are no more provided by libpcsclite
11 lines of code changed in 1 file:
use use_libusb="${use_libusb-yes}" so that use_libusb is defined to yes
only if it was not previously defined
libusb is not used by default on Mac OS X and use_libusb=no is already
used in that case a few lines above in the script
2 lines of code changed in 1 file:
compile only on Apple and if libusb is not used
1 lines of code changed in 1 file:
add $(LIBUSB_CFLAGS) to pcscd_CFLAGS
1 lines of code changed in 1 file:
SCardConnect(): the paramater name is dwShareMode instead of dwScope
1 lines of code changed in 1 file:
HPAddHotPluggable(): add the USB serial number only if ADD_SERIAL_NUMBER
is defined (default).
just #undef the macro if you do not like the serial number addition.
3 lines of code changed in 1 file:
add -DLIBPCSCLITE to libpcsclite_la_CFLAGS (used in debug.c)
1 lines of code changed in 1 file:
add debug.c to libpcsclite_la_SOURCES
1 lines of code changed in 1 file:
provice log_msg() and log_xxd() implementation for the client side
162 lines of code changed in 1 file:
use log_msg() instead of fprintf() for Logx() macro used in libpcsclite
so we can manage priority and color
15 lines of code changed in 1 file:
use debug.h instead of debuglog.h
1 lines of code changed in 1 file:
do not use libpcsclite-core anymore since the same source code generates
two different object files (depending on the presence of -DPCSCD)
58 lines of code changed in 1 file:
do not use MUSCLECARD_DEBUG environment variable anymore to activate the
logs
1 lines of code changed in 1 file:
#include "debug.h" instead of "debuglog.h" to use fprintf() or syslog()
depending if the file is used for pcscd (if PCSCD is defined) or for
libpcsclite
7 lines of code changed in 7 files:
define Logx() functions for use in libpcsclite (just a fprintf(stderr,
...))
68 lines of code changed in 1 file:
do not declare pcsc_stringify_error() here since it is already declared
in PCSC/pcsclite.h
0 lines of code changed in 1 file:
do not use pcsc_stringify_error() since I don't want this code in the
daemon just for _one_ function
1 lines of code changed in 1 file:
move pcsc_stringify_error() in its own file
169 lines of code changed in 2 files:
remove duplicate Log3() definition
0 lines of code changed in 1 file:
document log_msg and log_xxd
17 lines of code changed in 1 file:
document VERIFY_PIN and MODIFY_PIN commands using PCSCv2 part 10
instead of the "proprietary" mechanism now unsupported
86 lines of code changed in 2 files:
upgrade sample code for IOCTL_SMARTCARD_VENDOR_IFD_EXCHANGE
2 lines of code changed in 1 file:
add IFD_NOT_SUPPORTED in the possible return values for
IFDHSetProtocolParameters()
1 lines of code changed in 1 file:
document the possible values for Protocol argument in
IFDHSetProtocolParameters()
Closes bug [ #303238 ] IFDHSetProtocolParameters is called with
Protocol=1 even though debug log says T=0
3 lines of code changed in 1 file:
do not use #define INTERNAL __hidden on Solaris since the linker can't
use symbol declared __hidden in the file it is declared.
See http://archives.neohapsis.com/archives/dev/muscle/2006-q1/0144.html
Thanks to Iain MacDonnell for the bug report
0 lines of code changed in 1 file:
document --disable-libusb instead of --enable-libusb since libusb is
used by default.
Thanks to Shawn Willden for the bug report
1 lines of code changed in 1 file:
Add support of Solaris
3 lines of code changed in 1 file:
remove documentation on --enable-muscledropdir=DIR since this option
moved to libmusclecard now
Thanks to Ville Skytt� for the patch
0 lines of code changed in 1 file:
remove a useless AC_SUBST(muscledropdir)
0 lines of code changed in 1 file:
release 1.3.0
17 lines of code changed in 2 files: