[root]/examples
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
rousseau | 75 (100.0%) | 1393 (100.0%) | 18.5 |
No need to use HOST_TO_CCID_16() and HOST_TO_CCID_32() since revision 5252
6 lines of code changed in 1 file:
Reformat output
13 lines of code changed in 1 file:
add support of FEATURE_GET_TLV_PROPERTIES
175 lines of code changed in 1 file:
Rename Gemplus in Gemalto
1 lines of code changed in 1 file:
rename FEATURE_MCT_READERDIRECT in FEATURE_MCT_READER_DIRECT
4 lines of code changed in 1 file:
sample code is GPLv2+
340 lines of code changed in 2 files:
send a "secoder info" command if the reader supports
FEATURE_MCT_READERDIRECT
19 lines of code changed in 1 file:
parse FEATURE_IFD_PIN_PROPERTIES and FEATURE_MCT_READERDIRECT tags
14 lines of code changed in 1 file:
use a swicth to parse the CM_IOCTL_GET_FEATURE_REQUEST TLV tag
9 lines of code changed in 1 file:
check a card is present only _after_
SCardControl(CM_IOCTL_GET_FEATURE_REQUEST)
20 lines of code changed in 1 file:
update copyright date
1 lines of code changed in 1 file:
document how to select a reader using a command line argument
3 lines of code changed in 1 file:
check the error code returned by SCardControl(CM_IOCTL_GET_FEATURE_REQUEST)
1 lines of code changed in 1 file:
add support of PIN_PROPERTIES_STRUCTURE structure and
FEATURE_IFD_PIN_PROPERTIES
Thanks to Martin Paljak for the patch
3 lines of code changed in 1 file:
typo in comment
1 lines of code changed in 1 file:
get the GemPC firmware only if GET_GEMPC_FIRMWARE is #define
3 lines of code changed in 1 file:
update Free Software Foundation mail address
3 lines of code changed in 1 file:
exit if no card is present
9 lines of code changed in 1 file:
use SCARD_LEAVE_CARD instead of SCARD_UNPOWER_CARD for SCardReconnect()
since SCardReconnect() returns SCARD_W_REMOVED_CARD on Mac OS X 10.4
1 lines of code changed in 1 file:
use $(PTHREAD_CFLAGS) and $(PTHREAD_LIBS) since the thread library must
be explicitly used on *BSD
2 lines of code changed in 1 file:
add support for Mac OS X
5 lines of code changed in 1 file:
update version and copyright date
2 lines of code changed in 1 file:
remove compilation warnings
1 lines of code changed in 1 file:
do not free() unallocated memory
5 lines of code changed in 1 file:
use PCSC_ERROR_EXIT() for SCardListReaders() call
1 lines of code changed in 1 file:
display an explicit message when no card is present
1 lines of code changed in 1 file:
remove a redundant declaration of i
scardcontrol.c:486: attention : declaration of �i� shadows a previous
local
0 lines of code changed in 1 file:
Secure modify PIN: add a bConfirmPIN and bNumberMessage table
9 lines of code changed in 1 file:
set max pin size to 8 instead of 4
1 lines of code changed in 1 file:
use LPSTR instead or the deprecated LPTSTR
1 lines of code changed in 1 file:
use ntohl/htonl from arpa/inet.h since the tag value for
IOCTL_FEATURE_VERIFY_PIN_DIRECT and IOCTL_FEATURE_MODIFY_PIN_DIRECT
_shall_ be encoded in big endian as documented in PCSC v2 part 10 ch 2.2
page 2.
The applications using this feature shall be updated (to respect the
PCSC specification)
Thanks to Ulrich Vogl for the bug report
3 lines of code changed in 1 file:
Use a timeout of 0.1 second instead of 0 for waiting characters from the
keyboard
4 lines of code changed in 1 file:
Modify PIN: use a for() loop instead of 3 fgets() since we will not read
every "PIN" if the command is aborted
17 lines of code changed in 1 file:
use $(foo) instead of @foo@ to do not replace the values but the variables
2 lines of code changed in 1 file:
remove PCSC/ from the pcsc-lite #include header files since the PCSC/
part is already given by `pkg-config --cflags libpcsclite`
2 lines of code changed in 1 file:
update copyright date
1 lines of code changed in 1 file:
in Modify PIN command we need to read 3 lines from the keyboard (old,
new and confirm PINs)
9 lines of code changed in 1 file:
use a buffer of 40 instead of 10 to reader the keyboard since the PIN
may be longer than 8 digits
2 lines of code changed in 1 file:
my check if the applet is present was wrong
1 lines of code changed in 1 file:
exit if the test applet is not found
5 lines of code changed in 1 file:
(33 more)