Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 25 (100.0%) | 528 (100.0%) | 21.1 |
src/ | 9 (36.0%) | 292 (55.3%) | 32.4 |
libmusclecard/src/ | 4 (16.0%) | 100 (18.9%) | 25.0 |
make-dirs/ | 4 (16.0%) | 67 (12.7%) | 16.7 |
src/PCSC/ | 4 (16.0%) | 34 (6.4%) | 8.5 |
win32/ | 1 (4.0%) | 18 (3.4%) | 18.0 |
libmusclecard/src/PCSC/ | 1 (4.0%) | 11 (2.1%) | 11.0 |
src/utils/ | 1 (4.0%) | 4 (0.8%) | 4.0 |
/ | 1 (4.0%) | 2 (0.4%) | 2.0 |
rewrite of mscreadallocateobject
38 lines of code changed in 1 file:
initialized more vars in ListTokens
11 lines of code changed in 1 file:
Changed unsigned char * to char * and did some typecasting
to get rid of warnings when building in 64bit mode ...
4 lines of code changed in 1 file:
Changed Co to C(ZERO) instead. The Oh caused big problems with
formaticc
4 lines of code changed in 1 file:
Needed to define dwAtrLen so it would not just pick up garbage
for SCardStatus.
2 lines of code changed in 1 file:
In SCardStatus some of the memcopy's and strcpy's were occurring
before bounds checking.
7 lines of code changed in 1 file:
Changed error return from SYS_OpenFile of PCSCLITE_PUBSHM_FILE from UNKNOWN to
SCARD_E_NO_SERVICE. Sorry for no diffs, I'll put them in next time ...
1 lines of code changed in 1 file:
Added README for Makefile directory and sample config.h
43 lines of code changed in 3 files:
C
Adding make-dirs plus Makefiles for certain configurations when people don't want to
try and fix autoconf
VS: ----------------------------------------------------------------------
24 lines of code changed in 1 file:
Index: winscard_scf.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/winscard_scf.c,v
retrieving revision 1.8
diff -r1.8 winscard_scf.c
52c52
< BYTE bufferLength;
---
> LONG bufferLength;
The byte buffer length would break any APDU over 255 bytes.
1 lines of code changed in 1 file:
Removed advertising clause
2 lines of code changed in 1 file:
fixed MSC_Mutex functions to point to the SYS_Mutex functions
19 lines of code changed in 2 files:
Commiting these files
372 lines of code changed in 10 files: