March 2006 Commit Log

Number of Commits:
33
Number of Active Developers:
1
rousseau 2006-03-31 16:30 Rev.: 1991

use \texttt{} instead of \file{} (it works with latex2html but not with
pdflatex)

1 lines of code changed in 1 file:

rousseau 2006-03-31 16:23 Rev.: 1990

use __misc_h__ instead of __local_h__ since the file name is misc.h

3 lines of code changed in 1 file:

rousseau 2006-03-31 16:19 Rev.: 1989

log_msg: document that you should use the macros defined in <debuglog.h>

5 lines of code changed in 1 file:

rousseau 2006-03-30 11:14 Rev.: 1988

log_msg and log_xxd are only available for pcscd drivers. These
functions are no more provided by libpcsclite

11 lines of code changed in 1 file:

rousseau 2006-03-27 15:34 Rev.: 1980

use use_libusb="${use_libusb-yes}" so that use_libusb is defined to yes
only if it was not previously defined

libusb is not used by default on Mac OS X and use_libusb=no is already
used in that case a few lines above in the script

2 lines of code changed in 1 file:

rousseau 2006-03-27 15:29 Rev.: 1979

compile only on Apple and if libusb is not used

1 lines of code changed in 1 file:

rousseau 2006-03-27 15:25 Rev.: 1978

add $(LIBUSB_CFLAGS) to pcscd_CFLAGS

1 lines of code changed in 1 file:

rousseau 2006-03-27 08:58 Rev.: 1975

SCardConnect(): the paramater name is dwShareMode instead of dwScope

1 lines of code changed in 1 file:

rousseau 2006-03-23 14:56 Rev.: 1970

HPAddHotPluggable(): add the USB serial number only if ADD_SERIAL_NUMBER
is defined (default).
just #undef the macro if you do not like the serial number addition.

3 lines of code changed in 1 file:

rousseau 2006-03-21 18:01 Rev.: 1964

add -DLIBPCSCLITE to libpcsclite_la_CFLAGS (used in debug.c)

1 lines of code changed in 1 file:

rousseau 2006-03-21 18:00 Rev.: 1963

add debug.c to libpcsclite_la_SOURCES

1 lines of code changed in 1 file:

rousseau 2006-03-21 17:59 Rev.: 1962

provice log_msg() and log_xxd() implementation for the client side

162 lines of code changed in 1 file:

rousseau 2006-03-21 17:58 Rev.: 1961

use log_msg() instead of fprintf() for Logx() macro used in libpcsclite
so we can manage priority and color

15 lines of code changed in 1 file:

rousseau 2006-03-21 17:57 Rev.: 1960

use debug.h instead of debuglog.h

1 lines of code changed in 1 file:

rousseau 2006-03-21 16:02 Rev.: 1959

do not use libpcsclite-core anymore since the same source code generates
two different object files (depending on the presence of -DPCSCD)

58 lines of code changed in 1 file:

rousseau 2006-03-21 16:00 Rev.: 1958

do not use MUSCLECARD_DEBUG environment variable anymore to activate the
logs

1 lines of code changed in 1 file:

rousseau 2006-03-21 15:59 Rev.: 1957

#include "debug.h" instead of "debuglog.h" to use fprintf() or syslog()
depending if the file is used for pcscd (if PCSCD is defined) or for
libpcsclite

7 lines of code changed in 7 files:

rousseau 2006-03-21 15:56 Rev.: 1956

define Logx() functions for use in libpcsclite (just a fprintf(stderr,
...))

68 lines of code changed in 1 file:

rousseau 2006-03-21 15:55 Rev.: 1955

do not declare pcsc_stringify_error() here since it is already declared
in PCSC/pcsclite.h

0 lines of code changed in 1 file:

rousseau 2006-03-21 15:54 Rev.: 1954

do not use pcsc_stringify_error() since I don't want this code in the
daemon just for _one_ function

1 lines of code changed in 1 file:

rousseau 2006-03-21 15:46 Rev.: 1953

move pcsc_stringify_error() in its own file

169 lines of code changed in 2 files:

rousseau 2006-03-21 12:08 Rev.: 1952

remove duplicate Log3() definition

0 lines of code changed in 1 file:

rousseau 2006-03-20 11:52 Rev.: 1948

document log_msg and log_xxd

17 lines of code changed in 1 file:

rousseau 2006-03-20 11:35 Rev.: 1947

document VERIFY_PIN and MODIFY_PIN commands using PCSCv2 part 10
instead of the "proprietary" mechanism now unsupported

86 lines of code changed in 2 files:

rousseau 2006-03-20 11:17 Rev.: 1946

upgrade sample code for IOCTL_SMARTCARD_VENDOR_IFD_EXCHANGE

2 lines of code changed in 1 file:

rousseau 2006-03-17 17:02 Rev.: 1937

add IFD_NOT_SUPPORTED in the possible return values for
IFDHSetProtocolParameters()

1 lines of code changed in 1 file:

rousseau 2006-03-17 16:58 Rev.: 1936

document the possible values for Protocol argument in
IFDHSetProtocolParameters()

Closes bug [ #303238 ] IFDHSetProtocolParameters is called with
Protocol=1 even though debug log says T=0

3 lines of code changed in 1 file:

rousseau 2006-03-16 10:17 Rev.: 1935

do not use #define INTERNAL __hidden on Solaris since the linker can't
use symbol declared __hidden in the file it is declared.

See http://archives.neohapsis.com/archives/dev/muscle/2006-q1/0144.html
Thanks to Iain MacDonnell for the bug report

0 lines of code changed in 1 file:

rousseau 2006-03-15 10:01 Rev.: 1933

document --disable-libusb instead of --enable-libusb since libusb is
used by default.

Thanks to Shawn Willden for the bug report

1 lines of code changed in 1 file:

rousseau 2006-03-08 19:33 Rev.: 1931

Add support of Solaris

3 lines of code changed in 1 file:

rousseau 2006-03-07 09:50 Rev.: 1929

remove documentation on --enable-muscledropdir=DIR since this option
moved to libmusclecard now

Thanks to Ville Skytt� for the patch

0 lines of code changed in 1 file:

rousseau 2006-03-07 09:49 Rev.: 1928

remove a useless AC_SUBST(muscledropdir)

0 lines of code changed in 1 file:

rousseau 2006-03-03 15:58 Rev.: 1906

release 1.3.0

17 lines of code changed in 2 files:

February 2006 »

Generated by StatSVN 0.7.0