Log of /tags/PCSC/rel-1_2_9-beta5
Directory Listing
Revision
1082 -
Directory Listing
Modified
Fri Jul 16 14:04:04 2004 UTC
(8 years, 10 months ago)
by
(unknown author)
Original Path:
tags/rel-1_2_9-beta5
Copied from:
trunk revision 1081
This commit was manufactured by cvs2svn to create tag
'rel-1_2_9-beta5'.
Revision
1081 -
Directory Listing
Modified
Fri Jul 16 14:04:04 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
release 1.2.9-beta5
Revision
1080 -
Directory Listing
Modified
Fri Jul 16 14:03:27 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
1.2.9-beta5
Revision
1079 -
Directory Listing
Modified
Fri Jul 16 09:07:26 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
OpenUSBByName(): use base 0 instead of 16 in strtoul() so that you can
express the decimal value 15 as: 15 (decimal), 0xF (hex) or 017 (octal).
It is not really needed since the reader descriptions in Info.plist are
all in hex.
Revision
1078 -
Directory Listing
Modified
Fri Jul 16 07:06:14 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
init_driver(): use base 0 instead of 16 in strtoul() so that you can
express the decimal value 15 as: 15 (decimal), 0xF (hex) or 017 (octal)
Revision
1077 -
Directory Listing
Modified
Fri Jul 16 06:53:25 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
rename PCSCLITE_MAX_READERS in CCID_DRIVER_MAX_READERS
This value is not defined by pcsc-lite but is internal to the CCID
driver. By default pcsc-lite supports the same number of readers (16).
Revision
1076 -
Directory Listing
Modified
Fri Jul 16 06:31:15 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
BUG: CmdPowerOn(): use memmove() instead of memcpy() to copy the ATR
bytes since the source end destination buffers (with a more than 10
bytes long ATR) overlaps.
Bug spotted by splint http://www.splint.org/
Revision
1075 -
Directory Listing
Modified
Thu Jul 15 14:52:18 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
use "uint8_t *" instead of "unsigned char *" in the prototype of
t1_state_t.checksum field.
Revision
1074 -
Directory Listing
Modified
Thu Jul 15 14:51:03 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
initialise pcDesiredKey to NULL instead of 0
Revision
1073 -
Directory Listing
Modified
Thu Jul 15 14:08:52 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
BUG in CmdXfrBlockTPDU_T1(): the t1_transceive() returned value was
stored in an unsigned int and tested if < 0 (error case). Of course the
test was never true.
Revision
1072 -
Directory Listing
Modified
Thu Jul 15 13:36:00 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
PCSC_ERROR(): insert a space character between the line number and the
error message
Revision
1071 -
Directory Listing
Modified
Thu Jul 15 09:31:04 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
remove a useless break; after a goto;
Revision
1070 -
Directory Listing
Modified
Thu Jul 15 09:19:11 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
in t1_transceive() and t1_negociate_ifsd() dad argument is unsigned.
Revision
1069 -
Directory Listing
Modified
Thu Jul 15 09:11:18 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
replace "unsigned char *" by "uint8_t *" to use the exact same prototype as in
the functions definition
Revision
1068 -
Directory Listing
Modified
Thu Jul 15 08:48:59 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
i2dw() is not used outside commands.c so declare it static
Revision
1067 -
Directory Listing
Modified
Thu Jul 15 08:45:21 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
allow splint to continue parsing after use of type fd_set
Revision
1066 -
Directory Listing
Modified
Thu Jul 15 08:33:37 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
CmdXfrBlockTPDU_T0() and CmdXfrBlockTPDU_T1() are internal functions so
declare them static
Revision
1065 -
Directory Listing
Modified
Thu Jul 15 08:30:24 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
atr tables are internal only so declare them static
Revision
1064 -
Directory Listing
Modified
Thu Jul 15 08:24:37 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
define internal functions as static
Revision
1063 -
Directory Listing
Modified
Thu Jul 15 07:26:40 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
remove unused functions
Revision
1062 -
Directory Listing
Modified
Sat Jul 10 13:46:20 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
change "previous_block[1]" in "previous_block[PCB]"
Revision
1061 -
Directory Listing
Modified
Sat Jul 10 13:32:15 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
remove unused struct ifd_protocol_ops
Revision
1060 -
Directory Listing
Modified
Sat Jul 10 13:23:12 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
IFD_PROTOCOL_MORE -> IFD_PROTOCOL_T1_MORE
IFD_PROTOCOL_STATE -> IFD_PROTOCOL_T1_STATE
renamed to be in line with OpenCT
Revision
1059 -
Directory Listing
Modified
Fri Jul 9 14:08:28 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
explicitely cast the returned value as (void) if we don't use it
Revision
1058 -
Directory Listing
Modified
Fri Jul 9 14:06:58 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
IFDHSetProtocolParameters(): test the return value of SetParameters()
Revision
1057 -
Directory Listing
Modified
Fri Jul 9 13:29:02 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
ccid_parse_interface_descriptor() is now static
Revision
1056 -
Directory Listing
Modified
Fri Jul 9 13:27:56 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
make channel variable (unsigned int) instead of (int)
Revision
1055 -
Directory Listing
Modified
Fri Jul 9 13:25:04 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
include <sys/types.h> so splint can parse the file
Revision
1054 -
Directory Listing
Modified
Fri Jul 9 13:23:37 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
mark potentially null values as /*@null@*/ for splint
Revision
1053 -
Directory Listing
Modified
Fri Jul 9 13:21:44 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
mark unused arguments as /*@unused@*/ for splint
Revision
1052 -
Directory Listing
Modified
Fri Jul 9 13:19:09 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
include <sys/types.h> so splint can parse the file
Revision
1051 -
Directory Listing
Modified
Fri Jul 9 08:45:21 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
the buffer var_text[] was, in fact, used outside its declaration
Revision
1050 -
Directory Listing
Modified
Fri Jul 9 08:40:15 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
ReadChunk() and get_bytes() are internal use in ccid_serial.c so declare
them static
Revision
1049 -
Directory Listing
Modified
Fri Jul 9 08:28:44 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
lun is (unsigned int) so reader = LunToReaderIndex(lun) is also (unsigned int)
Revision
1048 -
Directory Listing
Modified
Fri Jul 9 08:25:51 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
OpenSerialByName(): arguments of CmdEscape() are unsigned
Revision
1047 -
Directory Listing
Modified
Fri Jul 9 08:22:24 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
replace "121234" by "123456" to make it more clear it is a memory reservation
for 6 characters
Revision
1046 -
Directory Listing
Modified
Fri Jul 9 08:21:07 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
remove a unneeded cast in (int)lun
Revision
1045 -
Directory Listing
Modified
Fri Jul 9 08:18:17 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
allow splint to continue parsing after use of type fd_set
Revision
1044 -
Directory Listing
Modified
Fri Jul 9 08:11:11 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
ReadSerial(): the unknown card movement byte is in "c" not "buffer[3]"
Revision
1043 -
Directory Listing
Modified
Fri Jul 9 07:10:17 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
lun is (unsigned int) instead of (int)
Avoid a warning by splint in #define LunToReaderIndex(Lun) (Lun>>16)
Left operand of >> may be negative (int): lun >> 16
Revision
1042 -
Directory Listing
Modified
Thu Jul 8 16:57:24 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
check the version of the IFDHandler and only use IFDHControl() with an
v3.0 API driver
Revision
1041 -
Directory Listing
Modified
Thu Jul 8 12:34:52 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
TPSearchBundlesForAtr(): use "%s/%s" insead of "%s%s" when generating
the MuscleCard bundle name on MacOSX
Revision
1039 -
Directory Listing
Modified
Tue Jul 6 08:48:41 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
'make clean' also removes the LaTeX temporary files
Revision
1038 -
Directory Listing
Modified
Tue Jul 6 06:56:37 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
IFDHGetCapabilities(): document the flags SCARD_ATTR_ATR_STRING and
IOCTL_SMARTCARD_VENDOR_VERIFY_PIN
Revision
1037 -
Directory Listing
Modified
Tue Jul 6 06:52:04 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
SCardControl() (new API) can now be used with a IFDHandler v2.0 or v3.0.
The previous code was broken and only worked with an IFDHandler v3.0
(crashed with a v2.0).
Revision
1036 -
Directory Listing
Modified
Tue Jul 6 06:47:32 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
IFDHControl(): use PUCHAR instead of LPCVOID and LPVOID so the driver
can use TxBuffer[x] without needing a cast.
Revision
1035 -
Directory Listing
Modified
Tue Jul 6 06:45:02 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
it is now possible to compile a IFDHandler v2.0 with this include file.
Just #define IFDHANDLERv2 in your source code before #include <ifdhandler.h>
By default it is setup for for most recent version of the API (V3.0)
Revision
1034 -
Directory Listing
Modified
Tue Jul 6 06:08:59 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
IFDControl_v2() is supported by IFD_HVERSION_2_0 drivers (not
IFD_HVERSION_1_0)
Revision
1033 -
Directory Listing
Modified
Tue Jul 6 05:58:53 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
add an entry from pcsc-lite documentation
Revision
1032 -
Directory Listing
Modified
Sun Jul 4 09:24:34 2004 UTC
(8 years, 10 months ago)
by
sauveron-guest
Original Path:
trunk
IFDHControl(): correct the types of pbSendBuffer and pbRecvBuffer.
Revision
1031 -
Directory Listing
Modified
Sat Jul 3 20:20:14 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
IFDHControl(): RxLength is a DWORD not a PDWORD
Revision
1029 -
Directory Listing
Modified
Sat Jul 3 16:32:53 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
1.2.9-beta4
Revision
1028 -
Directory Listing
Modified
Sat Jul 3 16:25:43 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
release 1.2.9-beta4
Revision
1027 -
Directory Listing
Modified
Sat Jul 3 16:18:25 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
add @PTHREAD_CFLAGS@ to Cflags: and @PTHREAD_LIBS@ to Libs: so that the
compiler and linker do the "right" thing.
Thanks to Ville Skytt� for the patch.
Revision
1026 -
Directory Listing
Modified
Sat Jul 3 16:16:56 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
use "Requires: libpcsclite = @VERSION@" instead of just "-lpcsclite"
Thanks to Ville Skytt� for the patch
Revision
1025 -
Directory Listing
Modified
Sat Jul 3 16:07:41 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
add /PCSC to includedir instead of Cflags:
Revision
1024 -
Directory Listing
Modified
Sat Jul 3 16:07:12 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
includedir is now @includedir@/PCSC
Revision
1023 -
Directory Listing
Modified
Fri Jul 2 14:12:36 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
replace VENDOR pattern by MAGIC_VENDOR since we also have a VENDOR in
IOCTL_SMARTCARD_VENDOR_IFD_EXCHANGE and then a collision.
same change for PRODUCT and FRIENDLYNAME to be homogenous.
Revision
1022 -
Directory Listing
Modified
Fri Jul 2 13:58:11 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
OpenSerialByName(): perform a command (get the reader firmware) to be
sure a GemPC Twin (serial or pcmcia) reader is connected
Revision
1021 -
Directory Listing
Modified
Fri Jul 2 12:06:44 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
present where the files come from and what I did
Revision
1019 -
Directory Listing
Modified
Thu Jul 1 11:42:39 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
version 0.9.1
Revision
1018 -
Directory Listing
Modified
Thu Jul 1 11:38:03 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
release 0.9.1
Revision
1017 -
Directory Listing
Modified
Thu Jul 1 11:37:27 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
#define IFD_PARITY_ERROR
Revision
1015 -
Directory Listing
Modified
Thu Jul 1 07:46:28 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
release 0.9.0
Revision
1014 -
Directory Listing
Modified
Wed Jun 30 14:47:30 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
correct a signedness issue
Revision
1013 -
Directory Listing
Modified
Wed Jun 30 14:44:16 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
rename tokenparser_macosx.? in tokenparser_fake.?
Revision
1012 -
Directory Listing
Modified
Wed Jun 30 14:42:36 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
add build-stamp and configure-stamp
Revision
1011 -
Directory Listing
Modified
Wed Jun 30 14:41:42 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
ignore temporary files
Revision
1010 -
Directory Listing
Modified
Wed Jun 30 14:41:18 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
LGPL licence
Revision
1009 -
Directory Listing
Modified
Wed Jun 30 14:06:29 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
version 0.9.0
Revision
1008 -
Directory Listing
Modified
Wed Jun 30 14:05:38 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
PPS_Match() was wrong when the confirmation is shorter than the request
Revision
1007 -
Directory Listing
Modified
Wed Jun 30 14:02:54 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
PPS_Exchange() has a new argument (unsigned char *pps1) which is the
PPS1 returned by the card (TA1 the card wants to use)
Revision
1006 -
Directory Listing
Modified
Wed Jun 30 14:00:19 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
CCID_Transmit() now uses a 4th argument (unsigned char bBWI)
Revision
1005 -
Directory Listing
Modified
Wed Jun 30 13:57:33 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
move macros PPS_HAS_PPS?() from pps.c to pps.h
Revision
1004 -
Directory Listing
Modified
Wed Jun 30 13:54:57 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
add ATR_GetDefaultProtocol() function
Revision
1003 -
Directory Listing
Modified
Wed Jun 30 13:53:41 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
remove unused functions
Revision
1002 -
Directory Listing
Modified
Wed Jun 30 13:51:23 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
the atr_f_table[] and atr_d_table[] tables were partly wrong
Revision
1001 -
Directory Listing
Modified
Wed Jun 30 13:49:38 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
- update the text
- the function ATR_GetDefaultProtocol() is mine (Ludovic Rousseau)
Revision
1000 -
Directory Listing
Modified
Wed Jun 30 13:46:45 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
remove MIN() and MAX() definitions
Revision
999 -
Directory Listing
Modified
Wed Jun 30 13:42:23 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
if DEBUG_LEVEL_PERIODIC is not set we temporaily remove DEBUG_LEVEL_COMM in
IFDHICCPresence() to avoid having the low level debug every time pcscd
test the card presence
Revision
998 -
Directory Listing
Modified
Wed Jun 30 13:40:12 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
- removed CardUp() and CardDown()
- all the reader initialisation/negotiation is now done in
IFDHSetProtocolParameters() (that's why you need pcsc-lite-1.2.9beta3)
Revision
997 -
Directory Listing
Modified
Wed Jun 30 13:30:45 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
pcsclite.h moved in PCSC/
Revision
996 -
Directory Listing
Modified
Wed Jun 30 13:30:04 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
the t1 field in struct CCID_DESC changed from Protocol_T1 (towitiko) to
t1_state_t (openct)
Revision
995 -
Directory Listing
Modified
Wed Jun 30 13:28:22 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
we do not need to have PACKAGE defined (I do not remember what it was
used for)
Revision
994 -
Directory Listing
Modified
Wed Jun 30 13:25:03 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
CmdXfrBlockTPDU_T1(): use the T=1 TPDU layer from opensc/ instead of towitoko/
Revision
993 -
Directory Listing
Modified
Wed Jun 30 13:23:42 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
CCID_Receive() returns IFD_PARITY_ERROR if the error returned by the
reader is 0xFD (parity error) and IFD_COMMUNICATION_ERROR otherwise (so
that the T=1 TPDU layer can recover the error)
Revision
992 -
Directory Listing
Modified
Wed Jun 30 13:21:18 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
CCID_Transmit() now has a new "unsigned char bBWI" argument
Revision
991 -
Directory Listing
Modified
Wed Jun 30 11:53:51 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
CmdPowerOn(): add a mechanism to allow power on at 1.8V, 3V and then 5V
as specified by ISO 7816. We still use 5V for now to avoid problems with
non ISO compliant cards
Revision
990 -
Directory Listing
Modified
Wed Jun 30 11:52:19 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
add __FUNCTION__ as argument to ccid_error()
Revision
989 -
Directory Listing
Modified
Wed Jun 30 09:43:45 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
ccid_error() now also has a "char *function" argument to log the name of
the function in which the error occured
Revision
988 -
Directory Listing
Modified
Wed Jun 30 09:42:26 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
- rename protocol_t1/ in towitoko/ to reflect the project the code comes from
- remove the now useless files from towitoko/ and add the files from openct/
Revision
987 -
Directory Listing
Modified
Wed Jun 30 09:40:21 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
remove these files since I now use the T=1 TPDU code from OpenCT
Revision
986 -
Directory Listing
Modified
Wed Jun 30 09:37:08 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
use T=1 TPDU code from the OpenCT project <http://www.opensc.org/>
The state automata was greatly improved to manage "all" the possible
errors cases.
Revision
985 -
Directory Listing
Modified
Wed Jun 30 09:34:19 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
document the possible values for ifdLogLevel and ifdDriverOptions
Revision
983 -
Directory Listing
Modified
Wed Jun 30 06:57:16 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
release 1.2.9-beta3
Revision
982 -
Directory Listing
Modified
Tue Jun 29 18:09:19 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
the include directory is now ${includedir}/PCSC.
If your application Makefile uses
CFLAGS=`pkg-config libpcsclite --cflags`
you have nothing to change and the migration of the include files in
/usr/include/PCSC/ will be painless.
Revision
981 -
Directory Listing
Modified
Tue Jun 29 12:12:00 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
IFDControl_v2(): if the driver version is != IFD_HVERSION_1_0 we
_return_ SCARD_E_UNSUPPORTED_FEATURE (not just set the return value)
IFDControl(): if the driver version is < IFD_HVERSION_3_0 we
_return_ SCARD_E_UNSUPPORTED_FEATURE (not just set the return value)
Revision
980 -
Directory Listing
Modified
Tue Jun 29 08:31:40 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
SCardReconnect(): if the reset fails it may be either because:
- the card is unresponsive (SCARD_W_UNRESPONSIVE_CARD)
or
- no card is present (SCARD_E_NO_SMARTCARD) and the SCardConnect() was
successfull with SCARD_SHARE_DIRECT (no need for a card)
Revision
979 -
Directory Listing
Modified
Tue Jun 29 08:00:23 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
in SCardConnect() and SCardReconnect(), returns
SCARD_W_UNRESPONSIVE_CARD if PHSetProtocol() fails with
SET_PROTOCOL_PPS_FAILED
Revision
978 -
Directory Listing
Modified
Tue Jun 29 07:49:00 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
define the constant SET_PROTOCOL_WRONG_ARGUMENT and
SET_PROTOCOL_PPS_FAILED
Revision
977 -
Directory Listing
Modified
Tue Jun 29 07:48:34 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
PHSetProtocol(): returns SET_PROTOCOL_PPS_FAILED if IFDSetPTS() is
supported but fails:
ISO 7816-3:1997 ch. 7.2 PPS protocol page 14
- If the PPS exchange is unsuccessful, then the interface device shall
either reset or reject the card.
Revision
976 -
Directory Listing
Modified
Fri Jun 25 13:57:40 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
do not #undef ATR_DEBUG since it may be defined in config.h with
./configure --enable-debugatr
Revision
975 -
Directory Listing
Modified
Wed Jun 23 16:56:08 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
add "measure communication performances"
Revision
974 -
Directory Listing
Modified
Wed Jun 23 15:03:42 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
add definition of SCARD_PROTOCOL_T15
Revision
973 -
Directory Listing
Modified
Wed Jun 23 15:00:52 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
- set SCARD_PROTOCOL_T15 in CardCapabilities.AvailableProtocols if T=15
is defined (not yet used)
- in specific mode CardCapabilities.AvailableProtocols shall also be set
the the specified protocol
Revision
972 -
Directory Listing
Modified
Wed Jun 23 14:54:44 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
- send Select DF and Select EF APDU before Verify PIN
- read stdin (consume the "*" fake keys) if the pinpad is on a keyboard
Revision
971 -
Directory Listing
Modified
Wed Jun 23 13:27:17 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
check for the presence of PCSC/ifdhandler.h instead of ifdhandler.h
Revision
970 -
Directory Listing
Modified
Wed Jun 23 13:26:35 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
HAVE_IFDHANDLER_H is renamed HAVE_PCSC_IFDHANDLER_H
Revision
969 -
Directory Listing
Modified
Wed Jun 23 13:25:38 2004 UTC
(8 years, 10 months ago)
by
rousseau
Original Path:
trunk
add info for:
- Cherry XX33 keyboard
- Dell keyboard SK-3106
- Dell smart card reader keyboard
Move some readers in "Unsupported or partly supported CCID readers:"
- C3PO LTC31
- SCM Micro SCR 331
- SCM Micro SCR 335
- SCM Micro SPR 532
Revision
968 -
Directory Listing
Modified
Tue Jun 22 14:38:14 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
remove the hack introduced in version 1.28. It is no more needed since
the changes in version 1.32 of winscard.c
Revision
967 -
Directory Listing
Modified
Tue Jun 22 14:33:28 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
PHSetProtocol(): only try to use protocols that are available
Revision
966 -
Directory Listing
Modified
Tue Jun 22 12:05:50 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
ChangeLog is not a .PHONY target but a real file
Revision
965 -
Directory Listing
Modified
Tue Jun 22 11:35:12 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
- call IFDHSetProtocolParameters() between IFDHPowerICC() and
IFDHTransmitToICC()
- define and use PCSC_ERROR(x)
- use include files in PCSC/
Revision
964 -
Directory Listing
Modified
Tue Jun 22 08:01:50 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
use the one provided by pcsc-lite in PCSC/
Revision
963 -
Directory Listing
Modified
Mon Jun 21 07:40:26 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
local variables reorganisations:
- remove unused variables
- remove useless initialisations
- move declaration in the inner block the variable is used
Revision
962 -
Directory Listing
Modified
Fri Jun 18 14:48:58 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
rewrite the parts managing the protocol in SCardConnect() and
SCardReconnect() to use the new PHSetProtocol() prototype and simplify
the code
Revision
961 -
Directory Listing
Modified
Fri Jun 18 14:46:31 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
PHSetProtocol():
- add a ucDefault argument as the default protocol to use
- completely redesign the function so that IFDSetPTS() is always called
to tell the driver which protocol to use and to initialise its
internal state
Revision
960 -
Directory Listing
Modified
Fri Jun 18 14:37:28 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
the protocol number in the "Send Protocol:" debug message was wrong
Revision
959 -
Directory Listing
Modified
Fri Jun 18 08:44:31 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
update the code to use the new READER_CONTEXT structure with the
struct pubReaderStatesList *readerState field
Revision
958 -
Directory Listing
Modified
Fri Jun 18 08:43:07 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
in the structure READER_CONTEXT remove:
UCHAR ucAtr[MAX_ATR_SIZE];
DWORD dwAtrLen;
DWORD dwProtocol;
DWORD dwStatus;
DWORD dwPublicID;
and replace them by a link to the reader structure:
struct pubReaderStatesList *readerState;
The fields (ATR, procotol, state) were duplicated in both structures
PREADER_STATE and READER_CONTEXT. It was useless and misleading.
It was uneasy to change the ATR or the card protocol after the card was
powered on. A protocol change may occur if the card supports both T=0
and T=1 and the SCardConnect() does not select the default protocol.
Revision
957 -
Directory Listing
Modified
Fri Jun 18 08:32:01 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
in IFDStatusICC() the argument pdwProtocol was set as:
*pdwProtocol = rContext->dwProtocol;
and rContext was an input argument.
So IFDStatusICC() had _no_ action on pdwProtocol expect make a copy form
an IN parameter to an OUT parameter. This was useless and misleading.
PDWORD pdwProtocol is now removed.
Revision
956 -
Directory Listing
Modified
Fri Jun 18 08:26:04 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
add a chapter "Memory structures"
Revision
955 -
Directory Listing
Modified
Thu Jun 17 13:43:37 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
put back the structure name
Revision
954 -
Directory Listing
Modified
Thu Jun 17 08:41:04 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
do not use a dwAllocNum argument in RFAllocateReaderSpace() since the
number of contexts is _fixed_ by the declaration of sReadersContexts[].
It may be interpreted as a (false) possibility of dynamicity and will then
cause a buffer overflow if dwAllocNum > PCSCLITE_MAX_READERS_CONTEXTS
Revision
953 -
Directory Listing
Modified
Thu Jun 17 08:14:56 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
psFunctions.pvf* fields are function pointers so NULL is more appropriate
than 0
Revision
952 -
Directory Listing
Modified
Thu Jun 17 08:04:56 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
correct a bug introduced in version 1.47 that occurs if a reader is
muti-slot and no more sReadersContexts[] entries are available:
RFRemoveReader() was called with a NULL lpcReader
Revision
951 -
Directory Listing
Modified
Thu Jun 17 07:59:26 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
move declaration of dwContextB in the block it is used
Revision
950 -
Directory Listing
Modified
Thu Jun 17 07:50:39 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
move the lpcStripReader[] declaration in the block it is used.
Revision
949 -
Directory Listing
Modified
Thu Jun 17 07:44:03 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
rename the structure READER_STATES in READER_STATE (singular) since the
structure stores only the state of ONE reader
Revision
948 -
Directory Listing
Modified
Thu Jun 17 06:44:01 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
correct foobar(); prototypes in foobar(void);
Revision
947 -
Directory Listing
Modified
Thu Jun 17 06:31:07 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
complete the prototypes of RFSuspendAllReaders() and RFAwakeAllReaders()
Revision
946 -
Directory Listing
Modified
Thu Jun 17 06:29:07 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
psCapabilites and psProtOptions fields are not used in struct
ReaderContext so "#if 0" them
Revision
945 -
Directory Listing
Modified
Wed Jun 16 14:03:45 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
PHSetProtocol() correctly return the selected protocol
Revision
944 -
Directory Listing
Modified
Wed Jun 16 12:44:05 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
print the Send Protocol in T=? format instead of internal representation
value.
Revision
943 -
Directory Listing
Modified
Tue Jun 15 20:49:46 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
improve my previous patch: correctly print an unknown Active Protocol if
it happens
Revision
942 -
Directory Listing
Modified
Tue Jun 15 20:34:33 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
add ChangeLog.cvs
Revision
941 -
Directory Listing
Modified
Tue Jun 15 20:33:16 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
print the "real" active protocol in the format T=? instead of the
internal representation of that value (T=0 is coded as 1)
Revision
940 -
Directory Listing
Modified
Sun Jun 13 16:59:13 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
use SCARD_PROTOCOL_T0 | SCARD_PROTOCOL_T1 instead of SCARD_PROTOCOL_ANY
since it is not defined in Micosoft PC/SC
Revision
939 -
Directory Listing
Modified
Fri Jun 11 08:06:54 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
1.2.9-beta3
Revision
938 -
Directory Listing
Modified
Fri Jun 11 08:05:52 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
ChangeLog.cvs is not a .PHONY target but a real file
Revision
937 -
Directory Listing
Modified
Fri Jun 11 07:40:56 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
- add documentation for LTPBundleFindValueWithKey, debug_msg and debug_xxd
- ifdhandler.h moved in PCSC/ifdhandler.h
Revision
935 -
Directory Listing
Modified
Thu Jun 10 18:11:12 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
pcsclite.h moved from src/ to src/PCSC/
Revision
934 -
Directory Listing
Modified
Thu Jun 10 18:09:21 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
simplify:
#if defined(__APPLE__)
#include <PCSC/wintypes.h>
#else
#include <wintypes.h>
#endif
since we now use PCSC/ for all Unix platforms
Revision
933 -
Directory Listing
Modified
Thu Jun 10 18:05:02 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
include PCSC/pcsclite.h instead of pcsclite.h
Revision
932 -
Directory Listing
Modified
Thu Jun 10 18:04:16 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
src/pcsclite.h moved in src/PCSC/pcsclite.h
Revision
931 -
Directory Listing
Modified
Thu Jun 10 14:57:47 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
use the new PCSC/ location for header files
Revision
930 -
Directory Listing
Modified
Thu Jun 10 14:56:32 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
install the exported header files in ../include/PCSC/ to avoid name
polution in ../include/
also install parser.h
Revision
929 -
Directory Listing
Modified
Thu Jun 10 13:19:35 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
use /* */ instead of // for comments
Revision
928 -
Directory Listing
Modified
Thu Jun 10 13:18:42 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
rework RFSetReaderName() to simply the code and always start with the
lowest number available (like in previous pcsc-lite version)
Revision
927 -
Directory Listing
Modified
Wed Jun 9 13:17:27 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
add test of IFDHControl()
Revision
926 -
Directory Listing
Modified
Wed Jun 9 09:57:02 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
use a dynamic array for available USB drivers:
- avoid a buffer overflow (argh!)
- allow to use more than 16 drivers/supported readers
Revision
925 -
Directory Listing
Modified
Wed Jun 9 07:29:33 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
replace SCARD_PROTOCOL_ANY by SCARD_PROTOCOL_T0 | SCARD_PROTOCOL_T1
since SCARD_PROTOCOL_ANY is _not_ defined by Microsoft PC/SC and is not
equals to SCARD_PROTOCOL_T0 | SCARD_PROTOCOL_T1
SCARD_PROTOCOL_ANY is deprecated and should not be used!
Revision
924 -
Directory Listing
Modified
Wed Jun 9 07:27:15 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
improve debug messages and comments
Revision
923 -
Directory Listing
Modified
Wed Jun 9 07:13:55 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
remove useless ' ' at the end of some lines
Revision
922 -
Directory Listing
Modified
Wed Jun 9 06:58:44 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
- add support of specific mode by the presence of TA2 (protocol not
negociable)
- improve debug messages
Revision
921 -
Directory Listing
Modified
Wed Jun 9 06:19:16 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
code reindentation and remove useless blank and { } lines
Revision
920 -
Directory Listing
Modified
Wed Jun 9 06:12:59 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
make debug messages work when ATR_DEBUG is set
Revision
919 -
Directory Listing
Modified
Tue Jun 8 07:04:46 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
add #include <pcsclite.h>
Revision
918 -
Directory Listing
Modified
Mon Jun 7 13:52:58 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
remove two unused #define
Revision
917 -
Directory Listing
Modified
Mon Jun 7 13:40:55 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
a lexer library (lex or flex) is mandatory to parse /etc/reader.conf so
exit ./configure if none is found
Revision
916 -
Directory Listing
Modified
Mon Jun 7 13:39:01 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
the libpcsclite library does not compile and work without a thread library
even with --disable-threadsafe
Revision
915 -
Directory Listing
Modified
Sat Jun 5 16:04:11 2004 UTC
(8 years, 11 months ago)
by
sauveron-guest
Original Path:
trunk
Change the names of the types LPCSTR to LPCTSTR and LPSTR to LPTSTR to be compliant with the Microsoft SCard API
Revision
914 -
Directory Listing
Modified
Sat Jun 5 15:58:47 2004 UTC
(8 years, 11 months ago)
by
sauveron-guest
Original Path:
trunk
Add the include needed <errno.h>
Revision
913 -
Directory Listing
Modified
Sat Jun 5 15:52:11 2004 UTC
(8 years, 11 months ago)
by
sauveron-guest
Original Path:
trunk
Add a note about 2 unused functions in the SCF part.
Revision
912 -
Directory Listing
Modified
Sat Jun 5 15:43:11 2004 UTC
(8 years, 11 months ago)
by
sauveron-guest
Original Path:
trunk
Change the names of the types LPCSTR to LPCTSTR and LPSTR to LPTSTR to be compliant with the Microsoft SCard API
Revision
911 -
Directory Listing
Modified
Sat Jun 5 15:33:53 2004 UTC
(8 years, 11 months ago)
by
sauveron-guest
Original Path:
trunk
Add the two inline in the declarations to avoid warning
Revision
910 -
Directory Listing
Modified
Sun May 30 19:45:30 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
use 'pkg-config libpcsclite --variable=usbdropdir' even if --prefix= is
used. You should use --enable-usbdropdir= and --enable-ccidtwindir= to
set to different values.
Revision
909 -
Directory Listing
Modified
Sun May 30 19:33:07 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
display the error message (errno) if the bundle file cannot be opened
Revision
908 -
Directory Listing
Modified
Wed May 26 21:16:16 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
declare internal only function as "static" (and two one-line functions as "inline")
Revision
907 -
Directory Listing
Modified
Wed May 26 20:53:38 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
add a ' ' argument in PCSCLITE_THREAD_FUNCTION( ) so that old gcc
(gcc-2.95) does not comply with "macro `PCSCLITE_THREAD_FUNCTION' used
without args" any more.
Revision
906 -
Directory Listing
Modified
Wed May 26 14:02:39 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
Dell keyboard SK-3106
Revision
905 -
Directory Listing
Modified
Wed May 26 08:56:52 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
set *rx_length to 0 when a ReadPort() error is returned.
The problem was not solved by ccid_usb.c 1.25.
Revision
904 -
Directory Listing
Modified
Wed May 26 07:50:07 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
bPINOperation is not passed in the user command since the command is
"PIN Verification" and nothing else
Revision
903 -
Directory Listing
Modified
Wed May 26 07:48:03 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
remove useless bPINOperation
Revision
902 -
Directory Listing
Modified
Wed May 26 07:46:39 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
add "Some SCardControl commands" section (IFD_EXCHANGE and VERIFY_PIN)
Revision
901 -
Directory Listing
Modified
Wed May 26 07:45:25 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
add CCID spec reference
Revision
900 -
Directory Listing
Modified
Tue May 25 14:46:02 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
add support for SCardGetAttrib(.., IOCTL_SMARTCARD_VENDOR_VERIFY_PIN, ..)
to know if the reader supports SCardControl(.., IOCTL_SMARTCARD_VENDOR_VERIFY_PIN, ..)
Revision
899 -
Directory Listing
Modified
Tue May 25 12:59:26 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
signedness issue detected by gcc -pedantic
Revision
898 -
Directory Listing
Modified
Tue May 25 12:52:09 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
remove useless { } and simplify the code
Revision
897 -
Directory Listing
Modified
Tue May 25 12:44:30 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
recompile using -pedantic and correct lots of cast "problems"
Revision
896 -
Directory Listing
Modified
Tue May 25 08:25:23 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
add a --enable-pcsclite option (default yes) so that the driver can be
compiled for a different framework (one needing tokenparser.l)
Revision
895 -
Directory Listing
Modified
Tue May 25 08:23:20 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
set length to 0 when a usb_bulk_read() error is returned
Revision
894 -
Directory Listing
Modified
Tue May 25 06:52:05 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
install Info.plist before the lib. This is for my convenience only
because of my debug setup.
Revision
893 -
Directory Listing
Modified
Tue May 25 06:50:24 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
rename tokenparser_macosx.l into tokenparser_fake.l since it is not
MacOSX specific.
Revision
892 -
Directory Listing
Modified
Mon May 24 12:58:43 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
recompile using gcc -pedantic and correct:
- some C++ syntax comments
- many signedness "problems"
Revision
891 -
Directory Listing
Modified
Mon May 24 10:02:48 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
add support for Secure PIN through SCardControl() (see sample code in examples/)
Revision
890 -
Directory Listing
Modified
Mon May 24 09:58:43 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
- add some missing error codes
- low error values indicate the byte in error in the CCID frame
Revision
889 -
Directory Listing
Modified
Mon May 24 09:56:16 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
add examples for SCardControl IOCTL_SMARTCARD_VENDOR_IFD_EXCHANGE and
IOCTL_SMARTCARD_VENDOR_VERIFY_PIN
Revision
888 -
Directory Listing
Modified
Mon May 24 09:54:30 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
add examples in SUBDIRS
Revision
887 -
Directory Listing
Modified
Mon May 24 09:53:36 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
remove -fno-common from CFLAGS since it is(?) gcc specific
Revision
886 -
Directory Listing
Modified
Mon May 24 07:27:44 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
add Advanced Card Systems ACR 38
Revision
885 -
Directory Listing
Modified
Mon May 24 06:39:27 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
add Cherry XX33
Revision
884 -
Directory Listing
Modified
Mon May 24 06:36:19 2004 UTC
(8 years, 11 months ago)
by
rousseau
Original Path:
trunk
- allow ':' in DEVICENAME
- use ':' to indicate a non-real device (do not test for its existence
as a file).
You can use this in something like "net://1.2.3.4/foobar" to indicate
a reader on a remote machine like an X11 terminal.
Revision
883 -
Directory Listing
Modified
Wed May 19 09:43:19 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
for SCardConnect()
- dwPreferredProtocols is a bit mask of acceptable protocols
- SCARD_SHARE_DIRECT can be used to talk to the reader without a card inserted
Revision
882 -
Directory Listing
Modified
Tue May 18 14:02:55 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
in CardUp():SetParameters() the default TA1 is 0x11
Revision
881 -
Directory Listing
Modified
Mon May 17 14:46:12 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
add default ifdDriverOptions set to 0x0000
Revision
880 -
Directory Listing
Modified
Mon May 17 14:45:44 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
- add support of IOCTL_SMARTCARD_VENDOR_IFD_EXCHANGE in IFDHControl()
- read ifdDriverOptions from Info.plist to limit the use of
IOCTL_SMARTCARD_VENDOR_IFD_EXCHANGE (idea from Peter Williams)
Revision
879 -
Directory Listing
Modified
Mon May 17 14:39:22 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
redefined CmdEscape() to pass the CCID message instead of just a tag
Revision
878 -
Directory Listing
Modified
Mon May 17 14:37:08 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
do not export get_end_points() declaration and make the function static
Revision
877 -
Directory Listing
Modified
Mon May 17 14:35:51 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
reorganize header files
Revision
876 -
Directory Listing
Modified
Mon May 17 14:32:56 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
check for pcsclite.h and ifdhandler.h installed by recent pcsc-lite
Revision
875 -
Directory Listing
Modified
Mon May 17 13:53:10 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
types and definitions are now in <pcsclite.h>, "defs.h" and "ccid_ifdhandler.h"
Revision
874 -
Directory Listing
Modified
Mon May 17 13:14:57 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
removed since pcsclite.h now defines SCARD_ATTR_*
Revision
873 -
Directory Listing
Modified
Mon May 17 13:00:12 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
use the ifdhandler.h provided by pcsc-lite so remove a lot of lines
Revision
872 -
Directory Listing
Modified
Fri May 14 14:14:38 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
check that pkg-config command is present before using it
Revision
871 -
Directory Listing
Modified
Fri May 14 09:07:29 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
use `pkg-config libpcsclite --variable=usbdropdir` so you do not have to
use --enable-usbdropdir=DIR or --enable-ccidtwindir=DIR even if pcscd
does not use the default /usr/local/pcsc/drivers
Revision
870 -
Directory Listing
Modified
Thu May 13 13:28:49 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
do not install pcsc_demo since it is just a sample code for developpers
that is not supposed (the code) to do anything useful
Revision
869 -
Directory Listing
Modified
Thu May 13 13:26:56 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
ignore autom4te.cache directory
Revision
868 -
Directory Listing
Modified
Thu May 13 13:26:17 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
ignore pcsclite.h since it is generated from pcsclite.h.in
Revision
867 -
Directory Listing
Modified
Thu May 13 13:25:06 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
Typos. thanks to Ville Skytt� for the patches
Revision
866 -
Directory Listing
Modified
Thu May 13 12:28:18 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
install ifdhandler.h so drivers can use it for compilation.
Patch by Ville Skytt�
Revision
865 -
Directory Listing
Modified
Wed May 12 12:28:13 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
remove reader.conf from EXTRA_DIST since it is already in sysconf_DATA
Revision
864 -
Directory Listing
Modified
Wed May 12 12:27:42 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
comment the configuration lines since they are not valid and will
prevent the start of pcscd if they are not modified
Revision
863 -
Directory Listing
Modified
Wed May 12 12:20:20 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
document the libusb bug on MacOS X with unplug/replug in a different USB
socket
Revision
862 -
Directory Listing
Modified
Wed May 12 12:09:09 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
move debug configuration from INSTALL to README since it is dynamic now
Revision
861 -
Directory Listing
Modified
Wed May 12 09:08:34 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
remove the "readers enumeration" part since this problem is now solved
by pcsc-lite-1.2.9
Revision
860 -
Directory Listing
Modified
Wed May 12 09:03:49 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
document the use of 'pkg-config libpcsclite --variable=usbdropdir'
Revision
859 -
Directory Listing
Modified
Wed May 12 07:53:39 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
use the modern form for AC_INIT() instead of the deprecated one.
Revision
858 -
Directory Listing
Modified
Wed May 12 07:51:52 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
use @VERSION@ for PCSCLITE_VERSION_NUMBER instead of a manual value.
Thanks to Damien Sauveron for the idea.
Revision
857 -
Directory Listing
Modified
Wed May 12 07:48:35 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
install bundleTool and installifd in ../sbin/ instead of ../bin/
Revision
855 -
Directory Listing
Modified
Tue May 11 12:25:20 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
release 1.2.9-beta2
Revision
854 -
Directory Listing
Modified
Tue May 11 09:49:22 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
beta2 version
Revision
853 -
Directory Listing
Modified
Tue May 11 09:44:10 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
change libmusclecard current version to 1 so that old libmusclecard0 and
new libmusclecard1 can cohabitate on the same system and will not break
existing programs during upgrades.
This is because libmusclecard is provided in the same distrib/package as
libpcsclite. If we want two libpcsclite to cohabitate we must also
ensure that the two libmusclecard can also cohabitate.
Revision
852 -
Directory Listing
Modified
Tue May 11 09:28:35 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
generate local icons for the latex2html generated pages
Revision
851 -
Directory Listing
Modified
Tue May 11 08:11:58 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
add a / at the end of URLs and directory names
Revision
850 -
Directory Listing
Modified
Tue May 11 08:08:33 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
print pcsc-lite version number during startup
Revision
849 -
Directory Listing
Modified
Mon May 10 15:12:00 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
install pcsclite.h instead of pcsclite.h.in
Revision
848 -
Directory Listing
Modified
Mon May 10 14:41:15 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
add the chapter "Multithreading and contexts"
Revision
847 -
Directory Listing
Modified
Mon May 10 13:29:40 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
ignore ifdhandler-3 temporary files
Revision
846 -
Directory Listing
Modified
Mon May 10 13:24:33 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
some rewrite
Revision
845 -
Directory Listing
Modified
Mon May 10 13:16:51 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
caracters -> characters
Revision
844 -
Directory Listing
Modified
Mon May 10 13:16:04 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
approprate -> appropriate
Revision
843 -
Directory Listing
Modified
Mon May 10 13:14:30 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
smartcard -> smart card, musclecard -> MuscleCard
Revision
842 -
Directory Listing
Modified
Mon May 10 12:50:25 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
add ifdhandler-3.tex ifdhandler-3.pdf
Revision
841 -
Directory Listing
Modified
Mon May 10 12:49:45 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
IFD Handler API in LaTeX format
Revision
840 -
Directory Listing
Modified
Mon May 10 07:52:57 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
in IFDHPowerICC() IFD_POWER_DOWN is just power down without a power up.
Changed to be compliant with IFD Handler specifications.
Revision
839 -
Directory Listing
Modified
Mon May 10 07:47:49 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
in SCardReconnect(), SCardDisconnect() and SCardEndTransaction()
SCARD_UNPOWER_CARD is "Power down the card and reset it (Cold Reset)" so
we really power down _and_ then power up the card.
Revision
838 -
Directory Listing
Modified
Fri May 7 18:18:17 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
the comment for --enable-extendedapdu was wrong. The maximum APDU size
is 32KB and not 128KB. Thanks to Damien Sauveron.
Revision
837 -
Directory Listing
Modified
Fri May 7 12:20:18 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
in Protocol_T1_Negociate_IFSD() rename sblock in block since the same
variable is used for sent and received block.
This was not clear and was the source of reported bug [ #300707 ]
"Delete block before using it in t1_protocol.c" which is not a bug in fact.
Revision
836 -
Directory Listing
Modified
Thu May 6 14:09:27 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
add a "configuring the driver for the serial reader (GemPC Twin)" part
Revision
834 -
Directory Listing
Modified
Thu May 6 09:05:59 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
release 1.2.9-beta1
Revision
833 -
Directory Listing
Modified
Thu May 6 09:04:44 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
version 1.2.9-beta1
Revision
832 -
Directory Listing
Modified
Thu May 6 09:03:31 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
in IFDControl_v2 and IFDControl test the ifd handler version and
possibly return before the critical section (mutex)
Revision
831 -
Directory Listing
Modified
Thu May 6 08:58:12 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
in IFDControl_v2() and IFDControl(), do not return between SYS_MutexLock
and SYS_MutexUnLock but set rv to the correct value. Otherwise the daemon
is dead locked.
Revision
830 -
Directory Listing
Modified
Thu May 6 08:17:46 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
add an empty HPStopHotPluggables() function
Revision
829 -
Directory Listing
Modified
Thu May 6 08:12:43 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
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
828 -
Directory Listing
Modified
Thu May 6 06:38:14 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
add support of --enable-extendedapdu argument to allow the use of big
APDUs (up to 128 KBytes)
Revision
827 -
Directory Listing
Modified
Thu May 6 06:36:46 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
minor reindentations
Revision
826 -
Directory Listing
Modified
Thu May 6 06:36:13 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
in SCardSetAttrib() the cbAttrLen is a DWORD and not a LPDWORD so use
gsStr->cbAttrLen instead of &gsStr->cbAttrLen. Bad cut-n-paste here!
Revision
825 -
Directory Listing
Modified
Tue May 4 12:45:22 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
add DellSCRK.txt
Revision
824 -
Directory Listing
Modified
Tue May 4 12:44:06 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
add Dell smart card reader keyboard
Revision
823 -
Directory Listing
Modified
Mon May 3 13:54:23 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
- rename dwFeeds and dwMutex to pdwFeeds and pdwMutex since they are
pointers
- add a check to avoid removing an aleady removed driver (closes bug
[ #300684 ] pcscd segfaults on 'if (*sContext->dwMutex == 1)')
Revision
822 -
Directory Listing
Modified
Mon May 3 13:51:38 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
rename dwFeeds and dwMutex to pdwFeeds and pdwMutex since they are
pointers
Revision
821 -
Directory Listing
Modified
Tue Apr 27 13:27:03 2004 UTC
(9 years ago)
by
rousseau
Original Path:
trunk
patch from Damien Sauveron to rectify the source code examples.
Revision
820 -
Directory Listing
Modified
Wed Apr 21 22:45:27 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
do not stop if pcsc-lite does not exist and is removed
Revision
819 -
Directory Listing
Modified
Wed Apr 21 22:42:38 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
distribute pcsc-lite.tex
Revision
818 -
Directory Listing
Modified
Wed Apr 21 22:18:46 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
- SCardControl new API
- add SCardGetAttrib()/SCardSetAttrib()
Revision
817 -
Directory Listing
Modified
Wed Apr 21 21:42:33 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
remove the function names from the debug messages
Revision
816 -
Directory Listing
Modified
Wed Apr 21 21:40:19 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
add __FUNCTION__ in the debug messages
Revision
815 -
Directory Listing
Modified
Mon Apr 19 16:49:39 2004 UTC
(9 years, 1 month ago)
by
sauveron-guest
Original Path:
trunk
Typo in email address.
Revision
814 -
Directory Listing
Modified
Mon Apr 19 16:42:02 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
update copyright date
Revision
813 -
Directory Listing
Modified
Mon Apr 19 16:29:35 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
add SCARD_ATTR_* tags for SCardGetAttrib()
Revision
812 -
Directory Listing
Modified
Mon Apr 19 16:28:46 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
RxBuffer argument of IFDControl is LPVOID and not LPCVOID
Revision
811 -
Directory Listing
Modified
Mon Apr 19 16:27:51 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
FDHControl() argument lpInBuffer and lpOutBuffer are LPCVOID and LPVOID
and not PUCHAR
Revision
810 -
Directory Listing
Modified
Mon Apr 19 16:26:02 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
add test for SCardSetAttrib()
Revision
809 -
Directory Listing
Modified
Mon Apr 19 16:25:23 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
add support for SCardGetAttrib() and SCardSetAttrib()
Revision
808 -
Directory Listing
Modified
Mon Apr 19 16:21:53 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
add winsmcrd.h in COMMON
Revision
807 -
Directory Listing
Modified
Mon Apr 19 16:18:43 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
reset ATR string (length = 0) when the card is powered down or not present
Revision
806 -
Directory Listing
Modified
Mon Apr 19 16:18:00 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
typo in a comment
Revision
805 -
Directory Listing
Modified
Mon Apr 19 16:11:05 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
list of tags for SCardGetAttrib() like SCARD_ATTR_ATR_STRING
Revision
804 -
Directory Listing
Modified
Mon Apr 19 16:09:24 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
add SCARD_ATTR_ATR_STRING in addition to TAG_IFD_ATR in IFDHGetCapabilities()
Revision
803 -
Directory Listing
Modified
Mon Apr 19 15:24:25 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
do not ask for reader number if only one reader is present
Revision
802 -
Directory Listing
Modified
Mon Apr 19 15:21:06 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
remove useless REPEAT_TEST conditional code
Revision
801 -
Directory Listing
Modified
Mon Apr 19 15:18:25 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
test SCardGetAttrib()
Revision
800 -
Directory Listing
Modified
Mon Apr 19 14:59:59 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
lpOutBuffer argument is LPVOID not LPCVOID in IFDControl
Revision
799 -
Directory Listing
Modified
Fri Apr 16 16:11:15 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
do not SCardReleaseContext() in case of error in SCardControl test
Revision
798 -
Directory Listing
Modified
Fri Apr 16 15:27:21 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
add support of the new IFDHControl() API
Revision
797 -
Directory Listing
Modified
Fri Apr 16 15:24:54 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
add a test for SCardControl()
Revision
796 -
Directory Listing
Modified
Fri Apr 16 15:23:48 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
rename IFDHControl() to IFDHControl_v2() and add a new IFDHControl()
with the new API
Revision
795 -
Directory Listing
Modified
Fri Apr 16 15:22:02 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
new IFDHControl() API
Revision
794 -
Directory Listing
Modified
Fri Apr 16 15:21:34 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
use a new version from pcsc-lite with support of the new IFDHControl() API
Revision
793 -
Directory Listing
Modified
Thu Apr 15 09:53:58 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
remove implicit/useless { }
Revision
792 -
Directory Listing
Modified
Thu Apr 15 09:01:52 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
document the SCardControl migration
Revision
791 -
Directory Listing
Modified
Thu Apr 15 08:43:33 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
pcscd and libpcsclite now exchange a protocol version to know what API
to use
Revision
790 -
Directory Listing
Modified
Thu Apr 15 08:38:50 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
change library version to 1:0:0 since the interface changed
Revision
789 -
Directory Listing
Modified
Thu Apr 15 08:37:23 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
ignore LaTeX temporary files
Revision
788 -
Directory Listing
Modified
Thu Apr 15 08:36:05 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
bibliography in BibTeX format
Revision
787 -
Directory Listing
Modified
Thu Apr 15 08:29:40 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
- generate .pdf from .tex
- distribute the generated pcsc-lite.pdf
Revision
786 -
Directory Listing
Modified
Thu Apr 15 08:27:42 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
the pcsc-lite pdf documentation is now generated from a LaTeX document
Revision
785 -
Directory Listing
Modified
Wed Apr 14 20:19:52 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
document in the help text that '--foreground' imply '--debug stderr'
Revision
784 -
Directory Listing
Modified
Wed Apr 14 14:36:38 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
add a dummy field (to replace request_id) in sharedSegmentMsg to have
the same structure size as in previous pcsc-lite versions so that a new
pcscd can talk to an old libpcsclite and vice-versa.
Revision
783 -
Directory Listing
Modified
Wed Apr 14 14:34:37 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
add a default case in pcsc_stringify_error()
Revision
782 -
Directory Listing
Modified
Tue Apr 13 15:03:31 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
test SCardListReaderGroups()
Revision
781 -
Directory Listing
Modified
Thu Apr 8 14:35:57 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
add support for the libusb naming scheme: usb:%04x/%04x:libusb:%s
Revision
780 -
Directory Listing
Modified
Thu Apr 8 12:43:58 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
parse bPINSupport field
Revision
779 -
Directory Listing
Modified
Thu Apr 8 09:46:54 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
parse bPINSupport field
Revision
778 -
Directory Listing
Modified
Wed Apr 7 20:10:31 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
also distribute SK-3106.txt
Revision
777 -
Directory Listing
Modified
Tue Apr 6 13:32:54 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
remove --enable-debugcritical, --enable-debuginfo,
--enable-debugperiodic and --enable-debugcomm options since the log
level is now dynamically managed by ifdLogLevel in Info.plist
Revision
776 -
Directory Listing
Modified
Tue Apr 6 13:25:28 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
define default ifdLogLevel at 3 (DEBUG_LEVEL_CRITICAL | DEBUG_LEVEL_INFO)
Revision
775 -
Directory Listing
Modified
Tue Apr 6 13:18:11 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
remove now useless #ifdef DEBUG
Revision
774 -
Directory Listing
Modified
Tue Apr 6 13:15:34 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
add { } to avoid ambiguities now that DEBUG_* are "if (x) y" constructions
Revision
773 -
Directory Listing
Modified
Tue Apr 6 13:14:02 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
during the first IFDHCreateChannel*() init_debug() is called to read the
value of ifdLogLevel from the Info.plist
Revision
772 -
Directory Listing
Modified
Tue Apr 6 13:09:59 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
change the DEBUG_* macros from static (compilation conditional) to
dynamic (if ())
Revision
771 -
Directory Listing
Modified
Tue Apr 6 13:07:45 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
debug.c is only needed by parse_SOURCES not COMMON
Revision
770 -
Directory Listing
Modified
Tue Apr 6 08:59:26 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
do not return before pthread_mutex_unlock() in IFDHCreateChannelByName()
Revision
769 -
Directory Listing
Modified
Tue Apr 6 08:53:05 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
also call ccid_open_hack() in IFDHCreateChannelByName()
Revision
768 -
Directory Listing
Modified
Tue Apr 6 08:51:34 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
T=1 context is initialized in CardUp(), not in IFDHCreateChannel()
Revision
767 -
Directory Listing
Modified
Tue Apr 6 06:56:22 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
remove the code to map SCARD_UNPOWER_CARD on IFD_RESET.
SCARD_UNPOWER_CARD is power down and power up (cold reset) => IFD_POWER_DOWN
SCARD_RESET_CARD is just power up (warm reset) => IFD_RESET
Revision
766 -
Directory Listing
Modified
Tue Apr 6 06:52:34 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
revert to nearly previous version.
- IFD_POWER_DOWN is power down and power up (cold reset)
- IFD_RESET is power up (warm reset)
- IFD_POWER_UP is power up
Revision
765 -
Directory Listing
Modified
Mon Apr 5 14:44:59 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
initialize readers to NULL to avoid a "`readers' might be used
uninitialized" compilation warning
Revision
764 -
Directory Listing
Modified
Mon Apr 5 09:56:52 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
version 0.4.2
Revision
763 -
Directory Listing
Modified
Mon Apr 5 09:53:59 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
add support for the Dell keyboard SK-3106
Revision
762 -
Directory Listing
Modified
Mon Apr 5 09:47:21 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
define ALLOW_PROPRIETARY_CLASS by default
Proprietary USB Class (0xFF) are (or are not) accepted
A proprietary class is used for devices released before the final CCID
specifications were ready.
We should not have problems with non CCID devices becasue the
Manufacturer and Product ID are also used to identify the device */
Revision
761 -
Directory Listing
Modified
Fri Apr 2 14:43:58 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
add support for doc/reader.conf.5
Revision
760 -
Directory Listing
Modified
Fri Apr 2 14:42:58 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
new manpage
Revision
759 -
Directory Listing
Modified
Fri Apr 2 13:38:21 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
typos
Revision
758 -
Directory Listing
Modified
Fri Apr 2 06:52:16 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
add two missing free()
Revision
757 -
Directory Listing
Modified
Thu Apr 1 09:14:05 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
do not try to restart a USB driver if the first execution fails (because
of a bug in the driver or whatever) since the next execution of the
driver will, with a great probability, also fail. The user has to
unplug/replug the reader to restart the driver. This prevents to fill
the system logs with an error message every 1 second.
Revision
756 -
Directory Listing
Modified
Thu Apr 1 07:21:41 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
remove a useless occurence of PCSCLITE_MAX_READERS_CONTEXTS
Revision
755 -
Directory Listing
Modified
Wed Mar 31 14:58:43 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
use $(srcdir) instead of ".". Thanks to Dr Russel Winder for the patch.
Revision
754 -
Directory Listing
Modified
Wed Mar 31 14:57:50 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
use sizeof(lpcStripReader) instead of MAX_READERNAME
Revision
753 -
Directory Listing
Modified
Wed Mar 31 13:50:54 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
also print tokenType field as a number and string
Revision
752 -
Directory Listing
Modified
Wed Mar 31 13:48:31 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
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, 1 month ago)
by
rousseau
Original Path:
trunk
replace some 0 bu NULL for pointers
Revision
750 -
Directory Listing
Modified
Wed Mar 31 13:11:27 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
- replace 0 by NULL
- remove some { } for one line blocks
Revision
749 -
Directory Listing
Modified
Wed Mar 31 09:54:31 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
recode the readers enumeration to avoid the use of PCSCLITE_MAX_READERS_CONTEXTS
Revision
748 -
Directory Listing
Modified
Wed Mar 31 09:42:30 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
use SCARDCONTEXT and SCARDHANDLE instead of MSCLong32
Revision
747 -
Directory Listing
Modified
Wed Mar 31 09:42:01 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
use SCARDCONTEXT, DWORD, LPSCARDHANDLE, etc. instead of long, unsigned
long, long *, etc. to be more Windows PC/SC compliant
Revision
746 -
Directory Listing
Modified
Wed Mar 31 09:40:12 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
remove two "by najam" comments
Revision
745 -
Directory Listing
Modified
Wed Mar 31 09:38:54 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
use MAX_ATR_SIZE instead of 33 in the declaration of SCARD_READERSTATE_A
Revision
744 -
Directory Listing
Modified
Wed Mar 31 09:37:59 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
proposed patch: define PCSCLITE_MAX_READERS with a deprecated attribute
Revision
743 -
Directory Listing
Modified
Tue Mar 30 15:12:22 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
remove the warning if no /etc/reader.conf is found. It is normal to not
have an /etc/reader.conf for USB readers only.
Revision
742 -
Directory Listing
Modified
Tue Mar 30 15:08:59 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
print a warning if the LIBPATH contains ".bundle". USB drivers SHOULD NOT be declared in reader.conf
Revision
741 -
Directory Listing
Modified
Tue Mar 30 14:54:19 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
add strerror(errno) in the error message.
Revision
740 -
Directory Listing
Modified
Tue Mar 30 14:48:28 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
use NULL instead of 0
Revision
739 -
Directory Listing
Modified
Tue Mar 30 14:43:47 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
code reindentation
Revision
738 -
Directory Listing
Modified
Tue Mar 30 13:01:05 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
allow proprietary CCID Class byte but only if ALLOW_PROPRIETARY_CLASS is
defined. You should know what you do. Only useful for pre-CCID devices.
Revision
737 -
Directory Listing
Modified
Tue Mar 30 12:45:26 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
- use get_ccid_usb_interface() to also manage USB composite devices (keyboards)
- continue parsing even if bDescriptorType == 0xFF (proprietary)
Revision
736 -
Directory Listing
Modified
Tue Mar 30 12:43:20 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
define get_ccid_usb_interface() only if __USB_H__ is defined (usb.h included)
Revision
735 -
Directory Listing
Modified
Tue Mar 30 12:40:59 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
remove etc/ from filename
Revision
734 -
Directory Listing
Modified
Tue Mar 30 12:40:00 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
remove PCSC/ from filenames
Revision
733 -
Directory Listing
Modified
Tue Mar 30 12:38:57 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
files to ignore by CVS
Revision
732 -
Directory Listing
Modified
Sun Mar 28 21:27:47 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
simplify a bit an hex->decimal conversion
Revision
731 -
Directory Listing
Modified
Sun Mar 28 21:18:43 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
left shift one bloc of code that was in a isolated { }
Revision
730 -
Directory Listing
Modified
Sun Mar 28 21:13:55 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
remove { } for one instruction if () blocs
Revision
729 -
Directory Listing
Modified
Sun Mar 28 21:00:02 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
use a direct "DWORD dwNumReadersContexts" instead of an indirect "DWORD
*dwNumReadersContexts". This will remove bugs like the one at line 90:
"if (dwNumReadersContexts != 0)" is not "if (*dwNumReadersContexts != 0)"
Revision
728 -
Directory Listing
Modified
Wed Mar 24 14:32:07 2004 UTC
(9 years, 1 month ago)
by
rousseau
Original Path:
trunk
correct atrString[] buffer size. The ATR is in ASCII so it must be MAX_ATR_SIZE*2 +1
Revision
727 -
Directory Listing
Modified
Tue Mar 23 17:22:27 2004 UTC
(9 years, 2 months ago)
by
rousseau
Original Path:
trunk
add void argument in HPStopHotPluggables()
Revision
726 -
Directory Listing
Modified
Tue Mar 23 15:31:51 2004 UTC
(9 years, 2 months ago)
by
rousseau
Original Path:
trunk
initialize vHandle field to NULL in RFAllocateReaderSpace() (caused a
crash under MacOS X)
Revision
725 -
Directory Listing
Modified
Tue Mar 23 14:51:53 2004 UTC
(9 years, 2 months ago)
by
rousseau
Original Path:
trunk
add the errno text message if specified reader.conf file is not found
Revision
724 -
Directory Listing
Modified
Tue Mar 23 14:45:42 2004 UTC
(9 years, 2 months ago)
by
rousseau
Original Path:
trunk
use PCSCLITE_READER_CONFIG instead of reader.conf in debug message
Revision
723 -
Directory Listing
Modified
Tue Mar 23 09:56:31 2004 UTC
(9 years, 2 months ago)
by
rousseau
Original Path:
trunk
move the "cp aclocal.m4 build/" after autoreconf
Revision
722 -
Directory Listing
Modified
Mon Mar 22 15:48:15 2004 UTC
(9 years, 2 months ago)
by
rousseau
Original Path:
trunk
cp aclocal.m4 build/
Revision
721 -
Directory Listing
Modified
Sat Mar 20 17:53:22 2004 UTC
(9 years, 2 months ago)
by
rousseau
Original Path:
trunk
add support for HPStopHotPluggables()
Revision
720 -
Directory Listing
Modified
Fri Mar 19 10:36:44 2004 UTC
(9 years, 2 months ago)
by
rousseau
Original Path:
trunk
new files to ignore files not in CVS
Revision
719 -
Directory Listing
Modified
Fri Mar 19 10:24:46 2004 UTC
(9 years, 2 months ago)
by
rousseau
Original Path:
trunk
really reset the card when asked to in SCardReconnect()
Revision
718 -
Directory Listing
Modified
Fri Mar 19 10:15:47 2004 UTC
(9 years, 2 months ago)
by
rousseau
Original Path:
trunk
This is hack to allow a change of ATR at Reconnect without physically
changing the card. This should not happen in real life so should not be
problematic and so is active by default (ATR_CHANGE_AT_RECONNECT).
Revision
717 -
Directory Listing
Modified
Fri Mar 19 10:08:29 2004 UTC
(9 years, 2 months ago)
by
rousseau
Original Path:
trunk
remove duplicated SYS_MutexUnLock() in SCardStatus()
Revision
716 -
Directory Listing
Modified
Thu Mar 18 10:35:53 2004 UTC
(9 years, 2 months ago)
by
rousseau
Original Path:
trunk
Reset action is power off and power on, not just power on
Revision
715 -
Directory Listing
Modified
Thu Mar 18 10:10:45 2004 UTC
(9 years, 2 months ago)
by
rousseau
Original Path:
trunk
call HPStopHotPluggables() before stopping the drivers to avoid a new
reader detection/start by hotplug when we want to stop everything
Revision
714 -
Directory Listing
Modified
Thu Mar 18 10:08:50 2004 UTC
(9 years, 2 months ago)
by
rousseau
Original Path:
trunk
add HPStopHotPluggables() to exit the hotplug thread
Revision
713 -
Directory Listing
Modified
Thu Mar 18 09:20:04 2004 UTC
(9 years, 2 months ago)
by
rousseau
Original Path:
trunk
set AraKiri to TRUE instead of 1
Revision
712 -
Directory Listing
Modified
Thu Mar 18 07:40:47 2004 UTC
(9 years, 2 months ago)
by
rousseau
Original Path:
trunk
- add SCardReconnect() sample code
- allow to select the reader number instead of selecting always the first
one
Revision
711 -
Directory Listing
Modified
Thu Mar 11 10:31:42 2004 UTC
(9 years, 2 months ago)
by
rousseau
Original Path:
trunk
version 1.2.1
Revision
710 -
Directory Listing
Modified
Tue Mar 2 14:07:27 2004 UTC
(9 years, 2 months ago)
by
rousseau
Original Path:
trunk
version 1.2.1
Revision
709 -
Directory Listing
Modified
Fri Feb 27 17:51:35 2004 UTC
(9 years, 2 months ago)
by
rousseau
Original Path:
trunk
add C3PO LTC32, SCM Micro SCR 333 and C3PO TLTC2USB in the list of
"Should work but untested by me" readers
Revision
708 -
Directory Listing
Modified
Fri Feb 27 17:46:41 2004 UTC
(9 years, 2 months ago)
by
rousseau
Original Path:
trunk
alphabetical reordering of readers
Revision
707 -
Directory Listing
Modified
Fri Feb 27 17:37:16 2004 UTC
(9 years, 2 months ago)
by
rousseau
Original Path:
trunk
add SCR 333
Revision
706 -
Directory Listing
Modified
Tue Feb 24 21:16:51 2004 UTC
(9 years, 2 months ago)
by
rousseau
Original Path:
trunk
use a shorter Perl script to convert generate/convert ChangeLog
Revision
705 -
Directory Listing
Modified
Mon Feb 23 09:57:29 2004 UTC
(9 years, 2 months ago)
by
rousseau
Original Path:
trunk
use deviceName defined as usb:idVendor/idProduct:libusb:busname:filename
in HPAddHotPluggable(). This should avoid wrong USB enumeration when
used in IFDHCreateChannelByName()
Revision
703 -
Directory Listing
Modified
Sat Feb 14 12:46:18 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
release 0.4.1
Revision
702 -
Directory Listing
Modified
Sat Feb 14 12:26:56 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
version 0.4.1
Revision
701 -
Directory Listing
Modified
Sat Feb 14 12:26:34 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
distribute SCR331-DI.txt and supported_readers.txt
Revision
700 -
Directory Listing
Modified
Sat Feb 14 12:26:09 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
disribute create_Info_plist.pl
Revision
698 -
Directory Listing
Modified
Fri Feb 13 07:58:21 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
version 0.4.0
Revision
697 -
Directory Listing
Modified
Fri Feb 13 07:57:25 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
release 0.4.0
Revision
696 -
Directory Listing
Modified
Thu Feb 12 16:11:45 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
huge rework of CardUp()
Revision
695 -
Directory Listing
Modified
Thu Feb 12 16:11:08 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
return with a error if the received bloc in less than 4 bytes (T=0
error response for example)
Revision
694 -
Directory Listing
Modified
Thu Feb 12 16:09:32 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
fill dwDefaultClock and dwMaxDataRate according to the reader descriptor
Revision
693 -
Directory Listing
Modified
Thu Feb 12 16:08:45 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
add dwDefaultClock and dwMaxDataRate fields
Revision
692 -
Directory Listing
Modified
Wed Feb 11 14:36:59 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
Perform PPS and IFSD only if the reader does not do it automatically
Revision
691 -
Directory Listing
Modified
Wed Feb 11 14:36:59 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
add CCID_CLASS_AUTO_BAUD and CCID_CLASS_AUTO_IFSD
Revision
690 -
Directory Listing
Modified
Wed Feb 11 14:36:05 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
add return code tests in Protocol_T1_Negociate_IFSD()
Revision
689 -
Directory Listing
Modified
Wed Feb 11 14:33:04 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
PPS_Exchange() now uses 'int lun' instead of 'Protocol_T1 * t1'
Revision
688 -
Directory Listing
Modified
Wed Feb 11 10:12:47 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
remove debug message
Revision
687 -
Directory Listing
Modified
Wed Feb 11 10:12:00 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
use Protocol_T1_Negociate_IFSD() in CardUp()
Revision
686 -
Directory Listing
Modified
Wed Feb 11 10:10:29 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
add Protocol_T1_Negociate_IFSD()
Revision
685 -
Directory Listing
Modified
Wed Feb 11 10:09:55 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
add CCID_CLASS_AUTO_CONF_ATR
Revision
684 -
Directory Listing
Modified
Wed Feb 11 08:25:31 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
merge 1.2.0 final branch
Revision
683 -
Directory Listing
Modified
Mon Feb 9 13:57:14 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
first bSeq is 0 (even if 1 works ok)
Revision
682 -
Directory Listing
Modified
Mon Feb 9 13:55:09 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
usb_reset() the device before usb_close()
Revision
681 -
Directory Listing
Modified
Mon Feb 9 13:42:56 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
0 is a valid channel number (use sscanf instead of atoi)
Revision
680 -
Directory Listing
Modified
Mon Feb 9 13:30:03 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
update usage text
Revision
679 -
Directory Listing
Modified
Mon Feb 9 13:28:33 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
allow to pass a device_name starting by numbers by explicitely selected a channel
Revision
678 -
Directory Listing
Modified
Mon Feb 9 08:35:55 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
exits only if IFDHCreateChannelByName is not defined (API 2.0) _and_
a device name is given
Revision
677 -
Directory Listing
Modified
Thu Feb 5 19:40:57 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
add Silitek SK-3105 keyboard URL
Revision
676 -
Directory Listing
Modified
Wed Feb 4 22:00:01 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
DEBUG_COMM4 was named DEBUG_COMM3 due to cut-n-paste
Revision
675 -
Directory Listing
Modified
Wed Feb 4 21:48:00 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
DIR in --enable-usbdropdir=DIR may not finish by / in (deprecated) hotplug_linux.c
Revision
674 -
Directory Listing
Modified
Tue Feb 3 16:11:30 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
device_name argument in IFDHCreateChannelByName() is now a command line
argument
Revision
673 -
Directory Listing
Modified
Tue Feb 3 15:44:52 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
add CardUp() and CardDown() for PowerOn and PowerOff actions
Revision
672 -
Directory Listing
Modified
Tue Feb 3 15:43:51 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
add dwMaxIFSD field
Revision
671 -
Directory Listing
Modified
Tue Feb 3 15:42:53 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
add DEBUG_COMM3()
Revision
670 -
Directory Listing
Modified
Tue Feb 3 15:42:24 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
use my own debug routines
Revision
669 -
Directory Listing
Modified
Tue Feb 3 14:59:04 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
new file
Revision
668 -
Directory Listing
Modified
Mon Feb 2 15:45:14 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
do not restrict ifsc to Towitoko
Revision
667 -
Directory Listing
Modified
Mon Feb 2 15:44:08 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
remove PPS hack
Revision
666 -
Directory Listing
Modified
Mon Feb 2 10:33:26 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
add SCR 331-DI in the "should work" list
Revision
665 -
Directory Listing
Modified
Mon Feb 2 10:05:34 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
use create_Info_plist.pl to generate the installed Info.plist from an
Info.plist template and a list of supported readers.
Revision
664 -
Directory Listing
Modified
Thu Jan 29 14:19:05 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
add support of IFDHCreateChannelByName
Revision
663 -
Directory Listing
Modified
Thu Jan 29 13:37:35 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
removed useless function name in debug messages since we use __FUNCTION__
Revision
662 -
Directory Listing
Modified
Thu Jan 29 10:33:52 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
- remove device_name[] from struct _usbDevice
- use naming scheme usb:vendor/product
- simplify (a bit) the code
Revision
661 -
Directory Listing
Modified
Thu Jan 29 10:32:20 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
remore *device_name[] argument from get_desc()
Revision
660 -
Directory Listing
Modified
Thu Jan 29 10:31:15 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
add DEBUG_CRITICAL4
Revision
659 -
Directory Listing
Modified
Tue Jan 27 15:01:08 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
set received size to 0 in case of error in CmdXfrBlockTPDU_T1
Revision
658 -
Directory Listing
Modified
Tue Jan 27 14:59:16 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
in case of error exits CCID_Receive() without copying an nonexistent anwser
Revision
657 -
Directory Listing
Modified
Tue Jan 27 14:49:51 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
add support for T=1 protocol in SendPci.Protocol
Revision
656 -
Directory Listing
Modified
Tue Jan 27 14:48:42 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
add __FUNCTION__ in debug messages
Revision
655 -
Directory Listing
Modified
Tue Jan 27 14:46:01 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
use DEBUG_CRITICAL2() instead of DEBUG_CRITICAL()
Revision
654 -
Directory Listing
Modified
Tue Jan 27 13:53:10 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
add the "Silitek SK-3105 keyboard" in the "Should work but untested by
me" list
Revision
653 -
Directory Listing
Modified
Tue Jan 27 13:51:18 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
ignore some build files
Revision
652 -
Directory Listing
Modified
Tue Jan 27 13:45:41 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
ignore some build files
Revision
651 -
Directory Listing
Modified
Tue Jan 27 13:40:29 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
add Silitek SK-3105 keyboard
Revision
650 -
Directory Listing
Modified
Tue Jan 27 13:39:47 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
add support of USB devices with multiple interfaces (like the Silitek
SK-3105 keyboard)
Revision
649 -
Directory Listing
Modified
Tue Jan 27 13:32:55 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
add support of IFDHCreateChannelByName
Revision
646 -
Directory Listing
Modified
Sat Jan 24 11:23:43 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
use "DEVICENAME /dev/ttySx_not_configured" to make it (more) clear it
should be configured.
Revision
645 -
Directory Listing
Modified
Sat Jan 24 11:21:58 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
reader.conf may also be needed for PCMCIA readers and not olny serial.
Revision
644 -
Directory Listing
Modified
Fri Jan 23 22:01:23 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
add a note: "This file has to be configured for serial readers only."
Revision
643 -
Directory Listing
Modified
Fri Jan 23 10:54:21 2004 UTC
(9 years, 3 months ago)
by
rousseau
Original Path:
trunk
check that psContextMap[dwContextIndex].psChannelMap[dwChannelIndex].readerName is non NULL before accessing it in strcmp()
Revision
642 -
Directory Listing
Modified
Thu Jan 22 14:32:07 2004 UTC
(9 years, 4 months ago)
by
aet-guest
Original Path:
trunk
- Simplify the psContext/psContextMap declarations to fix
build conflicts against some operating systems headers.
Revision
641 -
Directory Listing
Modified
Thu Jan 22 14:00:38 2004 UTC
(9 years, 4 months ago)
by
rousseau
Original Path:
trunk
move rules for src/protocol_t1/ files in src/Makefile.am to avoid
building a (problematic) static library
Revision
640 -
Directory Listing
Modified
Thu Jan 22 13:59:24 2004 UTC
(9 years, 4 months ago)
by
rousseau
Original Path:
trunk
removed since rules for src/protocol_t1/ files are in src/Makefile.am
Revision
639 -
Directory Listing
Modified
Wed Jan 21 17:06:19 2004 UTC
(9 years, 4 months ago)
by
corcoran-guest
Original Path:
trunk
Changed unsigned char * to char * and did some typecasting
to get rid of warnings when building in 64bit mode ...
Revision
638 -
Directory Listing
Modified
Wed Jan 21 06:46:40 2004 UTC
(9 years, 4 months ago)
by
sauveron-guest
Original Path:
trunk
Remove an useless include
Revision
637 -
Directory Listing
Modified
Tue Jan 20 07:09:30 2004 UTC
(9 years, 4 months ago)
by
rousseau
Original Path:
trunk
correct comment about empty deviceName argument
Revision
636 -
Directory Listing
Modified
Mon Jan 19 10:28:40 2004 UTC
(9 years, 4 months ago)
by
sauveron-guest
Original Path:
trunk
Use the device name to create channel only if defined.
Revision
635 -
Directory Listing
Modified
Mon Jan 19 10:24:40 2004 UTC
(9 years, 4 months ago)
by
sauveron-guest
Original Path:
trunk
Add an empty parameter for deviceName to allow the compilation.
Revision
634 -
Directory Listing
Modified
Mon Jan 19 00:50:43 2004 UTC
(9 years, 4 months ago)
by
sauveron-guest
Original Path:
trunk
Remove the useless include of sys/mman.h
Revision
633 -
Directory Listing
Modified
Sun Jan 18 23:45:45 2004 UTC
(9 years, 4 months ago)
by
sauveron-guest
Original Path:
trunk
Remove unused function.
Revision
632 -
Directory Listing
Modified
Fri Jan 16 11:35:48 2004 UTC
(9 years, 4 months ago)
by
sauveron-guest
Original Path:
trunk
Update the copyright.
Revision
631 -
Directory Listing
Modified
Fri Jan 16 11:13:39 2004 UTC
(9 years, 4 months ago)
by
sauveron-guest
Original Path:
trunk
Add my name, my email and the copyright.
Revision
630 -
Directory Listing
Modified
Fri Jan 16 08:55:13 2004 UTC
(9 years, 4 months ago)
by
sauveron-guest
Original Path:
trunk
Remove the useless PID information field. Also remove the WrapSHMWrite argument related to PID information.
Revision
629 -
Directory Listing
Modified
Fri Jan 16 08:51:11 2004 UTC
(9 years, 4 months ago)
by
sauveron-guest
Original Path:
trunk
Remove an useless information field of the messages sent by the client to the server. Also remove in the prototype of WrapSHMWrite the parameter related to the deleted field.
Revision
628 -
Directory Listing
Modified
Fri Jan 16 08:50:01 2004 UTC
(9 years, 4 months ago)
by
sauveron-guest
Original Path:
trunk
Remove a useless information field of the messages sent by the client to the server. Also remove in the prototype of WrapSHMWrite the parameter related to the deleted field.
Revision
627 -
Directory Listing
Modified
Fri Jan 16 08:43:09 2004 UTC
(9 years, 4 months ago)
by
sauveron-guest
Original Path:
trunk
Correct the indentation of some lines and add debug information.
Revision
626 -
Directory Listing
Modified
Fri Jan 16 08:09:15 2004 UTC
(9 years, 4 months ago)
by
sauveron-guest
Original Path:
trunk
Cleanup the code.
Revision
625 -
Directory Listing
Modified
Fri Jan 16 08:08:01 2004 UTC
(9 years, 4 months ago)
by
sauveron-guest
Original Path:
trunk
Modify the output of the debug message.
Revision
624 -
Directory Listing
Modified
Thu Jan 15 21:32:13 2004 UTC
(9 years, 4 months ago)
by
corcoran-guest
Original Path:
trunk
Changed Co to C(ZERO) instead. The Oh caused big problems with
formaticc
Revision
623 -
Directory Listing
Modified
Thu Jan 15 21:07:52 2004 UTC
(9 years, 4 months ago)
by
corcoran-guest
Original Path:
trunk
Needed to define dwAtrLen so it would not just pick up garbage
for SCardStatus.
Revision
622 -
Directory Listing
Modified
Thu Jan 15 21:06:55 2004 UTC
(9 years, 4 months ago)
by
corcoran-guest
Original Path:
trunk
In SCardStatus some of the memcopy's and strcpy's were occurring
before bounds checking.
Revision
621 -
Directory Listing
Modified
Thu Jan 15 18:31:26 2004 UTC
(9 years, 4 months ago)
by
corcoran-guest
Original Path:
trunk
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 ...
Revision
620 -
Directory Listing
Modified
Thu Jan 15 15:41:31 2004 UTC
(9 years, 4 months ago)
by
rousseau
Original Path:
trunk
define APDU_Cmd and APDU_Rsp
Revision
619 -
Directory Listing
Modified
Thu Jan 15 14:34:21 2004 UTC
(9 years, 4 months ago)
by
rousseau
Original Path:
trunk
new files from Carlos Prados towitoko-2.0.7 driver (with a bit of hacking)
Revision
618 -
Directory Listing
Modified
Thu Jan 15 14:23:41 2004 UTC
(9 years, 4 months ago)
by
rousseau
Original Path:
trunk
build protocol_t1 library
Revision
617 -
Directory Listing
Modified
Thu Jan 15 14:19:02 2004 UTC
(9 years, 4 months ago)
by
rousseau
Original Path:
trunk
add SetParameters() CCID command
Revision
616 -
Directory Listing
Modified
Thu Jan 15 14:10:13 2004 UTC
(9 years, 4 months ago)
by
rousseau
Original Path:
trunk
add support of T=1 in TPDU mode
Revision
615 -
Directory Listing
Modified
Thu Jan 15 14:09:38 2004 UTC
(9 years, 4 months ago)
by
rousseau
Original Path:
trunk
add CcidDesc.t1 field
Revision
614 -
Directory Listing
Modified
Thu Jan 15 14:09:10 2004 UTC
(9 years, 4 months ago)
by
rousseau
Original Path:
trunk
replace CmdXfrBlockTPDU() by CmdXfrBlockTPDU_T0() and CmdXfrBlockTPDU_T1()
Revision
613 -
Directory Listing
Modified
Thu Jan 15 13:51:40 2004 UTC
(9 years, 4 months ago)
by
rousseau
Original Path:
trunk
split CmdXfrBlockShortAPDU() in CCID_Transmit() and CCID_Receive()
Revision
612 -
Directory Listing
Modified
Thu Jan 15 13:45:37 2004 UTC
(9 years, 4 months ago)
by
rousseau
Original Path:
trunk
call ccid_open_hack() in IFDHCreateChannel() instead of in each OpenPort()
Revision
611 -
Directory Listing
Modified
Thu Jan 15 13:41:01 2004 UTC
(9 years, 4 months ago)
by
rousseau
Original Path:
trunk
use an (int *) instead of a PDWORD for rx_length argument
Revision
610 -
Directory Listing
Modified
Thu Jan 15 10:54:40 2004 UTC
(9 years, 4 months ago)
by
rousseau
Original Path:
trunk
new files. add definition of ACX_PTHREAD macro
Revision
609 -
Directory Listing
Modified
Thu Jan 15 08:34:20 2004 UTC
(9 years, 4 months ago)
by
rousseau
Original Path:
trunk
add get_ccid_slot() function
Revision
608 -
Directory Listing
Modified
Thu Jan 15 08:30:31 2004 UTC
(9 years, 4 months ago)
by
rousseau
Original Path:
trunk
remove function name from debug message since __FUNCTION__ is now used in
DEBUG_* macro definition
Revision
607 -
Directory Listing
Modified
Thu Jan 15 08:19:03 2004 UTC
(9 years, 4 months ago)
by
rousseau
Original Path:
trunk
add ActivCard
Revision
606 -
Directory Listing
Modified
Thu Jan 15 08:18:38 2004 UTC
(9 years, 4 months ago)
by
rousseau
Original Path:
trunk
created an "Should work but untested by me" section and add SCM Micro
SPR 532 and ActivCard USB reader 2.0
Revision
605 -
Directory Listing
Modified
Wed Jan 14 22:09:03 2004 UTC
(9 years, 4 months ago)
by
rousseau
Original Path:
trunk
reformat and add Damien Sauveron and Antti Tapaninen
Revision
604 -
Directory Listing
Modified
Wed Jan 14 12:07:59 2004 UTC
(9 years, 4 months ago)
by
sauveron-guest
Original Path:
trunk
Add the support of IFDHandler interface v3
Revision
603 -
Directory Listing
Modified
Wed Jan 14 12:07:04 2004 UTC
(9 years, 4 months ago)
by
sauveron-guest
Original Path:
trunk
Modify the prototype of IFDOpenIFD.
Revision
602 -
Directory Listing
Modified
Wed Jan 14 12:02:45 2004 UTC
(9 years, 4 months ago)
by
sauveron-guest
Original Path:
trunk
Add the function's pointer for the new function introduced in IFDHandler interface v3
Revision
601 -
Directory Listing
Modified
Wed Jan 14 11:58:11 2004 UTC
(9 years, 4 months ago)
by
sauveron-guest
Original Path:
trunk
Define the length maximum of a device name.
Revision
600 -
Directory Listing
Modified
Wed Jan 14 11:56:39 2004 UTC
(9 years, 4 months ago)
by
sauveron-guest
Original Path:
trunk
Get the device name of the USB device and give it to RFAddReader.
Revision
599 -
Directory Listing
Modified
Wed Jan 14 11:52:58 2004 UTC
(9 years, 4 months ago)
by
sauveron-guest
Original Path:
trunk
Give the device name to RFAddReader
Revision
598 -
Directory Listing
Modified
Wed Jan 14 11:48:57 2004 UTC
(9 years, 4 months ago)
by
sauveron-guest
Original Path:
trunk
Add a new parameter to the prototype of RFAddReader according to the changes in readerfactory.c
Revision
597 -
Directory Listing
Modified
Wed Jan 14 11:46:23 2004 UTC
(9 years, 4 months ago)
by
sauveron-guest
Original Path:
trunk
Add a new parameter to RFAddReader to get the device name
Revision
596 -
Directory Listing
Modified
Wed Jan 14 11:15:11 2004 UTC
(9 years, 4 months ago)
by
sauveron-guest
Original Path:
trunk
Add the device name
Revision
595 -
Directory Listing
Modified
Wed Jan 14 11:03:00 2004 UTC
(9 years, 4 months ago)
by
sauveron-guest
Original Path:
trunk
Add the prototype of the new function introduced in the IFDHandler interface v3
Revision
594 -
Directory Listing
Modified
Wed Jan 14 01:57:12 2004 UTC
(9 years, 4 months ago)
by
sauveron-guest
Original Path:
trunk
Remove a line commited by error. Sorry.
Revision
593 -
Directory Listing
Modified
Wed Jan 14 01:46:46 2004 UTC
(9 years, 4 months ago)
by
sauveron-guest
Original Path:
trunk
Check that DEVICENAME and LIBPATH files exist and if an error occurs during the parsing the reader is not added.
Revision
592 -
Directory Listing
Modified
Tue Jan 13 20:17:59 2004 UTC
(9 years, 4 months ago)
by
rousseau
Original Path:
trunk
small code reorganisation for an easier reading
Revision
591 -
Directory Listing
Modified
Tue Jan 13 20:16:43 2004 UTC
(9 years, 4 months ago)
by
rousseau
Original Path:
trunk
use macro DebugLogB() instead of debug_msg()
Revision
590 -
Directory Listing
Modified
Tue Jan 13 17:54:03 2004 UTC
(9 years, 4 months ago)
by
sauveron-guest
Original Path:
trunk
Modify tests in order to be homogeneous with those for next IFDHandlers versions
Revision
589 -
Directory Listing
Modified
Tue Jan 13 07:25:54 2004 UTC
(9 years, 4 months ago)
by
rousseau
Original Path:
trunk
simplify the perl expression in ChangeLog.cvs rule
Revision
588 -
Directory Listing
Modified
Tue Jan 13 07:10:19 2004 UTC
(9 years, 4 months ago)
by
rousseau
Original Path:
trunk
reformat to 72 columns
Revision
587 -
Directory Listing
Modified
Mon Jan 12 17:07:43 2004 UTC
(9 years, 4 months ago)
by
corcoran-guest
Original Path:
trunk
Added README for Makefile directory and sample config.h
Revision
586 -
Directory Listing
Modified
Mon Jan 12 16:49:18 2004 UTC
(9 years, 4 months ago)
by
corcoran-guest
Original Path:
trunk
C
Adding make-dirs plus Makefiles for certain configurations when people don't want to
try and fix autoconf
VS: ----------------------------------------------------------------------
Revision
585 -
Directory Listing
Modified
Mon Jan 12 09:49:17 2004 UTC
(9 years, 4 months ago)
by
rousseau
Original Path:
trunk
correct the file header. It was a cut-n-paste from hotplug_linux.c
Revision
584 -
Directory Listing
Modified
Thu Jan 8 15:26:17 2004 UTC
(9 years, 4 months ago)
by
rousseau
Original Path:
trunk
The crashes under MacOS X were not because of a bug in libusb but because of
a bug in pcscd MacOS X hotplug.
Revision
583 -
Directory Listing
Modified
Thu Jan 8 15:24:55 2004 UTC
(9 years, 4 months ago)
by
rousseau
Original Path:
trunk
buffer overflow: the driver list was not terminated and caused crashes.
Revision
582 -
Directory Listing
Modified
Thu Jan 8 09:40:04 2004 UTC
(9 years, 4 months ago)
by
rousseau
Original Path:
trunk
correct my email address
Revision
581 -
Directory Listing
Modified
Tue Jan 6 07:21:27 2004 UTC
(9 years, 4 months ago)
by
rousseau
Original Path:
trunk
the USB extra field length shall be exactly 54 bytes to be CCID.
Revision
580 -
Directory Listing
Modified
Mon Jan 5 21:22:03 2004 UTC
(9 years, 4 months ago)
by
rousseau
Original Path:
trunk
also print the function name (__FUNCTION__) in the debug messages
Revision
579 -
Directory Listing
Modified
Mon Jan 5 20:53:59 2004 UTC
(9 years, 4 months ago)
by
rousseau
Original Path:
trunk
add a test on the USB extra field length to avoid a crash and print an
error message. This occurs when the reader is _not_ CCID and the CCID
driver is used (wrong Info.plist for example).
Revision
578 -
Directory Listing
Modified
Fri Dec 19 09:03:49 2003 UTC
(9 years, 5 months ago)
by
rousseau
Original Path:
trunk
build but do not install the serial ccidtwin driver by default since it
is useless on computers without a serial port or without this reader for
example.
Revision
577 -
Directory Listing
Modified
Tue Dec 16 23:59:58 2003 UTC
(9 years, 5 months ago)
by
rousseau
Original Path:
trunk
code reordering to make it a bit more clear
Revision
576 -
Directory Listing
Modified
Tue Dec 16 22:49:10 2003 UTC
(9 years, 5 months ago)
by
sauveron-guest
Original Path:
trunk
Remove the old functions and add the new functions
Revision
575 -
Directory Listing
Modified
Tue Dec 16 22:47:19 2003 UTC
(9 years, 5 months ago)
by
sauveron-guest
Original Path:
trunk
Set up the new functions needed by the thread handling the client connection/disconnection and needed by the thread handling the requests in a context
Revision
574 -
Directory Listing
Modified
Tue Dec 16 22:41:39 2003 UTC
(9 years, 5 months ago)
by
sauveron-guest
Original Path:
trunk
Design to handle all the requests in the context
Revision
573 -
Directory Listing
Modified
Tue Dec 16 22:36:49 2003 UTC
(9 years, 5 months ago)
by
sauveron-guest
Original Path:
trunk
Change the design of pcscdaemon. It gets the connection/disconnection from the client to the server (create/destroy a context), creates a new thread and then this thread will manage all the requests for this context
Revision
572 -
Directory Listing
Modified
Tue Dec 16 22:29:59 2003 UTC
(9 years, 5 months ago)
by
sauveron-guest
Original Path:
trunk
Add mutex for each context and remove the global mutex except for some operations
Revision
571 -
Directory Listing
Modified
Tue Dec 16 16:58:39 2003 UTC
(9 years, 5 months ago)
by
sauveron-guest
Original Path:
trunk
Add functions for identify and compare threads
Revision
570 -
Directory Listing
Modified
Tue Dec 16 10:11:09 2003 UTC
(9 years, 5 months ago)
by
rousseau
Original Path:
trunk
read and write timeouts are not symmetric. write timout can be shorter
since the reader and card is not supposed to do anything before
receiving (write) a command.
Revision
569 -
Directory Listing
Modified
Fri Dec 12 09:38:25 2003 UTC
(9 years, 5 months ago)
by
rousseau
Original Path:
trunk
return IFD_NOT_SUPPORTED instead of IFD_SUCCESS in functions doing
nothing (yet) (IFDHSetCapabilities, IFDHSetProtocolParameters,
IFDHControl);
Revision
568 -
Directory Listing
Modified
Thu Dec 11 21:19:46 2003 UTC
(9 years, 5 months ago)
by
rousseau
Original Path:
trunk
set the result buffer length to 0 in IFDHControl()
Revision
567 -
Directory Listing
Modified
Thu Dec 11 19:56:50 2003 UTC
(9 years, 5 months ago)
by
corcoran-guest
Original Path:
trunk
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.
Revision
566 -
Directory Listing
Modified
Mon Dec 8 17:14:58 2003 UTC
(9 years, 5 months ago)
by
rousseau
Original Path:
trunk
use /etc/sysconfig/pscsd and correct some typos
Revision
565 -
Directory Listing
Modified
Tue Nov 25 23:10:59 2003 UTC
(9 years, 5 months ago)
by
rousseau
Original Path:
trunk
do not try to find usb.h and other libusb files if --disable-libusb is
used. Needed if you only want to build the serial driver. Thanks to Niki
Waibel for the patch.
Revision
564 -
Directory Listing
Modified
Tue Nov 25 23:07:33 2003 UTC
(9 years, 5 months ago)
by
rousseau
Original Path:
trunk
add a --enable-ccidtwindir argument to ./configure to specify the
serial GemPC Twin installation directory
Revision
563 -
Directory Listing
Modified
Tue Nov 25 22:55:58 2003 UTC
(9 years, 5 months ago)
by
rousseau
Original Path:
trunk
use a updated version of acx_pthread.m4 needed for FreeBSD
Revision
562 -
Directory Listing
Modified
Thu Nov 20 09:15:00 2003 UTC
(9 years, 6 months ago)
by
rousseau
Original Path:
trunk
new upstream version to avoid checking for pthread.h which does not
exist on *BSD
Revision
560 -
Directory Listing
Modified
Sun Nov 9 14:42:34 2003 UTC
(9 years, 6 months ago)
by
aet-guest
Original Path:
trunk
- Upgrade MacOS X project build files for XCode
Revision
559 -
Directory Listing
Modified
Sun Nov 9 14:39:11 2003 UTC
(9 years, 6 months ago)
by
aet-guest
Original Path:
trunk
- Build fix
Revision
558 -
Directory Listing
Modified
Sun Nov 9 13:49:11 2003 UTC
(9 years, 6 months ago)
by
aet-guest
Original Path:
trunk
- Cleanups
Revision
557 -
Directory Listing
Modified
Sun Nov 9 13:33:49 2003 UTC
(9 years, 6 months ago)
by
aet-guest
Original Path:
trunk
- Allow regular pcsclite.h to be used under win32 platform
Revision
556 -
Directory Listing
Modified
Thu Nov 6 18:53:40 2003 UTC
(9 years, 6 months ago)
by
rousseau
Original Path:
trunk
check that the installed libusb implements usb_get_string_simple()
Revision
555 -
Directory Listing
Modified
Wed Nov 5 21:22:42 2003 UTC
(9 years, 6 months ago)
by
rousseau
Original Path:
trunk
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
553 -
Directory Listing
Modified
Tue Nov 4 22:20:28 2003 UTC
(9 years, 6 months ago)
by
rousseau
Original Path:
trunk
add SPR 532 in "Supported CCID readers" list
Revision
552 -
Directory Listing
Modified
Tue Nov 4 22:16:38 2003 UTC
(9 years, 6 months ago)
by
rousseau
Original Path:
trunk
release 0.3.2
Revision
551 -
Directory Listing
Modified
Tue Nov 4 21:58:44 2003 UTC
(9 years, 6 months ago)
by
rousseau
Original Path:
trunk
version 0.3.2
Revision
550 -
Directory Listing
Modified
Tue Nov 4 21:57:19 2003 UTC
(9 years, 6 months ago)
by
rousseau
Original Path:
trunk
comment out the automatic GET RESPONSE part. I don't think it should be
in the driver. Maybe in pcscd instead?
Revision
549 -
Directory Listing
Modified
Tue Nov 4 18:02:03 2003 UTC
(9 years, 6 months ago)
by
rousseau
Original Path:
trunk
add back odd INS bytes
Revision
548 -
Directory Listing
Modified
Tue Nov 4 18:00:36 2003 UTC
(9 years, 6 months ago)
by
rousseau
Original Path:
trunk
support of T=1 added (in fact APDU or TPDU)
Revision
547 -
Directory Listing
Modified
Mon Nov 3 16:08:48 2003 UTC
(9 years, 6 months ago)
by
rousseau
Original Path:
trunk
also distribute SPR532.txt
Revision
546 -
Directory Listing
Modified
Sun Nov 2 20:05:31 2003 UTC
(9 years, 6 months ago)
by
rousseau
Original Path:
trunk
port under Win32 (patch from Peter Williams) and some code cleanup
Revision
545 -
Directory Listing
Modified
Sat Nov 1 00:40:36 2003 UTC
(9 years, 6 months ago)
by
rousseau
Original Path:
trunk
bootstrap is no more distributed (it is no more in CVS either)
Revision
544 -
Directory Listing
Modified
Sat Nov 1 00:39:42 2003 UTC
(9 years, 6 months ago)
by
rousseau
Original Path:
trunk
$(CCID_BUNDLE) is a directory so use 'rm -r' in uninstall_ccid: target
Revision
543 -
Directory Listing
Modified
Fri Oct 31 23:55:18 2003 UTC
(9 years, 6 months ago)
by
rousseau
Original Path:
trunk
modify the hack to compile under MacOSX.
Revision
542 -
Directory Listing
Modified
Fri Oct 31 23:52:18 2003 UTC
(9 years, 6 months ago)
by
rousseau
Original Path:
trunk
config.guess, config.sub, depcomp and ltmain.sh are in build/ so removed
them there.
Revision
541 -
Directory Listing
Modified
Fri Oct 31 23:51:25 2003 UTC
(9 years, 6 months ago)
by
rousseau
Original Path:
trunk
useless since we have a 'make dist' rule
Revision
540 -
Directory Listing
Modified
Thu Oct 30 17:42:21 2003 UTC
(9 years, 6 months ago)
by
rousseau
Original Path:
trunk
changed back PCSCLITE_MAX_READERS_CONTEXTS from 256 to 16. 16 readers is
clearly enough for most users. The correct solution is to use a list
instead of an array.
Revision
539 -
Directory Listing
Modified
Thu Oct 30 17:08:19 2003 UTC
(9 years, 6 months ago)
by
rousseau
Original Path:
trunk
remove definition of PCSCLITE_MAX_COMSIZE (Maximum arg size) now useless
Revision
538 -
Directory Listing
Modified
Thu Oct 30 17:07:13 2003 UTC
(9 years, 6 months ago)
by
rousseau
Original Path:
trunk
- send debug to syslog by default
- send debug to stderr if --foreground|-f is used (no need to add
--debug stderr anymore)
- use strcmp() instead of strncmp() in --debug parsing since one
argument has a fixed size anyway
- define and use TRUE/FALSE constants
Revision
537 -
Directory Listing
Modified
Thu Oct 30 17:02:31 2003 UTC
(9 years, 6 months ago)
by
rousseau
Original Path:
trunk
remove log to a file service since it was not used.
Revision
536 -
Directory Listing
Modified
Wed Oct 29 21:32:49 2003 UTC
(9 years, 6 months ago)
by
rousseau
Original Path:
trunk
correct CVS path used when generating Changelog
Revision
535 -
Directory Listing
Modified
Wed Oct 29 21:30:33 2003 UTC
(9 years, 6 months ago)
by
rousseau
Original Path:
trunk
a lot of new options. See -h for details.
Revision
534 -
Directory Listing
Modified
Wed Oct 29 21:21:34 2003 UTC
(9 years, 6 months ago)
by
rousseau
Original Path:
trunk
the INS byte shall not be odd. It is forbidden by ISO 7816-4 ch. 5.4.2
Instruction byte. Instead of using INS from 21 to 25 we now use from 30
to 3E with only even values.
Revision
533 -
Directory Listing
Modified
Wed Oct 29 21:19:04 2003 UTC
(9 years, 6 months ago)
by
rousseau
Original Path:
trunk
remove wrong comment
Revision
532 -
Directory Listing
Modified
Wed Oct 29 21:18:33 2003 UTC
(9 years, 6 months ago)
by
rousseau
Original Path:
trunk
add "all" rule
Revision
531 -
Directory Listing
Modified
Wed Oct 29 18:06:08 2003 UTC
(9 years, 6 months ago)
by
rousseau
Original Path:
trunk
add USB identification for SPR 532
Revision
530 -
Directory Listing
Modified
Wed Oct 29 18:02:45 2003 UTC
(9 years, 6 months ago)
by
rousseau
Original Path:
trunk
add SPR 532 description even if it is not a "real" CCID reader.
Revision
529 -
Directory Listing
Modified
Wed Oct 29 18:01:23 2003 UTC
(9 years, 6 months ago)
by
rousseau
Original Path:
trunk
continue parsing even if bInterfaceSubClass and bInterfaceProtocol are
unsupported. This may be the case with non "real" CCID readers.
Revision
528 -
Directory Listing
Modified
Wed Oct 29 17:54:04 2003 UTC
(9 years, 6 months ago)
by
rousseau
Original Path:
trunk
do not exit if the InterfaceClass is 0xFF (proprietary). It is the case
with old readers manufactured before the final release of the CCID specs.
Revision
527 -
Directory Listing
Modified
Wed Oct 29 15:02:25 2003 UTC
(9 years, 6 months ago)
by
sauveron-guest
Original Path:
trunk
Add the option [-a] to the usage of pcscd
Revision
526 -
Directory Listing
Modified
Wed Oct 29 13:24:25 2003 UTC
(9 years, 6 months ago)
by
sauveron-guest
Original Path:
trunk
Solve a problem of recognizition by serviceconf (patch from Tommaso Cucinotta)
Revision
525 -
Directory Listing
Modified
Tue Oct 28 18:18:11 2003 UTC
(9 years, 6 months ago)
by
rousseau
Original Path:
trunk
correctly use the device name in a debug message instead of a not yet initialised field.
Revision
524 -
Directory Listing
Modified
Tue Oct 28 16:58:01 2003 UTC
(9 years, 6 months ago)
by
rousseau
Original Path:
trunk
removed since ./reconf is doing a correct job
Revision
523 -
Directory Listing
Modified
Tue Oct 28 16:56:27 2003 UTC
(9 years, 6 months ago)
by
rousseau
Original Path:
trunk
move LTC31 reader from unsupported to supported reader list. It was my fault
since in used odd INS byte in my test applet and odd INS bytes are
forbidden by ISO 7816-4 ch. 5.4.2 Instruction byte. Thanks to Josep Mon�s
Teixidor for pointing the problem.
Revision
522 -
Directory Listing
Modified
Tue Oct 28 16:51:37 2003 UTC
(9 years, 6 months ago)
by
rousseau
Original Path:
trunk
correct a stupid bug that occurs with an APDU with 2 bytes response.
Revision
519 -
Directory Listing
Modified
Thu Oct 23 21:57:06 2003 UTC
(9 years, 6 months ago)
by
sauveron-guest
Original Path:
trunk
Sorry I have done an error in the name that I want! Now it is the good name for this structure
Revision
518 -
Directory Listing
Modified
Thu Oct 23 21:27:47 2003 UTC
(9 years, 6 months ago)
by
sauveron-guest
Original Path:
trunk
Change the name of a structure to better explain its usage
Revision
517 -
Directory Listing
Modified
Wed Oct 22 12:44:14 2003 UTC
(9 years, 7 months ago)
by
sauveron-guest
Original Path:
trunk
Add a debug message when a client disappears
Revision
516 -
Directory Listing
Modified
Wed Oct 22 12:43:27 2003 UTC
(9 years, 7 months ago)
by
sauveron-guest
Original Path:
trunk
Move a debug message in an other file to have the good client number when it disappears
Revision
515 -
Directory Listing
Modified
Tue Oct 21 21:00:20 2003 UTC
(9 years, 7 months ago)
by
aet-guest
Original Path:
trunk
- Potential security fixes to SCF client
Revision
514 -
Directory Listing
Modified
Tue Oct 21 20:47:22 2003 UTC
(9 years, 7 months ago)
by
aet-guest
Original Path:
trunk
- More merging between the hotplug implementations
- Get rid of some internal limitation defines, there
seems to be more than enough of these things in
pcsclite.h already
Revision
513 -
Directory Listing
Modified
Tue Oct 21 20:00:53 2003 UTC
(9 years, 7 months ago)
by
aet-guest
Original Path:
trunk
- Move all common hotplug defines into hotplug.h
- Remove extra LTPBundleFindValueWithKey declarations
Revision
512 -
Directory Listing
Modified
Tue Oct 21 19:59:18 2003 UTC
(9 years, 7 months ago)
by
aet-guest
Original Path:
trunk
- errno.h cleanups
Revision
511 -
Directory Listing
Modified
Tue Oct 21 19:28:26 2003 UTC
(9 years, 7 months ago)
by
aet-guest
Original Path:
trunk
- Forgot to commit
Revision
510 -
Directory Listing
Modified
Tue Oct 21 19:27:03 2003 UTC
(9 years, 7 months ago)
by
aet-guest
Original Path:
trunk
- Remove win32_pcsclite.h, it's out of sync anyway and the one
who wishes to use pcsc-lite under win32 platform in any
situation should probably patch src/pcsclite.h and renew
win32/config.h.
Revision
509 -
Directory Listing
Modified
Mon Oct 20 19:59:07 2003 UTC
(9 years, 7 months ago)
by
sauveron-guest
Original Path:
trunk
Increase the max readers contexts value
Revision
508 -
Directory Listing
Modified
Mon Oct 20 19:58:25 2003 UTC
(9 years, 7 months ago)
by
sauveron-guest
Original Path:
trunk
Support of 255 readers max
Revision
507 -
Directory Listing
Modified
Mon Oct 20 19:56:36 2003 UTC
(9 years, 7 months ago)
by
sauveron-guest
Original Path:
trunk
Correct a bug introduce by me. Sorry. It will be good in the future to improve this part
Revision
506 -
Directory Listing
Modified
Mon Oct 20 16:48:43 2003 UTC
(9 years, 7 months ago)
by
sauveron-guest
Original Path:
trunk
Correct with the goods concepts constants
Revision
505 -
Directory Listing
Modified
Mon Oct 20 16:46:22 2003 UTC
(9 years, 7 months ago)
by
sauveron-guest
Original Path:
trunk
Change variables names
Revision
504 -
Directory Listing
Modified
Mon Oct 20 16:32:04 2003 UTC
(9 years, 7 months ago)
by
sauveron-guest
Original Path:
trunk
Correct with the goods concepts constants, correct some comments and variable name
Revision
503 -
Directory Listing
Modified
Mon Oct 20 16:15:13 2003 UTC
(9 years, 7 months ago)
by
sauveron-guest
Original Path:
trunk
Correct with the goods concepts constants
Revision
502 -
Directory Listing
Modified
Mon Oct 20 16:08:34 2003 UTC
(9 years, 7 months ago)
by
sauveron-guest
Original Path:
trunk
Correct with the goods concepts constants
Revision
501 -
Directory Listing
Modified
Mon Oct 20 15:53:28 2003 UTC
(9 years, 7 months ago)
by
sauveron-guest
Original Path:
trunk
Correct with the good concept
Revision
500 -
Directory Listing
Modified
Mon Oct 20 15:51:07 2003 UTC
(9 years, 7 months ago)
by
sauveron-guest
Original Path:
trunk
Introduce the limitations about the concepts
Revision
499 -
Directory Listing
Modified
Mon Oct 20 15:49:19 2003 UTC
(9 years, 7 months ago)
by
sauveron-guest
Original Path:
trunk
A clean up.
Revision
498 -
Directory Listing
Modified
Mon Oct 20 15:38:45 2003 UTC
(9 years, 7 months ago)
by
sauveron-guest
Original Path:
trunk
Add a description of PC/SC Lite Concepts.
Revision
497 -
Directory Listing
Modified
Sat Oct 18 20:00:01 2003 UTC
(9 years, 7 months ago)
by
rousseau
Original Path:
trunk
put back the GNU GPL license since it is not protected by the BSD
license used by the other files.
Revision
496 -
Directory Listing
Modified
Sat Oct 18 18:24:00 2003 UTC
(9 years, 7 months ago)
by
aet-guest
Original Path:
trunk
- Unify the copyright/description header part for most of the files
Revision
495 -
Directory Listing
Modified
Sat Oct 18 17:19:36 2003 UTC
(9 years, 7 months ago)
by
aet-guest
Original Path:
trunk
- Unify the copyright/description header part for most of the files
Revision
494 -
Directory Listing
Modified
Sat Oct 18 14:29:40 2003 UTC
(9 years, 7 months ago)
by
aet-guest
Original Path:
trunk
- Remove USB bundle platform (Linux) hardcoding and replace
it with PCSC_ARCH.
Revision
491 -
Directory Listing
Modified
Wed Oct 15 20:32:34 2003 UTC
(9 years, 7 months ago)
by
rousseau
Original Path:
trunk
the release number was wrong :-)
Revision
490 -
Directory Listing
Modified
Wed Oct 15 20:29:29 2003 UTC
(9 years, 7 months ago)
by
rousseau
Original Path:
trunk
release 1.2.0-rc3
Revision
489 -
Directory Listing
Modified
Wed Oct 15 20:28:48 2003 UTC
(9 years, 7 months ago)
by
rousseau
Original Path:
trunk
Antti Tapaninen and Damien Sauveron have now their names in ChangeLog.cvs
Revision
488 -
Directory Listing
Modified
Wed Oct 15 20:27:55 2003 UTC
(9 years, 7 months ago)
by
rousseau
Original Path:
trunk
correct a typo
Revision
487 -
Directory Listing
Modified
Wed Oct 15 17:40:49 2003 UTC
(9 years, 7 months ago)
by
rousseau
Original Path:
trunk
perform a round-robbin among clients to avoid starvation under heavy
load. Patch from Bettina Martelli.
Revision
486 -
Directory Listing
Modified
Wed Oct 15 08:56:11 2003 UTC
(9 years, 7 months ago)
by
sauveron-guest
Original Path:
trunk
Verify the availabilty of the daemon before to try a connection.
Revision
485 -
Directory Listing
Modified
Mon Oct 13 20:26:03 2003 UTC
(9 years, 7 months ago)
by
sauveron-guest
Original Path:
trunk
Add a verification before to release a context.
Revision
484 -
Directory Listing
Modified
Sat Oct 4 09:15:44 2003 UTC
(9 years, 7 months ago)
by
sauveron-guest
Original Path:
trunk
correct the typo
Revision
483 -
Directory Listing
Modified
Tue Sep 30 21:01:35 2003 UTC
(9 years, 7 months ago)
by
rousseau
Original Path:
trunk
SCardEstablishContextTH: print the shared file name if open fails
Revision
482 -
Directory Listing
Modified
Tue Sep 30 20:13:25 2003 UTC
(9 years, 7 months ago)
by
rousseau
Original Path:
trunk
send debug to stdout only if the environment variable MUSCLECARD_DEBUG
is defined
Revision
481 -
Directory Listing
Modified
Tue Sep 30 20:08:53 2003 UTC
(9 years, 7 months ago)
by
rousseau
Original Path:
trunk
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, 7 months ago)
by
rousseau
Original Path:
trunk
print the directory name with the error message if opendir failed
Revision
479 -
Directory Listing
Modified
Mon Sep 29 14:05:26 2003 UTC
(9 years, 7 months ago)
by
sauveron-guest
Original Path:
trunk
Clean up 2 memory leaks
Revision
478 -
Directory Listing
Modified
Mon Sep 29 13:35:45 2003 UTC
(9 years, 7 months ago)
by
sauveron-guest
Original Path:
trunk
Clean up the mutex when a reader is removed if needed. This is a memory leak
Revision
477 -
Directory Listing
Modified
Mon Sep 29 13:33:14 2003 UTC
(9 years, 7 months ago)
by
sauveron-guest
Original Path:
trunk
Add a field needed for clean up the mutex when a reader is removed. This is needed since the support of simultaneous access to slots of a multi-slot reader or identical reader using the same ifdhandler
Revision
476 -
Directory Listing
Modified
Mon Sep 29 11:19:11 2003 UTC
(9 years, 7 months ago)
by
sauveron-guest
Original Path:
trunk
Correct a bug introduced by me and add a copyright.
Revision
474 -
Directory Listing
Modified
Sat Sep 27 16:09:29 2003 UTC
(9 years, 7 months ago)
by
rousseau
Original Path:
trunk
add a new pkg-config file for application using libmusclecard. Closes
"[ #300102 ] Should the pkgconfig file of 1.2.0-rc2 have -lmusclecard?"
Revision
473 -
Directory Listing
Modified
Wed Sep 24 14:15:59 2003 UTC
(9 years, 7 months ago)
by
sauveron-guest
Original Path:
trunk
Some clean up on the debug message and indentation.
Revision
472 -
Directory Listing
Modified
Wed Sep 24 11:17:06 2003 UTC
(9 years, 7 months ago)
by
sauveron-guest
Original Path:
trunk
Move some code to a better position.
Revision
471 -
Directory Listing
Modified
Tue Sep 23 23:57:50 2003 UTC
(9 years, 7 months ago)
by
sauveron-guest
Original Path:
trunk
Some cleanups.
Revision
470 -
Directory Listing
Modified
Tue Sep 23 16:39:38 2003 UTC
(9 years, 7 months ago)
by
rousseau
Original Path:
trunk
--enable-libusb was not working correctly is the lib is not installed in
/usr or /usr/local
Revision
469 -
Directory Listing
Modified
Tue Sep 23 12:28:18 2003 UTC
(9 years, 7 months ago)
by
sauveron-guest
Original Path:
trunk
Solve the problem of never exiting the loop when a smartcard is already inserted in the reader, thus blocking the application.
Revision
467 -
Directory Listing
Modified
Tue Sep 23 07:54:56 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
release 0.3.1
Revision
466 -
Directory Listing
Modified
Tue Sep 23 07:51:42 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
update file list
Revision
465 -
Directory Listing
Modified
Tue Sep 23 07:41:47 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
add a note about T=1 cards and readers in TPDU mode
Revision
464 -
Directory Listing
Modified
Mon Sep 22 14:26:02 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
define TAG_IFD_THREAD_SAFE introduced in pcsclite-1.2.0-rc3
Revision
463 -
Directory Listing
Modified
Mon Sep 22 14:25:19 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
add support of thread safe (APDU multiplexing on different readers)
Revision
462 -
Directory Listing
Modified
Mon Sep 22 14:24:26 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
ReadChunk() realy reads up to min_length bytes. Add some debug messages
in the state automata.
Revision
461 -
Directory Listing
Modified
Mon Sep 22 14:22:51 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
modify install rules so that root can use them even over NFS where root is
nobody
Revision
460 -
Directory Listing
Modified
Mon Sep 22 14:21:57 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
add --enable-multi-thread for thread safe support
Revision
459 -
Directory Listing
Modified
Mon Sep 22 14:21:00 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
add reconf file
Revision
458 -
Directory Listing
Modified
Mon Sep 22 13:15:24 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
initialize valueLength just before the call to IFDGetCapabilities().
Revision
457 -
Directory Listing
Modified
Mon Sep 22 12:59:32 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
initialize dwGetSize to the size of the value buffer before calling
IFDGetCapabilities().
Revision
456 -
Directory Listing
Modified
Mon Sep 22 12:14:25 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
use a local output buffer instead of a global one to be thread safe
Revision
455 -
Directory Listing
Modified
Mon Sep 22 07:49:18 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
the buffer was too small for large serial CCID frames
Revision
454 -
Directory Listing
Modified
Fri Sep 19 12:36:23 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
use AC_HELP_STRING() for a pretty look of `configure --help'
Revision
453 -
Directory Listing
Modified
Fri Sep 19 12:08:09 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
complete reimplementation of the Twin serial protocol using a finite
state automata (code much simpler)
Revision
452 -
Directory Listing
Modified
Thu Sep 18 06:11:48 2003 UTC
(9 years, 8 months ago)
by
sauveron-guest
Original Path:
trunk
Add the support of simultaneous access on different slots of a reader if the handling is thread safe.
Revision
451 -
Directory Listing
Modified
Thu Sep 18 06:10:21 2003 UTC
(9 years, 8 months ago)
by
sauveron-guest
Original Path:
trunk
Add the tag TAG_IFD_SLOT_THREAD_SAFE for testing if the handling of the slots is thread safe.
Revision
450 -
Directory Listing
Modified
Wed Sep 17 13:03:20 2003 UTC
(9 years, 8 months ago)
by
sauveron-guest
Original Path:
trunk
Add a full clean up when there is no space for adding all the slots of a multi-slots reader.
Revision
449 -
Directory Listing
Modified
Wed Sep 17 12:11:27 2003 UTC
(9 years, 8 months ago)
by
sauveron-guest
Original Path:
trunk
Clean up in the RFRemoveReader.
Revision
448 -
Directory Listing
Modified
Tue Sep 16 16:51:02 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
Put back AC_PROG_CPP, it has nothing to do with C++ but with C preprocessor
Revision
447 -
Directory Listing
Modified
Tue Sep 16 15:54:02 2003 UTC
(9 years, 8 months ago)
by
aet-guest
Original Path:
trunk
Put back -rdynamic to pcscd linking because of some
IFD drivers. IMHO this is wrong, but what can you do.
Revision
446 -
Directory Listing
Modified
Tue Sep 16 15:50:55 2003 UTC
(9 years, 8 months ago)
by
aet-guest
Original Path:
trunk
Put back AC_PROG_CPP, it has nothing to do with C++.
Revision
445 -
Directory Listing
Modified
Tue Sep 16 14:19:11 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
Do not switch to APDU mode since it also swicth in EMV mode and may not
work with non EMV cards
Revision
444 -
Directory Listing
Modified
Tue Sep 16 14:18:42 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
honor DESTDIR in install rules (closes [ #300110 ])
Revision
443 -
Directory Listing
Modified
Tue Sep 16 14:17:33 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
remove useless AC_PROG_CPP (no C++ code in ccid driver)
Revision
442 -
Directory Listing
Modified
Tue Sep 16 13:54:25 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
remove useless AC_PROG_CPP (no C++ code in pcsc-lite)
Revision
440 -
Directory Listing
Modified
Tue Sep 16 13:50:32 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
-rc3 version (configure.in and src/pcsclite.h _shall_ be in sync)
Revision
439 -
Directory Listing
Modified
Tue Sep 16 13:49:20 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
remove / at the end of usbdropdir, muscledropdir and ipcdir to be more
homogeneous
Revision
438 -
Directory Listing
Modified
Tue Sep 16 13:12:29 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
version 0.3.1
Revision
437 -
Directory Listing
Modified
Tue Sep 16 13:12:07 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
document the use of --enable-libusb=PATH
Revision
436 -
Directory Listing
Modified
Tue Sep 16 13:08:54 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
add --enable-libusb=PATH option
Revision
435 -
Directory Listing
Modified
Mon Sep 15 13:55:47 2003 UTC
(9 years, 8 months ago)
by
sauveron-guest
Original Path:
trunk
Add the support of simultaneous access on the thread safe IFD.
Revision
434 -
Directory Listing
Modified
Mon Sep 15 13:52:23 2003 UTC
(9 years, 8 months ago)
by
sauveron-guest
Original Path:
trunk
Add the tag TAG_IFD_THREAD_SAFE for testing if the IFD is thread safe.
Revision
433 -
Directory Listing
Modified
Mon Sep 15 06:17:06 2003 UTC
(9 years, 8 months ago)
by
aet-guest
Original Path:
trunk
Updates to requirements and tested platforms
Revision
432 -
Directory Listing
Modified
Thu Sep 11 21:25:38 2003 UTC
(9 years, 8 months ago)
by
sauveron-guest
Original Path:
trunk
Better explanation of a comment.
Revision
431 -
Directory Listing
Modified
Thu Sep 11 21:19:53 2003 UTC
(9 years, 8 months ago)
by
sauveron-guest
Original Path:
trunk
Cleanup a condition unused and undo some of my previous changes.
Revision
430 -
Directory Listing
Modified
Thu Sep 11 10:01:49 2003 UTC
(9 years, 8 months ago)
by
aet-guest
Original Path:
trunk
Add new files needed by the new bootstrap
Revision
429 -
Directory Listing
Modified
Thu Sep 11 10:00:31 2003 UTC
(9 years, 8 months ago)
by
aet-guest
Original Path:
trunk
Remove build/ directory
Revision
428 -
Directory Listing
Modified
Thu Sep 11 10:00:05 2003 UTC
(9 years, 8 months ago)
by
aet-guest
Original Path:
trunk
- Simplify the bootstrapping mechanism
- Remove reconf
Revision
427 -
Directory Listing
Modified
Thu Sep 11 09:58:05 2003 UTC
(9 years, 8 months ago)
by
aet-guest
Original Path:
trunk
Remove config.h.in, doesn't belong to the repository
Revision
426 -
Directory Listing
Modified
Thu Sep 11 09:47:41 2003 UTC
(9 years, 8 months ago)
by
aet-guest
Original Path:
trunk
Rename win32_config.h to config.h
Revision
425 -
Directory Listing
Modified
Wed Sep 10 16:15:06 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
I forgot to add "support of "time request" from the card."
Revision
423 -
Directory Listing
Modified
Wed Sep 10 12:27:28 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
release 0.3.0
Revision
422 -
Directory Listing
Modified
Wed Sep 10 12:25:21 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
document the use of ./configure script
Revision
421 -
Directory Listing
Modified
Wed Sep 10 12:03:39 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
use ChangeLog instead of ChangeLog.cvs since the dist Makefile target is
looking at this file name.
Revision
420 -
Directory Listing
Modified
Wed Sep 10 09:52:21 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
config.h is now generated by ./configure
Revision
419 -
Directory Listing
Modified
Wed Sep 10 09:47:14 2003 UTC
(9 years, 8 months ago)
by
sauveron-guest
Original Path:
trunk
Cleanup about variables already initialized and indent of some comments
Revision
418 -
Directory Listing
Modified
Wed Sep 10 09:45:58 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
add readers/ in generated .tar.gz archive
Revision
417 -
Directory Listing
Modified
Wed Sep 10 09:29:03 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
use new parse indentation for more readability of supported features
Revision
416 -
Directory Listing
Modified
Wed Sep 10 09:24:56 2003 UTC
(9 years, 8 months ago)
by
sauveron-guest
Original Path:
trunk
Add a comment about the usage of DebugLogC
Revision
415 -
Directory Listing
Modified
Wed Sep 10 09:19:05 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
new build process using autoconf/automake
Revision
414 -
Directory Listing
Modified
Wed Sep 10 09:17:43 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
manage serial protocol used by the GemPC Twin. Thanks to Niki W. Waibel
for a working prototype.
Revision
413 -
Directory Listing
Modified
Wed Sep 10 09:15:51 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
contains common CCID feature for USB and serial (was in ccid_usb before)
Revision
412 -
Directory Listing
Modified
Wed Sep 10 09:14:41 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
used to generate a correct reader.conf with the real library name
Revision
411 -
Directory Listing
Modified
Wed Sep 10 09:13:42 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
remove IFDSetEmv() definition. It is now useless.
Revision
410 -
Directory Listing
Modified
Wed Sep 10 09:12:20 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
use OpenPort instead of OpenUSB. move the complex TPDU management in
commands.c (and use it only if reader does not support APDU mode)
Revision
409 -
Directory Listing
Modified
Wed Sep 10 09:10:28 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
transport abstraction: define OpenPort, ClosePort, etc. to OpenSerial or
OpenUSB depending on TWIN_SERIAL compilation option
Revision
408 -
Directory Listing
Modified
Wed Sep 10 09:09:12 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
test for PACKAGE and not __CONFIG_H__ since the config.h file is not
generated by ./configure
Revision
407 -
Directory Listing
Modified
Wed Sep 10 09:06:41 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
- support auto voltage at power on if reader support it
- support Gemplus proprietary command to switch reader from TPDU to APDU mode
- use APDU mode if reader support it. make it easy to support extended
APDU but I have no reader to test this.
Revision
406 -
Directory Listing
Modified
Wed Sep 10 09:01:30 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
redesign to separate communication media and CCID protocol. call
ccid_open_hack() upon open to do some reader dependent magic.
Revision
405 -
Directory Listing
Modified
Wed Sep 10 08:57:29 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
indent the output with one feature per line (and not on the same line
separated by ,)
Revision
404 -
Directory Listing
Modified
Wed Sep 10 08:55:45 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
new build process using autoconf/automake
Revision
403 -
Directory Listing
Modified
Wed Sep 10 08:52:29 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
use PCSCLITE_MAX_READERS instead of PCSCLITE_MAX_CHANNELS
Revision
402 -
Directory Listing
Modified
Wed Sep 10 08:47:41 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
new build process using autoconf/automake
Revision
401 -
Directory Listing
Modified
Mon Sep 8 18:52:31 2003 UTC
(9 years, 8 months ago)
by
aet-guest
Original Path:
trunk
Warning fix for PCSCLITE_HP_DROPDIR being already defined
Revision
400 -
Directory Listing
Modified
Mon Sep 8 12:25:49 2003 UTC
(9 years, 8 months ago)
by
aet-guest
Original Path:
trunk
HP-UX build fix, add sanity checks to not to use dlfcn
if there's native dynamic loading interface available,
like HP-UX and MacOS X does.
The other option would be just to merge all dynamic
loading routines into one file, a lot simpler solution.
Revision
399 -
Directory Listing
Modified
Mon Sep 8 12:05:27 2003 UTC
(9 years, 8 months ago)
by
aet-guest
Original Path:
trunk
Bootstrap update
Revision
398 -
Directory Listing
Modified
Mon Sep 8 12:05:08 2003 UTC
(9 years, 8 months ago)
by
aet-guest
Original Path:
trunk
Finish SCF build support, add sanity checks
Revision
397 -
Directory Listing
Modified
Mon Sep 8 12:04:31 2003 UTC
(9 years, 8 months ago)
by
aet-guest
Original Path:
trunk
Add winscard_scf.c to EXTRA_DIST
Revision
396 -
Directory Listing
Modified
Mon Sep 8 12:04:13 2003 UTC
(9 years, 8 months ago)
by
aet-guest
Original Path:
trunk
Build fixes, add dummy SCardUnload()
Revision
395 -
Directory Listing
Modified
Mon Sep 8 11:25:20 2003 UTC
(9 years, 8 months ago)
by
aet-guest
Original Path:
trunk
Bootstrap update
Revision
394 -
Directory Listing
Modified
Mon Sep 8 11:25:08 2003 UTC
(9 years, 8 months ago)
by
aet-guest
Original Path:
trunk
- Make hotpluging / power management to compile again
- Add MacOS X build fixes
Revision
393 -
Directory Listing
Modified
Mon Sep 8 11:23:57 2003 UTC
(9 years, 8 months ago)
by
aet-guest
Original Path:
trunk
Add necessary ifdef's
Revision
392 -
Directory Listing
Modified
Mon Sep 8 11:21:49 2003 UTC
(9 years, 8 months ago)
by
aet-guest
Original Path:
trunk
Include hotplug.h to avoid warning message
Revision
391 -
Directory Listing
Modified
Mon Sep 8 11:21:14 2003 UTC
(9 years, 8 months ago)
by
aet-guest
Original Path:
trunk
Build fix for MacOS X, don't bother including
from <PCSC/..>, use standard header locations.
Revision
390 -
Directory Listing
Modified
Mon Sep 8 11:18:55 2003 UTC
(9 years, 8 months ago)
by
aet-guest
Original Path:
trunk
Back out socklen_t change that I made
Revision
389 -
Directory Listing
Modified
Mon Sep 8 10:36:09 2003 UTC
(9 years, 8 months ago)
by
aet-guest
Original Path:
trunk
Very minor cleanups
Revision
388 -
Directory Listing
Modified
Mon Sep 8 10:35:59 2003 UTC
(9 years, 8 months ago)
by
aet-guest
Original Path:
trunk
Add missing config.h
Revision
387 -
Directory Listing
Modified
Mon Sep 8 10:10:46 2003 UTC
(9 years, 8 months ago)
by
aet-guest
Original Path:
trunk
- Remove --with-common-dir and overly complex libsocket, libresolv
etc. probes that I added. Probe only for socket() in libsocket.
- Reorder --disable-threadsafe code, needed to get over some
libtool issues for various platforms.
Revision
386 -
Directory Listing
Modified
Mon Sep 8 10:06:48 2003 UTC
(9 years, 8 months ago)
by
aet-guest
Original Path:
trunk
Fix --disable-threadsafe issues
Revision
385 -
Directory Listing
Modified
Mon Sep 8 09:56:31 2003 UTC
(9 years, 8 months ago)
by
aet-guest
Original Path:
trunk
Don't mention -lposix4 for Solaris, AFAIK it's not needed
anymore.
Revision
384 -
Directory Listing
Modified
Mon Sep 8 09:51:46 2003 UTC
(9 years, 8 months ago)
by
aet-guest
Original Path:
trunk
Fix compiler warning when compiling with --disable-threadsafe
Revision
383 -
Directory Listing
Modified
Mon Sep 8 08:50:50 2003 UTC
(9 years, 8 months ago)
by
aet-guest
Original Path:
trunk
AIX build fix, convert // comments into /* */ blocks.
Revision
382 -
Directory Listing
Modified
Sun Sep 7 20:36:48 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
remove useless \n in debug message strings
Revision
381 -
Directory Listing
Modified
Sun Sep 7 20:28:53 2003 UTC
(9 years, 8 months ago)
by
aet-guest
Original Path:
trunk
Build fixes. The first version that actually compiles for
Linux, Solaris, Tru64 and AIX after src/Makefile.am and
configure.in modifications.
- Untested
- No hotplug/power management support
- Untested for *BSD, MacOS X and HP-UX,
there's other things to do before even
trying to compile.
Revision
380 -
Directory Listing
Modified
Sun Sep 7 18:06:58 2003 UTC
(9 years, 8 months ago)
by
aet-guest
Original Path:
trunk
- Cleanups for #include logic and ordering,
it's better to include config.h first.
Revision
379 -
Directory Listing
Modified
Sun Sep 7 18:05:23 2003 UTC
(9 years, 8 months ago)
by
aet-guest
Original Path:
trunk
Checkpoint commit + bootstrap update
Revision
378 -
Directory Listing
Modified
Sun Sep 7 17:57:34 2003 UTC
(9 years, 8 months ago)
by
aet-guest
Original Path:
trunk
- Polish and unify Makefiles a bit
- More work towards working src/Makefile.am
Revision
377 -
Directory Listing
Modified
Sun Sep 7 17:34:42 2003 UTC
(9 years, 8 months ago)
by
aet-guest
Original Path:
trunk
- 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
376 -
Directory Listing
Modified
Sun Sep 7 17:26:20 2003 UTC
(9 years, 8 months ago)
by
aet-guest
Original Path:
trunk
Merged some changes from OpenSC
Revision
375 -
Directory Listing
Modified
Sun Sep 7 17:20:22 2003 UTC
(9 years, 8 months ago)
by
aet-guest
Original Path:
trunk
- Removed most of the duplicated code, replaced
with the usage of config.h's defines for
portability issues:
- Merged dyn_{bsd,unix}.c, left as dyn_unix.c
- Merged thread_{macosx,unix}.c, left as thread_unix.c
- Merged sys_{hpux,solaris,unix}.c, left as sys_unix.c
- Removed MSC_ thread API from generic / win32,
they're not used.
Starting from now, the source tree might be broken for a
few hours or even days. Sorry about that.
Revision
374 -
Directory Listing
Modified
Fri Sep 5 21:06:22 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
add #include <unistd.h> to avoid an "implicit declaration of function `getpid'"
Revision
372 -
Directory Listing
Modified
Thu Sep 4 20:52:00 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
release 1.2.0-rc2
Revision
371 -
Directory Listing
Modified
Thu Sep 4 20:51:10 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
add thread_win32.c in the distribution
Revision
370 -
Directory Listing
Modified
Thu Sep 4 20:37:10 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
remove a _stupid_ bug that linked libpcsclite with libusb. Also generate
libmusclecard and remove musclecard code from libpcsclite.
Revision
369 -
Directory Listing
Modified
Thu Sep 4 20:35:14 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
removed since they have nothing to do in CVS. They are generated from .l files
Revision
368 -
Directory Listing
Modified
Thu Sep 4 20:33:19 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
add #include <string.h>
Revision
367 -
Directory Listing
Modified
Thu Sep 4 18:34:33 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
add prototype for SCardUnload()
Revision
365 -
Directory Listing
Modified
Thu Sep 4 13:22:46 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
release 0.2.0
Revision
364 -
Directory Listing
Modified
Thu Sep 4 13:20:04 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
add Host/test_scripts/ and JavaCard/ files
Revision
363 -
Directory Listing
Modified
Thu Sep 4 13:19:38 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
create also parents directories
Revision
362 -
Directory Listing
Modified
Thu Sep 4 13:17:18 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
my ifeq() construction did not work. back to a manual configuration
Revision
361 -
Directory Listing
Modified
Thu Sep 4 13:16:36 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
add "TimeRequest" command
Revision
360 -
Directory Listing
Modified
Thu Sep 4 13:15:35 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
JavaCard applet needed for testing. Thanks to Jean-Luc Giraud
Revision
359 -
Directory Listing
Modified
Thu Sep 4 13:13:30 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
small script to send commands (to be used with scriptor(1))
Revision
358 -
Directory Listing
Modified
Wed Sep 3 21:13:03 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
add a call to SCardUnload(). This is not mandatory, just cleaner.
Revision
357 -
Directory Listing
Modified
Wed Sep 3 21:10:50 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
add SCardUnload() function to free allocated resources. It is mandatory
only if you use dlopen/dlclose to often load/unload the library. Otherwise
you will exhaust the ressources available and get a crash. Thanks to
Guy Moreillon for the patch.
Revision
356 -
Directory Listing
Modified
Tue Sep 2 16:07:27 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
remove reference to USE_SYSLOG since it is replaced by --debug command
line argument
Revision
355 -
Directory Listing
Modified
Sun Aug 31 21:56:45 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
remove documentation about --enable-syslog since it is not used anymore
by ./configure
Revision
354 -
Directory Listing
Modified
Sun Aug 31 21:52:03 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
refer to ChangeLog instead of containing the version number
Revision
353 -
Directory Listing
Modified
Fri Aug 29 14:00:14 2003 UTC
(9 years, 8 months ago)
by
corcoran-guest
Original Path:
trunk
Removed advertising clause
Revision
352 -
Directory Listing
Modified
Fri Aug 29 06:54:09 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
add Makefile & MANIFEST
Revision
351 -
Directory Listing
Modified
Fri Aug 29 06:51:57 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
add files for archive easy generation
Revision
350 -
Directory Listing
Modified
Fri Aug 29 06:51:26 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
add *BSD support
Revision
349 -
Directory Listing
Modified
Thu Aug 28 13:34:08 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
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, 8 months ago)
by
rousseau
Original Path:
trunk
print SW (status word) in hex instead of decimal
Revision
347 -
Directory Listing
Modified
Thu Aug 28 13:31:42 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
add rules to build muscletest. testpcsc is no more executed by make distcheck
Revision
346 -
Directory Listing
Modified
Thu Aug 28 13:29:59 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
do not distribute pcscd.8 bundleTool.8 since they are generated from the
.in versions by ./configure
Revision
345 -
Directory Listing
Modified
Thu Aug 28 13:29:02 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
to not set use_libusb=false in case the argument is "" | "yes" | "YES"
Revision
344 -
Directory Listing
Modified
Thu Aug 28 13:26:40 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
move ChangeLog.cvs to DISTCLEANFILES to avoid an error with 'make distcheck'
Revision
343 -
Directory Listing
Modified
Wed Aug 27 06:53:56 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
remove unused capabilities.c file
Revision
342 -
Directory Listing
Modified
Tue Aug 26 20:16:00 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
release 0.2.0
Revision
341 -
Directory Listing
Modified
Tue Aug 26 20:14:38 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
script to create the .tar.gz
Revision
340 -
Directory Listing
Modified
Tue Aug 26 19:51:29 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
add a note about libusb problem under *BSD
Revision
339 -
Directory Listing
Modified
Tue Aug 26 19:48:04 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
require pcsc-lite 1.2.0 instead of 1.1.2
Revision
337 -
Directory Listing
Modified
Tue Aug 26 19:33:02 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
release 1.2.0-rc1
Revision
336 -
Directory Listing
Modified
Tue Aug 26 14:29:01 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
move addition of -lusb since it is selected by default.
Revision
335 -
Directory Listing
Modified
Tue Aug 26 13:53:18 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
use unified diff (smaller) instead of context diff (default)
Revision
334 -
Directory Listing
Modified
Tue Aug 26 13:38:58 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
disable USB debug by default
Revision
333 -
Directory Listing
Modified
Tue Aug 26 13:20:41 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
add a note about deprecation of --enable-usb
Revision
332 -
Directory Listing
Modified
Tue Aug 26 13:14:28 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
--enable-usb is deprecated and off by default. Use --enable-libusb instead.
Revision
331 -
Directory Listing
Modified
Tue Aug 26 13:13:32 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
add example subdirectory
Revision
330 -
Directory Listing
Modified
Tue Aug 26 13:12:46 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
complete redesign to support up to PCSCLITE_MAX_READERS readers whatever
the driver they use (correct bug [ #300067 ] More than 4 Hotplug Readers in
the same time on Linux)
Revision
329 -
Directory Listing
Modified
Tue Aug 26 13:08:53 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
define PCSCLITE_MAX_READERS as the maximum number of readers
Revision
328 -
Directory Listing
Modified
Tue Aug 26 11:57:50 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
syncmail test
Revision
327 -
Directory Listing
Modified
Tue Aug 26 11:48:02 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
use syncmail to mail a diff patch for checkins
Revision
326 -
Directory Listing
Modified
Tue Aug 26 09:01:19 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
the reader enumeration problem also exist under GNU/Linux (is not MacOS
specific)
Revision
325 -
Directory Listing
Modified
Mon Aug 25 08:55:37 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
correct bug #300063: PCSCd reports card is present when there is no card in the reader.
Revision
324 -
Directory Listing
Modified
Mon Aug 25 08:10:48 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
reindentation
Revision
323 -
Directory Listing
Modified
Mon Aug 25 08:01:16 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
free(evlist->tokenArray), avoid a memory leak (Toni Andjelkovic)
Revision
322 -
Directory Listing
Modified
Sun Aug 24 16:57:59 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
remove src/dep_stamp
Revision
321 -
Directory Listing
Modified
Sun Aug 24 16:57:23 2003 UTC
(9 years, 8 months ago)
by
rousseau
Original Path:
trunk
add not about bugs/limitations under MacOS X
Revision
320 -
Directory Listing
Modified
Fri Aug 22 13:36:12 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
demo of a C program using the pcsc-lite API
Revision
319 -
Directory Listing
Modified
Fri Aug 22 07:11:02 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
remove "pouet"
Revision
317 -
Directory Listing
Modified
Thu Aug 21 21:09:56 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
test
Revision
316 -
Directory Listing
Modified
Thu Aug 21 17:48:08 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
add mail notification
Revision
315 -
Directory Listing
Modified
Thu Aug 21 17:27:53 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
typo in comments
Revision
314 -
Directory Listing
Modified
Thu Aug 21 14:10:33 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
do not print garbage if we can't get the iManufacturer or iProduct fields
Revision
313 -
Directory Listing
Modified
Wed Aug 20 15:14:18 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
Sometimes unknown APDUs were being transmitted when 'SCardStatus'
function was invoked (close #300061)
Revision
312 -
Directory Listing
Modified
Wed Aug 20 15:09:37 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
return SCARD_E_INVALID_PARAMETER for APDU of less than 4 bytes (close #300062)
Revision
311 -
Directory Listing
Modified
Wed Aug 20 14:57:50 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
initialise pConnection->shareMode as early as possible (close #300064,
thanks to Wan-Teh Chang)
Revision
310 -
Directory Listing
Modified
Wed Aug 20 14:49:28 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
correct and remove unused types (close bug #300071)
Revision
309 -
Directory Listing
Modified
Wed Aug 20 13:21:51 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
comment low level debug messages
Revision
308 -
Directory Listing
Modified
Wed Aug 20 13:21:29 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
use ./ylwrap instead of ylwrap
Revision
307 -
Directory Listing
Modified
Wed Aug 20 12:41:22 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
print possible problem when the program can't find any reader
Revision
306 -
Directory Listing
Modified
Wed Aug 20 12:28:55 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
do not define LDFLAGS since we get it from outside
Revision
305 -
Directory Listing
Modified
Wed Aug 20 12:28:38 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
add needed MacOS X frameworks to LDFLAGS (for parse and check)
Revision
304 -
Directory Listing
Modified
Wed Aug 20 09:28:07 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
add src/ylwrap
Revision
303 -
Directory Listing
Modified
Wed Aug 20 09:27:43 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
wrapper to call (f)lex
Revision
302 -
Directory Listing
Modified
Wed Aug 20 08:38:36 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
src/parse shall not be distributed
Revision
301 -
Directory Listing
Modified
Wed Aug 20 08:37:34 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
do not duplicate the Info.plist filename but "calculate" it once
Revision
300 -
Directory Listing
Modified
Wed Aug 20 08:35:34 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
Add support of MacOS X
Revision
299 -
Directory Listing
Modified
Wed Aug 20 08:35:13 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
use an <array></array> for the alias enumeration
Revision
298 -
Directory Listing
Modified
Wed Aug 20 08:12:59 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
Add support of reader aliases using <array></array>
Revision
297 -
Directory Listing
Modified
Wed Aug 20 08:12:29 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
add empty HPRegisterForHotplugEvents() function
Revision
296 -
Directory Listing
Modified
Tue Aug 19 09:27:43 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
Add support of PCMCIA for MacOS X and major redesign of the hotplug
support (thanks to Stephen M. Webb for the patch)
Revision
295 -
Directory Listing
Modified
Tue Aug 19 07:45:58 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
use <errno.h> instead of <sys/errno.h>
Revision
294 -
Directory Listing
Modified
Mon Aug 18 16:28:38 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
use #ifdef DEBUG_USB_HOTPLUG for USB debug messages
Revision
293 -
Directory Listing
Modified
Mon Aug 18 12:15:19 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
remove unneeded \n in debug messages
Revision
292 -
Directory Listing
Modified
Mon Aug 18 09:05:37 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
#include <wintypes.h> even on MacOS X
Revision
291 -
Directory Listing
Modified
Mon Aug 18 09:03:18 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
do not look for PCSC/pcsclite.h but pcsclite.h even on MacOS X
Revision
290 -
Directory Listing
Modified
Mon Aug 18 08:04:06 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
add #include <sys/types.h> for FreeBSD (thanks Toni Andjelkovic)
Revision
289 -
Directory Listing
Modified
Fri Aug 15 20:07:53 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
add void argument to the MSCCallbackCancelEvent() prototype definition
(thanks to Toni Andjelkovic)
Revision
288 -
Directory Listing
Modified
Fri Aug 15 09:10:34 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
use *linux* instead of linux-gnu (patch from Toni Andjelkovic)
Revision
287 -
Directory Listing
Modified
Fri Aug 15 09:08:32 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
conditionnaly print hotplug debug messages. look for DEBUG_USB_HOTPLUG at the
begining of the file.
Revision
286 -
Directory Listing
Modified
Fri Aug 15 09:06:55 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
use FILENAME_MAX instead of manually defined values. Use snprintf()
instead of sprintf() to fill filenames.
Revision
285 -
Directory Listing
Modified
Thu Aug 14 16:46:01 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
add s/corcoran-guest /David Corcoran /;
Revision
284 -
Directory Listing
Modified
Thu Aug 14 16:36:00 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
new generated version
Revision
283 -
Directory Listing
Modified
Thu Aug 14 16:35:41 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
do not remove build/aclocal.m4 anymore
Revision
282 -
Directory Listing
Modified
Thu Aug 14 16:35:11 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
add parser.h in pcscd_SOURCES
Revision
281 -
Directory Listing
Modified
Thu Aug 14 14:41:38 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
cast sizeof() with (int) to avoid a warning under MacOS X
Revision
280 -
Directory Listing
Modified
Thu Aug 14 13:19:36 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
add "Copyright (C) 2001-2003 by Ludovic Rousseau" for the version (-v) output.
Revision
279 -
Directory Listing
Modified
Thu Aug 14 06:53:21 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
use a 1 minute USB timeout instead of the 1 second used for debug
Revision
278 -
Directory Listing
Modified
Thu Aug 14 06:34:21 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
include in CVS
Revision
277 -
Directory Listing
Modified
Thu Aug 14 06:32:24 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
remove parse binary in clean target
Revision
276 -
Directory Listing
Modified
Wed Aug 13 15:06:36 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
do not exit with failure if makedepend(1) does not exist
Revision
275 -
Directory Listing
Modified
Wed Aug 13 13:46:09 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
Installation and check guide
Revision
273 -
Directory Listing
Modified
Tue Aug 12 22:15:01 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
release 0.1.0
Revision
269 -
Directory Listing
Modified
Tue Aug 12 12:40:23 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
Initial revision
Revision
268 -
Directory Listing
Modified
Mon Aug 11 16:36:48 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
public release
Revision
267 -
Directory Listing
Modified
Mon Aug 11 10:03:07 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
regenerated but should not be in CVS
Revision
266 -
Directory Listing
Modified
Mon Aug 11 09:55:58 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
change filename in comment
Revision
265 -
Directory Listing
Modified
Mon Aug 11 09:55:36 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
add LTPBundleFindValueWithKey() function prototype
Revision
264 -
Directory Listing
Modified
Mon Aug 11 08:00:37 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
use a size of 200 bytes instead of 256 otherwise it will break every
drivers using the pcscd tokenparser (buffer overflow in the driver).
Revision
263 -
Directory Listing
Modified
Sun Aug 10 21:59:09 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
add support of libusb
Revision
262 -
Directory Listing
Modified
Sun Aug 10 21:54:43 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
define maximum buffer lengths and avoid possible buffer overflows
Revision
261 -
Directory Listing
Modified
Fri Aug 8 07:03:04 2003 UTC
(9 years, 9 months ago)
by
rousseau
Original Path:
trunk
pcscd is in section 8 not 1
Revision
260 -
Directory Listing
Modified
Fri Jul 4 17:59:52 2003 UTC
(9 years, 10 months ago)
by
rousseau
Original Path:
trunk
Installation of the pkgconfig file did not honor libdir. Thanks to Ville
Skytt� for the patch (alioth patch #300045)
Revision
259 -
Directory Listing
Modified
Wed Jun 25 20:10:44 2003 UTC
(9 years, 10 months ago)
by
rousseau
Original Path:
trunk
#include stdint.h only if HAVE_STDINT_H is defined since some platforms
do not have stdint.h (Windows, FreeBSD, etc.)
Revision
258 -
Directory Listing
Modified
Tue Jun 24 17:38:05 2003 UTC
(9 years, 10 months ago)
by
rousseau
Original Path:
trunk
initialize two for variables to 0 (thanks to Alan Kozlay)
Revision
257 -
Directory Listing
Modified
Thu Jun 5 00:47:21 2003 UTC
(9 years, 11 months ago)
by
corcoran-guest
Original Path:
trunk
fixed MSC_Mutex functions to point to the SYS_Mutex functions
Revision
256 -
Directory Listing
Modified
Wed Jun 4 16:52:39 2003 UTC
(9 years, 11 months ago)
by
corcoran-guest
Original Path:
trunk
Commiting these files
Revision
254 -
Directory Listing
Modified
Fri May 30 21:45:23 2003 UTC
(9 years, 11 months ago)
by
rousseau
Original Path:
trunk
release 1.1.2beta5
Revision
253 -
Directory Listing
Modified
Fri May 30 21:44:42 2003 UTC
(9 years, 11 months ago)
by
rousseau
Original Path:
trunk
remove $ac_aux_dir/aclocal.m4 after use to limit the size of the .tar.gz
Revision
252 -
Directory Listing
Modified
Fri May 30 20:46:44 2003 UTC
(9 years, 11 months ago)
by
rousseau
Original Path:
trunk
remove winscard_msg.c from pcscd_SOURCES since it is already included
in libpcsclite_core_la_SOURCES used by pcscd_LDADD
Revision
251 -
Directory Listing
Modified
Fri May 30 20:34:56 2003 UTC
(9 years, 11 months ago)
by
rousseau
Original Path:
trunk
new version from automake 1.7.5
Revision
250 -
Directory Listing
Modified
Fri May 30 20:17:45 2003 UTC
(9 years, 11 months ago)
by
rousseau
Original Path:
trunk
removed since generated from doc/Makefile.am
Revision
249 -
Directory Listing
Modified
Fri May 30 16:43:46 2003 UTC
(9 years, 11 months ago)
by
rousseau
Original Path:
trunk
the CVS files are now on alioth.debian.org so change the path to remove
to generate the ChangeLog.cvs file
Revision
248 -
Directory Listing
Modified
Fri May 30 15:50:44 2003 UTC
(9 years, 11 months ago)
by
rousseau
Original Path:
trunk
SCardStatusTH(): simplify code and return correct results when buffers
are too short or NULL is used
Revision
247 -
Directory Listing
Modified
Fri May 30 15:48:41 2003 UTC
(9 years, 11 months ago)
by
rousseau
Original Path:
trunk
SCardStatus(): do not return before filling buffers
Revision
246 -
Directory Listing
Modified
Fri May 30 15:45:28 2003 UTC
(9 years, 11 months ago)
by
rousseau
Original Path:
trunk
small cleanup
Revision
245 -
Directory Listing
Modified
Fri May 30 11:35:57 2003 UTC
(9 years, 11 months ago)
by
rousseau
Original Path:
trunk
removed from CVS since generated from doc/Makefile.am
Revision
244 -
Directory Listing
Modified
Fri May 30 11:34:03 2003 UTC
(9 years, 11 months ago)
by
rousseau
Original Path:
trunk
regenerated but they should not be in CVS
Revision
243 -
Directory Listing
Modified
Fri May 30 11:33:05 2003 UTC
(9 years, 11 months ago)
by
rousseau
Original Path:
trunk
define ret as int
Revision
242 -
Directory Listing
Modified
Fri May 30 11:27:41 2003 UTC
(9 years, 11 months ago)
by
rousseau
Original Path:
trunk
correct arguments order of ylwrap script
Revision
241 -
Directory Listing
Modified
Fri May 30 11:26:25 2003 UTC
(9 years, 11 months ago)
by
rousseau
Original Path:
trunk
replace gets() by fgets() to avoid buffer overflow.
Use sizeof() instead of constants.
do not use strdup() since it is useless.
print error messages when needed.
Revision
240 -
Directory Listing
Modified
Wed May 28 07:26:17 2003 UTC
(9 years, 11 months ago)
by
rousseau
Original Path:
trunk
used to generated a pkg-config ".pc" file (thanks to Andreas Jellinghaus
for the idea and the patch)
Revision
239 -
Directory Listing
Modified
Wed May 28 07:24:13 2003 UTC
(9 years, 11 months ago)
by
rousseau
Original Path:
trunk
removed from CVS since they are (re)generated by ./bootstrap
Revision
238 -
Directory Listing
Modified
Wed May 28 07:21:10 2003 UTC
(9 years, 11 months ago)
by
rousseau
Original Path:
trunk
use directory names as use by ./configure
Revision
237 -
Directory Listing
Modified
Tue May 27 20:25:42 2003 UTC
(9 years, 11 months ago)
by
rousseau
Original Path:
trunk
no more useful since tokenparser.* does a better job
Revision
236 -
Directory Listing
Modified
Tue May 27 20:23:14 2003 UTC
(9 years, 11 months ago)
by
rousseau
Original Path:
trunk
do not duplicate fclose/return lines
Revision
235 -
Directory Listing
Modified
Sun May 25 21:38:17 2003 UTC
(9 years, 11 months ago)
by
rousseau
Original Path:
trunk
include configured path appear in the docs (thanks to Ville Skytt�)
Revision
234 -
Directory Listing
Modified
Sun May 25 21:37:09 2003 UTC
(9 years, 11 months ago)
by
rousseau
Original Path:
trunk
correct typos and include configured path appear in the docs (thanks to
Ville Skytt�)
Revision
233 -
Directory Listing
Modified
Thu May 15 18:51:01 2003 UTC
(10 years ago)
by
rousseau
Original Path:
trunk
add licence file
Revision
232 -
Directory Listing
Modified
Thu May 15 18:49:41 2003 UTC
(10 years ago)
by
rousseau
Original Path:
trunk
add licence
Revision
231 -
Directory Listing
Modified
Sat May 10 14:00:39 2003 UTC
(10 years ago)
by
root
Original Path:
trunk
initial checkin
Revision
230 -
Directory Listing
Modified
Sat May 10 14:00:39 2003 UTC
(10 years ago)
by
root
Original Path:
trunk
initial checkin
Revision
228 -
Directory Listing
Modified
Mon May 5 20:40:27 2003 UTC
(10 years ago)
by
rousseau
Original Path:
trunk
release 1.1.2beta4
Revision
227 -
Directory Listing
Modified
Mon May 5 20:39:44 2003 UTC
(10 years ago)
by
rousseau
Original Path:
trunk
regenerated from src/configfile.c
Revision
226 -
Directory Listing
Modified
Mon May 5 20:37:49 2003 UTC
(10 years ago)
by
rousseau
Original Path:
trunk
regenerated
Revision
225 -
Directory Listing
Modified
Mon May 5 20:31:18 2003 UTC
(10 years ago)
by
rousseau
Original Path:
trunk
regeneration from src/tokenparser.l
Revision
224 -
Directory Listing
Modified
Mon May 5 20:30:58 2003 UTC
(10 years ago)
by
rousseau
Original Path:
trunk
code reindentation, use DebugLogB()/DebugLogC with correct number of
arguments
Revision
223 -
Directory Listing
Modified
Mon May 5 20:22:15 2003 UTC
(10 years ago)
by
rousseau
Original Path:
trunk
avoid possible buffer overflow in pcsc_stringify_error()
Revision
222 -
Directory Listing
Modified
Mon May 5 15:54:09 2003 UTC
(10 years ago)
by
rousseau
Original Path:
trunk
add -pthread for xBSD, use AM_CFLAGS instead of CFLAGS, driverparser.c
no more exists
Revision
221 -
Directory Listing
Modified
Mon May 5 15:52:55 2003 UTC
(10 years ago)
by
rousseau
Original Path:
trunk
use automake 1.7.3
Revision
220 -
Directory Listing
Modified
Mon May 5 15:52:25 2003 UTC
(10 years ago)
by
rousseau
Original Path:
trunk
also tested on Debian 3.0 and OpenBSD 3.2
Revision
219 -
Directory Listing
Modified
Mon Apr 7 20:43:26 2003 UTC
(10 years, 1 month ago)
by
rousseau
Original Path:
trunk
reindent, use DebugLogB instead of DebugLogC, add indice number in debug
message
Revision
218 -
Directory Listing
Modified
Mon Apr 7 20:25:34 2003 UTC
(10 years, 1 month ago)
by
rousseau
Original Path:
trunk
support driver aliases in Info.plist
Revision
217 -
Directory Listing
Modified
Mon Apr 7 19:29:39 2003 UTC
(10 years, 1 month ago)
by
rousseau
Original Path:
trunk
use LTPBundleFindValueWithKey(.., 0) instead of
LCFBundleFindValueWithKey()
Revision
216 -
Directory Listing
Modified
Mon Apr 7 19:28:10 2003 UTC
(10 years, 1 month ago)
by
rousseau
Original Path:
trunk
reindent
Revision
215 -
Directory Listing
Modified
Mon Apr 7 19:21:35 2003 UTC
(10 years, 1 month ago)
by
rousseau
Original Path:
trunk
code simplification
Revision
214 -
Directory Listing
Modified
Mon Apr 7 19:09:45 2003 UTC
(10 years, 1 month ago)
by
rousseau
Original Path:
trunk
add directory name to error message
Revision
213 -
Directory Listing
Modified
Thu Jan 9 21:02:17 2003 UTC
(10 years, 4 months ago)
by
rousseau
Original Path:
trunk
the log output mode (syslog, stdout, stderr) can't be combined. stderr
had precedence (in the code) over stdout that was _never_ used.
Revision
212 -
Directory Listing
Modified
Sun Dec 8 23:00:03 2002 UTC
(10 years, 5 months ago)
by
rousseau
Original Path:
trunk
use pcscd.* instead of pcsc.* to be unoform with pcscd.pid
Revision
211 -
Directory Listing
Modified
Sat Dec 7 22:38:46 2002 UTC
(10 years, 5 months ago)
by
rousseau
Original Path:
trunk
remove pcscd.startup since it is now in etc/
Revision
209 -
Directory Listing
Modified
Sat Dec 7 22:35:42 2002 UTC
(10 years, 5 months ago)
by
rousseau
Original Path:
trunk
release 1.1.2beta3
Revision
208 -
Directory Listing
Modified
Sat Dec 7 22:25:38 2002 UTC
(10 years, 5 months ago)
by
rousseau
Original Path:
trunk
regenerated
Revision
207 -
Directory Listing
Modified
Sat Dec 7 22:21:23 2002 UTC
(10 years, 5 months ago)
by
rousseau
Original Path:
trunk
regenarated
Revision
206 -
Directory Listing
Modified
Sat Dec 7 22:20:23 2002 UTC
(10 years, 5 months ago)
by
rousseau
Original Path:
trunk
create PCSCLITE_IPC_DIR if it does not exist. For example when it is set
to /tmp/pcsc/ (default now is /var/run/)
Revision
205 -
Directory Listing
Modified
Sat Dec 7 22:19:30 2002 UTC
(10 years, 5 months ago)
by
rousseau
Original Path:
trunk
use pcsc.comm instead of pcsc.omm
Revision
204 -
Directory Listing
Modified
Sat Dec 7 22:04:30 2002 UTC
(10 years, 5 months ago)
by
rousseau
Original Path:
trunk
removed. The startup script is in etc/
Revision
203 -
Directory Listing
Modified
Sat Dec 7 21:35:28 2002 UTC
(10 years, 5 months ago)
by
rousseau
Original Path:
trunk
small source code reformating
Revision
202 -
Directory Listing
Modified
Sat Dec 7 21:29:56 2002 UTC
(10 years, 5 months ago)
by
rousseau
Original Path:
trunk
use DebugLogB() for logs with 2 parameters and not DebugLogC()
Revision
201 -
Directory Listing
Modified
Sat Dec 7 21:29:12 2002 UTC
(10 years, 5 months ago)
by
rousseau
Original Path:
trunk
DebugLogC() uses 3 parameters not 2 (use DebugLogB() for that)
Revision
200 -
Directory Listing
Modified
Sat Dec 7 21:26:38 2002 UTC
(10 years, 5 months ago)
by
rousseau
Original Path:
trunk
add filename and error message to error logs for /var/run/pcsc.pub
Revision
199 -
Directory Listing
Modified
Sat Dec 7 21:14:59 2002 UTC
(10 years, 5 months ago)
by
rousseau
Original Path:
trunk
add support of --enable-ipcdir=DIR
Revision
198 -
Directory Listing
Modified
Sat Dec 7 21:13:25 2002 UTC
(10 years, 5 months ago)
by
rousseau
Original Path:
trunk
reorganise conditionals to to have a src/Makefile.in file 142 (yes 142) times
smaller (33 KB instead of 4.7 MB)
Revision
197 -
Directory Listing
Modified
Sat Dec 7 21:11:35 2002 UTC
(10 years, 5 months ago)
by
rousseau
Original Path:
trunk
also distribute etc/pcscd.startup
Revision
196 -
Directory Listing
Modified
Sat Dec 7 21:11:05 2002 UTC
(10 years, 5 months ago)
by
rousseau
Original Path:
trunk
update to autoconf 2.56 (lot of changes).
add --enable-ipcdir=DIR option. Default is now /var/run/ instead of /tmp/pcsc/
Revision
195 -
Directory Listing
Modified
Sat Dec 7 21:09:29 2002 UTC
(10 years, 5 months ago)
by
rousseau
Original Path:
trunk
update for autoconf 2.57 and automake 1.6.3
Revision
194 -
Directory Listing
Modified
Sat Dec 7 21:08:50 2002 UTC
(10 years, 5 months ago)
by
rousseau
Original Path:
trunk
add win32/ files and some rework
Revision
193 -
Directory Listing
Modified
Fri Dec 6 20:14:39 2002 UTC
(10 years, 5 months ago)
by
rousseau
Original Path:
trunk
accept pioRecvPci == NULL in SCardTransmit()
Revision
192 -
Directory Listing
Modified
Fri Dec 6 18:20:13 2002 UTC
(10 years, 5 months ago)
by
rousseau
Original Path:
trunk
source code reformating
Revision
191 -
Directory Listing
Modified
Fri Dec 6 18:08:26 2002 UTC
(10 years, 5 months ago)
by
rousseau
Original Path:
trunk
correct an overflow in SCardGetStatusChange()
replace "if (cReaders > PCSCLITE_MAX_CONTEXTS)" by
"if (cReaders >= PCSCLITE_MAX_CONTEXTS)". Thanks to Michael Nidd
Revision
190 -
Directory Listing
Modified
Fri Dec 6 18:05:53 2002 UTC
(10 years, 5 months ago)
by
rousseau
Original Path:
trunk
init g_rgSCard??Pci variable at compile time
Revision
189 -
Directory Listing
Modified
Wed Dec 4 21:46:29 2002 UTC
(10 years, 5 months ago)
by
rousseau
Original Path:
trunk
add Dmitry Djachenko pacthes
Revision
188 -
Directory Listing
Modified
Mon Dec 2 21:52:22 2002 UTC
(10 years, 5 months ago)
by
corcoran
Original Path:
trunk
Included changes from Citrix
- Support for AIX in configure.in and Makefile.am
- added ifdef for SNPRINTF and VSNPRINTF
Revision
187 -
Directory Listing
Modified
Fri Nov 29 22:55:04 2002 UTC
(10 years, 5 months ago)
by
rousseau
Original Path:
trunk
code reformatting
Revision
186 -
Directory Listing
Modified
Fri Nov 29 22:45:17 2002 UTC
(10 years, 5 months ago)
by
rousseau
Original Path:
trunk
initialise g_rgSCard??Pci globals at compile time
Revision
185 -
Directory Listing
Modified
Fri Nov 29 22:42:39 2002 UTC
(10 years, 5 months ago)
by
rousseau
Original Path:
trunk
SCardStatus(): set more return values
Revision
184 -
Directory Listing
Modified
Fri Nov 29 22:39:39 2002 UTC
(10 years, 5 months ago)
by
rousseau
Original Path:
trunk
Check reader name and ATR size are correct (no buffer oveflow)
Revision
183 -
Directory Listing
Modified
Fri Nov 29 22:37:28 2002 UTC
(10 years, 5 months ago)
by
rousseau
Original Path:
trunk
check pioRecvPci is non NULL before assignment
Revision
182 -
Directory Listing
Modified
Fri Nov 29 22:36:09 2002 UTC
(10 years, 5 months ago)
by
rousseau
Original Path:
trunk
SCardReconnect() returns more interesting error codes
Revision
181 -
Directory Listing
Modified
Wed Oct 30 17:45:34 2002 UTC
(10 years, 6 months ago)
by
rousseau
Original Path:
trunk
PHSetProtocol() returns a DWORD and not a UCHAR since
rContext->dwProtocol is a DWORD. Thanks to Oleg Makarenko.
Revision
180 -
Directory Listing
Modified
Wed Oct 30 17:42:41 2002 UTC
(10 years, 6 months ago)
by
rousseau
Original Path:
trunk
include some missing .h files. Thanks to Oleg Makarenko
Revision
179 -
Directory Listing
Modified
Wed Oct 16 20:09:31 2002 UTC
(10 years, 7 months ago)
by
corcoran
Original Path:
trunk
some changes for the Mac
Revision
178 -
Directory Listing
Modified
Tue Oct 15 19:48:30 2002 UTC
(10 years, 7 months ago)
by
corcoran
Original Path:
trunk
Some changes to make SCF easier to use
Revision
176 -
Directory Listing
Modified
Sat Oct 12 21:51:12 2002 UTC
(10 years, 7 months ago)
by
rousseau
Original Path:
trunk
use autoconf instead of autoreconf to not reuse an old config
Revision
175 -
Directory Listing
Modified
Sat Oct 12 21:37:08 2002 UTC
(10 years, 7 months ago)
by
rousseau
Original Path:
trunk
new version of autoregenerating files
Revision
174 -
Directory Listing
Modified
Sat Oct 12 21:27:29 2002 UTC
(10 years, 7 months ago)
by
rousseau
Original Path:
trunk
release 1.1.2beta2
Revision
173 -
Directory Listing
Modified
Tue Oct 8 22:13:27 2002 UTC
(10 years, 7 months ago)
by
rousseau
Original Path:
trunk
do not link with -lpthread under bsd as it breaks under OpenBSD and
FreeBSD
Revision
172 -
Directory Listing
Modified
Tue Oct 8 21:56:13 2002 UTC
(10 years, 7 months ago)
by
rousseau
Original Path:
trunk
use "test x${usbdropdir} = xfalse" instead of "test x${usbdropdir} ==
xfalse" since it generates an error under FreeBSD (test: xfalse:
unexpected operator). For a strange reason the bug was not detected
earlier.
Revision
171 -
Directory Listing
Modified
Sun Oct 6 21:43:56 2002 UTC
(10 years, 7 months ago)
by
rousseau
Original Path:
trunk
use -rdynamic instead of -Wl,--export-dynamic since some systems
(OpenBSD) did not support it
Revision
170 -
Directory Listing
Modified
Sun Oct 6 20:59:50 2002 UTC
(10 years, 7 months ago)
by
rousseau
Original Path:
trunk
add --apdu documentation in --help message
support -a argument even when HAVE_GETOPT_LONG not supported
Revision
169 -
Directory Listing
Modified
Sun Oct 6 18:22:25 2002 UTC
(10 years, 7 months ago)
by
rousseau
Original Path:
trunk
add a (char *) cast to avoid a compilation warning
Revision
168 -
Directory Listing
Modified
Sun Oct 6 14:25:59 2002 UTC
(10 years, 7 months ago)
by
giraud
Original Path:
trunk
Added support for start/stop/restart invocation parameters
Revision
167 -
Directory Listing
Modified
Sun Oct 6 14:24:39 2002 UTC
(10 years, 7 months ago)
by
giraud
Original Path:
trunk
Added #define for support of /var/run/pid. pid file is /var/run/pcscd.pid
Revision
166 -
Directory Listing
Modified
Sun Oct 6 10:50:02 2002 UTC
(10 years, 7 months ago)
by
rousseau
Original Path:
trunk
new version of autoregenerating files
Revision
165 -
Directory Listing
Modified
Sun Oct 6 10:48:52 2002 UTC
(10 years, 7 months ago)
by
rousseau
Original Path:
trunk
add -DPACKAGE and -DVERSION to compilation flags. They are no more
included in config.h
Revision
164 -
Directory Listing
Modified
Sun Oct 6 10:47:45 2002 UTC
(10 years, 7 months ago)
by
rousseau
Original Path:
trunk
change version from 1.1.2beta1 to 1.1.2
Revision
163 -
Directory Listing
Modified
Sun Oct 6 10:46:33 2002 UTC
(10 years, 7 months ago)
by
rousseau
Original Path:
trunk
remove config.h.in to be sure to regenerate it
Revision
162 -
Directory Listing
Modified
Sat Oct 5 21:58:29 2002 UTC
(10 years, 7 months ago)
by
rousseau
Original Path:
trunk
change VERSION number from 1.1.2beta1 to 1.1.2
Revision
161 -
Directory Listing
Modified
Sat Oct 5 20:29:35 2002 UTC
(10 years, 7 months ago)
by
rousseau
Original Path:
trunk
print an error message if the --debug argument is not known
Revision
160 -
Directory Listing
Modified
Fri Oct 4 20:47:00 2002 UTC
(10 years, 7 months ago)
by
corcoran
Original Path:
trunk
quick fix
Revision
159 -
Directory Listing
Modified
Fri Oct 4 20:43:43 2002 UTC
(10 years, 7 months ago)
by
corcoran
Original Path:
trunk
added scf compatibility
Revision
158 -
Directory Listing
Modified
Fri Oct 4 20:21:53 2002 UTC
(10 years, 7 months ago)
by
corcoran
Original Path:
trunk
added helge's fix to WORD
Revision
157 -
Directory Listing
Modified
Fri Oct 4 19:31:05 2002 UTC
(10 years, 7 months ago)
by
corcoran
Original Path:
trunk
fix for osx deadlock on sleep
Revision
156 -
Directory Listing
Modified
Thu Oct 3 23:35:03 2002 UTC
(10 years, 7 months ago)
by
corcoran
Original Path:
trunk
some changes to support multiplle usb readers
Revision
155 -
Directory Listing
Modified
Thu Oct 3 21:17:21 2002 UTC
(10 years, 7 months ago)
by
rousseau
Original Path:
trunk
close PCSCLITE_HP_DROPDIR (/usr/local/pcsc/drivers/) after use
Revision
154 -
Directory Listing
Modified
Thu Oct 3 05:47:49 2002 UTC
(10 years, 7 months ago)
by
corcoran
Original Path:
trunk
added fix by amira
Revision
153 -
Directory Listing
Modified
Wed Oct 2 22:36:41 2002 UTC
(10 years, 7 months ago)
by
corcoran
Original Path:
trunk
added default dropdir
Revision
152 -
Directory Listing
Modified
Wed Oct 2 21:29:18 2002 UTC
(10 years, 7 months ago)
by
corcoran
Original Path:
trunk
added athena patch for SCARD_PROTOCOL_ANY in SCardConnect
Revision
151 -
Directory Listing
Modified
Wed Oct 2 21:15:43 2002 UTC
(10 years, 7 months ago)
by
corcoran
Original Path:
trunk
Fixed multi-reader + sleep problem
Revision
150 -
Directory Listing
Modified
Wed Oct 2 20:27:47 2002 UTC
(10 years, 7 months ago)
by
corcoran
Original Path:
trunk
Re-importing autoconf stuff
Revision
149 -
Directory Listing
Modified
Wed Oct 2 17:52:51 2002 UTC
(10 years, 7 months ago)
by
giraud
Original Path:
trunk
Modified version number from 1.1.0 to 1.1.1
Revision
147 -
Directory Listing
Modified
Sat Sep 7 15:50:24 2002 UTC
(10 years, 8 months ago)
by
rousseau
Original Path:
trunk
Log to stderr by default. Print an error message if --debug argument is
not known.
Revision
145 -
Directory Listing
Modified
Fri Sep 6 21:23:41 2002 UTC
(10 years, 8 months ago)
by
rousseau
Original Path:
trunk
release 1.1.2beta1
Revision
144 -
Directory Listing
Modified
Fri Sep 6 21:18:14 2002 UTC
(10 years, 8 months ago)
by
rousseau
Original Path:
trunk
forgot to add support of --enable-muscledropdir in bundleTool.c
Revision
143 -
Directory Listing
Modified
Fri Sep 6 21:12:00 2002 UTC
(10 years, 8 months ago)
by
rousseau
Original Path:
trunk
add support for --enable-muscledropdir
Revision
142 -
Directory Listing
Modified
Fri Sep 6 20:31:16 2002 UTC
(10 years, 8 months ago)
by
rousseau
Original Path:
trunk
add support for --enable-muscledropdir
Revision
141 -
Directory Listing
Modified
Fri Sep 6 20:30:32 2002 UTC
(10 years, 8 months ago)
by
rousseau
Original Path:
trunk
new versions
Revision
140 -
Directory Listing
Modified
Fri Sep 6 20:29:20 2002 UTC
(10 years, 8 months ago)
by
rousseau
Original Path:
trunk
do not restart ./configure
Revision
139 -
Directory Listing
Modified
Fri Sep 6 20:28:13 2002 UTC
(10 years, 8 months ago)
by
rousseau
Original Path:
trunk
test if a Makfile exists before make distclean
Revision
138 -
Directory Listing
Modified
Fri Sep 6 19:26:05 2002 UTC
(10 years, 8 months ago)
by
rousseau
Original Path:
trunk
The licence file is COPYING and not LICENSE (thanks to Juha Tuomala)
Revision
133 -
Directory Listing
Modified
Wed Sep 4 21:02:20 2002 UTC
(10 years, 8 months ago)
by
corcoran
Original Path:
trunk
Fixed to work well
Revision
132 -
Directory Listing
Modified
Sat Aug 31 03:16:59 2002 UTC
(10 years, 8 months ago)
by
corcoran
Original Path:
trunk
Fixes to make this work on the Mac.
Revision
131 -
Directory Listing
Modified
Sun Aug 18 20:09:25 2002 UTC
(10 years, 9 months ago)
by
rousseau
Original Path:
trunk
add formaticc.1 from Debian
Revision
130 -
Directory Listing
Modified
Fri Aug 16 20:08:19 2002 UTC
(10 years, 9 months ago)
by
rousseau
Original Path:
trunk
typo (add a space)
Revision
129 -
Directory Listing
Modified
Thu Aug 15 22:49:01 2002 UTC
(10 years, 9 months ago)
by
rousseau
Original Path:
trunk
lots of debug and buffer overflow removal
Revision
128 -
Directory Listing
Modified
Thu Aug 15 15:26:29 2002 UTC
(10 years, 9 months ago)
by
rousseau
Original Path:
trunk
print usage in cas of wrong arguments
Revision
127 -
Directory Listing
Modified
Thu Aug 15 15:11:55 2002 UTC
(10 years, 9 months ago)
by
rousseau
Original Path:
trunk
update and rename bundleTool.1
Revision
126 -
Directory Listing
Modified
Tue Aug 13 22:19:09 2002 UTC
(10 years, 9 months ago)
by
rousseau
Original Path:
trunk
switch from version 1.1.1 to 1.1.2 for cvs snapshots
Revision
125 -
Directory Listing
Modified
Tue Aug 13 21:15:13 2002 UTC
(10 years, 9 months ago)
by
rousseau
Original Path:
trunk
add support for --apdu, test if the pcscd is still running before
complaining that /tmp/pcsc is present
Revision
124 -
Directory Listing
Modified
Tue Aug 13 21:15:13 2002 UTC
(10 years, 9 months ago)
by
rousseau
Original Path:
trunk
add support for --apdu
Revision
123 -
Directory Listing
Modified
Tue Aug 13 21:15:13 2002 UTC
(10 years, 9 months ago)
by
rousseau
Original Path:
trunk
typo
Revision
122 -
Directory Listing
Modified
Tue Aug 13 21:15:13 2002 UTC
(10 years, 9 months ago)
by
rousseau
Original Path:
trunk
add a return NULL;
Revision
121 -
Directory Listing
Modified
Tue Aug 13 21:15:13 2002 UTC
(10 years, 9 months ago)
by
rousseau
Original Path:
trunk
add support for --apdu and other same log messages
Revision
120 -
Directory Listing
Modified
Tue Aug 13 21:15:13 2002 UTC
(10 years, 9 months ago)
by
rousseau
Original Path:
trunk
properly initialise rv
Revision
119 -
Directory Listing
Modified
Tue Aug 13 21:15:13 2002 UTC
(10 years, 9 months ago)
by
rousseau
Original Path:
trunk
add -Wl,--export-dynamic link option
Revision
118 -
Directory Listing
Modified
Tue Aug 13 21:13:17 2002 UTC
(10 years, 9 months ago)
by
rousseau
Original Path:
trunk
add the -a|--apdu option + some cleaning
Revision
117 -
Directory Listing
Modified
Tue Aug 13 21:12:00 2002 UTC
(10 years, 9 months ago)
by
rousseau
Original Path:
trunk
make distclean before autoreconf
Revision
116 -
Directory Listing
Modified
Tue Aug 13 21:10:55 2002 UTC
(10 years, 9 months ago)
by
rousseau
Original Path:
trunk
*** empty log message ***
Revision
115 -
Directory Listing
Modified
Tue Aug 13 21:10:28 2002 UTC
(10 years, 9 months ago)
by
rousseau
Original Path:
trunk
set the PCSCLITE_HP_DROPDIR as a ./configure option
Revision
114 -
Directory Listing
Modified
Tue Jul 30 21:40:17 2002 UTC
(10 years, 9 months ago)
by
rousseau
Original Path:
trunk
add #ifdef USE_THREAD_SAFETY otherwise it wont compile with
--disable-threadsafe
Revision
113 -
Directory Listing
Modified
Mon Jul 1 20:14:09 2002 UTC
(10 years, 10 months ago)
by
corcoran
Original Path:
trunk
readding
Revision
112 -
Directory Listing
Modified
Mon Jul 1 20:08:53 2002 UTC
(10 years, 10 months ago)
by
corcoran
Original Path:
trunk
moved location
Revision
111 -
Directory Listing
Modified
Thu Jun 27 22:21:23 2002 UTC
(10 years, 10 months ago)
by
corcoran
Original Path:
trunk
Win32
Revision
108 -
Directory Listing
Modified
Thu Jun 27 16:52:50 2002 UTC
(10 years, 10 months ago)
by
corcoran
Original Path:
trunk
Initial revision
Revision
107 -
Directory Listing
Modified
Wed Jun 19 22:05:46 2002 UTC
(10 years, 11 months ago)
by
corcoran
Original Path:
trunk
removed printf
Revision
106 -
Directory Listing
Modified
Tue Jun 18 18:16:48 2002 UTC
(10 years, 11 months ago)
by
corcoran
Original Path:
trunk
MSCPUChar8 -> MSCUChar8
Revision
105 -
Directory Listing
Modified
Tue Jun 11 20:07:26 2002 UTC
(10 years, 11 months ago)
by
corcoran
Original Path:
trunk
Added more Initialization parameters ...
Revision
104 -
Directory Listing
Modified
Wed Jun 5 19:48:13 2002 UTC
(10 years, 11 months ago)
by
corcoran
Original Path:
trunk
hello
Revision
103 -
Directory Listing
Modified
Wed Jun 5 18:47:13 2002 UTC
(10 years, 11 months ago)
by
corcoran
Original Path:
trunk
;lkj
Revision
102 -
Directory Listing
Modified
Wed Jun 5 18:42:30 2002 UTC
(10 years, 11 months ago)
by
corcoran
Original Path:
trunk
bad if then
Revision
101 -
Directory Listing
Modified
Wed Jun 5 18:31:04 2002 UTC
(10 years, 11 months ago)
by
corcoran
Original Path:
trunk
some changes
Revision
100 -
Directory Listing
Modified
Wed Jun 5 18:11:32 2002 UTC
(10 years, 11 months ago)
by
corcoran
Original Path:
trunk
Added generic thread support to musclecard.c and added pthread_join
Revision
99 -
Directory Listing
Modified
Wed Jun 5 17:57:33 2002 UTC
(10 years, 11 months ago)
by
corcoran
Original Path:
trunk
Added join to cancelcallback
Revision
98 -
Directory Listing
Modified
Wed Jun 5 17:56:06 2002 UTC
(10 years, 11 months ago)
by
corcoran
Original Path:
trunk
Fixed problem with MSC_SHARE_DIRECT connections
Added changes to docs
Cancel with join
Revision
97 -
Directory Listing
Modified
Wed Jun 5 16:04:16 2002 UTC
(10 years, 11 months ago)
by
corcoran
Original Path:
trunk
Changed versioning
Revision
96 -
Directory Listing
Modified
Wed Jun 5 15:59:40 2002 UTC
(10 years, 11 months ago)
by
corcoran
Original Path:
trunk
removed unused variable i
Revision
95 -
Directory Listing
Modified
Wed Jun 5 15:41:26 2002 UTC
(10 years, 11 months ago)
by
corcoran
Original Path:
trunk
Fix for bug which wouldn't work with multi-slot readers. Slots weren't managing the dwFeeds variable in the structure so the library was closed prematurely.
Revision
94 -
Directory Listing
Modified
Mon Jun 3 19:43:08 2002 UTC
(10 years, 11 months ago)
by
corcoran
Original Path:
trunk
replaced magic number with constant 16->PCSCLITE_MAX_CONTEXTS
Revision
93 -
Directory Listing
Modified
Fri May 31 21:18:30 2002 UTC
(10 years, 11 months ago)
by
corcoran
Original Path:
trunk
Removed bug: line 1986 SCardCleanupClient would release the socket too early
Revision
92 -
Directory Listing
Modified
Tue May 28 19:25:11 2002 UTC
(10 years, 11 months ago)
by
corcoran
Original Path:
trunk
Added muscle-docs
Revision
91 -
Directory Listing
Modified
Tue May 28 17:36:12 2002 UTC
(10 years, 11 months ago)
by
corcoran
Original Path:
trunk
Finalizing for the release
Revision
90 -
Directory Listing
Modified
Tue May 28 16:17:09 2002 UTC
(10 years, 11 months ago)
by
corcoran
Original Path:
trunk
Added wintypes.h
Revision
89 -
Directory Listing
Modified
Tue May 28 16:04:10 2002 UTC
(10 years, 11 months ago)
by
corcoran
Original Path:
trunk
fixes for the build
Revision
88 -
Directory Listing
Modified
Tue May 28 05:00:57 2002 UTC
(10 years, 11 months ago)
by
phuang
Original Path:
trunk
hpux need <errno.h> to compile correctly
Revision
87 -
Directory Listing
Modified
Tue May 21 20:55:46 2002 UTC
(11 years ago)
by
rousseau
Original Path:
trunk
patch the generated ChangeLog.cvs to have correct file and author names
Revision
86 -
Directory Listing
Modified
Fri May 10 19:02:36 2002 UTC
(11 years ago)
by
rousseau
Original Path:
trunk
added the .h files in the distibution but they will not be installed by
a 'make install'
So now 'make test' and 'make testcheck' should work again.
Sorry Dave for my mistake in v1.3 you corrected in v1.4. I hope it is OK
this time.
Revision
85 -
Directory Listing
Modified
Fri May 10 18:59:46 2002 UTC
(11 years ago)
by
rousseau
Original Path:
trunk
add pcscd.startup in the distribution
Revision
84 -
Directory Listing
Modified
Tue May 7 22:05:15 2002 UTC
(11 years ago)
by
corcoran
Original Path:
trunk
Updated version to 1.1.0
Revision
83 -
Directory Listing
Modified
Tue May 7 02:33:44 2002 UTC
(11 years ago)
by
corcoran
Original Path:
trunk
Fixing so that --disable-threadsafe works !!!
Revision
82 -
Directory Listing
Modified
Tue May 7 02:33:17 2002 UTC
(11 years ago)
by
corcoran
Original Path:
trunk
Adding Makefile.am with -lpthread for PCSCD_INCLUDE_LIBS
Revision
81 -
Directory Listing
Modified
Tue May 7 02:02:55 2002 UTC
(11 years ago)
by
corcoran
Original Path:
trunk
Added Win32 dynamic lib loading
Revision
80 -
Directory Listing
Modified
Mon May 6 23:23:13 2002 UTC
(11 years ago)
by
corcoran
Original Path:
trunk
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 ago)
by
corcoran
Original Path:
trunk
Added support for Win32 based platforms for Muscle Framework.
Revision
78 -
Directory Listing
Modified
Mon May 6 19:55:11 2002 UTC
(11 years ago)
by
corcoran
Original Path:
trunk
Checking in new project file for project builder
Revision
74 -
Directory Listing
Modified
Sat Apr 27 01:11:27 2002 UTC
(11 years ago)
by
corcoran
Original Path:
trunk
Added versioning to pbxproj file, updated config.h. Fixed Plugin->PlugIn.h in hotplug
Revision
73 -
Directory Listing
Modified
Fri Apr 26 18:47:36 2002 UTC
(11 years ago)
by
corcoran
Original Path:
trunk
Updated the man page
Revision
72 -
Directory Listing
Modified
Thu Apr 25 18:25:38 2002 UTC
(11 years ago)
by
corcoran
Original Path:
trunk
Added bundle header information for buildit
Revision
71 -
Directory Listing
Modified
Thu Apr 25 18:23:35 2002 UTC
(11 years ago)
by
corcoran
Original Path:
trunk
Added new version numbering
Revision
70 -
Directory Listing
Modified
Thu Apr 25 17:56:41 2002 UTC
(11 years ago)
by
corcoran
Original Path:
trunk
removed printf debugging for release
Revision
69 -
Directory Listing
Modified
Thu Apr 25 17:07:37 2002 UTC
(11 years ago)
by
corcoran
Original Path:
trunk
Changes to the power management behavior
Revision
68 -
Directory Listing
Modified
Wed Apr 24 20:28:38 2002 UTC
(11 years ago)
by
corcoran
Original Path:
trunk
Removal
Revision
67 -
Directory Listing
Modified
Wed Apr 24 20:23:42 2002 UTC
(11 years ago)
by
corcoran
Original Path:
trunk
moved project builderstuff and removed some files
Revision
66 -
Directory Listing
Modified
Wed Apr 24 00:45:57 2002 UTC
(11 years, 1 month ago)
by
corcoran
Original Path:
trunk
changes
Revision
65 -
Directory Listing
Modified
Tue Apr 23 17:49:17 2002 UTC
(11 years, 1 month ago)
by
corcoran
Original Path:
trunk
No changes, just time/date issues
Revision
64 -
Directory Listing
Modified
Mon Apr 22 18:42:44 2002 UTC
(11 years, 1 month ago)
by
corcoran
Original Path:
trunk
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
63 -
Directory Listing
Modified
Sun Apr 21 16:44:51 2002 UTC
(11 years, 1 month ago)
by
cprados
Original Path:
trunk
Added autoconf check for getopt.h header
Revision
62 -
Directory Listing
Modified
Tue Apr 16 19:41:32 2002 UTC
(11 years, 1 month ago)
by
corcoran
Original Path:
trunk
Added #ifdef around #include <getopt.h>
Revision
61 -
Directory Listing
Modified
Sun Apr 14 15:30:13 2002 UTC
(11 years, 1 month ago)
by
cprados
Original Path:
trunk
Added getopt_long() check.
Revision
60 -
Directory Listing
Modified
Sun Apr 14 15:28:54 2002 UTC
(11 years, 1 month ago)
by
cprados
Original Path:
trunk
Added getopt and getopt_long support for command line parsing.
Revision
59 -
Directory Listing
Modified
Fri Apr 12 22:05:37 2002 UTC
(11 years, 1 month ago)
by
corcoran
Original Path:
trunk
Added wait for thread return for the callback
Revision
58 -
Directory Listing
Modified
Fri Apr 12 21:30:09 2002 UTC
(11 years, 1 month ago)
by
corcoran
Original Path:
trunk
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, 1 month ago)
by
corcoran
Original Path:
trunk
Removed MSCCertInfo
Revision
56 -
Directory Listing
Modified
Thu Apr 11 21:43:59 2002 UTC
(11 years, 1 month ago)
by
corcoran
Original Path:
trunk
removed cert function pointers
Revision
55 -
Directory Listing
Modified
Thu Apr 11 17:24:05 2002 UTC
(11 years, 1 month ago)
by
corcoran
Original Path:
trunk
removed certificate function pointers
Revision
54 -
Directory Listing
Modified
Thu Apr 11 17:23:40 2002 UTC
(11 years, 1 month ago)
by
corcoran
Original Path:
trunk
Removed all certificate handling functions
Revision
53 -
Directory Listing
Modified
Wed Apr 10 23:11:26 2002 UTC
(11 years, 1 month ago)
by
corcoran
Original Path:
trunk
Added extern int errno - wouldn't build on Solaris
Revision
52 -
Directory Listing
Modified
Wed Apr 10 22:37:30 2002 UTC
(11 years, 1 month ago)
by
corcoran
Original Path:
trunk
Removed atexit() put cleanup code in SCardReleaseContext
Revision
51 -
Directory Listing
Modified
Wed Apr 10 22:36:52 2002 UTC
(11 years, 1 month ago)
by
corcoran
Original Path:
trunk
some modifications for tabs.
Revision
50 -
Directory Listing
Modified
Wed Apr 10 22:36:06 2002 UTC
(11 years, 1 month ago)
by
corcoran
Original Path:
trunk
Removed SetCapabilities -> put into 1.0 version for performance reasons
Revision
49 -
Directory Listing
Modified
Wed Apr 10 01:11:57 2002 UTC
(11 years, 1 month ago)
by
corcoran
Original Path:
trunk
Removed extra Read/Write functions
Revision
48 -
Directory Listing
Modified
Tue Apr 9 20:56:06 2002 UTC
(11 years, 1 month ago)
by
corcoran
Original Path:
trunk
Added keyPartner to MSCImportKey. Added keyMapping to MSCKeyInfo structure
Revision
47 -
Directory Listing
Modified
Mon Apr 8 20:23:31 2002 UTC
(11 years, 1 month ago)
by
corcoran
Original Path:
trunk
Fixed a security vulnerability in winscard_svc.c. Removed /tmp/pcsc/.pcsctmp
and replaced it with a stat /tmp/pcsc on the client side. Modified Makefile.am
to only install needed include files to /usr/local/include
Revision
46 -
Directory Listing
Modified
Mon Apr 8 17:19:36 2002 UTC
(11 years, 1 month ago)
by
mikeg
Original Path:
trunk
initialized return value to -1 in RFSetReaderName
Revision
45 -
Directory Listing
Modified
Sun Apr 7 08:43:36 2002 UTC
(11 years, 1 month ago)
by
rousseau
Original Path:
trunk
Allow pcscd to do bulk transfers for devices with high speed:
Enhanced messaging has been added to accomodate newer devices which
have more advanced capabilites, such as dedicated secure co-processors
which can stream and encrypt data over USB. In order to used enhanced
messaging you must define PCSCLITE_ENHANCED_MESSAGING in the
framework(library), the daemon, and your application
Thanks to Michael Gile <mgile@mac.com> for the patch
Revision
44 -
Directory Listing
Modified
Sat Apr 6 22:58:11 2002 UTC
(11 years, 1 month ago)
by
rousseau
Original Path:
trunk
Added my name as suggested by David
Revision
43 -
Directory Listing
Modified
Sat Apr 6 20:48:47 2002 UTC
(11 years, 1 month ago)
by
rousseau
Original Path:
trunk
using -d1 (debug to stderr) or -d2 (debug to stdout) also activate the
-fg option (foreground). Otherwise pcscd is started as a daemon
(default) and stdout and stderr file descriptors are closed and then
debug is useless since sent to /dev/null
Revision
42 -
Directory Listing
Modified
Sat Apr 6 20:46:26 2002 UTC
(11 years, 1 month ago)
by
rousseau
Original Path:
trunk
renamed 1.0.2.beta5 to 1.0.2.cvs
Revision
41 -
Directory Listing
Modified
Sat Apr 6 17:12:13 2002 UTC
(11 years, 1 month ago)
by
rousseau
Original Path:
trunk
make the ChangeLog.cvs rule .PHONY
Revision
40 -
Directory Listing
Modified
Sat Apr 6 16:53:55 2002 UTC
(11 years, 1 month ago)
by
rousseau
Original Path:
trunk
use SYS_CloseFile() instead of close()
use SYS_OpenFile() instead of open()
use SYS_Chdir() instead of chdir()
use SYS_Daemon() instead of daemon()
test return values and print a debug message when necessary
patch provided by Toni Andjelkovic <toni@soth.at>
Revision
39 -
Directory Listing
Modified
Sat Apr 6 16:46:04 2002 UTC
(11 years, 1 month ago)
by
rousseau
Original Path:
trunk
add a rule to create ChangeLog.cvs
Revision
38 -
Directory Listing
Modified
Sat Apr 6 16:22:58 2002 UTC
(11 years, 1 month ago)
by
rousseau
Original Path:
trunk
#include <stdlib.h> for malloc() declaration
Revision
37 -
Directory Listing
Modified
Sat Apr 6 15:53:37 2002 UTC
(11 years, 1 month ago)
by
rousseau
Original Path:
trunk
add error code management for SHMProcessEvents returned value
Revision
36 -
Directory Listing
Modified
Fri Apr 5 00:20:01 2002 UTC
(11 years, 1 month ago)
by
rousseau
Original Path:
trunk
correct text alignment
Revision
35 -
Directory Listing
Modified
Fri Apr 5 00:15:33 2002 UTC
(11 years, 1 month ago)
by
rousseau
Original Path:
trunk
removed since generated automatically by automake
Revision
34 -
Directory Listing
Modified
Fri Apr 5 00:13:51 2002 UTC
(11 years, 1 month ago)
by
rousseau
Original Path:
trunk
USE_SYSLOG is no more used. code rewrote with debug_msg()
Revision
33 -
Directory Listing
Modified
Fri Apr 5 00:12:57 2002 UTC
(11 years, 1 month ago)
by
rousseau
Original Path:
trunk
debug_xxd(): also use the debug_msg_type way
Revision
32 -
Directory Listing
Modified
Fri Apr 5 00:11:27 2002 UTC
(11 years, 1 month ago)
by
rousseau
Original Path:
trunk
removed since generated automatically from configure.in by autoheader
Revision
31 -
Directory Listing
Modified
Thu Apr 4 23:54:34 2002 UTC
(11 years, 1 month ago)
by
rousseau
Original Path:
trunk
removed since automatically generated from Makefile.am
Revision
30 -
Directory Listing
Modified
Thu Apr 4 23:51:02 2002 UTC
(11 years, 1 month ago)
by
rousseau
Original Path:
trunk
src/winscard_msg.c: SHMProcessEvents() timeout on the select and go back
into src/pcscdaemon.c: SVCServiceRunLoop()
This is used to catch the Ctrl-C signal (in SVCServiceRunLoop) at some
time when nothing else happens
Revision
29 -
Directory Listing
Modified
Thu Apr 4 23:47:24 2002 UTC
(11 years, 1 month ago)
by
rousseau
Original Path:
trunk
removed dlerror() from if tests since it is not the best way to test for
errors
Revision
28 -
Directory Listing
Modified
Thu Apr 4 23:46:26 2002 UTC
(11 years, 1 month ago)
by
rousseau
Original Path:
trunk
DYN_GetAddress() now correctly handles errors by not using dlerror() to
know if an error occured since the error may have occured in a previous
call
Also removed dlerror() from if tests everywhere else
Revision
27 -
Directory Listing
Modified
Thu Apr 4 23:43:40 2002 UTC
(11 years, 1 month ago)
by
rousseau
Original Path:
trunk
add many .h files in include_HEADERS so that 'make dist' include all the
useful files
add muscletest.c in EXTRA_libpcsclite_core_la_SOURCES
Revision
26 -
Directory Listing
Modified
Thu Apr 4 22:45:31 2002 UTC
(11 years, 1 month ago)
by
corcoran
Original Path:
trunk
Some event changes, begin/end transaction. Added IdentifyToken
Revision
25 -
Directory Listing
Modified
Thu Apr 4 21:50:24 2002 UTC
(11 years, 1 month ago)
by
rousseau
Original Path:
trunk
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, 1 month ago)
by
rousseau
Original Path:
trunk
complete and automatic reindentation of *.c and *.h files
Revision
23 -
Directory Listing
Modified
Thu Apr 4 18:23:23 2002 UTC
(11 years, 1 month ago)
by
rousseau
Original Path:
trunk
test
Revision
22 -
Directory Listing
Modified
Mon Apr 1 02:57:57 2002 UTC
(11 years, 1 month ago)
by
giraud
Original Path:
trunk
musclecard:
- replaced PCSC_TARGET_OSX with __APPLE__ in #ifndef for mscdefines.h inclusion
pbproj:
- no meaningful modifications
Revision
21 -
Directory Listing
Modified
Sun Mar 31 23:51:03 2002 UTC
(11 years, 1 month ago)
by
giraud
Original Path:
trunk
Fix 1 issue in readerfactory.c
- valueLength=sizeof(tagValue) in RFSetReaderName to allow IFDHandlers to know
how much space is available
Modified PB project to allow build in proper order and have testpcsc used
the new PCSC framework available in the build folder.
Revision
20 -
Directory Listing
Modified
Sun Mar 31 07:05:07 2002 UTC
(11 years, 1 month ago)
by
corcoran
Original Path:
trunk
Added this
Revision
19 -
Directory Listing
Modified
Sun Mar 31 03:42:59 2002 UTC
(11 years, 1 month ago)
by
corcoran
Original Path:
trunk
Big Ass Error badError = 1 instead of ==
Revision
18 -
Directory Listing
Modified
Sat Mar 30 23:38:35 2002 UTC
(11 years, 1 month ago)
by
corcoran
Original Path:
trunk
removed crap PCSC_DEBUG
Revision
17 -
Directory Listing
Modified
Sat Mar 30 23:29:28 2002 UTC
(11 years, 1 month ago)
by
corcoran
Original Path:
trunk
Fixed multi-reader bug, also fixed wintypes bug
Revision
16 -
Directory Listing
Modified
Sat Mar 30 23:02:06 2002 UTC
(11 years, 1 month ago)
by
corcoran
Original Path:
trunk
added the man pages
Revision
15 -
Directory Listing
Modified
Sat Mar 30 22:20:33 2002 UTC
(11 years, 1 month ago)
by
corcoran
Original Path:
trunk
Added some command line arguments.
Revision
14 -
Directory Listing
Modified
Sat Mar 30 20:59:07 2002 UTC
(11 years, 1 month ago)
by
corcoran
Original Path:
trunk
Added command line debug options
Revision
11 -
Directory Listing
Modified
Sat Mar 30 18:13:58 2002 UTC
(11 years, 1 month ago)
by
corcoran
Original Path:
trunk
Initial revision
Revision
10 -
Directory Listing
Modified
Fri Nov 30 21:32:50 2001 UTC
(11 years, 5 months ago)
by
corcoran
Original Path:
trunk
This is the real deal
Revision
9 -
Directory Listing
Modified
Thu Nov 29 17:27:30 2001 UTC
(11 years, 5 months ago)
by
corcoran
Original Path:
trunk
Fixed == to & for pollStatus
Revision
8 -
Directory Listing
Modified
Thu Nov 29 00:30:11 2001 UTC
(11 years, 5 months ago)
by
corcoran
Original Path:
trunk
Fixed the T=0 handling routines.
Revision
5 -
Directory Listing
Modified
Wed Nov 21 01:00:06 2001 UTC
(11 years, 6 months ago)
by
corcoran
Original Path:
trunk
Initial revision
Revision
2 -
Directory Listing
Modified
Wed Nov 21 00:57:15 2001 UTC
(11 years, 6 months ago)
by
corcoran
Original Path:
trunk
Initial revision
Revision
1 -
Directory Listing
Added
Wed Nov 21 00:57:15 2001 UTC
(11 years, 6 months ago)
by
(unknown author)
Original Path:
trunk
New repository initialized by cvs2svn.