August 2004 Commit Log

Number of Commits:
60
Number of Active Developers:
1
rousseau 2004-08-24 23:48 Rev.: 1207

ignore ifdhandler-3, ifdhandler-3.bbl and ifdhandler-3.blg

3 lines of code changed in 1 file:

rousseau 2004-08-24 23:46 Rev.: 1206

always use @confdir_exp@ instead of #ifndef USE_READER_CONF ...

2 lines of code changed in 1 file:

rousseau 2004-08-24 23:46 Rev.: 1205

do not define USE_READER_CONF but expand $confdir in confdir_exp

1 lines of code changed in 1 file:

rousseau 2004-08-24 23:39 Rev.: 1204

generate etc/update-reader.conf from etc/update-reader.conf.in

1 lines of code changed in 1 file:

rousseau 2004-08-24 23:38 Rev.: 1203

call update-reader.conf to update /etc/reader.conf before starting the daemon

1 lines of code changed in 1 file:

rousseau 2004-08-24 23:38 Rev.: 1202

use $(mkinstalldirs) instead of $(mkdir_p)

1 lines of code changed in 1 file:

rousseau 2004-08-24 23:21 Rev.: 1201

- distribute update-reader.conf
- create /etc/reader.conf.d/ during installation

6 lines of code changed in 1 file:

rousseau 2004-08-24 23:20 Rev.: 1200

ignore update-reader.conf

1 lines of code changed in 1 file:

rousseau 2004-08-24 23:19 Rev.: 1199

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:

rousseau 2004-08-24 20:58 Rev.: 1198

LTPBundleFindValueWithKey(): also print the configuration filename if
the key is not found

2 lines of code changed in 1 file:

rousseau 2004-08-24 16:02 Rev.: 1197

SCardStatus(): pdwState and pdwProtocol parameters may be NULL (mimic Windows)

12 lines of code changed in 1 file:

rousseau 2004-08-23 10:27 Rev.: 1192

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:

rousseau 2004-08-19 00:13 Rev.: 1191

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:

rousseau 2004-08-19 00:11 Rev.: 1190

correctly define SCARD_PROTOCOL_ANY as (SCARD_PROTOCOL_T0|SCARD_PROTOCOL_T1)

2 lines of code changed in 1 file:

rousseau 2004-08-16 17:13 Rev.: 1188

forgot to remove 4 DebugLogA("POUET"); debug statements. Thanks Damien
Sauveron for noticing :-)

0 lines of code changed in 1 file:

rousseau 2004-08-15 16:44 Rev.: 1181

release 1.2.9-beta6 (real one)

4 lines of code changed in 1 file:

rousseau 2004-08-13 22:49 Rev.: 1180

libpcsclite0 -> libpcsclite1

13 lines of code changed in 1 file:

rousseau 2004-08-13 22:31 Rev.: 1179

remove unused fields in FctMap_V1 structure

1 lines of code changed in 2 files:

rousseau 2004-08-13 22:28 Rev.: 1178

use the new psFunctions C union

111 lines of code changed in 2 files:

rousseau 2004-08-13 22:27 Rev.: 1177

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:

rousseau 2004-08-13 16:09 Rev.: 1176

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:

rousseau 2004-08-10 22:27 Rev.: 1175

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:

rousseau 2004-08-10 22:21 Rev.: 1174

do not distribute pcscd.init since it will be generated from
pcscd.init.in

1 lines of code changed in 1 file:

rousseau 2004-08-10 22:04 Rev.: 1173

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:

rousseau 2004-08-10 21:53 Rev.: 1172

define DEVICENAME as /dev/null instead of GEN_SMART_RDR

1 lines of code changed in 1 file:

rousseau 2004-08-10 21:52 Rev.: 1171

document runpid file depending on the ./configue options

15 lines of code changed in 2 files:

rousseau 2004-08-10 21:50 Rev.: 1170

typos

2 lines of code changed in 1 file:

rousseau 2004-08-10 21:48 Rev.: 1169

generate etc/pcscd.init with the correct paths

4 lines of code changed in 1 file:

rousseau 2004-08-10 21:48 Rev.: 1168

distribute as-ac-expand.m4

1 lines of code changed in 1 file:

rousseau 2004-08-10 21:47 Rev.: 1167

pcscd.startup is replaced by pcscd.init generated from pcscd.init.in

71 lines of code changed in 3 files:

rousseau 2004-08-10 21:45 Rev.: 1166

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:

rousseau 2004-08-10 16:57 Rev.: 1164

release 1.2.9-beta6

43 lines of code changed in 1 file:

rousseau 2004-08-10 16:40 Rev.: 1163

1.2.9-beta6

1 lines of code changed in 1 file:

rousseau 2004-08-10 16:38 Rev.: 1162

updated to reflect the RPM version from Ville Skytt? & Fritz Elfert

52 lines of code changed in 1 file:

rousseau 2004-08-10 16:04 Rev.: 1161

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:

rousseau 2004-08-06 14:13 Rev.: 1159

use AM_CPPFLAGS = -I$(top_srcdir)/src/PCSC to find the header files

5 lines of code changed in 3 files:

rousseau 2004-08-06 14:12 Rev.: 1158

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:

rousseau 2004-08-03 21:52 Rev.: 1137

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:

rousseau 2004-08-03 00:06 Rev.: 1136

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:

rousseau 2004-08-03 00:02 Rev.: 1135

remove useless call to undocumented function SCardUnload()

0 lines of code changed in 1 file:

rousseau 2004-08-03 00:01 Rev.: 1134

use THREAD_ATTR_DEFAULT argument in SYS_ThreadCreate()

2 lines of code changed in 1 file:

rousseau 2004-08-02 23:59 Rev.: 1133

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:

rousseau 2004-08-02 23:54 Rev.: 1132

use THREAD_ATTR_DEFAULT argument in SYS_ThreadCreate()

3 lines of code changed in 3 files:

rousseau 2004-08-02 23:52 Rev.: 1131

update SYS_ThreadCreate() API but do not modify the code

1 lines of code changed in 1 file:

rousseau 2004-08-02 23:51 Rev.: 1130

SYS_ThreadCreate(): set the thread state: joinable or detached
default is joinable

11 lines of code changed in 1 file:

rousseau 2004-08-02 23:48 Rev.: 1129

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:

rousseau 2004-08-02 22:57 Rev.: 1128

use "%ld bytes" instead of "%lx" for ATR Size

1 lines of code changed in 1 file:

rousseau 2004-08-02 22:56 Rev.: 1127

use "T=%ld" instead of "%lx" for Reader Protocol

1 lines of code changed in 1 file:

rousseau 2004-08-02 22:54 Rev.: 1126

use "0x%.4lx" instead of "%lx" for Reader State

1 lines of code changed in 1 file:

rousseau 2004-08-02 22:43 Rev.: 1125

add SCardTransmit() code sample

37 lines of code changed in 1 file:

rousseau 2004-08-02 22:21 Rev.: 1124

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:

rousseau 2004-08-02 22:08

...->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:

rousseau 2004-08-02 22:05 Rev.: 1121

set ..->cardProtocol = SCARD_PROTOCOL_RAW instead of -1

2 lines of code changed in 1 file:

rousseau 2004-08-02 20:18 Rev.: 1120

...->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:

rousseau 2004-08-02 20:13 Rev.: 1119

use ..->cardProtocol = SCARD_PROTOCOL_UNSET instead of ..->cardProtocol = 0

7 lines of code changed in 1 file:

rousseau 2004-08-02 20:08 Rev.: 1118

#define SCARD_PROTOCOL_UNSET 0x0000 /* protocol not set */

1 lines of code changed in 1 file:

rousseau 2004-08-01 17:55 Rev.: 1117

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:

rousseau 2004-08-01 17:39 Rev.: 1116

initialise dwSlot field for the new reader slot

2 lines of code changed in 1 file:

rousseau 2004-08-01 17:38 Rev.: 1115

initialise the lpcDevice field of the new slot and not of the main reader

1 lines of code changed in 1 file:

rousseau 2004-08-01 17:35 Rev.: 1114

typo in comment (empty spot -> empty slot)

1 lines of code changed in 1 file:

July 2004 »

Generated by StatSVN 0.7.0