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:
remove definition of PCSCLITE_MAX_COMSIZE (Maximum arg size) now useless
0 lines of code changed in 1 file:
- 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:
remove log to a file service since it was not used.
21 lines of code changed in 2 files:
Add the option [-a] to the usage of pcscd
1 lines of code changed in 1 file:
Solve a problem of recognizition by serviceconf (patch from Tommaso Cucinotta)
4 lines of code changed in 1 file:
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:
Change the name of a structure to better explain its usage
27 lines of code changed in 1 file:
Add a debug message when a client disappears
1 lines of code changed in 1 file:
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:
- Potential security fixes to SCF client
31 lines of code changed in 2 files:
- 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:
- Move all common hotplug defines into hotplug.h
- Remove extra LTPBundleFindValueWithKey declarations
44 lines of code changed in 6 files:
- errno.h cleanups
2 lines of code changed in 2 files:
- Forgot to commit
1 lines of code changed in 1 file:
- 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:
Increase the max readers contexts value
4 lines of code changed in 1 file:
Support of 255 readers max
67 lines of code changed in 1 file:
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:
Correct with the goods concepts constants
10 lines of code changed in 2 files:
Change variables names
163 lines of code changed in 1 file:
Correct with the goods concepts constants, correct some comments and variable name
64 lines of code changed in 1 file:
Correct with the goods concepts constants
14 lines of code changed in 1 file:
Correct with the goods concepts constants
44 lines of code changed in 4 files:
Correct with the good concept
2 lines of code changed in 1 file:
Introduce the limitations about the concepts
13 lines of code changed in 1 file:
A clean up.
1 lines of code changed in 1 file:
Add a description of PC/SC Lite Concepts.
54 lines of code changed in 1 file:
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:
- Unify the copyright/description header part for most of the files
21 lines of code changed in 2 files:
- Unify the copyright/description header part for most of the files
593 lines of code changed in 55 files:
- Remove USB bundle platform (Linux) hardcoding and replace
it with PCSC_ARCH.
8 lines of code changed in 2 files:
the release number was wrong :-)
1 lines of code changed in 1 file:
release 1.2.0-rc3
12 lines of code changed in 1 file:
Antti Tapaninen and Damien Sauveron have now their names in ChangeLog.cvs
2 lines of code changed in 1 file:
correct a typo
1 lines of code changed in 1 file:
perform a round-robbin among clients to avoid starvation under heavy
load. Patch from Bettina Martelli.
9 lines of code changed in 1 file:
Verify the availabilty of the daemon before to try a connection.
3 lines of code changed in 1 file:
Add a verification before to release a context.
2 lines of code changed in 1 file:
correct the typo
1 lines of code changed in 1 file: