September 2003 Commit Log

Number of Commits:
76
Number of Active Developers:
3
rousseau 2003-09-30 23:01 Rev.: 483

SCardEstablishContextTH: print the shared file name if open fails

2 lines of code changed in 1 file:

rousseau 2003-09-30 22:13 Rev.: 482

send debug to stdout only if the environment variable MUSCLECARD_DEBUG
is defined

2 lines of code changed in 1 file:

rousseau 2003-09-30 22:08 Rev.: 481

having a trailing / in MSC_SVC_DROPDIR (--enable-muscledropdir) is no more mandatory

9 lines of code changed in 1 file:

rousseau 2003-09-30 21:56 Rev.: 480

print the directory name with the error message if opendir failed

10 lines of code changed in 1 file:

sauveron-guest 2003-09-29 16:05 Rev.: 479

Clean up 2 memory leaks

47 lines of code changed in 1 file:

sauveron-guest 2003-09-29 15:35 Rev.: 478

Clean up the mutex when a reader is removed if needed. This is a memory leak

35 lines of code changed in 1 file:

sauveron-guest 2003-09-29 15:33 Rev.: 477

Add a field needed for clean up the mutex when a reader is removed. This is needed since the support of simultaneous access to slots of a multi-slot reader or identical reader using the same ifdhandler

1 lines of code changed in 1 file:

sauveron-guest 2003-09-29 13:19 Rev.: 476

Correct a bug introduced by me and add a copyright.

2 lines of code changed in 1 file:

rousseau 2003-09-27 18:09 Rev.: 474

add a new pkg-config file for application using libmusclecard. Closes
"[ #300102 ] Should the pkgconfig file of 1.2.0-rc2 have -lmusclecard?"

12 lines of code changed in 3 files:

sauveron-guest 2003-09-24 16:15 Rev.: 473

Some clean up on the debug message and indentation.

12 lines of code changed in 1 file:

sauveron-guest 2003-09-24 13:17 Rev.: 472

Move some code to a better position.

2 lines of code changed in 1 file:

sauveron-guest 2003-09-24 01:57 Rev.: 471

Some cleanups.

1 lines of code changed in 1 file:

rousseau 2003-09-23 18:39 Rev.: 470

--enable-libusb was not working correctly is the lib is not installed in
/usr or /usr/local

7 lines of code changed in 1 file:

sauveron-guest 2003-09-23 14:28 Rev.: 469

Solve the problem of never exiting the loop when a smartcard is already inserted in the reader, thus blocking the application.

11 lines of code changed in 1 file:

rousseau 2003-09-22 15:15 Rev.: 458

initialize valueLength just before the call to IFDGetCapabilities().

1 lines of code changed in 1 file:

rousseau 2003-09-22 14:59 Rev.: 457

initialize dwGetSize to the size of the value buffer before calling
IFDGetCapabilities().

7 lines of code changed in 1 file:

rousseau 2003-09-22 14:14 Rev.: 456

use a local output buffer instead of a global one to be thread safe

2 lines of code changed in 1 file:

rousseau 2003-09-19 14:36 Rev.: 454

use AC_HELP_STRING() for a pretty look of `configure --help'

16 lines of code changed in 1 file:

sauveron-guest 2003-09-18 08:11 Rev.: 452

Add the support of simultaneous access on different slots of a reader if the handling is thread safe.

50 lines of code changed in 1 file:

sauveron-guest 2003-09-18 08:10 Rev.: 451

Add the tag TAG_IFD_SLOT_THREAD_SAFE for testing if the handling of the slots is thread safe.

1 lines of code changed in 1 file:

sauveron-guest 2003-09-17 15:03 Rev.: 450

Add a full clean up when there is no space for adding all the slots of a multi-slots reader.

1 lines of code changed in 1 file:

sauveron-guest 2003-09-17 14:11 Rev.: 449

Clean up in the RFRemoveReader.

20 lines of code changed in 1 file:

aet-guest 2003-09-16 17:54 Rev.: 447

Put back -rdynamic to pcscd linking because of some
IFD drivers. IMHO this is wrong, but what can you do.

1 lines of code changed in 1 file:

aet-guest 2003-09-16 17:50 Rev.: 446

Put back AC_PROG_CPP, it has nothing to do with C++.

1 lines of code changed in 1 file:

rousseau 2003-09-16 15:54 Rev.: 442

remove useless AC_PROG_CPP (no C++ code in pcsc-lite)

0 lines of code changed in 1 file:

rousseau 2003-09-16 15:50 Rev.: 440

-rc3 version (configure.in and src/pcsclite.h _shall_ be in sync)

2 lines of code changed in 2 files:

rousseau 2003-09-16 15:49 Rev.: 439

remove / at the end of usbdropdir, muscledropdir and ipcdir to be more
homogeneous

15 lines of code changed in 3 files:

sauveron-guest 2003-09-15 15:55 Rev.: 435

Add the support of simultaneous access on the thread safe IFD.

11 lines of code changed in 1 file:

sauveron-guest 2003-09-15 15:52 Rev.: 434

Add the tag TAG_IFD_THREAD_SAFE for testing if the IFD is thread safe.

2 lines of code changed in 1 file:

aet-guest 2003-09-15 08:17 Rev.: 433

Updates to requirements and tested platforms

8 lines of code changed in 1 file:

sauveron-guest 2003-09-11 23:25 Rev.: 432

Better explanation of a comment.

3 lines of code changed in 1 file:

sauveron-guest 2003-09-11 23:19 Rev.: 431

Cleanup a condition unused and undo some of my previous changes.

6 lines of code changed in 1 file:

aet-guest 2003-09-11 12:01 Rev.: 430

Add new files needed by the new bootstrap

242 lines of code changed in 3 files:

aet-guest 2003-09-11 12:00 Rev.: 429

Remove build/ directory

0 lines of code changed in 11 files:

aet-guest 2003-09-11 12:00 Rev.: 428

- Simplify the bootstrapping mechanism
- Remove reconf

11 lines of code changed in 4 files:

aet-guest 2003-09-11 11:58 Rev.: 427

Remove config.h.in, doesn't belong to the repository

0 lines of code changed in 1 file:

aet-guest 2003-09-11 11:47 Rev.: 426

Rename win32_config.h to config.h

42 lines of code changed in 2 files:

sauveron-guest 2003-09-10 11:47 Rev.: 419

Cleanup about variables already initialized and indent of some comments

6 lines of code changed in 1 file:

sauveron-guest 2003-09-10 11:24 Rev.: 416

Add a comment about the usage of DebugLogC

6 lines of code changed in 1 file:

aet-guest 2003-09-08 20:52 Rev.: 401

Warning fix for PCSCLITE_HP_DROPDIR being already defined

3 lines of code changed in 1 file:

aet-guest 2003-09-08 14:25 Rev.: 400

HP-UX build fix, add sanity checks to not to use dlfcn
if there's native dynamic loading interface available,
like HP-UX and MacOS X does.

The other option would be just to merge all dynamic
loading routines into one file, a lot simpler solution.

2 lines of code changed in 1 file:

aet-guest 2003-09-08 14:05 Rev.: 399

Bootstrap update

3 lines of code changed in 1 file:

aet-guest 2003-09-08 14:05 Rev.: 398

Finish SCF build support, add sanity checks

7 lines of code changed in 1 file:

aet-guest 2003-09-08 14:04 Rev.: 397

Add winscard_scf.c to EXTRA_DIST

2 lines of code changed in 1 file:

aet-guest 2003-09-08 14:04 Rev.: 396

Build fixes, add dummy SCardUnload()

20 lines of code changed in 1 file:

aet-guest 2003-09-08 13:25 Rev.: 395

Bootstrap update

0 lines of code changed in 1 file:

aet-guest 2003-09-08 13:25 Rev.: 394

- Make hotpluging / power management to compile again
- Add MacOS X build fixes

14 lines of code changed in 2 files:

aet-guest 2003-09-08 13:23 Rev.: 393

Add necessary ifdef's

27 lines of code changed in 5 files:

aet-guest 2003-09-08 13:21 Rev.: 392

Include hotplug.h to avoid warning message

1 lines of code changed in 1 file:

aet-guest 2003-09-08 13:21 Rev.: 391

Build fix for MacOS X, don't bother including
from <PCSC/..>, use standard header locations.

4 lines of code changed in 4 files:

aet-guest 2003-09-08 13:18 Rev.: 390

Back out socklen_t change that I made

1 lines of code changed in 1 file:

aet-guest 2003-09-08 12:36 Rev.: 389

Very minor cleanups

2 lines of code changed in 1 file:

aet-guest 2003-09-08 12:35 Rev.: 388

Add missing config.h

1 lines of code changed in 1 file:

aet-guest 2003-09-08 12:10 Rev.: 387

- Remove --with-common-dir and overly complex libsocket, libresolv
etc. probes that I added. Probe only for socket() in libsocket.
- Reorder --disable-threadsafe code, needed to get over some
libtool issues for various platforms.

22 lines of code changed in 1 file:

aet-guest 2003-09-08 12:06 Rev.: 386

Fix --disable-threadsafe issues

5 lines of code changed in 1 file:

aet-guest 2003-09-08 11:56 Rev.: 385

Don't mention -lposix4 for Solaris, AFAIK it's not needed
anymore.

1 lines of code changed in 1 file:

aet-guest 2003-09-08 11:51 Rev.: 384

Fix compiler warning when compiling with --disable-threadsafe

3 lines of code changed in 1 file:

aet-guest 2003-09-08 10:50 Rev.: 383

AIX build fix, convert // comments into /* */ blocks.

115 lines of code changed in 13 files:

rousseau 2003-09-07 22:36 Rev.: 382

remove useless \n in debug message strings

28 lines of code changed in 2 files:

aet-guest 2003-09-07 22:28 Rev.: 381

Build fixes. The first version that actually compiles for
Linux, Solaris, Tru64 and AIX after src/Makefile.am and
configure.in modifications.

- Untested
- No hotplug/power management support
- Untested for *BSD, MacOS X and HP-UX,
there's other things to do before even
trying to compile.

71 lines of code changed in 12 files:

aet-guest 2003-09-07 20:06 Rev.: 380

- Cleanups for #include logic and ordering,
it's better to include config.h first.

96 lines of code changed in 36 files:

aet-guest 2003-09-07 20:05 Rev.: 379

Checkpoint commit + bootstrap update

304 lines of code changed in 2 files:

aet-guest 2003-09-07 19:57 Rev.: 378

- Polish and unify Makefiles a bit
- More work towards working src/Makefile.am

86 lines of code changed in 6 files:

aet-guest 2003-09-07 19:34 Rev.: 377

- Remove MSC/PCSC_TARGET_XYZ defines and the massive
use of unflexible automake conditionals. The main
reason why pcsc-lite requires "too much" work when
porting to another OS. Introduced define PCSC_ARCH,
which uses 'uname' as an input. Except Darwin->MacOS.
- Removed --enable-usb
- Preliminary rewrite of src/Makefile.am, doesn't work
yet.
- Use gcc specific compiler options only if
gcc detected.

38 lines of code changed in 10 files:

aet-guest 2003-09-07 19:26 Rev.: 376

Merged some changes from OpenSC

23 lines of code changed in 1 file:

aet-guest 2003-09-07 19:20 Rev.: 375

- Removed most of the duplicated code, replaced
with the usage of config.h's defines for
portability issues:
- Merged dyn_{bsd,unix}.c, left as dyn_unix.c
- Merged thread_{macosx,unix}.c, left as thread_unix.c
- Merged sys_{hpux,solaris,unix}.c, left as sys_unix.c
- Removed MSC_ thread API from generic / win32,
they're not used.

Starting from now, the source tree might be broken for a
few hours or even days. Sorry about that.

109 lines of code changed in 13 files:

rousseau 2003-09-05 23:06 Rev.: 374

add #include <unistd.h> to avoid an "implicit declaration of function `getpid'"

1 lines of code changed in 1 file:

rousseau 2003-09-04 22:52 Rev.: 372

release 1.2.0-rc2

16 lines of code changed in 3 files:

rousseau 2003-09-04 22:51 Rev.: 371

add thread_win32.c in the distribution

1 lines of code changed in 1 file:

rousseau 2003-09-04 22:37 Rev.: 370

remove a _stupid_ bug that linked libpcsclite with libusb. Also generate
libmusclecard and remove musclecard code from libpcsclite.

63 lines of code changed in 2 files:

rousseau 2003-09-04 22:35 Rev.: 369

removed since they have nothing to do in CVS. They are generated from .l files

0 lines of code changed in 2 files:

rousseau 2003-09-04 22:33 Rev.: 368

add #include <string.h>

2 lines of code changed in 1 file:

rousseau 2003-09-04 20:34 Rev.: 367

add prototype for SCardUnload()

2 lines of code changed in 1 file:

rousseau 2003-09-03 23:13 Rev.: 358

add a call to SCardUnload(). This is not mandatory, just cleaner.

3 lines of code changed in 1 file:

rousseau 2003-09-03 23:10 Rev.: 357

add SCardUnload() function to free allocated resources. It is mandatory
only if you use dlopen/dlclose to often load/unload the library. Otherwise
you will exhaust the ressources available and get a crash. Thanks to
Guy Moreillon for the patch.

22 lines of code changed in 1 file:

rousseau 2003-09-02 18:07 Rev.: 356

remove reference to USE_SYSLOG since it is replaced by --debug command
line argument

6 lines of code changed in 1 file:

August 2003 »

Generated by StatSVN 0.7.0