ignore ifdhandler-3, ifdhandler-3.bbl and ifdhandler-3.blg
3 lines of code changed in 1 file:
always use @confdir_exp@ instead of #ifndef USE_READER_CONF ...
2 lines of code changed in 1 file:
do not define USE_READER_CONF but expand $confdir in confdir_exp
1 lines of code changed in 1 file:
generate etc/update-reader.conf from etc/update-reader.conf.in
1 lines of code changed in 1 file:
call update-reader.conf to update /etc/reader.conf before starting the daemon
1 lines of code changed in 1 file:
use $(mkinstalldirs) instead of $(mkdir_p)
1 lines of code changed in 1 file:
- distribute update-reader.conf
- create /etc/reader.conf.d/ during installation
6 lines of code changed in 1 file:
ignore update-reader.conf
1 lines of code changed in 1 file:
use update-reader.conf to regenerate /etc/reader.conf from files in
/etc/reader.conf.d/ (thanks to Ville Skytt?)
2 lines of code changed in 1 file:
LTPBundleFindValueWithKey(): also print the configuration filename if
the key is not found
2 lines of code changed in 1 file:
SCardStatus(): pdwState and pdwProtocol parameters may be NULL (mimic Windows)
12 lines of code changed in 1 file:
add SCARD_STATE_UNPOWERED.
This #define is not (yet) used by pcsc-lite but is defined by Windows
PC/SC and may be used by Windows applications
1 lines of code changed in 1 file:
define and use an internal SCARD_PROTOCOL_ANY_OLD for backward
compatibility for applications compiled with the old SCARD_PROTOCOL_ANY
definition.
13 lines of code changed in 2 files:
correctly define SCARD_PROTOCOL_ANY as (SCARD_PROTOCOL_T0|SCARD_PROTOCOL_T1)
2 lines of code changed in 1 file:
forgot to remove 4 DebugLogA("POUET"); debug statements. Thanks Damien
Sauveron for noticing :-)
0 lines of code changed in 1 file:
release 1.2.9-beta6 (real one)
4 lines of code changed in 1 file:
libpcsclite0 -> libpcsclite1
13 lines of code changed in 1 file:
remove unused fields in FctMap_V1 structure
1 lines of code changed in 2 files:
use the new psFunctions C union
111 lines of code changed in 2 files:
psFunctions field is now a C union with three structures for the 3 API.
- each structure has complete functions prototypes
- only the needed functions are in each structure (some bytes saved :-)
61 lines of code changed in 1 file:
remove #define SCARD_PROTOCOL_UNSET 0x00 since it is already defined in
PCSC/pcsclite.h.in. Thanks to Toni Andjelkovic
0 lines of code changed in 1 file:
replace an empty line by @HAVE_RUNPID@ to avoid having two empty lines
when --enable-runpid is not used
1 lines of code changed in 1 file:
do not distribute pcscd.init since it will be generated from
pcscd.init.in
1 lines of code changed in 1 file:
remove a call to free() of a pointer that was not malloc()ed and caused a
segmentation fault
0 lines of code changed in 1 file:
define DEVICENAME as /dev/null instead of GEN_SMART_RDR
1 lines of code changed in 1 file:
document runpid file depending on the ./configue options
15 lines of code changed in 2 files:
typos
2 lines of code changed in 1 file:
generate etc/pcscd.init with the correct paths
4 lines of code changed in 1 file:
distribute as-ac-expand.m4
1 lines of code changed in 1 file:
pcscd.startup is replaced by pcscd.init generated from pcscd.init.in
71 lines of code changed in 3 files:
provides a AC_SUBST-like macro (AS_AC_EXPAND) but using expanded
variables. From the autostars project (http://sf.net/projects/autostars/)
43 lines of code changed in 1 file:
release 1.2.9-beta6
43 lines of code changed in 1 file:
1.2.9-beta6
1 lines of code changed in 1 file:
updated to reflect the RPM version from Ville Skytt? & Fritz Elfert
52 lines of code changed in 1 file:
add and distribute the full text of the GNU General Public License used
by pcsc_demo.c
342 lines of code changed in 2 files:
use AM_CPPFLAGS = -I$(top_srcdir)/src/PCSC to find the header files
5 lines of code changed in 3 files:
remove PCSC/ from the header files path since the path is given by
pkg-config --cflags libpcsclite or the correct -I directive
74 lines of code changed in 34 files:
MSGCleanupClient(): always reset all the fields. Thanks to Michael Gold for
the patch.
Closes: [ #300863 ] Clear dwClientID in MSGCleanupClient
5 lines of code changed in 1 file:
use THREAD_ATTR_DETACHED in SYS_ThreadCreate() to automatically
deallocate resources allocated by the thread when the thread exits
(because the thread is not joined with SYS_ThreadJoin())
3 lines of code changed in 3 files:
remove useless call to undocumented function SCardUnload()
0 lines of code changed in 1 file:
use THREAD_ATTR_DEFAULT argument in SYS_ThreadCreate()
2 lines of code changed in 1 file:
CreateContextThread(): use THREAD_ATTR_DETACHED in SYS_ThreadCreate() so
that the resources allocated by pcscd are deallocated when the client die.
Closes [ #300862 ] Don't create threads as joinable
1 lines of code changed in 1 file:
use THREAD_ATTR_DEFAULT argument in SYS_ThreadCreate()
3 lines of code changed in 3 files:
update SYS_ThreadCreate() API but do not modify the code
1 lines of code changed in 1 file:
SYS_ThreadCreate(): set the thread state: joinable or detached
default is joinable
11 lines of code changed in 1 file:
the second argument of SYS_ThreadCreate if no more LPVOID pthAttr but
int attributes so that attributes can be passed in a portable way.
/* thread attributes */
#define THREAD_ATTR_DEFAULT 0
#define THREAD_ATTR_DETACHED 1
5 lines of code changed in 1 file:
use "%ld bytes" instead of "%lx" for ATR Size
1 lines of code changed in 1 file:
use "T=%ld" instead of "%lx" for Reader Protocol
1 lines of code changed in 1 file:
use "0x%.4lx" instead of "%lx" for Reader State
1 lines of code changed in 1 file:
add SCardTransmit() code sample
37 lines of code changed in 1 file:
perform a PPS (PHSetProtocol()) only if the current protocol is
SCARD_PROTOCOL_UNSET otherwise only check that the requested protocol is
available.
This will avoid generating a PPS request that would not be just after a
power up. The previous code worked only when the card was reseted at
SCardDisconnect() but not when SCARD_LEAVE_CARD was used.
52 lines of code changed in 1 file:
...->cardProtocol = SCARD_PROTOCOL_UNSET; after a power up so that
the next SCardConnect() with perform a PPS with the desired protocol
9 lines of code changed in 2 files:
set ..->cardProtocol = SCARD_PROTOCOL_RAW instead of -1
2 lines of code changed in 1 file:
...->cardProtocol = SCARD_PROTOCOL_UNSET; after a power up so that
the next SCardConnect() with perform a PPS with the desired protocol
6 lines of code changed in 1 file:
use ..->cardProtocol = SCARD_PROTOCOL_UNSET instead of ..->cardProtocol = 0
7 lines of code changed in 1 file:
#define SCARD_PROTOCOL_UNSET 0x0000 /* protocol not set */
1 lines of code changed in 1 file:
if the file referenced by DEVICENAME can't be use (because it is not a
correct filename) we now display:
You should use 'DEVICENAME /dev/null' if your driver does not use this field
1 lines of code changed in 1 file:
initialise dwSlot field for the new reader slot
2 lines of code changed in 1 file:
initialise the lpcDevice field of the new slot and not of the main reader
1 lines of code changed in 1 file:
typo in comment (empty spot -> empty slot)
1 lines of code changed in 1 file: