August 2005 Commit Log

Number of Commits:
20
Number of Active Developers:
1
rousseau 2005-08-31 16:58 Rev.: 1628

RFAddReader(): do not silently truncate the reader, library or device
name if they are too long

Thanks to Ribamar Santarosa de Sousa for the bug report

24 lines of code changed in 1 file:

rousseau 2005-08-31 16:48 Rev.: 1627

RFAddReader(): return in error if lpcDevice == NULL

1 lines of code changed in 1 file:

rousseau 2005-08-23 17:06 Rev.: 1624

use svn2cl instead of rcs2log

2 lines of code changed in 1 file:

rousseau 2005-08-23 17:01 Rev.: 1623

SCardEstablishContextTH() and SCardReleaseContext(): initialize rv field
of scEstablishStruct/scReleaseStruct structures to avoid a valgrind
warning

2 lines of code changed in 1 file:

rousseau 2005-08-17 15:29 Rev.: 1621

Pack the complete structures instead of just the 16-bits fields
This syntax is more readable

6 lines of code changed in 1 file:

rousseau 2005-08-17 08:45 Rev.: 1620

use __attribute__ ((__packed__)) for 16-bits fields since they are not
aligned on word boundaries

9 lines of code changed in 1 file:

rousseau 2005-08-16 08:50 Rev.: 1619

removed since we use SVN and not CVS anymore

Thanks to Martin Paljak for the idea

0 lines of code changed in 7 files:

rousseau 2005-08-15 11:59 Rev.: 1615

update

94 lines of code changed in 3 files:

rousseau 2005-08-08 12:34 Rev.: 1607

remove AM_CONDITIONAL(PCSC_USE_LIBUSB...) since it is not used anymore

0 lines of code changed in 1 file:

rousseau 2005-08-08 12:29 Rev.: 1606

disable libusb on Darwin (MacOS X) since native usb layer is preferred

2 lines of code changed in 1 file:

rousseau 2005-08-08 12:23 Rev.: 1605

use libtool's "-export-dynamic" instead of gcc's "-rdynamic"

see http://www.gnu.org/software/libtool/manual.html#Link-mode

1 lines of code changed in 1 file:

rousseau 2005-08-04 15:28 Rev.: 1603

include definitions of:
- HOST_TO_CCID() macro
- PIN_VERIFY_STRUCTURE structure
- PIN_MODIFY_STRUCTURE structure

59 lines of code changed in 1 file:

rousseau 2005-08-04 15:27 Rev.: 1602

use inttypes.h instead of stdint.h
(stdint.h does not exist on Solaris)

1 lines of code changed in 1 file:

rousseau 2005-08-04 15:24 Rev.: 1601

check is the plateform is big or little endian and generate the
corresponding HOST_TO_CCID() macro in PCSC/reader.h

11 lines of code changed in 1 file:

rousseau 2005-08-03 10:00 Rev.: 1599

HPAddHotPluggable(): off by 1 buffer overflow. The last character of a
string is "sizeof(string) -1" and not "sizeof(string)".

Thanks to Amira Solomovici for the bug report. A crash occured on Fedora
Core 4.

1 lines of code changed in 1 file:

rousseau 2005-08-03 09:58 Rev.: 1598

HPAddHotPluggable(): use sizeof() instead of BUS_DEVICE_STRSIZE to be
less error prone

3 lines of code changed in 1 file:

rousseau 2005-08-02 16:21 Rev.: 1597

HPSearchHotPluggables(): start the HPEstablishUSBNotifications thread
only if HPReadBundleValues() returns TRUE (some USB drivers are found)

3 lines of code changed in 1 file:

rousseau 2005-08-02 16:17 Rev.: 1596

HPReadBundleValues(): return TRUE only if some USB drivers are found

3 lines of code changed in 1 file:

rousseau 2005-08-02 16:09 Rev.: 1595

HPEstablishUSBNotifications(): free data allocated for driverTracker[]
on exit

9 lines of code changed in 1 file:

rousseau 2005-08-01 10:24 Rev.: 1582

SCardReconnect(): remove duplicate checking code

3 lines of code changed in 1 file:

July 2005 »

Generated by StatSVN 0.7.0