patch from Damien Sauveron to rectify the source code examples.
28 lines of code changed in 1 file:
do not stop if pcsc-lite does not exist and is removed
1 lines of code changed in 1 file:
distribute pcsc-lite.tex
2 lines of code changed in 1 file:
- SCardControl new API
- add SCardGetAttrib()/SCardSetAttrib()
168 lines of code changed in 1 file:
remove the function names from the debug messages
186 lines of code changed in 14 files:
add __FUNCTION__ in the debug messages
8 lines of code changed in 1 file:
Typo in email address.
1 lines of code changed in 1 file:
update copyright date
1 lines of code changed in 1 file:
add SCARD_ATTR_* tags for SCardGetAttrib()
75 lines of code changed in 1 file:
RxBuffer argument of IFDControl is LPVOID and not LPCVOID
2 lines of code changed in 1 file:
FDHControl() argument lpInBuffer and lpOutBuffer are LPCVOID and LPVOID
and not PUCHAR
2 lines of code changed in 1 file:
add test for SCardSetAttrib()
4 lines of code changed in 1 file:
add support for SCardGetAttrib() and SCardSetAttrib()
255 lines of code changed in 5 files:
do not ask for reader number if only one reader is present
14 lines of code changed in 1 file:
remove useless REPEAT_TEST conditional code
7 lines of code changed in 1 file:
test SCardGetAttrib()
11 lines of code changed in 1 file:
lpOutBuffer argument is LPVOID not LPCVOID in IFDControl
1 lines of code changed in 1 file:
do not SCardReleaseContext() in case of error in SCardControl test
2 lines of code changed in 1 file:
add support of the new IFDHControl() API
270 lines of code changed in 7 files:
add a test for SCardControl()
33 lines of code changed in 1 file:
rename IFDHControl() to IFDHControl_v2() and add a new IFDHControl()
with the new API
5 lines of code changed in 1 file:
remove implicit/useless { }
47 lines of code changed in 1 file:
document the SCardControl migration
78 lines of code changed in 1 file:
pcscd and libpcsclite now exchange a protocol version to know what API
to use
81 lines of code changed in 3 files:
change library version to 1:0:0 since the interface changed
1 lines of code changed in 1 file:
ignore LaTeX temporary files
8 lines of code changed in 1 file:
bibliography in BibTeX format
5 lines of code changed in 1 file:
- generate .pdf from .tex
- distribute the generated pcsc-lite.pdf
27 lines of code changed in 1 file:
the pcsc-lite pdf documentation is now generated from a LaTeX document
1323 lines of code changed in 2 files:
document in the help text that '--foreground' imply '--debug stderr'
1 lines of code changed in 1 file:
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:
add a default case in pcsc_stringify_error()
3 lines of code changed in 1 file:
test SCardListReaderGroups()
35 lines of code changed in 1 file:
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:
initialize readers to NULL to avoid a "`readers' might be used
uninitialized" compilation warning
1 lines of code changed in 1 file:
add support for doc/reader.conf.5
4 lines of code changed in 2 files:
new manpage
76 lines of code changed in 1 file:
typos
3 lines of code changed in 1 file:
add two missing free()
4 lines of code changed in 1 file:
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:
remove a useless occurence of PCSCLITE_MAX_READERS_CONTEXTS
1 lines of code changed in 1 file: