October 2003 Commit Log

Number of Commits:
40
Number of Active Developers:
3
rousseau 2003-10-30 19:42 Rev.: 540

changed back PCSCLITE_MAX_READERS_CONTEXTS from 256 to 16. 16 readers is
clearly enough for most users. The correct solution is to use a list
instead of an array.

1 lines of code changed in 1 file:

rousseau 2003-10-30 19:08 Rev.: 539

remove definition of PCSCLITE_MAX_COMSIZE (Maximum arg size) now useless

0 lines of code changed in 1 file:

rousseau 2003-10-30 19:07 Rev.: 538

- send debug to syslog by default
- send debug to stderr if --foreground|-f is used (no need to add
--debug stderr anymore)
- use strcmp() instead of strncmp() in --debug parsing since one
argument has a fixed size anyway
- define and use TRUE/FALSE constants

57 lines of code changed in 1 file:

rousseau 2003-10-30 19:02 Rev.: 537

remove log to a file service since it was not used.

21 lines of code changed in 2 files:

sauveron-guest 2003-10-29 17:02 Rev.: 527

Add the option [-a] to the usage of pcscd

1 lines of code changed in 1 file:

sauveron-guest 2003-10-29 15:24 Rev.: 526

Solve a problem of recognizition by serviceconf (patch from Tommaso Cucinotta)

4 lines of code changed in 1 file:

sauveron-guest 2003-10-23 23:57 Rev.: 519

Sorry I have done an error in the name that I want! Now it is the good name for this structure

27 lines of code changed in 1 file:

sauveron-guest 2003-10-23 23:27 Rev.: 518

Change the name of a structure to better explain its usage

27 lines of code changed in 1 file:

sauveron-guest 2003-10-22 14:44 Rev.: 517

Add a debug message when a client disappears

1 lines of code changed in 1 file:

sauveron-guest 2003-10-22 14:43 Rev.: 516

Move a debug message in an other file to have the good client number when it disappears

0 lines of code changed in 1 file:

aet-guest 2003-10-21 23:00 Rev.: 515

- Potential security fixes to SCF client

31 lines of code changed in 2 files:

aet-guest 2003-10-21 22:47 Rev.: 514

- More merging between the hotplug implementations
- Get rid of some internal limitation defines, there
seems to be more than enough of these things in
pcsclite.h already

34 lines of code changed in 3 files:

aet-guest 2003-10-21 22:00 Rev.: 513

- Move all common hotplug defines into hotplug.h
- Remove extra LTPBundleFindValueWithKey declarations

44 lines of code changed in 6 files:

aet-guest 2003-10-21 21:59 Rev.: 512

- errno.h cleanups

2 lines of code changed in 2 files:

aet-guest 2003-10-21 21:28 Rev.: 511

- Forgot to commit

1 lines of code changed in 1 file:

aet-guest 2003-10-21 21:27 Rev.: 510

- Remove win32_pcsclite.h, it's out of sync anyway and the one
who wishes to use pcsc-lite under win32 platform in any
situation should probably patch src/pcsclite.h and renew
win32/config.h.

1 lines of code changed in 1 file:

sauveron-guest 2003-10-20 21:59 Rev.: 509

Increase the max readers contexts value

4 lines of code changed in 1 file:

sauveron-guest 2003-10-20 21:58 Rev.: 508

Support of 255 readers max

67 lines of code changed in 1 file:

sauveron-guest 2003-10-20 21:56 Rev.: 507

Correct a bug introduce by me. Sorry. It will be good in the future to improve this part

8 lines of code changed in 1 file:

sauveron-guest 2003-10-20 18:48 Rev.: 506

Correct with the goods concepts constants

10 lines of code changed in 2 files:

sauveron-guest 2003-10-20 18:46 Rev.: 505

Change variables names

163 lines of code changed in 1 file:

sauveron-guest 2003-10-20 18:32 Rev.: 504

Correct with the goods concepts constants, correct some comments and variable name

64 lines of code changed in 1 file:

sauveron-guest 2003-10-20 18:15 Rev.: 503

Correct with the goods concepts constants

14 lines of code changed in 1 file:

sauveron-guest 2003-10-20 18:08 Rev.: 502

Correct with the goods concepts constants

44 lines of code changed in 4 files:

sauveron-guest 2003-10-20 17:53 Rev.: 501

Correct with the good concept

2 lines of code changed in 1 file:

sauveron-guest 2003-10-20 17:51 Rev.: 500

Introduce the limitations about the concepts

13 lines of code changed in 1 file:

sauveron-guest 2003-10-20 17:49 Rev.: 499

A clean up.

1 lines of code changed in 1 file:

sauveron-guest 2003-10-20 17:38 Rev.: 498

Add a description of PC/SC Lite Concepts.

54 lines of code changed in 1 file:

rousseau 2003-10-18 22:00 Rev.: 497

put back the GNU GPL license since it is not protected by the BSD
license used by the other files.

14 lines of code changed in 1 file:

aet-guest 2003-10-18 20:24 Rev.: 496

- Unify the copyright/description header part for most of the files

21 lines of code changed in 2 files:

aet-guest 2003-10-18 19:19 Rev.: 495

- Unify the copyright/description header part for most of the files

593 lines of code changed in 55 files:

aet-guest 2003-10-18 16:29 Rev.: 494

- Remove USB bundle platform (Linux) hardcoding and replace
it with PCSC_ARCH.

8 lines of code changed in 2 files:

rousseau 2003-10-15 22:32 Rev.: 491

the release number was wrong :-)

1 lines of code changed in 1 file:

rousseau 2003-10-15 22:29 Rev.: 490

release 1.2.0-rc3

12 lines of code changed in 1 file:

rousseau 2003-10-15 22:28 Rev.: 489

Antti Tapaninen and Damien Sauveron have now their names in ChangeLog.cvs

2 lines of code changed in 1 file:

rousseau 2003-10-15 22:27 Rev.: 488

correct a typo

1 lines of code changed in 1 file:

rousseau 2003-10-15 19:40 Rev.: 487

perform a round-robbin among clients to avoid starvation under heavy
load. Patch from Bettina Martelli.

9 lines of code changed in 1 file:

sauveron-guest 2003-10-15 10:56 Rev.: 486

Verify the availabilty of the daemon before to try a connection.

3 lines of code changed in 1 file:

sauveron-guest 2003-10-13 22:26 Rev.: 485

Add a verification before to release a context.

2 lines of code changed in 1 file:

sauveron-guest 2003-10-04 11:15 Rev.: 484

correct the typo

1 lines of code changed in 1 file:

September 2003 »

Generated by StatSVN 0.7.0