opensc/src/libopensc
alonbl d7941bf850 Re-add pcsc-lite compile-time dependency
Win64 changed the SCARDCONTEXT from LONG to ULONG_PTR,
pcsc-lite did not follow this on 64bit platforms.
This breaks the pcsc module.

To solve this we use installed winscard.h in order to get proper
declerations.

As mingw32 does not have winscard.h we keep current types. mingw64 and
pcsc-lite system have winscard.h.



git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3590 c6295689-39f2-0310-b995-f0e70906c6a9
2008-10-27 19:16:28 +00:00
..
Makefile.am Re-add pcsc-lite compile-time dependency 2008-10-27 19:16:28 +00:00
Makefile.mak Add new entersafe driver for ePass 3000 tokens. 2008-08-20 05:41:20 +00:00
apdu.c fix typo, found by Gürer Özen. 2007-08-28 20:35:06 +00:00
asn1.c SIGSEGV print_tags_recursive - fix 2008-04-29 06:11:34 +00:00
asn1.h convert to utf-8. 2006-12-19 21:31:17 +00:00
base64.c convert to utf-8. 2006-12-19 21:31:17 +00:00
card-acos5.c Ian Young: use proper card type for acos5. 2007-03-13 23:10:54 +00:00
card-akis.c do not use system as a variable name. system() is also a function 2008-05-22 12:26:08 +00:00
card-asepcos.c convert C++ in C comment 2008-04-28 07:57:03 +00:00
card-atrust-acos.c convert C++ in C comment 2008-04-28 07:57:03 +00:00
card-belpic.c fix compiler/sparse warnings. 2007-06-21 10:07:01 +00:00
card-cardos.c Apply security fix. 2008-07-31 13:25:16 +00:00
card-default.c convert to utf-8. 2006-12-19 21:32:31 +00:00
card-emv.c convert to utf-8. 2006-12-19 21:32:31 +00:00
card-entersafe.c Fix for two apparent C code bugs 2008-09-10 12:44:40 +00:00
card-flex.c convert to utf-8. 2006-12-19 21:32:31 +00:00
card-gemsafeV1.c Fix for two apparent C code bugs 2008-09-10 12:44:40 +00:00
card-gpk.c Complete rewrite of OpenSC build system. 2008-03-06 16:06:59 +00:00
card-incrypto34.c convert C++ in C comment 2008-04-28 07:57:03 +00:00
card-jcop.c fix compiler/sparse warnings. 2007-06-21 10:07:01 +00:00
card-mcrd.c Remove unused code. 2007-12-21 16:40:27 +00:00
card-miocos.c convert to utf-8. 2006-12-19 21:32:31 +00:00
card-muscle.c convert C++ in C comment 2008-04-28 07:57:03 +00:00
card-oberthur.c convert C++ in C comment 2008-04-28 07:57:03 +00:00
card-openpgp.c request at most for 256 bytes 2007-04-15 17:26:42 +00:00
card-piv.c convert C++ in C comment 2008-04-28 07:57:03 +00:00
card-rutoken.c rutoken: Some MSVC fixups, by Aktiv Co. Aleksey Samsonov 2008-04-24 16:34:08 +00:00
card-setcos.c setcos_match_card(): replace sc_error() by sc_debug() since some cards 2007-11-09 08:29:15 +00:00
card-starcos.c convert to utf-8. 2006-12-19 21:32:31 +00:00
card-tcos.c convert C++ in C comment 2008-04-28 07:57:03 +00:00
card.c card.c:756: warning: unused variable 'j' 2008-04-28 07:24:57 +00:00
cardctl.h Add new entersafe driver for ePass 3000 tokens. 2008-08-20 05:41:20 +00:00
cards.h Add new entersafe driver for ePass 3000 tokens. 2008-08-20 05:41:20 +00:00
compression.c Complete rewrite of OpenSC build system. 2008-03-06 16:06:59 +00:00
compression.h changes by Douglas E. Engert: 2007-03-12 20:15:39 +00:00
ctbcs.c sc_mutex_destroy should have a return value 2006-02-05 19:35:55 +00:00
ctbcs.h "smart card" not "smartcard" or "SmartCard". 2005-06-16 19:35:31 +00:00
ctx.c Add new entersafe driver for ePass 3000 tokens. 2008-08-20 05:41:20 +00:00
dir.c convert to utf-8. 2006-12-19 21:31:17 +00:00
emv.c convert to utf-8. 2006-12-19 21:31:17 +00:00
emv.h convert to utf-8. 2006-12-19 21:31:17 +00:00
errors.c convert to utf-8. 2006-12-19 21:31:17 +00:00
errors.h convert to utf-8. 2006-12-19 21:31:17 +00:00
esteid.h - Cleanup 2005-02-09 19:15:40 +00:00
internal-winscard.h Re-add pcsc-lite compile-time dependency 2008-10-27 19:16:28 +00:00
internal.h Complete rewrite of OpenSC build system. 2008-03-06 16:06:59 +00:00
iso7816.c introduce SC_PATH_TYPE_FROM_CURRENT and SC_PATH_TYPE_PARENT path types 2007-01-02 10:04:35 +00:00
libopensc.exports Plug&Play support 2008-04-29 17:01:19 +00:00
libopensc.pc.in build fixes by Vile Skytt�. 2004-11-04 19:14:58 +00:00
libpkcs15init.pc.in add more *.pc files for all other libraries as well. 2004-11-05 18:31:57 +00:00
libscconf.pc.in add more *.pc files for all other libraries as well. 2004-11-05 18:31:57 +00:00
log.c Complete rewrite of OpenSC build system. 2008-03-06 16:06:59 +00:00
log.h Complete rewrite of OpenSC build system. 2008-03-06 16:06:59 +00:00
muscle-filesystem.c fix compiler/sparse warnings. 2007-06-21 10:07:01 +00:00
muscle-filesystem.h Use size_t instead of int when needed, plus some other minor changes 2008-05-05 13:00:01 +00:00
muscle.c Use size_t instead of int when needed, plus some other minor changes 2008-05-05 13:00:01 +00:00
muscle.h update to latest muscle code. 2006-12-18 21:58:16 +00:00
opensc-config.in Complete rewrite of OpenSC build system. 2008-03-06 16:06:59 +00:00
opensc.h Add new entersafe driver for ePass 3000 tokens. 2008-08-20 05:41:20 +00:00
p15card-helper.c convert C++ in C comment 2008-04-28 07:57:03 +00:00
p15card-helper.h changes by Douglas E. Engert: 2007-03-12 20:15:39 +00:00
padding.c implement support for SHA2 (still experimental) 2007-02-02 22:15:14 +00:00
pkcs15-actalis.c Complete rewrite of OpenSC build system. 2008-03-06 16:06:59 +00:00
pkcs15-algo.c add support of ruToken 2007-12-17 13:39:20 +00:00
pkcs15-atrust-acos.c Complete rewrite of OpenSC build system. 2008-03-06 16:06:59 +00:00
pkcs15-cache.c convert to utf-8. 2006-12-19 21:31:17 +00:00
pkcs15-cert.c convert to utf-8. 2006-12-19 21:31:17 +00:00
pkcs15-data.c Make absolute paths from all paths read from the PKCS#15 directories by prepending the DF(PKCS#15) path if necessary. 2006-09-26 10:55:02 +00:00
pkcs15-esinit.c Add new entersafe driver for ePass 3000 tokens. 2008-08-20 05:41:20 +00:00
pkcs15-esteid.c Complete rewrite of OpenSC build system. 2008-03-06 16:06:59 +00:00
pkcs15-gemsafeGPK.c Complete rewrite of OpenSC build system. 2008-03-06 16:06:59 +00:00
pkcs15-gemsafeV1.c Douglas E. Engert: 2008-08-20 15:17:59 +00:00
pkcs15-infocamere.c Complete rewrite of OpenSC build system. 2008-03-06 16:06:59 +00:00
pkcs15-openpgp.c Complete rewrite of OpenSC build system. 2008-03-06 16:06:59 +00:00
pkcs15-pin.c Better handle openct reader replug, revert last change in pkcs11-pin 2008-05-10 09:55:01 +00:00
pkcs15-piv.c use "pkcs15.h" instead of <opensc/pkcs15.h> (and similar) 2008-04-01 12:35:08 +00:00
pkcs15-postecert.c Complete rewrite of OpenSC build system. 2008-03-06 16:06:59 +00:00
pkcs15-prkey.c fix compiler/sparse warnings. 2007-06-21 10:07:01 +00:00
pkcs15-pubkey.c silence a warning we get with siemens cards. 2007-07-20 13:47:17 +00:00
pkcs15-rutoken.c add missing prototype for sc_pkcs15emu_rutoken_init_ex() 2008-05-22 12:30:37 +00:00
pkcs15-sec.c oops, define tmplen at start of block. 2007-07-20 14:38:46 +00:00
pkcs15-starcert.c Complete rewrite of OpenSC build system. 2008-03-06 16:06:59 +00:00
pkcs15-syn.c Add new entersafe driver for ePass 3000 tokens. 2008-08-20 05:41:20 +00:00
pkcs15-tccardos.c fix some warnings 2006-02-23 18:43:14 +00:00
pkcs15-tcos.c add missing prototype for sc_pkcs15emu_tcos_init_ex() 2008-05-22 12:30:16 +00:00
pkcs15-wrap.c Complete rewrite of OpenSC build system. 2008-03-06 16:06:59 +00:00
pkcs15.c make the sign_with_decrypt hack configureable. 2008-07-31 12:17:29 +00:00
pkcs15.h Sign by using the decrypt function. 2007-07-20 12:19:27 +00:00
reader-ctapi.c Plug&Play support 2008-04-29 17:01:19 +00:00
reader-openct.c Better handle openct reader replug, revert last change in pkcs11-pin 2008-05-10 09:55:01 +00:00
reader-pcsc.c Add some more debug information to pcsc 2008-10-26 19:13:14 +00:00
sc.c Fix last reference to VERSION and not PACKAGE_VERSION 2008-04-16 04:32:56 +00:00
sec.c convert to utf-8. 2006-12-19 21:31:17 +00:00
types.h fix typos, patch by Gürer Özen 2007-08-22 18:38:02 +00:00
ui.c Complete rewrite of OpenSC build system. 2008-03-06 16:06:59 +00:00
ui.h - Cleanup 2005-02-09 19:15:40 +00:00