Log of /trunk/PCSC/libmusclecard
Directory Listing
Revision
1024 -
Directory Listing
Modified
Sat Jul 3 16:07:12 2004 UTC
(8 years, 11 months ago)
by
rousseau
includedir is now @includedir@/PCSC
Revision
934 -
Directory Listing
Modified
Thu Jun 10 18:09:21 2004 UTC
(9 years ago)
by
rousseau
simplify:
#if defined(__APPLE__)
#include <PCSC/wintypes.h>
#else
#include <wintypes.h>
#endif
since we now use PCSC/ for all Unix platforms
Revision
931 -
Directory Listing
Modified
Thu Jun 10 14:57:47 2004 UTC
(9 years ago)
by
rousseau
use the new PCSC/ location for header files
Revision
897 -
Directory Listing
Modified
Tue May 25 12:44:30 2004 UTC
(9 years ago)
by
rousseau
recompile using -pedantic and correct lots of cast "problems"
Revision
844 -
Directory Listing
Modified
Mon May 10 13:16:04 2004 UTC
(9 years, 1 month ago)
by
rousseau
approprate -> appropriate
Revision
843 -
Directory Listing
Modified
Mon May 10 13:14:30 2004 UTC
(9 years, 1 month ago)
by
rousseau
smartcard -> smart card, musclecard -> MuscleCard
Revision
829 -
Directory Listing
Modified
Thu May 6 08:12:43 2004 UTC
(9 years, 1 month ago)
by
rousseau
use the local pcsclite.h instead of the (old) one already installed
This was problematic for MacOSX since winscard.h wanted to include
<PCSC/pcsclite.h> which is the old and incompatible one.
Revision
817 -
Directory Listing
Modified
Wed Apr 21 21:42:33 2004 UTC
(9 years, 1 month ago)
by
rousseau
remove the function names from the debug messages
Revision
759 -
Directory Listing
Modified
Fri Apr 2 13:38:21 2004 UTC
(9 years, 2 months ago)
by
rousseau
typos
Revision
753 -
Directory Listing
Modified
Wed Mar 31 13:50:54 2004 UTC
(9 years, 2 months ago)
by
rousseau
also print tokenType field as a number and string
Revision
752 -
Directory Listing
Modified
Wed Mar 31 13:48:31 2004 UTC
(9 years, 2 months ago)
by
rousseau
Initialize currentToken->tokenType in MSCListTokens(). Closes "[ #300607 ]
MSCListTokens should set tokenType to know state before OR operation"
Revision
751 -
Directory Listing
Modified
Wed Mar 31 13:33:25 2004 UTC
(9 years, 2 months ago)
by
rousseau
replace some 0 bu NULL for pointers
Revision
750 -
Directory Listing
Modified
Wed Mar 31 13:11:27 2004 UTC
(9 years, 2 months ago)
by
rousseau
- replace 0 by NULL
- remove some { } for one line blocks
Revision
748 -
Directory Listing
Modified
Wed Mar 31 09:42:30 2004 UTC
(9 years, 2 months ago)
by
rousseau
use SCARDCONTEXT and SCARDHANDLE instead of MSCLong32
Revision
728 -
Directory Listing
Modified
Wed Mar 24 14:32:07 2004 UTC
(9 years, 2 months ago)
by
rousseau
correct atrString[] buffer size. The ATR is in ASCII so it must be MAX_ATR_SIZE*2 +1
Revision
557 -
Directory Listing
Modified
Sun Nov 9 13:33:49 2003 UTC
(9 years, 7 months ago)
by
aet-guest
- Allow regular pcsclite.h to be used under win32 platform
Revision
555 -
Directory Listing
Modified
Wed Nov 5 21:22:42 2003 UTC
(9 years, 7 months ago)
by
rousseau
add muscledropdir (in libmusclecard) and usbdropdir (in libpcsclite) so
we can use `pkg-config libpcsclite --variable=usbdropdir` to find the
directory to use. Should be used by drivers and plugins installation.
Thanks to Ville Skytt� for the patch.
Revision
546 -
Directory Listing
Modified
Sun Nov 2 20:05:31 2003 UTC
(9 years, 7 months ago)
by
rousseau
port under Win32 (patch from Peter Williams) and some code cleanup
Revision
513 -
Directory Listing
Modified
Tue Oct 21 20:00:53 2003 UTC
(9 years, 8 months ago)
by
aet-guest
- Move all common hotplug defines into hotplug.h
- Remove extra LTPBundleFindValueWithKey declarations
Revision
495 -
Directory Listing
Modified
Sat Oct 18 17:19:36 2003 UTC
(9 years, 8 months ago)
by
aet-guest
- Unify the copyright/description header part for most of the files
Revision
488 -
Directory Listing
Modified
Wed Oct 15 20:27:55 2003 UTC
(9 years, 8 months ago)
by
rousseau
correct a typo
Revision
481 -
Directory Listing
Modified
Tue Sep 30 20:08:53 2003 UTC
(9 years, 8 months ago)
by
rousseau
having a trailing / in MSC_SVC_DROPDIR (--enable-muscledropdir) is no more mandatory
Revision
480 -
Directory Listing
Modified
Tue Sep 30 19:56:14 2003 UTC
(9 years, 8 months ago)
by
rousseau
print the directory name with the error message if opendir failed
Revision
474 -
Directory Listing
Modified
Sat Sep 27 16:09:29 2003 UTC
(9 years, 8 months ago)
by
rousseau
add a new pkg-config file for application using libmusclecard. Closes
"[ #300102 ] Should the pkgconfig file of 1.2.0-rc2 have -lmusclecard?"
Revision
391 -
Directory Listing
Modified
Mon Sep 8 11:21:14 2003 UTC
(9 years, 9 months ago)
by
aet-guest
Build fix for MacOS X, don't bother including
from <PCSC/..>, use standard header locations.
Revision
384 -
Directory Listing
Modified
Mon Sep 8 09:51:46 2003 UTC
(9 years, 9 months ago)
by
aet-guest
Fix compiler warning when compiling with --disable-threadsafe
Revision
383 -
Directory Listing
Modified
Mon Sep 8 08:50:50 2003 UTC
(9 years, 9 months ago)
by
aet-guest
AIX build fix, convert // comments into /* */ blocks.
Revision
382 -
Directory Listing
Modified
Sun Sep 7 20:36:48 2003 UTC
(9 years, 9 months ago)
by
rousseau
remove useless \n in debug message strings
Revision
380 -
Directory Listing
Modified
Sun Sep 7 18:06:58 2003 UTC
(9 years, 9 months ago)
by
aet-guest
- Cleanups for #include logic and ordering,
it's better to include config.h first.
Revision
377 -
Directory Listing
Modified
Sun Sep 7 17:34:42 2003 UTC
(9 years, 9 months ago)
by
aet-guest
- Remove MSC/PCSC_TARGET_XYZ defines and the massive
use of unflexible automake conditionals. The main
reason why pcsc-lite requires "too much" work when
porting to another OS. Introduced define PCSC_ARCH,
which uses 'uname' as an input. Except Darwin->MacOS.
- Removed --enable-usb
- Preliminary rewrite of src/Makefile.am, doesn't work
yet.
- Use gcc specific compiler options only if
gcc detected.
Revision
368 -
Directory Listing
Modified
Thu Sep 4 20:33:19 2003 UTC
(9 years, 9 months ago)
by
rousseau
add #include <string.h>
Revision
349 -
Directory Listing
Modified
Thu Aug 28 13:34:08 2003 UTC
(9 years, 9 months ago)
by
rousseau
use CAPITAL hex, use default PIN "Muscle00" when none is given, allow to
use more than one readers instead of using only the first one.
Revision
348 -
Directory Listing
Modified
Thu Aug 28 13:32:29 2003 UTC
(9 years, 9 months ago)
by
rousseau
print SW (status word) in hex instead of decimal
Revision
324 -
Directory Listing
Modified
Mon Aug 25 08:10:48 2003 UTC
(9 years, 9 months ago)
by
rousseau
reindentation
Revision
323 -
Directory Listing
Modified
Mon Aug 25 08:01:16 2003 UTC
(9 years, 9 months ago)
by
rousseau
free(evlist->tokenArray), avoid a memory leak (Toni Andjelkovic)
Revision
311 -
Directory Listing
Modified
Wed Aug 20 14:57:50 2003 UTC
(9 years, 10 months ago)
by
rousseau
initialise pConnection->shareMode as early as possible (close #300064,
thanks to Wan-Teh Chang)
Revision
289 -
Directory Listing
Modified
Fri Aug 15 20:07:53 2003 UTC
(9 years, 10 months ago)
by
rousseau
add void argument to the MSCCallbackCancelEvent() prototype definition
(thanks to Toni Andjelkovic)
Revision
256 -
Directory Listing
Modified
Wed Jun 4 16:52:39 2003 UTC
(10 years ago)
by
corcoran-guest
Commiting these files
Revision
246 -
Directory Listing
Modified
Fri May 30 15:45:28 2003 UTC
(10 years ago)
by
rousseau
small cleanup
Revision
234 -
Directory Listing
Modified
Sun May 25 21:37:09 2003 UTC
(10 years ago)
by
rousseau
correct typos and include configured path appear in the docs (thanks to
Ville Skytt�)
Revision
202 -
Directory Listing
Modified
Sat Dec 7 21:29:56 2002 UTC
(10 years, 6 months ago)
by
rousseau
use DebugLogB() for logs with 2 parameters and not DebugLogC()
Revision
188 -
Directory Listing
Modified
Mon Dec 2 21:52:22 2002 UTC
(10 years, 6 months ago)
by
corcoran
Included changes from Citrix
- Support for AIX in configure.in and Makefile.am
- added ifdef for SNPRINTF and VSNPRINTF
Revision
153 -
Directory Listing
Modified
Wed Oct 2 22:36:41 2002 UTC
(10 years, 8 months ago)
by
corcoran
added default dropdir
Revision
143 -
Directory Listing
Modified
Fri Sep 6 21:12:00 2002 UTC
(10 years, 9 months ago)
by
rousseau
add support for --enable-muscledropdir
Revision
142 -
Directory Listing
Modified
Fri Sep 6 20:31:16 2002 UTC
(10 years, 9 months ago)
by
rousseau
add support for --enable-muscledropdir
Revision
128 -
Directory Listing
Modified
Thu Aug 15 15:26:29 2002 UTC
(10 years, 10 months ago)
by
rousseau
print usage in cas of wrong arguments
Revision
127 -
Directory Listing
Modified
Thu Aug 15 15:11:55 2002 UTC
(10 years, 10 months ago)
by
rousseau
update and rename bundleTool.1
Revision
122 -
Directory Listing
Modified
Tue Aug 13 21:15:13 2002 UTC
(10 years, 10 months ago)
by
rousseau
add a return NULL;
Revision
114 -
Directory Listing
Modified
Tue Jul 30 21:40:17 2002 UTC
(10 years, 10 months ago)
by
rousseau
add #ifdef USE_THREAD_SAFETY otherwise it wont compile with
--disable-threadsafe
Revision
111 -
Directory Listing
Modified
Thu Jun 27 22:21:23 2002 UTC
(10 years, 11 months ago)
by
corcoran
Win32
Revision
106 -
Directory Listing
Modified
Tue Jun 18 18:16:48 2002 UTC
(11 years ago)
by
corcoran
MSCPUChar8 -> MSCUChar8
Revision
105 -
Directory Listing
Modified
Tue Jun 11 20:07:26 2002 UTC
(11 years ago)
by
corcoran
Added more Initialization parameters ...
Revision
104 -
Directory Listing
Modified
Wed Jun 5 19:48:13 2002 UTC
(11 years ago)
by
corcoran
hello
Revision
103 -
Directory Listing
Modified
Wed Jun 5 18:47:13 2002 UTC
(11 years ago)
by
corcoran
;lkj
Revision
102 -
Directory Listing
Modified
Wed Jun 5 18:42:30 2002 UTC
(11 years ago)
by
corcoran
bad if then
Revision
101 -
Directory Listing
Modified
Wed Jun 5 18:31:04 2002 UTC
(11 years ago)
by
corcoran
some changes
Revision
100 -
Directory Listing
Modified
Wed Jun 5 18:11:32 2002 UTC
(11 years ago)
by
corcoran
Added generic thread support to musclecard.c and added pthread_join
Revision
99 -
Directory Listing
Modified
Wed Jun 5 17:57:33 2002 UTC
(11 years ago)
by
corcoran
Added join to cancelcallback
Revision
92 -
Directory Listing
Modified
Tue May 28 19:25:11 2002 UTC
(11 years ago)
by
corcoran
Added muscle-docs
Revision
80 -
Directory Listing
Modified
Mon May 6 23:23:13 2002 UTC
(11 years, 1 month ago)
by
corcoran
Added real time card reset/removed checking. Fixed bug which begin/end transaction would not return this.
Revision
79 -
Directory Listing
Modified
Mon May 6 23:01:24 2002 UTC
(11 years, 1 month ago)
by
corcoran
Added support for Win32 based platforms for Muscle Framework.
Revision
66 -
Directory Listing
Modified
Wed Apr 24 00:45:57 2002 UTC
(11 years, 1 month ago)
by
corcoran
changes
Revision
64 -
Directory Listing
Modified
Mon Apr 22 18:42:44 2002 UTC
(11 years, 1 month ago)
by
corcoran
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
Revision
59 -
Directory Listing
Modified
Fri Apr 12 22:05:37 2002 UTC
(11 years, 2 months ago)
by
corcoran
Added wait for thread return for the callback
Revision
58 -
Directory Listing
Modified
Fri Apr 12 21:30:09 2002 UTC
(11 years, 2 months ago)
by
corcoran
Added BLOCKSTATUS defines and checks in the Callbacks so that the
race condition would go away.
Revision
57 -
Directory Listing
Modified
Fri Apr 12 19:42:44 2002 UTC
(11 years, 2 months ago)
by
corcoran
Removed MSCCertInfo
Revision
56 -
Directory Listing
Modified
Thu Apr 11 21:43:59 2002 UTC
(11 years, 2 months ago)
by
corcoran
removed cert function pointers
Revision
55 -
Directory Listing
Modified
Thu Apr 11 17:24:05 2002 UTC
(11 years, 2 months ago)
by
corcoran
removed certificate function pointers
Revision
54 -
Directory Listing
Modified
Thu Apr 11 17:23:40 2002 UTC
(11 years, 2 months ago)
by
corcoran
Removed all certificate handling functions
Revision
51 -
Directory Listing
Modified
Wed Apr 10 22:36:52 2002 UTC
(11 years, 2 months ago)
by
corcoran
some modifications for tabs.
Revision
49 -
Directory Listing
Modified
Wed Apr 10 01:11:57 2002 UTC
(11 years, 2 months ago)
by
corcoran
Removed extra Read/Write functions
Revision
48 -
Directory Listing
Modified
Tue Apr 9 20:56:06 2002 UTC
(11 years, 2 months ago)
by
corcoran
Added keyPartner to MSCImportKey. Added keyMapping to MSCKeyInfo structure
Revision
38 -
Directory Listing
Modified
Sat Apr 6 16:22:58 2002 UTC
(11 years, 2 months ago)
by
rousseau
#include <stdlib.h> for malloc() declaration
Revision
26 -
Directory Listing
Modified
Thu Apr 4 22:45:31 2002 UTC
(11 years, 2 months ago)
by
corcoran
Some event changes, begin/end transaction. Added IdentifyToken
Revision
25 -
Directory Listing
Modified
Thu Apr 4 21:50:24 2002 UTC
(11 years, 2 months ago)
by
rousseau
removed unused variable char tempString[1024];
add a return 0 for main()
Revision
24 -
Directory Listing
Modified
Thu Apr 4 19:03:36 2002 UTC
(11 years, 2 months ago)
by
rousseau
complete and automatic reindentation of *.c and *.h files
Revision
22 -
Directory Listing
Modified
Mon Apr 1 02:57:57 2002 UTC
(11 years, 2 months ago)
by
giraud
musclecard:
- replaced PCSC_TARGET_OSX with __APPLE__ in #ifndef for mscdefines.h inclusion
pbproj:
- no meaningful modifications
Revision
11 -
Directory Listing
Added
Sat Mar 30 18:13:58 2002 UTC
(11 years, 2 months ago)
by
corcoran
Initial revision