doxygen: SCardCancelTransaction() add return values SCARD_W_REMOVED_CARD
and SCARD_W_RESET_CARD
2 lines of code changed in 1 file:
release 1.4.101
11 lines of code changed in 2 files:
Add support for DragonFly BSD
Thanks to Hasso Tepper for the patch
2 lines of code changed in 2 files:
EHStatusHandlerThread(): do not set card state to SCARD_RESET when a
card is inserted. Keep the state to SCARD_REMOVED
See
http://www.opensc-project.org/pipermail/opensc-devel/2008-April/011121.html
0 lines of code changed in 1 file:
return the returned value of SCardCheckDaemonAvailability() instead of
always SCARD_E_NO_SERVICE in case of error (may also be
SCARD_E_INVALID_HANDLE)
53 lines of code changed in 1 file:
SCardCheckDaemonAvailability(): return SCARD_E_INVALID_HANDLE instead of
SCARD_E_NO_SERVICE is pcscd has been restarted
Thanks to Alon Bar-Lev for the patch
38 lines of code changed in 1 file:
SCardEstablishContext(): correcly handle a call from a forked child (do
not fail)
Thanks to Alon Bar-Lev for bug report
7 lines of code changed in 1 file:
SCardCheckDaemonAvailability(): invalidate all handles if the
application has forked and we are in the child. The child must call
SCardEstablishContext() to get his own handle.
Thanks to Alon Bar-Lev for the bug report and the patch
15 lines of code changed in 1 file:
better management of corner cases
6 lines of code changed in 1 file:
doxygen: use /**< instead of /** to correctly identify identify fields
3 lines of code changed in 1 file:
ContextThread(): call SHMClientCloseSession() instead of SYS_CloseFile()
to respect namespace
1 lines of code changed in 1 file:
typo in comment
1 lines of code changed in 1 file:
doxygen: WARN_NO_PARAMDOC = YES
1 lines of code changed in 1 file:
doxygen: update conf from version 1.4.2 to 1.5.5 file using doxygen -u
663 lines of code changed in 1 file:
ENUM_VALUES_PER_LINE = 1 (instead of 4)
1 lines of code changed in 1 file:
doxygen: remove two unused </ul>
0 lines of code changed in 1 file:
doxygen: add SCardReleaseContext() and SCardEndTransaction() in API
group even if they are deprecated
2 lines of code changed in 1 file:
doxygen: add comments
3 lines of code changed in 2 files:
ContextThread(): check the return value of MSGFunctionDemarshall() and
correctly exists in case of error. This happens when
MSGCheckHandleAssociation() fails
Thanks to Alon Bar-Lev for the bug report
9 lines of code changed in 1 file:
SHMProcessEventsContext(): use uint32_t dwClientID parameter instead of
uint32_t *pdwClientID since we do not need the address of the value but
the value itself
11 lines of code changed in 3 files:
doxygen: convert C comments in doxygen comments
62 lines of code changed in 10 files:
declare log_init() static to avoid the prototype declaration
1 lines of code changed in 1 file:
correct LogLevel comment to be accurate
2 lines of code changed in 1 file:
doxygen: convert C comments in doxygen comments
34 lines of code changed in 2 files:
removed unused TO and T1 struct from CardCapabilities struct
0 lines of code changed in 2 files:
removed unused PtsData struct from CardCapabilities struct
0 lines of code changed in 1 file:
doxygen: convert C comments in doxygen comments
24 lines of code changed in 1 file:
remove unused RdrCapabilities and ProtOptions structures
0 lines of code changed in 1 file:
doxygen: document struct SerialReader fields
4 lines of code changed in 1 file:
doxygen: wrap long lines
8 lines of code changed in 1 file:
doxygen: create an API group
19 lines of code changed in 2 files:
doxygen: use - instead of <li>
120 lines of code changed in 2 files:
doxygen: document SCARD_* commands and \ref them from struct doc
33 lines of code changed in 1 file:
RFAddReader(): log if we are using pcscd or reader polling thread
5 lines of code changed in 1 file:
remove "use a callback from IFD handler to pcscd instead of polling to
get the card status" since this feature is now available using
TAG_IFD_POLLING_THREAD when the driver is collaborating
0 lines of code changed in 1 file:
improve colorization
34 lines of code changed in 1 file:
start pcscd as an normal user daemon
4 lines of code changed in 1 file:
HPRegisterForHotplugEvents(): correctly check if no bundle files in pcsc
drivers directory
1 lines of code changed in 1 file:
expand a tab
1 lines of code changed in 1 file:
revert previous patch
0 lines of code changed in 1 file:
start pcscd only when a reader is connected.
10 lines of code changed in 2 files:
add --sysconfdir=/etc
2 lines of code changed in 1 file:
update Should-Start: and Should-Stop: (see Debian bug #474238)
5 lines of code changed in 1 file: