-
-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f5a731e
commit 509ed5e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule PCSC
updated
31 files
+1 −1 | .github/workflows/build.yml | |
+23 −12 | ChangeLog | |
+5 −5 | README | |
+1 −1 | SECURITY | |
+1 −1 | UnitaryTests/CheckAutoPowerOff.py | |
+1 −1 | UnitaryTests/FEATURE_CCID_ESC_COMMAND_Gemalto_features.py | |
+1 −1 | UnitaryTests/SCardConnect_DIRECT.py | |
+3 −3 | UnitaryTests/SCardConnect_DIRECT2.py | |
+1 −1 | UnitaryTests/SCardGetStatusChange.py | |
+1 −1 | UnitaryTests/exec.c | |
+16 −0 | UnitaryTests/reset_card.py | |
+3 −2 | configure.ac | |
+175 −137 | doc/doxygen.conf.in | |
+3 −3 | src/PCSC/ifdhandler.h | |
+2 −2 | src/PCSC/pcsclite.h.in | |
+1 −1 | src/PCSC/reader.h | |
+8 −8 | src/README_INTERNALS.txt | |
+1 −1 | src/atrhandler.c | |
+6 −0 | src/auth.c | |
+1 −1 | src/debuglog.c | |
+1 −1 | src/eventhandler.c | |
+2 −2 | src/hotplug_libudev.c | |
+1 −1 | src/ifdwrapper.c | |
+11 −3 | src/pcscdaemon.c | |
+2 −1 | src/readerfactory.c | |
+4 −4 | src/spy/pcsc-spy | |
+2 −2 | src/winscard.c | |
+15 −13 | src/winscard_clnt.c | |
+14 −14 | src/winscard_msg.c | |
+1 −1 | src/winscard_msg_srv.c | |
+6 −6 | src/winscard_svc.c |