use pcscd.* instead of pcsc.* to be unoform with pcscd.pid
2 lines of code changed in 1 file:
remove pcscd.startup since it is now in etc/
1 lines of code changed in 1 file:
release 1.1.2beta3
13 lines of code changed in 1 file:
regenerated
10272 lines of code changed in 5 files:
regenarated
807 lines of code changed in 2 files:
create PCSCLITE_IPC_DIR if it does not exist. For example when it is set
to /tmp/pcsc/ (default now is /var/run/)
15 lines of code changed in 1 file:
use pcsc.comm instead of pcsc.omm
1 lines of code changed in 1 file:
removed. The startup script is in etc/
0 lines of code changed in 1 file:
small source code reformating
32 lines of code changed in 1 file:
use DebugLogB() for logs with 2 parameters and not DebugLogC()
20 lines of code changed in 3 files:
DebugLogC() uses 3 parameters not 2 (use DebugLogB() for that)
2 lines of code changed in 1 file:
add filename and error message to error logs for /var/run/pcsc.pub
4 lines of code changed in 1 file:
add support of --enable-ipcdir=DIR
19 lines of code changed in 2 files:
reorganise conditionals to to have a src/Makefile.in file 142 (yes 142) times
smaller (33 KB instead of 4.7 MB)
17 lines of code changed in 1 file:
also distribute etc/pcscd.startup
1 lines of code changed in 1 file:
update to autoconf 2.56 (lot of changes).
add --enable-ipcdir=DIR option. Default is now /var/run/ instead of /tmp/pcsc/
99 lines of code changed in 1 file:
update for autoconf 2.57 and automake 1.6.3
23 lines of code changed in 1 file:
add win32/ files and some rework
20 lines of code changed in 1 file:
accept pioRecvPci == NULL in SCardTransmit()
6 lines of code changed in 1 file:
source code reformating
130 lines of code changed in 1 file:
correct an overflow in SCardGetStatusChange()
replace "if (cReaders > PCSCLITE_MAX_CONTEXTS)" by
"if (cReaders >= PCSCLITE_MAX_CONTEXTS)". Thanks to Michael Nidd
1 lines of code changed in 1 file:
init g_rgSCard??Pci variable at compile time
3 lines of code changed in 1 file:
add Dmitry Djachenko pacthes
13 lines of code changed in 1 file:
Included changes from Citrix
- Support for AIX in configure.in and Makefile.am
- added ifdef for SNPRINTF and VSNPRINTF
19901 lines of code changed in 12 files: