/[pcsclite]
ViewVC logotype

Revision 4434


Jump to revision: Previous Next
Author: rousseau
Date: Tue Oct 6 09:37:51 2009 UTC (3 years, 8 months ago)
Changed paths: 10
Log Message:
redesign the client/server communication:
- no more shared memory used (allow pcscd and libpcsclite1.so to be on
  different computer and talk over a network)
- no more difference between short and extended APDU
- no more use of a /var/run/pcscd/pcscd.events/ directory. events are
  sent through the socket
- simpler command format between client and server

The side effect is that you are not able to mix an old pcscd with a new
libpcsclite1.so or the reverse. SCardEstablishContext() will fail unless
you update both sides of the communication.

Changed paths:

Path Details
Directorytrunk/PCSC/src/eventhandler.c modified , text changed
Directorytrunk/PCSC/src/pcscd.h.in modified , text changed
Directorytrunk/PCSC/src/pcscdaemon.c modified , text changed
Directorytrunk/PCSC/src/readerfactory.c modified , text changed
Directorytrunk/PCSC/src/winscard.c modified , text changed
Directorytrunk/PCSC/src/winscard_clnt.c modified , text changed
Directorytrunk/PCSC/src/winscard_msg.c modified , text changed
Directorytrunk/PCSC/src/winscard_msg.h modified , text changed
Directorytrunk/PCSC/src/winscard_msg_srv.c modified , text changed
Directorytrunk/PCSC/src/winscard_svc.c modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.5