Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 47 (100.0%) | 747 (100.0%) | 15.8 |
rousseau | 41 (87.2%) | 729 (97.6%) | 17.7 |
aet-guest | 4 (8.5%) | 15 (2.0%) | 3.7 |
sauveron-guest | 2 (4.3%) | 3 (0.4%) | 1.5 |
Use SCARD_READERSTATE instead of SCARD_READERSTATE_A
Remove definitions of SCARD_READERSTATE_A PSCARD_READERSTATE_A and
LPSCARD_READERSTATE_A types
1 lines of code changed in 1 file:
cleanly exits in case of unknown protocol
1 lines of code changed in 1 file:
use SCARD_AUTOALLOCATE for SCardListReaders()
9 lines of code changed in 1 file:
update FSF address
3 lines of code changed in 1 file:
use PCSC_ERROR() also for the second SCardListReaders()
1 lines of code changed in 1 file:
update version
2 lines of code changed in 1 file:
use PCSC_ERROR() for SCardListReaders() call
2 lines of code changed in 1 file:
update copyright date
1 lines of code changed in 1 file:
do not free unallocated resources
4 lines of code changed in 1 file:
use EXIT_FAILURE instead of 1
1 lines of code changed in 1 file:
print sent & received APDU
25 lines of code changed in 1 file:
use unsigned int i; instead of int i; to avoid a compiler warning
1 lines of code changed in 1 file:
add SCardBeginTransaction() & SCardEndTransaction
8 lines of code changed in 1 file:
use SCARD_SHARE_SHARED instead of SCARD_SHARE_EXCLUSIVE
3 lines of code changed in 1 file:
improve code to be able to also use T=1 cards
18 lines of code changed in 1 file:
replace LPTSTR and LPCTSTR by LPSTR and LPCSTR
1 lines of code changed in 1 file:
add -I$(top_builddir)/src/PCSC to find the generated files (pcsclite.h)
1 lines of code changed in 1 file:
removed since we use SVN and not CVS anymore
Thanks to Martin Paljak for the idea
0 lines of code changed in 1 file:
use pcsc_demo_CFLAGS instead of AM_CPPFLAGS
2 lines of code changed in 1 file:
use "%lX" instead of "%X" for rgReaderStates[0].dwEventState field
1 lines of code changed in 1 file:
add SCardGetStatusChange() code sample
14 lines of code changed in 1 file:
add "THIS PROGRAM IS NOT DESIGNED AS A TESTING TOOL FOR END USERS!"
3 lines of code changed in 1 file:
add and distribute the full text of the GNU General Public License used
by pcsc_demo.c
342 lines of code changed in 2 files:
use AM_CPPFLAGS = -I$(top_srcdir)/src/PCSC to find the header files
2 lines of code changed in 1 file:
remove useless call to undocumented function SCardUnload()
0 lines of code changed in 1 file:
add SCardTransmit() code sample
37 lines of code changed in 1 file:
use the new PCSC/ location for header files
3 lines of code changed in 1 file:
replace SCARD_PROTOCOL_ANY by SCARD_PROTOCOL_T0 | SCARD_PROTOCOL_T1
since SCARD_PROTOCOL_ANY is _not_ defined by Microsoft PC/SC and is not
equals to SCARD_PROTOCOL_T0 | SCARD_PROTOCOL_T1
SCARD_PROTOCOL_ANY is deprecated and should not be used!
3 lines of code changed in 1 file:
Change the names of the types LPCSTR to LPCTSTR and LPSTR to LPTSTR to be compliant with the Microsoft SCard API
1 lines of code changed in 1 file:
signedness issue detected by gcc -pedantic
3 lines of code changed in 1 file:
do not install pcsc_demo since it is just a sample code for developpers
that is not supposed (the code) to do anything useful
1 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 two missing free()
4 lines of code changed in 1 file:
remove a useless occurence of PCSCLITE_MAX_READERS_CONTEXTS
1 lines of code changed in 1 file:
recode the readers enumeration to avoid the use of PCSCLITE_MAX_READERS_CONTEXTS
22 lines of code changed in 1 file:
new files to ignore files not in CVS
0 lines of code changed in 1 file:
- add SCardReconnect() sample code
- allow to select the reader number instead of selecting always the first
one
37 lines of code changed in 1 file:
- Build fix
4 lines of code changed in 1 file:
Correct with the good concept
2 lines of code changed in 1 file:
put back the GNU GPL license since it is not protected by the BSD
license used by the other files.
14 lines of code changed in 1 file:
(5 more)