/[pcsclite]/trunk/libmusclecard
ViewVC logotype

Log of /trunk/libmusclecard

View Directory Listing Directory Listing


Sticky Revision:

Revision 2941 - Directory Listing
Modified Sun May 11 11:00:25 2008 UTC (5 years, 1 month ago) by rousseau
add AUTOMAKE_OPTIONS = dist-bzip2 so that make dist alsa generates a
.tar.bz2 archive

Revision 2940 - Directory Listing
Modified Sun May 11 10:54:11 2008 UTC (5 years, 1 month ago) by rousseau
add AM_PROG_CC_C_O

src/Makefile.am:40: compiling `muscletest.c' with per-target flags
requires `AM_PROG_CC_C_O' in `configure.in'

Revision 2299 - Directory Listing
Modified Sat Jan 6 17:46:20 2007 UTC (6 years, 5 months ago) by rousseau
check for snprintf() since utils/bundleTool/bundleTool.c uses
HAVE_SNPRINTF

Revision 2273 - Directory Listing
Modified Mon Dec 11 09:09:36 2006 UTC (6 years, 6 months ago) by rousseau
use PKG_PROG_PKG_CONFIG instead of AC_CHECK_PROG([PKGCONFIG], [pkg-config], [yes])

Revision 2235 - Directory Listing
Modified Thu Nov 23 09:10:08 2006 UTC (6 years, 6 months ago) by rousseau
check that $PCSCLITE_LIBS is configured correctly by using
AC_TRY_LINK_FUNC() instead of AC_CHECK_LIB()

Thanks to Guillaume Rablat for the bug report

Revision 2081 - Directory Listing
Modified Wed Jun 28 16:51:12 2006 UTC (6 years, 11 months ago) by ohme-guest
cached context was released in MSCReleaseContext() - fixed

Revision 2031 - Directory Listing
Modified Tue May 2 20:13:32 2006 UTC (7 years, 1 month ago) by rousseau
release 1.3.3

Revision 1967 - Directory Listing
Modified Tue Mar 21 16:04:31 2006 UTC (7 years, 3 months ago) by rousseau
add debug.h and debug.c

Revision 1966 - Directory Listing
Modified Tue Mar 21 16:04:04 2006 UTC (7 years, 3 months ago) by rousseau
use "debug.h" instead of <debuglog.h>

Revision 1965 - Directory Listing
Modified Tue Mar 21 16:02:59 2006 UTC (7 years, 3 months ago) by rousseau
symbolic links to pcsc-lite files

Revision 1941 - Directory Listing
Modified Sun Mar 19 10:23:51 2006 UTC (7 years, 3 months ago) by rousseau
add -Wl,-Bsymbolic to libmusclecard_la_LDFLAGS

See http://archives.neohapsis.com/archives/dev/muscle/2006-q1/0260.html
thanks to Iain MacDonnell for the patch

Revision 1940 - Directory Listing
Modified Sun Mar 19 10:00:21 2006 UTC (7 years, 3 months ago) by rousseau
release 1.3.2

Revision 1939 - Directory Listing
Modified Sun Mar 19 10:00:07 2006 UTC (7 years, 3 months ago) by rousseau
version 1.3.2

Revision 1938 - Directory Listing
Modified Sun Mar 19 09:55:32 2006 UTC (7 years, 3 months ago) by rousseau
remove the "You may not remove this header from this file without prior
permission from the author." since the licence is already in the COPYING
file

Revision 1934 - Directory Listing
Modified Wed Mar 15 08:45:42 2006 UTC (7 years, 3 months ago) by rousseau
use $ac_default_prefix instead of `pkg-config libpcsclite --variable=libdir`
to know where to find the bundles

Revision 1932 - Directory Listing
Modified Wed Mar 8 17:33:30 2006 UTC (7 years, 3 months ago) by rousseau
Add support of Solaris

Revision 1930 - Directory Listing
Modified Wed Mar 8 17:26:28 2006 UTC (7 years, 3 months ago) by rousseau
small reformat

Revision 1924 - Directory Listing
Modified Sat Mar 4 18:57:40 2006 UTC (7 years, 3 months ago) by rousseau
use non corrupted versions (from CVS)

Revision 1923 - Directory Listing
Modified Sat Mar 4 18:57:08 2006 UTC (7 years, 3 months ago) by rousseau
propdel svn:eol-style

Revision 1921 - Directory Listing
Modified Sat Mar 4 16:15:04 2006 UTC (7 years, 3 months ago) by rousseau
release 1.3.1

Revision 1920 - Directory Listing
Modified Sat Mar 4 16:14:39 2006 UTC (7 years, 3 months ago) by rousseau
version 1.3.1

Revision 1919 - Directory Listing
Modified Sat Mar 4 16:12:57 2006 UTC (7 years, 3 months ago) by rousseau
use $(PTHREAD_CFLAGS) and $(PTHREAD_LIBS) where needed

Revision 1918 - Directory Listing
Modified Sat Mar 4 16:07:26 2006 UTC (7 years, 3 months ago) by rousseau
add $(LIBDL) to libmusclecard_la_LIBADD

Revision 1917 - Directory Listing
Modified Sat Mar 4 16:07:09 2006 UTC (7 years, 3 months ago) by rousseau
check for dlopen() in libdl (reused code from pcsc-lite)

Revision 1916 - Directory Listing
Modified Sat Mar 4 15:55:17 2006 UTC (7 years, 3 months ago) by rousseau
use -I$(top_srcdir)/src/PCSC instead of
-I$(top_srcdir)/libmusclecard/src/PCSC since we are not in the
libmusclecard/ sub-directory of pcsc-lite anymore

Revision 1907 - Directory Listing
Modified Fri Mar 3 14:15:44 2006 UTC (7 years, 3 months ago) by rousseau
release 1.3.0

Revision 1901 - Directory Listing
Modified Tue Feb 28 10:38:23 2006 UTC (7 years, 3 months ago) by rousseau
new file

Revision 1900 - Directory Listing
Modified Tue Feb 28 10:37:41 2006 UTC (7 years, 3 months ago) by rousseau
new (empty) files

Revision 1899 - Directory Listing
Modified Tue Feb 28 10:36:54 2006 UTC (7 years, 3 months ago) by rousseau
new file

Revision 1898 - Directory Listing
Modified Tue Feb 28 10:31:33 2006 UTC (7 years, 3 months ago) by rousseau
version 1.3.0

Revision 1897 - Directory Listing
Modified Tue Feb 28 10:31:01 2006 UTC (7 years, 3 months ago) by rousseau
remove AC_CONFIG_MACRO_DIR(m4)

Revision 1896 - Directory Listing
Modified Tue Feb 28 10:30:35 2006 UTC (7 years, 3 months ago) by rousseau
update since we are now independent from pcsclite

Revision 1895 - Directory Listing
Modified Tue Feb 28 10:29:42 2006 UTC (7 years, 3 months ago) by rousseau
add the .h files so they are included in the .tar.gz

Revision 1891 - Directory Listing
Modified Tue Feb 28 10:08:32 2006 UTC (7 years, 3 months ago) by rousseau
use local files (symlinks) and $(PCSCLITE_CFLAGS), $(PCSCLITE_LIBS)

Revision 1890 - Directory Listing
Modified Tue Feb 28 10:07:58 2006 UTC (7 years, 3 months ago) by rousseau
use $(PCSCLITE_CFLAGS) and $(PCSCLITE_LIBS) since we are now in an
independent library

Revision 1889 - Directory Listing
Modified Tue Feb 28 10:06:35 2006 UTC (7 years, 3 months ago) by rousseau
symbolic link from pcsclite

Revision 1888 - Directory Listing
Modified Tue Feb 28 10:06:13 2006 UTC (7 years, 3 months ago) by rousseau
symbolic links from pcsclite

Revision 1887 - Directory Listing
Modified Tue Feb 28 09:51:43 2006 UTC (7 years, 3 months ago) by rousseau
new files

Revision 1885 - Directory Listing
Modified Tue Feb 28 08:09:12 2006 UTC (7 years, 3 months ago) by rousseau
Copied from: trunk/PCSC/libmusclecard revision 1884
move PCSC/libmusclecard in its own package

Revision 1878 - Directory Listing
Modified Wed Feb 22 09:03:27 2006 UTC (7 years, 3 months ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
We can't use a # inside a #define so it is not possible to use 
#define CONSTRUCTOR_DECLARATION(x) #pragma init (x)

The #pragma is used directly where needed

Revision 1848 - Directory Listing
Modified Mon Jan 30 15:44:47 2006 UTC (7 years, 4 months ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
use libmusclecard.la instead of
$(top_builddir)/libmusclecard/src/libmusclecard.la so that "make -j2"
works. Closes bug "[ #302971 ] 'make -j2' fails"

Revision 1838 - Directory Listing
Modified Wed Jan 25 12:03:17 2006 UTC (7 years, 4 months ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
MSCEstablishConnection(): avoids a segfault

Thanks to Shawn Willden for the patch
http://archives.neohapsis.com/archives/dev/muscle/2006-q1/0057.html

Revision 1837 - Directory Listing
Modified Wed Jan 25 11:00:42 2006 UTC (7 years, 4 months ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
use $(SYMBOL_VISIBILITY) instead of -fvisibility=hidden

Revision 1830 - Directory Listing
Modified Tue Jan 24 14:52:16 2006 UTC (7 years, 4 months ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
Compile with -fvisibility=hidden to hide all symbols by default.
The export of symbol must now be explicit. That only works for the ELF
format.

Revision 1827 - Directory Listing
Modified Tue Jan 24 14:49:52 2006 UTC (7 years, 4 months ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
#include "misc.h to get the definition of PCSC_API

Revision 1756 - Directory Listing
Modified Fri Nov 25 16:10:53 2005 UTC (7 years, 6 months ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
libmusclecard needs tokenparser.l but I do not want to provide it
through libpcsclite so libmusclecard uses it directly

Revision 1664 - Directory Listing
Modified Mon Sep 19 10:28:39 2005 UTC (7 years, 9 months ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
use CONSTRUCTOR_DECLARATION() and DESTRUCTOR_DECLARATION() to support
SUN C compiler

Revision 1660 - Directory Listing
Modified Mon Sep 19 08:06:06 2005 UTC (7 years, 9 months ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
use CONSTRUCTOR & DESTRUCTOR macros instead of GCC specific __attribute__ ...

Revision 1650 - Directory Listing
Modified Wed Sep 14 14:43:21 2005 UTC (7 years, 9 months ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
add -I$(top_builddir)/src/PCSC to find the generated files (pcsclite.h)

Revision 1619 - Directory Listing
Modified Tue Aug 16 06:50:18 2005 UTC (7 years, 10 months ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
removed since we use SVN and not CVS anymore

Thanks to Martin Paljak for the idea

Revision 1464 - Directory Listing
Modified Wed Apr 27 12:40:09 2005 UTC (8 years, 1 month ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
update the files to ignore

Revision 1463 - Directory Listing
Modified Wed Apr 27 12:39:19 2005 UTC (8 years, 1 month ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
use the headers from pcsclite in $(top_srcdir)/src/PCSC

Revision 1462 - Directory Listing
Modified Wed Apr 27 12:38:35 2005 UTC (8 years, 1 month ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
use the header and sources files from pcsclite (in $(top_srcdir)/src/)

Revision 1461 - Directory Listing
Modified Wed Apr 27 12:37:34 2005 UTC (8 years, 1 month ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
new file

Revision 1432 - Directory Listing
Modified Thu Apr 21 09:35:02 2005 UTC (8 years, 2 months ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
release the context when the library is unloaded.

Thanks to Karsten Ohme for the patch

Revision 1431 - Directory Listing
Modified Thu Apr 21 09:28:46 2005 UTC (8 years, 2 months ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
also distribute misc.h, dyn_hpux.c, dyn_macosx.c, dyn_unix.c, dyn_win32.c

Revision 1430 - Directory Listing
Modified Thu Apr 21 09:26:43 2005 UTC (8 years, 2 months ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
do not perform a windows specific treatment for PCSC_MCARD_mutex
declaration/initialisation

Thanks to Karsten Ohme for the patch

Revision 1429 - Directory Listing
Modified Thu Apr 21 09:23:38 2005 UTC (8 years, 2 months ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
add a missing \ in "%s\\%s\Contents\\Win32\\%s"

Thanks to Karsten Ohme for the patch

Revision 1428 - Directory Listing
Modified Thu Apr 21 09:23:02 2005 UTC (8 years, 2 months ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
add some #define

Thanks to Karsten Ohme

Revision 1416 - Directory Listing
Modified Wed Apr 6 14:16:44 2005 UTC (8 years, 2 months ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
MSCReleaseConnection(): call SCardReleaseContext()

Thanks to Karsten Ohme for the patch

Revision 1335 - Directory Listing
Modified Tue Feb 22 15:38:55 2005 UTC (8 years, 3 months ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
use dynamic debug level: LogX() instead of DebugLogX()

Revision 1274 - Directory Listing
Modified Wed Oct 6 09:13:20 2004 UTC (8 years, 8 months ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
new build infrastructure. Patch from Toni Andjelkovic

Revision 1273 - Directory Listing
Modified Wed Oct 6 09:02:22 2004 UTC (8 years, 8 months ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
do not force the libpcsclite version to use since the two packages are
now independents

Revision 1272 - Directory Listing
Modified Wed Oct 6 08:46:59 2004 UTC (8 years, 8 months ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
use < > instead of " " for the include files provided by pcsc-lite (and
already installed in the system)

Revision 1271 - Directory Listing
Modified Wed Oct 6 08:35:59 2004 UTC (8 years, 8 months ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
use MSC_ARCH instead of PCSC_ARCH

Revision 1270 - Directory Listing
Modified Wed Oct 6 08:18:17 2004 UTC (8 years, 8 months ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
list of files to ignore

Revision 1269 - Directory Listing
Modified Wed Oct 6 08:11:51 2004 UTC (8 years, 8 months ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
patch from Toni Andjelkovic for the pcsc-lite/libmusclecard separation

Revision 1255 - Directory Listing
Modified Wed Sep 29 16:55:54 2004 UTC (8 years, 8 months ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
TPSearchBundlesForAtr(): revert the previous patch.

Thanks to Toni Andjelkovic for his patch patch :-)

Revision 1250 - Directory Listing
Modified Wed Sep 29 06:46:10 2004 UTC (8 years, 8 months ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
TPSearchBundlesForAtr(): initialise tokenInfo so that it contains safe
default values when no pcsc/services/ directory is found.

Thanks to Toni Andjelkovic for the patch

Revision 1242 - Directory Listing
Modified Fri Sep 17 19:02:56 2004 UTC (8 years, 9 months ago) by corcoran-guest
Original Path: trunk/PCSC/libmusclecard
rewrite of mscreadallocateobject

Revision 1241 - Directory Listing
Modified Fri Sep 17 18:49:12 2004 UTC (8 years, 9 months ago) by corcoran-guest
Original Path: trunk/PCSC/libmusclecard
initialized more vars in ListTokens

Revision 1232 - Directory Listing
Modified Tue Sep 14 07:09:07 2004 UTC (8 years, 9 months ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
use strlcpy() instead of strcpy()

Revision 1231 - Directory Listing
Modified Tue Sep 14 06:38:44 2004 UTC (8 years, 9 months ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
use strlcpy() insted of strcpy()

Revision 1224 - Directory Listing
Modified Tue Sep 7 21:36:44 2004 UTC (8 years, 9 months ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
convert MSC_INCORRECT_P1/P2 to the corresponding text error message
(instead of "Unknown SW").

Thanks to Bruce Barnett for the patch.

Revision 1158 - Directory Listing
Modified Fri Aug 6 12:12:20 2004 UTC (8 years, 10 months ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
remove PCSC/ from the header files path since the path is given by
pkg-config --cflags libpcsclite or the correct -I directive

Revision 1134 - Directory Listing
Modified Mon Aug 2 22:01:14 2004 UTC (8 years, 10 months ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
use THREAD_ATTR_DEFAULT argument in SYS_ThreadCreate()

Revision 1113 - Directory Listing
Modified Thu Jul 29 20:44:26 2004 UTC (8 years, 10 months ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
replace #ifdef MSC_DEBUG by #ifndef NO_MSC_DEBUG

Revision 1041 - Directory Listing
Modified Thu Jul 8 12:34:52 2004 UTC (8 years, 11 months ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
TPSearchBundlesForAtr(): use "%s/%s" insead of "%s%s" when generating
the MuscleCard bundle name on MacOSX

Revision 1026 - Directory Listing
Modified Sat Jul 3 16:16:56 2004 UTC (8 years, 11 months ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
use "Requires: libpcsclite = @VERSION@" instead of just "-lpcsclite"
Thanks to Ville Skytt� for the patch

Revision 1024 - Directory Listing
Modified Sat Jul 3 16:07:12 2004 UTC (8 years, 11 months ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
includedir is now @includedir@/PCSC

Revision 934 - Directory Listing
Modified Thu Jun 10 18:09:21 2004 UTC (9 years ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
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
Original Path: trunk/PCSC/libmusclecard
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
Original Path: trunk/PCSC/libmusclecard
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
Original Path: trunk/PCSC/libmusclecard
approprate -> appropriate

Revision 843 - Directory Listing
Modified Mon May 10 13:14:30 2004 UTC (9 years, 1 month ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
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
Original Path: trunk/PCSC/libmusclecard
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, 2 months ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
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
Original Path: trunk/PCSC/libmusclecard
typos

Revision 753 - Directory Listing
Modified Wed Mar 31 13:50:54 2004 UTC (9 years, 2 months ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
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
Original Path: trunk/PCSC/libmusclecard
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
Original Path: trunk/PCSC/libmusclecard
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
Original Path: trunk/PCSC/libmusclecard
- 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
Original Path: trunk/PCSC/libmusclecard
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
Original Path: trunk/PCSC/libmusclecard
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
Original Path: trunk/PCSC/libmusclecard
- 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
Original Path: trunk/PCSC/libmusclecard
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
Original Path: trunk/PCSC/libmusclecard
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
Original Path: trunk/PCSC/libmusclecard
- 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
Original Path: trunk/PCSC/libmusclecard
- 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
Original Path: trunk/PCSC/libmusclecard
correct a typo

Revision 481 - Directory Listing
Modified Tue Sep 30 20:08:53 2003 UTC (9 years, 8 months ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
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
Original Path: trunk/PCSC/libmusclecard
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
Original Path: trunk/PCSC/libmusclecard
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
Original Path: trunk/PCSC/libmusclecard
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
Original Path: trunk/PCSC/libmusclecard
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
Original Path: trunk/PCSC/libmusclecard
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
Original Path: trunk/PCSC/libmusclecard
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
Original Path: trunk/PCSC/libmusclecard
- 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
Original Path: trunk/PCSC/libmusclecard
- 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
Original Path: trunk/PCSC/libmusclecard
add #include <string.h>

Revision 349 - Directory Listing
Modified Thu Aug 28 13:34:08 2003 UTC (9 years, 9 months ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
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
Original Path: trunk/PCSC/libmusclecard
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
Original Path: trunk/PCSC/libmusclecard
reindentation

Revision 323 - Directory Listing
Modified Mon Aug 25 08:01:16 2003 UTC (9 years, 9 months ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
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
Original Path: trunk/PCSC/libmusclecard
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
Original Path: trunk/PCSC/libmusclecard
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
Original Path: trunk/PCSC/libmusclecard
Commiting these files

Revision 246 - Directory Listing
Modified Fri May 30 15:45:28 2003 UTC (10 years ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
small cleanup

Revision 234 - Directory Listing
Modified Sun May 25 21:37:09 2003 UTC (10 years ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
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
Original Path: trunk/PCSC/libmusclecard
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
Original Path: trunk/PCSC/libmusclecard
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
Original Path: trunk/PCSC/libmusclecard
added default dropdir

Revision 143 - Directory Listing
Modified Fri Sep 6 21:12:00 2002 UTC (10 years, 9 months ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
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
Original Path: trunk/PCSC/libmusclecard
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
Original Path: trunk/PCSC/libmusclecard
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
Original Path: trunk/PCSC/libmusclecard
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
Original Path: trunk/PCSC/libmusclecard
add a return NULL;

Revision 114 - Directory Listing
Modified Tue Jul 30 21:40:17 2002 UTC (10 years, 10 months ago) by rousseau
Original Path: trunk/PCSC/libmusclecard
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
Original Path: trunk/PCSC/libmusclecard
Win32

Revision 106 - Directory Listing
Modified Tue Jun 18 18:16:48 2002 UTC (11 years ago) by corcoran
Original Path: trunk/PCSC/libmusclecard
MSCPUChar8 -> MSCUChar8

Revision 105 - Directory Listing
Modified Tue Jun 11 20:07:26 2002 UTC (11 years ago) by corcoran
Original Path: trunk/PCSC/libmusclecard
Added more Initialization parameters ...

Revision 104 - Directory Listing
Modified Wed Jun 5 19:48:13 2002 UTC (11 years ago) by corcoran
Original Path: trunk/PCSC/libmusclecard
hello

Revision 103 - Directory Listing
Modified Wed Jun 5 18:47:13 2002 UTC (11 years ago) by corcoran
Original Path: trunk/PCSC/libmusclecard
;lkj

Revision 102 - Directory Listing
Modified Wed Jun 5 18:42:30 2002 UTC (11 years ago) by corcoran
Original Path: trunk/PCSC/libmusclecard
bad if then

Revision 101 - Directory Listing
Modified Wed Jun 5 18:31:04 2002 UTC (11 years ago) by corcoran
Original Path: trunk/PCSC/libmusclecard
some changes

Revision 100 - Directory Listing
Modified Wed Jun 5 18:11:32 2002 UTC (11 years ago) by corcoran
Original Path: trunk/PCSC/libmusclecard
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
Original Path: trunk/PCSC/libmusclecard
Added join to cancelcallback

Revision 92 - Directory Listing
Modified Tue May 28 19:25:11 2002 UTC (11 years ago) by corcoran
Original Path: trunk/PCSC/libmusclecard
Added muscle-docs

Revision 80 - Directory Listing
Modified Mon May 6 23:23:13 2002 UTC (11 years, 1 month ago) by corcoran
Original Path: trunk/PCSC/libmusclecard
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
Original Path: trunk/PCSC/libmusclecard
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
Original Path: trunk/PCSC/libmusclecard
changes

Revision 64 - Directory Listing
Modified Mon Apr 22 18:42:44 2002 UTC (11 years, 2 months ago) by corcoran
Original Path: trunk/PCSC/libmusclecard
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
Original Path: trunk/PCSC/libmusclecard
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
Original Path: trunk/PCSC/libmusclecard
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
Original Path: trunk/PCSC/libmusclecard
Removed MSCCertInfo

Revision 56 - Directory Listing
Modified Thu Apr 11 21:43:59 2002 UTC (11 years, 2 months ago) by corcoran
Original Path: trunk/PCSC/libmusclecard
removed cert function pointers

Revision 55 - Directory Listing
Modified Thu Apr 11 17:24:05 2002 UTC (11 years, 2 months ago) by corcoran
Original Path: trunk/PCSC/libmusclecard
removed certificate function pointers

Revision 54 - Directory Listing
Modified Thu Apr 11 17:23:40 2002 UTC (11 years, 2 months ago) by corcoran
Original Path: trunk/PCSC/libmusclecard
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
Original Path: trunk/PCSC/libmusclecard
some modifications for tabs.

Revision 49 - Directory Listing
Modified Wed Apr 10 01:11:57 2002 UTC (11 years, 2 months ago) by corcoran
Original Path: trunk/PCSC/libmusclecard
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
Original Path: trunk/PCSC/libmusclecard
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
Original Path: trunk/PCSC/libmusclecard
 #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
Original Path: trunk/PCSC/libmusclecard
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
Original Path: trunk/PCSC/libmusclecard
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
Original Path: trunk/PCSC/libmusclecard
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
Original Path: trunk/PCSC/libmusclecard
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
Original Path: trunk/PCSC/libmusclecard
Initial revision

  ViewVC Help
Powered by ViewVC 1.1.5