Directory libmusclecard/src/PCSC/

Directory Created:
2002-03-30 20:13
Directory Deleted:
2006-02-28 10:09
Total Files:
0
Deleted Files:
2
Lines of Code:
0

[root]/libmusclecard/src/PCSC

Lines of Code

libmusclecard/src/PCSC/ Lines of Code

Developers

AuthorChangesLines of CodeLines per Change
Totals32 (100.0%)1730 (100.0%)54.0
corcoran14 (43.8%)897 (51.8%)64.0
rousseau12 (37.5%)788 (45.5%)65.6
aet-guest4 (12.5%)33 (1.9%)8.2
corcoran-guest1 (3.1%)11 (0.6%)11.0
giraud1 (3.1%)1 (0.1%)1.0

Most Recent Commits

rousseau 2006-02-28 10:09 Rev.: 1885

move PCSC/libmusclecard in its own package

0 lines of code changed in 2 files:

  • libmusclecard/src/PCSC: mscdefines.h (del), musclecard.h (del)
rousseau 2005-04-21 11:23 Rev.: 1428

add some #define

Thanks to Karsten Ohme

16 lines of code changed in 1 file:

  • libmusclecard/src/PCSC: musclecard.h (+16)
rousseau 2004-08-06 14:12 Rev.: 1158

remove PCSC/ from the header files path since the path is given by
pkg-config --cflags libpcsclite or the correct -I directive

2 lines of code changed in 2 files:

  • libmusclecard/src/PCSC: mscdefines.h (+1 -1), musclecard.h (+1 -1)
rousseau 2004-06-10 20:09 Rev.: 934

simplify:
#if defined(__APPLE__)
#include <PCSC/wintypes.h>
#else
#include <wintypes.h>
#endif
since we now use PCSC/ for all Unix platforms

0 lines of code changed in 2 files:

  • libmusclecard/src/PCSC: mscdefines.h (-4), musclecard.h (-4)
rousseau 2004-05-10 15:14 Rev.: 843

smartcard -> smart card, musclecard -> MuscleCard

3 lines of code changed in 1 file:

  • libmusclecard/src/PCSC: musclecard.h (+3 -14)
rousseau 2004-03-31 11:42 Rev.: 748

use SCARDCONTEXT and SCARDHANDLE instead of MSCLong32

2 lines of code changed in 1 file:

  • libmusclecard/src/PCSC: mscdefines.h (+2 -2)
aet-guest 2003-10-18 19:19 Rev.: 495

- Unify the copyright/description header part for most of the files

26 lines of code changed in 2 files:

  • libmusclecard/src/PCSC: mscdefines.h (+13 -16), musclecard.h (+13 -15)
aet-guest 2003-09-07 20:06 Rev.: 380

- Cleanups for #include logic and ordering,
it's better to include config.h first.

7 lines of code changed in 2 files:

  • libmusclecard/src/PCSC: mscdefines.h (+4 -8), musclecard.h (+3 -3)
rousseau 2003-08-15 22:07 Rev.: 289

add void argument to the MSCCallbackCancelEvent() prototype definition
(thanks to Toni Andjelkovic)

1 lines of code changed in 1 file:

  • libmusclecard/src/PCSC: musclecard.h (+1 -1)
corcoran-guest 2003-06-04 18:52 Rev.: 256

Commiting these files

11 lines of code changed in 1 file:

  • libmusclecard/src/PCSC: musclecard.h (+11 -81)
corcoran 2002-06-18 20:16 Rev.: 106

MSCPUChar8 -> MSCUChar8

1 lines of code changed in 1 file:

  • libmusclecard/src/PCSC: musclecard.h (+1 -1)
corcoran 2002-06-11 22:07 Rev.: 105

Added more Initialization parameters ...

21 lines of code changed in 1 file:

  • libmusclecard/src/PCSC: musclecard.h (+21 -1)
corcoran 2002-05-07 01:01 Rev.: 79

Added support for Win32 based platforms for Muscle Framework.

129 lines of code changed in 2 files:

  • libmusclecard/src/PCSC: mscdefines.h (+4), musclecard.h (+125 -1)
corcoran 2002-04-24 02:45 Rev.: 66

changes

11 lines of code changed in 1 file:

  • libmusclecard/src/PCSC: musclecard.h (+11 -37)
corcoran 2002-04-22 20:42 Rev.: 64

config.h -> added cvs to version
project.pbx -> modified project builder attributes
pcsclite.h -> __APPLE__
mscdefines.h -> __APPLE__
sys_generic.h, sys_hpux.c sys_solaris.c sys_unix.c
int SYS_Exit to void SYS_Exit
winscard_msg.c removed message in CommonSegment

1 lines of code changed in 1 file:

  • libmusclecard/src/PCSC: mscdefines.h (+1 -1)
corcoran 2002-04-12 23:30 Rev.: 58

Added BLOCKSTATUS defines and checks in the Callbacks so that the
race condition would go away.

5 lines of code changed in 1 file:

  • libmusclecard/src/PCSC: musclecard.h (+5)
corcoran 2002-04-12 21:42 Rev.: 57

Removed MSCCertInfo

0 lines of code changed in 1 file:

  • libmusclecard/src/PCSC: musclecard.h (-14)
corcoran 2002-04-11 23:43 Rev.: 56

removed cert function pointers

19 lines of code changed in 1 file:

  • libmusclecard/src/PCSC: mscdefines.h (+19 -25)
corcoran 2002-04-11 19:23 Rev.: 54

Removed all certificate handling functions

20 lines of code changed in 1 file:

  • libmusclecard/src/PCSC: musclecard.h (+20 -37)
corcoran 2002-04-10 03:11 Rev.: 49

Removed extra Read/Write functions

11 lines of code changed in 1 file:

  • libmusclecard/src/PCSC: musclecard.h (+11 -46)
corcoran 2002-04-09 22:56 Rev.: 48

Added keyPartner to MSCImportKey. Added keyMapping to MSCKeyInfo structure

2 lines of code changed in 1 file:

  • libmusclecard/src/PCSC: musclecard.h (+2)
rousseau 2002-04-04 21:03 Rev.: 24

complete and automatic reindentation of *.c and *.h files

764 lines of code changed in 2 files:

  • libmusclecard/src/PCSC: mscdefines.h (+108 -94), musclecard.h (+656 -583)
giraud 2002-04-01 04:57 Rev.: 22

musclecard:
- replaced PCSC_TARGET_OSX with __APPLE__ in #ifndef for mscdefines.h inclusion
pbproj:
- no meaningful modifications

1 lines of code changed in 1 file:

  • libmusclecard/src/PCSC: musclecard.h (+1 -1)
corcoran 2002-03-30 20:13 Rev.: 11

Initial revision

677 lines of code changed in 2 files:

  • libmusclecard/src/PCSC: mscdefines.h (new 94), musclecard.h (new 583)
Generated by StatSVN 0.7.0