April 2002 Commit Log

Number of Commits:
53
Number of Active Developers:
5
corcoran 2002-04-27 03:11 Rev.: 74

Added versioning to pbxproj file, updated config.h. Fixed Plugin->PlugIn.h in hotplug

22 lines of code changed in 2 files:

corcoran 2002-04-26 20:47 Rev.: 73

Updated the man page

8 lines of code changed in 1 file:

corcoran 2002-04-25 20:25 Rev.: 72

Added bundle header information for buildit

13 lines of code changed in 1 file:

corcoran 2002-04-25 20:23 Rev.: 71

Added new version numbering

3 lines of code changed in 3 files:

corcoran 2002-04-25 19:56 Rev.: 70

removed printf debugging for release

0 lines of code changed in 2 files:

corcoran 2002-04-25 19:07 Rev.: 69

Changes to the power management behavior

85 lines of code changed in 2 files:

corcoran 2002-04-24 22:23 Rev.: 67

moved project builderstuff and removed some files

1602 lines of code changed in 7 files:

corcoran 2002-04-24 02:45 Rev.: 66

changes

25 lines of code changed in 5 files:

corcoran 2002-04-23 19:49 Rev.: 65

No changes, just time/date issues

246 lines of code changed in 8 files:

corcoran 2002-04-22 20:42 Rev.: 64

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:

cprados 2002-04-21 18:44 Rev.: 63

Added autoconf check for getopt.h header

5 lines of code changed in 2 files:

corcoran 2002-04-16 21:41 Rev.: 62

Added #ifdef around #include <getopt.h>

3 lines of code changed in 1 file:

cprados 2002-04-14 17:30 Rev.: 61

Added getopt_long() check.

1 lines of code changed in 1 file:

cprados 2002-04-14 17:28 Rev.: 60

Added getopt and getopt_long support for command line parsing.

85 lines of code changed in 1 file:

corcoran 2002-04-13 00:05 Rev.: 59

Added wait for thread return for the callback

14 lines of code changed in 1 file:

corcoran 2002-04-12 23:30 Rev.: 58

Added BLOCKSTATUS defines and checks in the Callbacks so that the
race condition would go away.

45 lines of code changed in 2 files:

corcoran 2002-04-12 21:42 Rev.: 57

Removed MSCCertInfo

0 lines of code changed in 1 file:

corcoran 2002-04-11 23:43 Rev.: 56

removed cert function pointers

19 lines of code changed in 1 file:

corcoran 2002-04-11 19:24 Rev.: 55

removed certificate function pointers

0 lines of code changed in 1 file:

corcoran 2002-04-11 19:23 Rev.: 54

Removed all certificate handling functions

20 lines of code changed in 2 files:

corcoran 2002-04-11 01:11 Rev.: 53

Added extern int errno - wouldn't build on Solaris

1 lines of code changed in 1 file:

corcoran 2002-04-11 00:37 Rev.: 52

Removed atexit() put cleanup code in SCardReleaseContext

23 lines of code changed in 1 file:

corcoran 2002-04-11 00:36 Rev.: 51

some modifications for tabs.

49 lines of code changed in 1 file:

corcoran 2002-04-11 00:36 Rev.: 50

Removed SetCapabilities -> put into 1.0 version for performance reasons

38 lines of code changed in 1 file:

corcoran 2002-04-10 03:11 Rev.: 49

Removed extra Read/Write functions

155 lines of code changed in 2 files:

corcoran 2002-04-09 22:56 Rev.: 48

Added keyPartner to MSCImportKey. Added keyMapping to MSCKeyInfo structure

22 lines of code changed in 2 files:

corcoran 2002-04-08 22:23 Rev.: 47

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:

mikeg 2002-04-08 19:19 Rev.: 46

initialized return value to -1 in RFSetReaderName

1 lines of code changed in 1 file:

rousseau 2002-04-07 10:43 Rev.: 45

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:

rousseau 2002-04-07 00:58 Rev.: 44

Added my name as suggested by David

1 lines of code changed in 1 file:

rousseau 2002-04-06 22:48 Rev.: 43

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:

rousseau 2002-04-06 22:46 Rev.: 42

renamed 1.0.2.beta5 to 1.0.2.cvs

2 lines of code changed in 2 files:

rousseau 2002-04-06 19:12 Rev.: 41

make the ChangeLog.cvs rule .PHONY

3 lines of code changed in 1 file:

rousseau 2002-04-06 18:53 Rev.: 40

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:

rousseau 2002-04-06 18:46 Rev.: 39

add a rule to create ChangeLog.cvs

7 lines of code changed in 1 file:

rousseau 2002-04-06 18:22 Rev.: 38

#include <stdlib.h> for malloc() declaration

14 lines of code changed in 1 file:

rousseau 2002-04-06 17:53 Rev.: 37

add error code management for SHMProcessEvents returned value

4 lines of code changed in 1 file:

rousseau 2002-04-05 02:20 Rev.: 36

correct text alignment

1 lines of code changed in 1 file:

rousseau 2002-04-05 02:15 Rev.: 35

removed since generated automatically by automake

0 lines of code changed in 3 files:

rousseau 2002-04-05 02:13 Rev.: 34

USE_SYSLOG is no more used. code rewrote with debug_msg()

5 lines of code changed in 1 file:

rousseau 2002-04-05 02:12 Rev.: 33

debug_xxd(): also use the debug_msg_type way

26 lines of code changed in 1 file:

rousseau 2002-04-05 02:11 Rev.: 32

removed since generated automatically from configure.in by autoheader

0 lines of code changed in 1 file:

rousseau 2002-04-05 01:54 Rev.: 31

removed since automatically generated from Makefile.am

0 lines of code changed in 2 files:

rousseau 2002-04-05 01:51 Rev.: 30

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:

rousseau 2002-04-05 01:47 Rev.: 29

removed dlerror() from if tests since it is not the best way to test for
errors

20 lines of code changed in 1 file:

rousseau 2002-04-05 01:46 Rev.: 28

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:

rousseau 2002-04-05 01:43 Rev.: 27

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:

corcoran 2002-04-05 00:45 Rev.: 26

Some event changes, begin/end transaction. Added IdentifyToken

25 lines of code changed in 1 file:

rousseau 2002-04-04 23:50 Rev.: 25

removed unused variable char tempString[1024];
add a return 0 for main()

3 lines of code changed in 1 file:

rousseau 2002-04-04 21:03 Rev.: 24

complete and automatic reindentation of *.c and *.h files

16001 lines of code changed in 54 files:

rousseau 2002-04-04 20:23 Rev.: 23

test

1 lines of code changed in 1 file:

giraud 2002-04-01 04:57 Rev.: 22

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:

giraud 2002-04-01 01:51 Rev.: 21

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:

March 2002 »

Generated by StatSVN 0.7.0