pcsc-lite is a Free Software implementation of the PC/SC (or WinSCard) API for Unix systems.
Changes:
1.8.14: Ludovic Rousseau
5 August 2015
- Threading: lock the PC/SC context in a safe way
- Threading: lock the card context in a safe way
SCardGetStatusChange()
: fix card movement rare bug- Doxygen:
SCardTransmit()
may returnSCARD_E_INSUFFICIENT_BUFFER
SCardEndTransaction()
The disposition is used and thedwDisposition
parameter has an effect.SCardReconnect()
do not release locks- fix typos
- Move the source code repository from subversion to git
- Use
asprintf(3)
instead ofstrlcat(3)
andstrlcpy(3)
- Allow to use pcscd in a remote session (polkit issue)
- Some other minor improvements and bug corrections