Log of /trunk/PCSC
Directory Listing
Revision
64 -
Directory Listing
Modified
Mon Apr 22 18:42:44 2002 UTC
(11 years, 1 month ago)
by
corcoran
config.h -> added cvs to version
project.pbx -> modified project builder attributes
pcsclite.h -> __APPLE__
mscdefines.h -> __APPLE__
sys_generic.h, sys_hpux.c sys_solaris.c sys_unix.c
int SYS_Exit to void SYS_Exit
winscard_msg.c removed message in CommonSegment
Revision
63 -
Directory Listing
Modified
Sun Apr 21 16:44:51 2002 UTC
(11 years, 1 month ago)
by
cprados
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
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
Added getopt_long() check.
Revision
60 -
Directory Listing
Modified
Sun Apr 14 15:28:54 2002 UTC
(11 years, 1 month ago)
by
cprados
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
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
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
Removed MSCCertInfo
Revision
56 -
Directory Listing
Modified
Thu Apr 11 21:43:59 2002 UTC
(11 years, 1 month ago)
by
corcoran
removed cert function pointers
Revision
55 -
Directory Listing
Modified
Thu Apr 11 17:24:05 2002 UTC
(11 years, 1 month ago)
by
corcoran
removed certificate function pointers
Revision
54 -
Directory Listing
Modified
Thu Apr 11 17:23:40 2002 UTC
(11 years, 1 month ago)
by
corcoran
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
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
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
some modifications for tabs.
Revision
50 -
Directory Listing
Modified
Wed Apr 10 22:36:06 2002 UTC
(11 years, 1 month ago)
by
corcoran
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
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
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
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
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
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
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
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
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
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
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
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
#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
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
correct text alignment
Revision
35 -
Directory Listing
Modified
Fri Apr 5 00:15:33 2002 UTC
(11 years, 1 month ago)
by
rousseau
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
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
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
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
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
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
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
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
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
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
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
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
test
Revision
22 -
Directory Listing
Modified
Mon Apr 1 02:57:57 2002 UTC
(11 years, 1 month ago)
by
giraud
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
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
Added this
Revision
19 -
Directory Listing
Modified
Sun Mar 31 03:42:59 2002 UTC
(11 years, 1 month ago)
by
corcoran
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
removed crap PCSC_DEBUG
Revision
17 -
Directory Listing
Modified
Sat Mar 30 23:29:28 2002 UTC
(11 years, 1 month ago)
by
corcoran
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
added the man pages
Revision
15 -
Directory Listing
Modified
Sat Mar 30 22:20:33 2002 UTC
(11 years, 1 month ago)
by
corcoran
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
Added command line debug options
Revision
11 -
Directory Listing
Added
Sat Mar 30 18:13:58 2002 UTC
(11 years, 1 month ago)
by
corcoran
Initial revision