January 2004 Commit Log

Number of Commits:
47
Number of Active Developers:
4
rousseau 2004-01-24 13:23 Rev.: 646

use "DEVICENAME /dev/ttySx_not_configured" to make it (more) clear it
should be configured.

1 lines of code changed in 1 file:

rousseau 2004-01-24 13:21 Rev.: 645

reader.conf may also be needed for PCMCIA readers and not olny serial.

2 lines of code changed in 1 file:

rousseau 2004-01-24 00:01 Rev.: 644

add a note: "This file has to be configured for serial readers only."

6 lines of code changed in 1 file:

rousseau 2004-01-23 12:54 Rev.: 643

check that psContextMap[dwContextIndex].psChannelMap[dwChannelIndex].readerName is non NULL before accessing it in strcmp()

27 lines of code changed in 1 file:

aet-guest 2004-01-22 16:32 Rev.: 642

- Simplify the psContext/psContextMap declarations to fix
build conflicts against some operating systems headers.

5 lines of code changed in 2 files:

corcoran-guest 2004-01-21 19:06 Rev.: 639

Changed unsigned char * to char * and did some typecasting
to get rid of warnings when building in 64bit mode ...

4 lines of code changed in 1 file:

sauveron-guest 2004-01-21 08:46 Rev.: 638

Remove an useless include

0 lines of code changed in 1 file:

rousseau 2004-01-20 09:09 Rev.: 637

correct comment about empty deviceName argument

4 lines of code changed in 2 files:

sauveron-guest 2004-01-19 12:28 Rev.: 636

Use the device name to create channel only if defined.

10 lines of code changed in 1 file:

sauveron-guest 2004-01-19 12:24 Rev.: 635

Add an empty parameter for deviceName to allow the compilation.

4 lines of code changed in 2 files:

sauveron-guest 2004-01-19 02:50 Rev.: 634

Remove the useless include of sys/mman.h

0 lines of code changed in 1 file:

sauveron-guest 2004-01-19 01:45 Rev.: 633

Remove unused function.

0 lines of code changed in 1 file:

sauveron-guest 2004-01-16 13:35 Rev.: 632

Update the copyright.

23 lines of code changed in 13 files:

sauveron-guest 2004-01-16 13:13 Rev.: 631

Add my name, my email and the copyright.

1 lines of code changed in 1 file:

sauveron-guest 2004-01-16 10:55 Rev.: 630

Remove the useless PID information field. Also remove the WrapSHMWrite argument related to PID information.

14 lines of code changed in 1 file:

sauveron-guest 2004-01-16 10:51 Rev.: 629

Remove an useless information field of the messages sent by the client to the server. Also remove in the prototype of WrapSHMWrite the parameter related to the deleted field.

1 lines of code changed in 1 file:

sauveron-guest 2004-01-16 10:50 Rev.: 628

Remove a useless information field of the messages sent by the client to the server. Also remove in the prototype of WrapSHMWrite the parameter related to the deleted field.

1 lines of code changed in 1 file:

sauveron-guest 2004-01-16 10:43 Rev.: 627

Correct the indentation of some lines and add debug information.

36 lines of code changed in 1 file:

sauveron-guest 2004-01-16 10:09 Rev.: 626

Cleanup the code.

1 lines of code changed in 1 file:

sauveron-guest 2004-01-16 10:08 Rev.: 625

Modify the output of the debug message.

1 lines of code changed in 1 file:

corcoran-guest 2004-01-15 23:32 Rev.: 624

Changed Co to C(ZERO) instead. The Oh caused big problems with
formaticc

4 lines of code changed in 1 file:

corcoran-guest 2004-01-15 23:07 Rev.: 623

Needed to define dwAtrLen so it would not just pick up garbage
for SCardStatus.

2 lines of code changed in 1 file:

corcoran-guest 2004-01-15 23:06 Rev.: 622

In SCardStatus some of the memcopy's and strcpy's were occurring
before bounds checking.

7 lines of code changed in 1 file:

corcoran-guest 2004-01-15 20:31 Rev.: 621

Changed error return from SYS_OpenFile of PCSCLITE_PUBSHM_FILE from UNKNOWN to
SCARD_E_NO_SERVICE. Sorry for no diffs, I'll put them in next time ...

1 lines of code changed in 1 file:

rousseau 2004-01-15 00:09 Rev.: 605

reformat and add Damien Sauveron and Antti Tapaninen

8 lines of code changed in 1 file:

sauveron-guest 2004-01-14 14:07 Rev.: 604

Add the support of IFDHandler interface v3

54 lines of code changed in 2 files:

sauveron-guest 2004-01-14 14:07 Rev.: 603

Modify the prototype of IFDOpenIFD.

1 lines of code changed in 1 file:

sauveron-guest 2004-01-14 14:02 Rev.: 602

Add the function's pointer for the new function introduced in IFDHandler interface v3

3 lines of code changed in 1 file:

sauveron-guest 2004-01-14 13:58 Rev.: 601

Define the length maximum of a device name.

1 lines of code changed in 1 file:

sauveron-guest 2004-01-14 13:56 Rev.: 600

Get the device name of the USB device and give it to RFAddReader.

55 lines of code changed in 1 file:

sauveron-guest 2004-01-14 13:52 Rev.: 599

Give the device name to RFAddReader

1 lines of code changed in 1 file:

sauveron-guest 2004-01-14 13:48 Rev.: 598

Add a new parameter to the prototype of RFAddReader according to the changes in readerfactory.c

1 lines of code changed in 1 file:

sauveron-guest 2004-01-14 13:46 Rev.: 597

Add a new parameter to RFAddReader to get the device name

6 lines of code changed in 1 file:

sauveron-guest 2004-01-14 13:15 Rev.: 596

Add the device name

1 lines of code changed in 1 file:

sauveron-guest 2004-01-14 13:03 Rev.: 595

Add the prototype of the new function introduced in the IFDHandler interface v3

11 lines of code changed in 1 file:

sauveron-guest 2004-01-14 03:57 Rev.: 594

Remove a line commited by error. Sorry.

1 lines of code changed in 1 file:

sauveron-guest 2004-01-14 03:46 Rev.: 593

Check that DEVICENAME and LIBPATH files exist and if an error occurs during the parsing the reader is not added.

14 lines of code changed in 1 file:

rousseau 2004-01-13 22:17 Rev.: 592

small code reorganisation for an easier reading

37 lines of code changed in 1 file:

rousseau 2004-01-13 22:16 Rev.: 591

use macro DebugLogB() instead of debug_msg()

2 lines of code changed in 1 file:

sauveron-guest 2004-01-13 19:54 Rev.: 590

Modify tests in order to be homogeneous with those for next IFDHandlers versions

31 lines of code changed in 2 files:

rousseau 2004-01-13 09:25 Rev.: 589

simplify the perl expression in ChangeLog.cvs rule

2 lines of code changed in 1 file:

rousseau 2004-01-13 09:10 Rev.: 588

reformat to 72 columns

5 lines of code changed in 1 file:

corcoran-guest 2004-01-12 19:07 Rev.: 587

Added README for Makefile directory and sample config.h

43 lines of code changed in 3 files:

corcoran-guest 2004-01-12 18:49 Rev.: 586

C
Adding make-dirs plus Makefiles for certain configurations when people don't want to
try and fix autoconf

VS: ----------------------------------------------------------------------

24 lines of code changed in 1 file:

rousseau 2004-01-12 11:49 Rev.: 585

correct the file header. It was a cut-n-paste from hotplug_linux.c

2 lines of code changed in 1 file:

rousseau 2004-01-08 17:24 Rev.: 583

buffer overflow: the driver list was not terminated and caused crashes.

6 lines of code changed in 1 file:

rousseau 2004-01-08 11:40 Rev.: 582

correct my email address

1 lines of code changed in 1 file:

December 2003 »

Generated by StatSVN 0.7.0