Add LSB comment block
See http://refspecs.freestandards.org/LSB_3.1.0/LSB-Core-generic/LSB-Core-generic/initscrcomconv.html
Thanks to Ville Skytt� for the patch
13 lines of code changed in 1 file:
dynamically generate update-reader.conf.8 by ./configure
Thanks to Klaus Heinz. Closes: [#304518] update-reader.conf.8 should be
created from update-reader.conf.8.in
5 lines of code changed in 2 files:
distribute update-reader.conf.8.in instead of update-reader.conf.8
1 lines of code changed in 1 file:
rename doc/update-reader.conf.8 in doc/update-reader.conf.8.in since
./configure with generate doc/update-reader.conf.8
32 lines of code changed in 2 files:
remove 3 unused AC_PATH_PROG(TEST_MINUS_S_SH, *) lines
Thanks to Klaus Heinz. Closes: [#304517] Check for bash/ksh/sh and
variable TEST_MINUS_S_SH not necessary anymore
0 lines of code changed in 1 file:
replace 0 by NULL
2 lines of code changed in 1 file:
add AM_PROG_CC_C_O as requested by:
doc/example/Makefile.am:4: compiling `pcsc_demo.c' with per-target flags
requires `AM_PROG_CC_C_O' in `configure.in'
1 lines of code changed in 1 file:
Solaris, like Max OS X, does not support pack(push, 1). Use pack(1)
instead
Thanks to David Markowitz
2 lines of code changed in 1 file:
release 1.4.3
9 lines of code changed in 2 files:
move definitions of SCardLockThread() and SCardUnlockThread() at the
beginning of file and remove their declarations
20 lines of code changed in 1 file:
SVCServiceRunLoop(): do not exit is CreateContextThread() fails. Avoids
a denial of service.
Thanks to Joshua J. Drake
0 lines of code changed in 1 file:
SCardStatus(): check for hCard == 0
Thanks to Joshua J. Drake for the bug report
3 lines of code changed in 1 file:
replace PCSCLITE_MAX_MESSAGE_SIZE by sizeof(msgStruct.data)
4 lines of code changed in 1 file:
patch in revision 2535 was not correct for exteneded APDU. It generated
a buffer overflow.
8 lines of code changed in 1 file:
use EXIT_FAILURE instead of 1
1 lines of code changed in 1 file:
typo
1 lines of code changed in 1 file:
use NULL instead of 0 for pointers (detected by sparse)
25 lines of code changed in 3 files:
do not use inline for SCardLockThread() and SCardUnlockThread()
declaration but only for definition (detected by parse)
2 lines of code changed in 1 file:
add a missing #include <wintypes.h> (detected by sparse)
1 lines of code changed in 1 file:
EHStatusHandlerThread(): use SYS_ThreadExit(NULL) instead of
SYS_ThreadExit(0) (detected by sparse)
1 lines of code changed in 1 file:
RFLoadReader(): use INFO instead of ERROR log level is the same driver
library is use twice. It is not an error.
Thanks to Nils Larsch for the patch
1 lines of code changed in 1 file:
May 2007 »