January 2008 Commit Log

Number of Commits:
36
Number of Active Developers:
1
rousseau 2008-01-30 11:42 Rev.: 2775

SCardCheckDaemonAvailability(): log the system error message in case
PCSC Not Running

1 lines of code changed in 1 file:

rousseau 2008-01-29 10:59 Rev.: 2770

SCardListReaders(): returns SCARD_E_NO_READERS_AVAILABLE when no reader
are available.

Thanks to Thomas Harning for the bug report

6 lines of code changed in 1 file:

rousseau 2008-01-29 10:56 Rev.: 2769

pcsc_stringify_error(): add support of SCARD_E_NO_READERS_AVAILABLE

3 lines of code changed in 1 file:

rousseau 2008-01-29 10:52 Rev.: 2768

SCardListReaders(): factorize code

8 lines of code changed in 1 file:

rousseau 2008-01-24 17:12 Rev.: 2767

SCardConnect(), SCardReconnect(), SCardDisconnect(): replace
SYS_USleep(PCSCLITE_STATUS_POLL_RATE + 10) by SYS_MMapSynchronize()
calls to gain performances.

Thanks to Sean Wykes for the patch

18 lines of code changed in 1 file:

rousseau 2008-01-24 12:32 Rev.: 2766

use $Id$

1 lines of code changed in 1 file:

rousseau 2008-01-24 12:29 Rev.: 2765

HPAddDevice(): remove the device from readerTracker[] if RFAddReader()
fails

10 lines of code changed in 1 file:

rousseau 2008-01-24 10:23 Rev.: 2761

document what do do if pkg module hal is not found

2 lines of code changed in 1 file:

rousseau 2008-01-22 23:04 Rev.: 2760

revert libhal -> LIBHAL

1 lines of code changed in 1 file:

rousseau 2008-01-22 22:58 Rev.: 2759

rename LIBHAL -> libhal

1 lines of code changed in 1 file:

rousseau 2008-01-21 12:02 Rev.: 2750

first argument of SYS_ThreadJoin() is now a PCSCLITE_THREAD_T instead of
PCSCLITE_THREAD_T *

3 lines of code changed in 2 files:

rousseau 2008-01-21 11:59 Rev.: 2749

add SYS_ThreadSetCancelType()

6 lines of code changed in 2 files:

rousseau 2008-01-21 11:10 Rev.: 2748

add libhal support to avoid polling the USB bus.
libusb is still supported but libhal is now the default

569 lines of code changed in 5 files:

rousseau 2008-01-21 10:36 Rev.: 2747

Patch in revision 2743 was wrong. We need to hold the lock before
traversing the reader list

3 lines of code changed in 1 file:

rousseau 2008-01-17 14:50 Rev.: 2745

do not display dela times of more than 100 seconds to avoid overflows.
The magic value 99999999 is used instead

4 lines of code changed in 1 file:

rousseau 2008-01-17 11:25 Rev.: 2744

more details about deviceName argument of IFDHCreateChannelByName()

28 lines of code changed in 1 file:

rousseau 2008-01-15 17:21 Rev.: 2743

HPAddHotPluggable(): lock the mutex _after_ every possible return. (May
cause a deadlock)

2 lines of code changed in 1 file:

rousseau 2008-01-15 16:25 Rev.: 2742

#include "utils.h" instead of "hotplug.h"

1 lines of code changed in 1 file:

rousseau 2008-01-15 16:25 Rev.: 2741

#include <sys/types.h>

1 lines of code changed in 1 file:

rousseau 2008-01-15 16:23 Rev.: 2740

revert previous patch

2 lines of code changed in 1 file:

rousseau 2008-01-15 16:23 Rev.: 2739

remove wrong comment

0 lines of code changed in 1 file:

rousseau 2008-01-15 16:21 Rev.: 2738

move SendHotplugSignal() from pcscdaemon.c to utils.c

22 lines of code changed in 4 files:

rousseau 2008-01-15 15:58 Rev.: 2737

HPRescanUsbBus() and HPEstablishUSBNotifications() are static functions

2 lines of code changed in 1 file:

rousseau 2008-01-15 15:45 Rev.: 2736

add a prototype for HPEstablishUSBNotifications() and make it static

2 lines of code changed in 1 file:

rousseau 2008-01-15 15:20 Rev.: 2735

declare local functions as static

12 lines of code changed in 2 files:

rousseau 2008-01-14 12:51 Rev.: 2733

DYN_LoadLibrary(): log an error message in case of failure

4 lines of code changed in 1 file:

rousseau 2008-01-12 15:38 Rev.: 2732

default log level is PCSC_LOG_CRITICAL+1 so that NO log is sent to
stderr by default. You need to explicitely set PCSCLITE_DEBUG to have
logs. (in a library stderr(2) can be any file opened with fd=2 so
should not be used)

1 lines of code changed in 1 file:

rousseau 2008-01-11 18:49 Rev.: 2731

CardCheckDaemonAvailability(): lower the priority of the log message in
case of "PCSC Not Running" so that nothing is logged by default.
PCSCLITE_DEBUG can be defined to see the message.

Programs linked with libpcsclite will not display anything if pcscd is
not running. Solves Red Hat bug 428299.

1 lines of code changed in 1 file:

rousseau 2008-01-11 18:42 Rev.: 2730

add a \n after the pid number in PCSCLITE_RUN_PID so that cat(1) works
correctly

2 lines of code changed in 1 file:

rousseau 2008-01-11 18:37 Rev.: 2729

Log the socket name in case of error

4 lines of code changed in 1 file:

rousseau 2008-01-11 11:59 Rev.: 2728

SCardEstablishContextTH(): also display the system error message if a
system call fails (can't open PCSCLITE_PUBSHM_FILE)

4 lines of code changed in 1 file:

rousseau 2008-01-09 10:58 Rev.: 2726

release 1.4.99

14 lines of code changed in 1 file:

rousseau 2008-01-03 17:33 Rev.: 2721

more @PTHREAD_LIBS@ from Libs: to Libs.private:

2 lines of code changed in 1 file:

rousseau 2008-01-03 17:13 Rev.: 2720

add type for ExitValue

1 lines of code changed in 1 file:

rousseau 2008-01-03 16:40 Rev.: 2719

return EXIT_SUCCESS (instead of EXIT_SUCCESS) if parsing
/etc/reader.conf fails.

Closes Debian bug #457665

6 lines of code changed in 1 file:

rousseau 2008-01-03 16:33 Rev.: 2718

improve detection of wrong format in reader.conf file

15 lines of code changed in 1 file:

December 2007 »

Generated by StatSVN 0.7.0