April 2004 Commit Log

Number of Commits:
41
Number of Active Developers:
2
rousseau 2004-04-27 15:27 Rev.: 821

patch from Damien Sauveron to rectify the source code examples.

28 lines of code changed in 1 file:

rousseau 2004-04-22 00:45 Rev.: 820

do not stop if pcsc-lite does not exist and is removed

1 lines of code changed in 1 file:

rousseau 2004-04-22 00:42 Rev.: 819

distribute pcsc-lite.tex

2 lines of code changed in 1 file:

rousseau 2004-04-22 00:18 Rev.: 818

- SCardControl new API
- add SCardGetAttrib()/SCardSetAttrib()

168 lines of code changed in 1 file:

rousseau 2004-04-21 23:42 Rev.: 817

remove the function names from the debug messages

186 lines of code changed in 14 files:

rousseau 2004-04-21 23:40 Rev.: 816

add __FUNCTION__ in the debug messages

8 lines of code changed in 1 file:

sauveron-guest 2004-04-19 18:49 Rev.: 815

Typo in email address.

1 lines of code changed in 1 file:

rousseau 2004-04-19 18:42 Rev.: 814

update copyright date

1 lines of code changed in 1 file:

rousseau 2004-04-19 18:29 Rev.: 813

add SCARD_ATTR_* tags for SCardGetAttrib()

75 lines of code changed in 1 file:

rousseau 2004-04-19 18:28 Rev.: 812

RxBuffer argument of IFDControl is LPVOID and not LPCVOID

2 lines of code changed in 1 file:

rousseau 2004-04-19 18:27 Rev.: 811

FDHControl() argument lpInBuffer and lpOutBuffer are LPCVOID and LPVOID
and not PUCHAR

2 lines of code changed in 1 file:

rousseau 2004-04-19 18:26 Rev.: 810

add test for SCardSetAttrib()

4 lines of code changed in 1 file:

rousseau 2004-04-19 18:25 Rev.: 809

add support for SCardGetAttrib() and SCardSetAttrib()

255 lines of code changed in 5 files:

rousseau 2004-04-19 17:24 Rev.: 803

do not ask for reader number if only one reader is present

14 lines of code changed in 1 file:

rousseau 2004-04-19 17:21 Rev.: 802

remove useless REPEAT_TEST conditional code

7 lines of code changed in 1 file:

rousseau 2004-04-19 17:18 Rev.: 801

test SCardGetAttrib()

11 lines of code changed in 1 file:

rousseau 2004-04-19 16:59 Rev.: 800

lpOutBuffer argument is LPVOID not LPCVOID in IFDControl

1 lines of code changed in 1 file:

rousseau 2004-04-16 18:11 Rev.: 799

do not SCardReleaseContext() in case of error in SCardControl test

2 lines of code changed in 1 file:

rousseau 2004-04-16 17:27 Rev.: 798

add support of the new IFDHControl() API

270 lines of code changed in 7 files:

rousseau 2004-04-16 17:24 Rev.: 797

add a test for SCardControl()

33 lines of code changed in 1 file:

rousseau 2004-04-16 17:23 Rev.: 796

rename IFDHControl() to IFDHControl_v2() and add a new IFDHControl()
with the new API

5 lines of code changed in 1 file:

rousseau 2004-04-15 11:53 Rev.: 793

remove implicit/useless { }

47 lines of code changed in 1 file:

rousseau 2004-04-15 11:01 Rev.: 792

document the SCardControl migration

78 lines of code changed in 1 file:

rousseau 2004-04-15 10:43 Rev.: 791

pcscd and libpcsclite now exchange a protocol version to know what API
to use

81 lines of code changed in 3 files:

rousseau 2004-04-15 10:38 Rev.: 790

change library version to 1:0:0 since the interface changed

1 lines of code changed in 1 file:

rousseau 2004-04-15 10:37 Rev.: 789

ignore LaTeX temporary files

8 lines of code changed in 1 file:

rousseau 2004-04-15 10:36 Rev.: 788

bibliography in BibTeX format

5 lines of code changed in 1 file:

rousseau 2004-04-15 10:29 Rev.: 787

- generate .pdf from .tex
- distribute the generated pcsc-lite.pdf

27 lines of code changed in 1 file:

rousseau 2004-04-15 10:27 Rev.: 786

the pcsc-lite pdf documentation is now generated from a LaTeX document

1323 lines of code changed in 2 files:

rousseau 2004-04-14 22:19 Rev.: 785

document in the help text that '--foreground' imply '--debug stderr'

1 lines of code changed in 1 file:

rousseau 2004-04-14 16:36 Rev.: 784

add a dummy field (to replace request_id) in sharedSegmentMsg to have
the same structure size as in previous pcsc-lite versions so that a new
pcscd can talk to an old libpcsclite and vice-versa.

1 lines of code changed in 1 file:

rousseau 2004-04-14 16:34 Rev.: 783

add a default case in pcsc_stringify_error()

3 lines of code changed in 1 file:

rousseau 2004-04-13 17:03 Rev.: 782

test SCardListReaderGroups()

35 lines of code changed in 1 file:

rousseau 2004-04-06 08:56 Rev.: 767

remove the code to map SCARD_UNPOWER_CARD on IFD_RESET.
SCARD_UNPOWER_CARD is power down and power up (cold reset) => IFD_POWER_DOWN
SCARD_RESET_CARD is just power up (warm reset) => IFD_RESET

0 lines of code changed in 1 file:

rousseau 2004-04-05 16:44 Rev.: 765

initialize readers to NULL to avoid a "`readers' might be used
uninitialized" compilation warning

1 lines of code changed in 1 file:

rousseau 2004-04-02 16:43 Rev.: 761

add support for doc/reader.conf.5

4 lines of code changed in 2 files:

rousseau 2004-04-02 16:42 Rev.: 760

new manpage

76 lines of code changed in 1 file:

rousseau 2004-04-02 15:38 Rev.: 759

typos

3 lines of code changed in 1 file:

rousseau 2004-04-02 08:52 Rev.: 758

add two missing free()

4 lines of code changed in 1 file:

rousseau 2004-04-01 11:14 Rev.: 757

do not try to restart a USB driver if the first execution fails (because
of a bug in the driver or whatever) since the next execution of the
driver will, with a great probability, also fail. The user has to
unplug/replug the reader to restart the driver. This prevents to fill
the system logs with an error message every 1 second.

10 lines of code changed in 1 file:

rousseau 2004-04-01 09:21 Rev.: 756

remove a useless occurence of PCSCLITE_MAX_READERS_CONTEXTS

1 lines of code changed in 1 file:

March 2004 »

Generated by StatSVN 0.7.0