Added versioning to pbxproj file, updated config.h. Fixed Plugin->PlugIn.h in hotplug
22 lines of code changed in 2 files:
Updated the man page
8 lines of code changed in 1 file:
Added bundle header information for buildit
13 lines of code changed in 1 file:
Added new version numbering
3 lines of code changed in 3 files:
removed printf debugging for release
0 lines of code changed in 2 files:
Changes to the power management behavior
85 lines of code changed in 2 files:
moved project builderstuff and removed some files
1602 lines of code changed in 7 files:
changes
25 lines of code changed in 5 files:
No changes, just time/date issues
246 lines of code changed in 8 files:
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
107 lines of code changed in 11 files:
Added autoconf check for getopt.h header
5 lines of code changed in 2 files:
Added #ifdef around #include <getopt.h>
3 lines of code changed in 1 file:
Added getopt_long() check.
1 lines of code changed in 1 file:
Added getopt and getopt_long support for command line parsing.
85 lines of code changed in 1 file:
Added wait for thread return for the callback
14 lines of code changed in 1 file:
Added BLOCKSTATUS defines and checks in the Callbacks so that the
race condition would go away.
45 lines of code changed in 2 files:
Removed MSCCertInfo
0 lines of code changed in 1 file:
removed cert function pointers
19 lines of code changed in 1 file:
removed certificate function pointers
0 lines of code changed in 1 file:
Removed all certificate handling functions
20 lines of code changed in 2 files:
Added extern int errno - wouldn't build on Solaris
1 lines of code changed in 1 file:
Removed atexit() put cleanup code in SCardReleaseContext
23 lines of code changed in 1 file:
some modifications for tabs.
49 lines of code changed in 1 file:
Removed SetCapabilities -> put into 1.0 version for performance reasons
38 lines of code changed in 1 file:
Removed extra Read/Write functions
155 lines of code changed in 2 files:
Added keyPartner to MSCImportKey. Added keyMapping to MSCKeyInfo structure
22 lines of code changed in 2 files:
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
74 lines of code changed in 11 files:
initialized return value to -1 in RFSetReaderName
1 lines of code changed in 1 file:
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
48 lines of code changed in 3 files:
Added my name as suggested by David
1 lines of code changed in 1 file:
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
8 lines of code changed in 1 file:
renamed 1.0.2.beta5 to 1.0.2.cvs
2 lines of code changed in 2 files:
make the ChangeLog.cvs rule .PHONY
3 lines of code changed in 1 file:
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>
134 lines of code changed in 7 files:
add a rule to create ChangeLog.cvs
7 lines of code changed in 1 file:
#include <stdlib.h> for malloc() declaration
14 lines of code changed in 1 file:
add error code management for SHMProcessEvents returned value
4 lines of code changed in 1 file:
correct text alignment
1 lines of code changed in 1 file:
removed since generated automatically by automake
0 lines of code changed in 3 files:
USE_SYSLOG is no more used. code rewrote with debug_msg()
5 lines of code changed in 1 file:
debug_xxd(): also use the debug_msg_type way
26 lines of code changed in 1 file:
removed since generated automatically from configure.in by autoheader
0 lines of code changed in 1 file:
removed since automatically generated from Makefile.am
0 lines of code changed in 2 files:
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
37 lines of code changed in 2 files:
removed dlerror() from if tests since it is not the best way to test for
errors
20 lines of code changed in 1 file:
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
20 lines of code changed in 1 file:
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
6 lines of code changed in 1 file:
Some event changes, begin/end transaction. Added IdentifyToken
25 lines of code changed in 1 file:
removed unused variable char tempString[1024];
add a return 0 for main()
3 lines of code changed in 1 file:
complete and automatic reindentation of *.c and *.h files
16001 lines of code changed in 54 files:
test
1 lines of code changed in 1 file:
musclecard:
- replaced PCSC_TARGET_OSX with __APPLE__ in #ifndef for mscdefines.h inclusion
pbproj:
- no meaningful modifications
1 lines of code changed in 1 file:
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.
47 lines of code changed in 2 files: