/[pcsclite]/trunk
ViewVC logotype

Log of /trunk

View Directory Listing Directory Listing


Sticky Revision:

Revision 331 - Directory Listing
Modified Tue Aug 26 13:13:32 2003 UTC (9 years, 8 months ago) by rousseau
add example subdirectory

Revision 330 - Directory Listing
Modified Tue Aug 26 13:12:46 2003 UTC (9 years, 8 months ago) by rousseau
complete redesign to support up to PCSCLITE_MAX_READERS readers whatever
the driver they use (correct bug [ #300067 ] More than 4 Hotplug Readers in
the same time on Linux)

Revision 329 - Directory Listing
Modified Tue Aug 26 13:08:53 2003 UTC (9 years, 8 months ago) by rousseau
define PCSCLITE_MAX_READERS as the maximum number of readers

Revision 328 - Directory Listing
Modified Tue Aug 26 11:57:50 2003 UTC (9 years, 8 months ago) by rousseau
syncmail test

Revision 327 - Directory Listing
Modified Tue Aug 26 11:48:02 2003 UTC (9 years, 8 months ago) by rousseau
use syncmail to mail a diff patch for checkins

Revision 326 - Directory Listing
Modified Tue Aug 26 09:01:19 2003 UTC (9 years, 8 months ago) by rousseau
the reader enumeration problem also exist under GNU/Linux (is not MacOS
specific)

Revision 325 - Directory Listing
Modified Mon Aug 25 08:55:37 2003 UTC (9 years, 8 months ago) by rousseau
correct bug #300063: PCSCd reports card is present when there is no card in the reader.

Revision 324 - Directory Listing
Modified Mon Aug 25 08:10:48 2003 UTC (9 years, 8 months ago) by rousseau
reindentation

Revision 323 - Directory Listing
Modified Mon Aug 25 08:01:16 2003 UTC (9 years, 8 months ago) by rousseau
free(evlist->tokenArray), avoid a memory leak (Toni Andjelkovic)

Revision 322 - Directory Listing
Modified Sun Aug 24 16:57:59 2003 UTC (9 years, 8 months ago) by rousseau
remove src/dep_stamp

Revision 321 - Directory Listing
Modified Sun Aug 24 16:57:23 2003 UTC (9 years, 8 months ago) by rousseau
add not about bugs/limitations under MacOS X

Revision 320 - Directory Listing
Modified Fri Aug 22 13:36:12 2003 UTC (9 years, 8 months ago) by rousseau
demo of a C program using the pcsc-lite API

Revision 319 - Directory Listing
Modified Fri Aug 22 07:11:02 2003 UTC (9 years, 9 months ago) by rousseau
remove "pouet"

Revision 318 - Directory Listing
Modified Fri Aug 22 06:19:37 2003 UTC (9 years, 9 months ago) by rousseau
use pcsclite-cvs-commit@lists.alioth.debian.org

Revision 317 - Directory Listing
Modified Thu Aug 21 21:09:56 2003 UTC (9 years, 9 months ago) by rousseau
test

Revision 316 - Directory Listing
Modified Thu Aug 21 17:48:08 2003 UTC (9 years, 9 months ago) by rousseau
add mail notification

Revision 315 - Directory Listing
Modified Thu Aug 21 17:27:53 2003 UTC (9 years, 9 months ago) by rousseau
typo in comments

Revision 314 - Directory Listing
Modified Thu Aug 21 14:10:33 2003 UTC (9 years, 9 months ago) by rousseau
do not print garbage if we can't get the iManufacturer or iProduct fields

Revision 313 - Directory Listing
Modified Wed Aug 20 15:14:18 2003 UTC (9 years, 9 months ago) by rousseau
Sometimes unknown APDUs were being transmitted when 'SCardStatus'
function was invoked (close #300061)

Revision 312 - Directory Listing
Modified Wed Aug 20 15:09:37 2003 UTC (9 years, 9 months ago) by rousseau
return SCARD_E_INVALID_PARAMETER for APDU of less than 4 bytes (close #300062)

Revision 311 - Directory Listing
Modified Wed Aug 20 14:57:50 2003 UTC (9 years, 9 months ago) by rousseau
initialise pConnection->shareMode as early as possible (close #300064,
thanks to Wan-Teh Chang)

Revision 310 - Directory Listing
Modified Wed Aug 20 14:49:28 2003 UTC (9 years, 9 months ago) by rousseau
correct and remove unused types (close bug #300071)

Revision 309 - Directory Listing
Modified Wed Aug 20 13:21:51 2003 UTC (9 years, 9 months ago) by rousseau
comment low level debug messages

Revision 308 - Directory Listing
Modified Wed Aug 20 13:21:29 2003 UTC (9 years, 9 months ago) by rousseau
use ./ylwrap instead of ylwrap

Revision 307 - Directory Listing
Modified Wed Aug 20 12:41:22 2003 UTC (9 years, 9 months ago) by rousseau
print possible problem when the program can't find any reader

Revision 306 - Directory Listing
Modified Wed Aug 20 12:28:55 2003 UTC (9 years, 9 months ago) by rousseau
do not define LDFLAGS since we get it from outside

Revision 305 - Directory Listing
Modified Wed Aug 20 12:28:38 2003 UTC (9 years, 9 months ago) by rousseau
add needed MacOS X frameworks to LDFLAGS (for parse and check)

Revision 304 - Directory Listing
Modified Wed Aug 20 09:28:07 2003 UTC (9 years, 9 months ago) by rousseau
add src/ylwrap

Revision 303 - Directory Listing
Modified Wed Aug 20 09:27:43 2003 UTC (9 years, 9 months ago) by rousseau
wrapper to call (f)lex

Revision 302 - Directory Listing
Modified Wed Aug 20 08:38:36 2003 UTC (9 years, 9 months ago) by rousseau
src/parse shall not be distributed

Revision 301 - Directory Listing
Modified Wed Aug 20 08:37:34 2003 UTC (9 years, 9 months ago) by rousseau
do not duplicate the Info.plist filename but "calculate" it once

Revision 300 - Directory Listing
Modified Wed Aug 20 08:35:34 2003 UTC (9 years, 9 months ago) by rousseau
Add support of MacOS X

Revision 299 - Directory Listing
Modified Wed Aug 20 08:35:13 2003 UTC (9 years, 9 months ago) by rousseau
use an <array></array> for the alias enumeration

Revision 298 - Directory Listing
Modified Wed Aug 20 08:12:59 2003 UTC (9 years, 9 months ago) by rousseau
Add support of reader aliases using <array></array>

Revision 297 - Directory Listing
Modified Wed Aug 20 08:12:29 2003 UTC (9 years, 9 months ago) by rousseau
add empty HPRegisterForHotplugEvents() function

Revision 296 - Directory Listing
Modified Tue Aug 19 09:27:43 2003 UTC (9 years, 9 months ago) by rousseau
Add support of PCMCIA for MacOS X and major redesign of the hotplug
support (thanks to Stephen M. Webb for the patch)

Revision 295 - Directory Listing
Modified Tue Aug 19 07:45:58 2003 UTC (9 years, 9 months ago) by rousseau
use <errno.h> instead of <sys/errno.h>

Revision 294 - Directory Listing
Modified Mon Aug 18 16:28:38 2003 UTC (9 years, 9 months ago) by rousseau
use #ifdef DEBUG_USB_HOTPLUG for USB debug messages

Revision 293 - Directory Listing
Modified Mon Aug 18 12:15:19 2003 UTC (9 years, 9 months ago) by rousseau
remove unneeded \n in debug messages

Revision 292 - Directory Listing
Modified Mon Aug 18 09:05:37 2003 UTC (9 years, 9 months ago) by rousseau
 #include <wintypes.h> even on MacOS X

Revision 291 - Directory Listing
Modified Mon Aug 18 09:03:18 2003 UTC (9 years, 9 months ago) by rousseau
do not look for PCSC/pcsclite.h but pcsclite.h even on MacOS X

Revision 290 - Directory Listing
Modified Mon Aug 18 08:04:06 2003 UTC (9 years, 9 months ago) by rousseau
add #include <sys/types.h> for FreeBSD (thanks Toni Andjelkovic)

Revision 289 - Directory Listing
Modified Fri Aug 15 20:07:53 2003 UTC (9 years, 9 months ago) by rousseau
add void argument to the MSCCallbackCancelEvent() prototype definition
(thanks to Toni Andjelkovic)

Revision 288 - Directory Listing
Modified Fri Aug 15 09:10:34 2003 UTC (9 years, 9 months ago) by rousseau
use *linux* instead of linux-gnu (patch from Toni Andjelkovic)

Revision 287 - Directory Listing
Modified Fri Aug 15 09:08:32 2003 UTC (9 years, 9 months ago) by rousseau
conditionnaly print hotplug debug messages. look for DEBUG_USB_HOTPLUG at the
begining of the file.

Revision 286 - Directory Listing
Modified Fri Aug 15 09:06:55 2003 UTC (9 years, 9 months ago) by rousseau
use FILENAME_MAX instead of manually defined values. Use snprintf()
instead of sprintf() to fill filenames.

Revision 285 - Directory Listing
Modified Thu Aug 14 16:46:01 2003 UTC (9 years, 9 months ago) by rousseau
add s/corcoran-guest /David Corcoran /;

Revision 284 - Directory Listing
Modified Thu Aug 14 16:36:00 2003 UTC (9 years, 9 months ago) by rousseau
new generated version

Revision 283 - Directory Listing
Modified Thu Aug 14 16:35:41 2003 UTC (9 years, 9 months ago) by rousseau
do not remove build/aclocal.m4 anymore

Revision 282 - Directory Listing
Modified Thu Aug 14 16:35:11 2003 UTC (9 years, 9 months ago) by rousseau
add parser.h in pcscd_SOURCES

Revision 281 - Directory Listing
Modified Thu Aug 14 14:41:38 2003 UTC (9 years, 9 months ago) by rousseau
cast sizeof() with (int) to avoid a warning under MacOS X

Revision 280 - Directory Listing
Modified Thu Aug 14 13:19:36 2003 UTC (9 years, 9 months ago) by rousseau
add "Copyright (C) 2001-2003 by Ludovic Rousseau" for the version (-v) output.

Revision 279 - Directory Listing
Modified Thu Aug 14 06:53:21 2003 UTC (9 years, 9 months ago) by rousseau
use a 1 minute USB timeout instead of the 1 second used for debug

Revision 278 - Directory Listing
Modified Thu Aug 14 06:34:21 2003 UTC (9 years, 9 months ago) by rousseau
include in CVS

Revision 277 - Directory Listing
Modified Thu Aug 14 06:32:24 2003 UTC (9 years, 9 months ago) by rousseau
remove parse binary in clean target

Revision 276 - Directory Listing
Modified Wed Aug 13 15:06:36 2003 UTC (9 years, 9 months ago) by rousseau
do not exit with failure if makedepend(1) does not exist

Revision 275 - Directory Listing
Modified Wed Aug 13 13:46:09 2003 UTC (9 years, 9 months ago) by rousseau
Installation and check guide

Revision 273 - Directory Listing
Modified Tue Aug 12 22:15:01 2003 UTC (9 years, 9 months ago) by rousseau
release 0.1.0

Revision 269 - Directory Listing
Modified Tue Aug 12 12:40:23 2003 UTC (9 years, 9 months ago) by rousseau
Initial revision

Revision 268 - Directory Listing
Modified Mon Aug 11 16:36:48 2003 UTC (9 years, 9 months ago) by rousseau
public release

Revision 267 - Directory Listing
Modified Mon Aug 11 10:03:07 2003 UTC (9 years, 9 months ago) by rousseau
regenerated but should not be in CVS

Revision 266 - Directory Listing
Modified Mon Aug 11 09:55:58 2003 UTC (9 years, 9 months ago) by rousseau
change filename in comment

Revision 265 - Directory Listing
Modified Mon Aug 11 09:55:36 2003 UTC (9 years, 9 months ago) by rousseau
add LTPBundleFindValueWithKey() function prototype

Revision 264 - Directory Listing
Modified Mon Aug 11 08:00:37 2003 UTC (9 years, 9 months ago) by rousseau
use a size of 200 bytes instead of 256 otherwise it will break every
drivers using the pcscd tokenparser (buffer overflow in the driver).

Revision 263 - Directory Listing
Modified Sun Aug 10 21:59:09 2003 UTC (9 years, 9 months ago) by rousseau
add support of libusb

Revision 262 - Directory Listing
Modified Sun Aug 10 21:54:43 2003 UTC (9 years, 9 months ago) by rousseau
define maximum buffer lengths and avoid possible buffer overflows

Revision 261 - Directory Listing
Modified Fri Aug 8 07:03:04 2003 UTC (9 years, 9 months ago) by rousseau
pcscd is in section 8 not 1

Revision 260 - Directory Listing
Modified Fri Jul 4 17:59:52 2003 UTC (9 years, 10 months ago) by rousseau
Installation of the pkgconfig file did not honor libdir. Thanks to Ville
Skytt� for the patch (alioth patch #300045)

Revision 259 - Directory Listing
Modified Wed Jun 25 20:10:44 2003 UTC (9 years, 10 months ago) by rousseau
#include stdint.h only if HAVE_STDINT_H is defined since some platforms
do not have stdint.h (Windows, FreeBSD, etc.)

Revision 258 - Directory Listing
Modified Tue Jun 24 17:38:05 2003 UTC (9 years, 10 months ago) by rousseau
initialize two for variables to 0 (thanks to Alan Kozlay)

Revision 257 - Directory Listing
Modified Thu Jun 5 00:47:21 2003 UTC (9 years, 11 months ago) by corcoran-guest
fixed MSC_Mutex functions to point to the SYS_Mutex functions

Revision 256 - Directory Listing
Modified Wed Jun 4 16:52:39 2003 UTC (9 years, 11 months ago) by corcoran-guest
Commiting these files

Revision 254 - Directory Listing
Modified Fri May 30 21:45:23 2003 UTC (9 years, 11 months ago) by rousseau
release 1.1.2beta5

Revision 253 - Directory Listing
Modified Fri May 30 21:44:42 2003 UTC (9 years, 11 months ago) by rousseau
remove $ac_aux_dir/aclocal.m4 after use to limit the size of the .tar.gz

Revision 252 - Directory Listing
Modified Fri May 30 20:46:44 2003 UTC (9 years, 11 months ago) by rousseau
remove winscard_msg.c from pcscd_SOURCES since it is already included
in libpcsclite_core_la_SOURCES used by pcscd_LDADD

Revision 251 - Directory Listing
Modified Fri May 30 20:34:56 2003 UTC (9 years, 11 months ago) by rousseau
new version from automake 1.7.5

Revision 250 - Directory Listing
Modified Fri May 30 20:17:45 2003 UTC (9 years, 11 months ago) by rousseau
removed since generated from doc/Makefile.am

Revision 249 - Directory Listing
Modified Fri May 30 16:43:46 2003 UTC (9 years, 11 months ago) by rousseau
the CVS files are now on alioth.debian.org so change the path to remove
to generate the ChangeLog.cvs file

Revision 248 - Directory Listing
Modified Fri May 30 15:50:44 2003 UTC (9 years, 11 months ago) by rousseau
SCardStatusTH(): simplify code and return correct results when buffers
are too short or NULL is used

Revision 247 - Directory Listing
Modified Fri May 30 15:48:41 2003 UTC (9 years, 11 months ago) by rousseau
SCardStatus(): do not return before filling buffers

Revision 246 - Directory Listing
Modified Fri May 30 15:45:28 2003 UTC (9 years, 11 months ago) by rousseau
small cleanup

Revision 245 - Directory Listing
Modified Fri May 30 11:35:57 2003 UTC (9 years, 11 months ago) by rousseau
removed from CVS since generated from doc/Makefile.am

Revision 244 - Directory Listing
Modified Fri May 30 11:34:03 2003 UTC (9 years, 11 months ago) by rousseau
regenerated but they should not be in CVS

Revision 243 - Directory Listing
Modified Fri May 30 11:33:05 2003 UTC (9 years, 11 months ago) by rousseau
define ret as int

Revision 242 - Directory Listing
Modified Fri May 30 11:27:41 2003 UTC (9 years, 11 months ago) by rousseau
correct arguments order of ylwrap script

Revision 241 - Directory Listing
Modified Fri May 30 11:26:25 2003 UTC (9 years, 11 months ago) by rousseau
replace gets() by fgets() to avoid buffer overflow.
Use sizeof() instead of constants.
do not use strdup() since it is useless.
print error messages when needed.

Revision 240 - Directory Listing
Modified Wed May 28 07:26:17 2003 UTC (9 years, 11 months ago) by rousseau
used to generated a pkg-config ".pc" file (thanks to Andreas Jellinghaus
for the idea and the patch)

Revision 239 - Directory Listing
Modified Wed May 28 07:24:13 2003 UTC (9 years, 11 months ago) by rousseau
removed from CVS since they are (re)generated by ./bootstrap

Revision 238 - Directory Listing
Modified Wed May 28 07:21:10 2003 UTC (9 years, 11 months ago) by rousseau
use directory names as use by ./configure

Revision 237 - Directory Listing
Modified Tue May 27 20:25:42 2003 UTC (9 years, 11 months ago) by rousseau
no more useful since tokenparser.* does a better job

Revision 236 - Directory Listing
Modified Tue May 27 20:23:14 2003 UTC (9 years, 11 months ago) by rousseau
do not duplicate fclose/return lines

Revision 235 - Directory Listing
Modified Sun May 25 21:38:17 2003 UTC (9 years, 11 months ago) by rousseau
include configured path appear in the docs (thanks to Ville Skytt�)

Revision 234 - Directory Listing
Modified Sun May 25 21:37:09 2003 UTC (9 years, 11 months ago) by rousseau
correct typos and include configured path appear in the docs (thanks to
Ville Skytt�)

Revision 233 - Directory Listing
Modified Thu May 15 18:51:01 2003 UTC (10 years ago) by rousseau
add licence file

Revision 232 - Directory Listing
Modified Thu May 15 18:49:41 2003 UTC (10 years ago) by rousseau
add licence

Revision 231 - Directory Listing
Modified Sat May 10 14:00:39 2003 UTC (10 years ago) by root
initial checkin

Revision 230 - Directory Listing
Modified Sat May 10 14:00:39 2003 UTC (10 years ago) by root
initial checkin

Revision 228 - Directory Listing
Modified Mon May 5 20:40:27 2003 UTC (10 years ago) by rousseau
release 1.1.2beta4

Revision 227 - Directory Listing
Modified Mon May 5 20:39:44 2003 UTC (10 years ago) by rousseau
regenerated from src/configfile.c

Revision 226 - Directory Listing
Modified Mon May 5 20:37:49 2003 UTC (10 years ago) by rousseau
regenerated

Revision 225 - Directory Listing
Modified Mon May 5 20:31:18 2003 UTC (10 years ago) by rousseau
regeneration from src/tokenparser.l

Revision 224 - Directory Listing
Modified Mon May 5 20:30:58 2003 UTC (10 years ago) by rousseau
code reindentation, use DebugLogB()/DebugLogC with correct number of
arguments

Revision 223 - Directory Listing
Modified Mon May 5 20:22:15 2003 UTC (10 years ago) by rousseau
avoid possible buffer overflow in pcsc_stringify_error()

Revision 222 - Directory Listing
Modified Mon May 5 15:54:09 2003 UTC (10 years ago) by rousseau
add -pthread for xBSD, use AM_CFLAGS instead of CFLAGS, driverparser.c
no more exists

Revision 221 - Directory Listing
Modified Mon May 5 15:52:55 2003 UTC (10 years ago) by rousseau
use automake 1.7.3

Revision 220 - Directory Listing
Modified Mon May 5 15:52:25 2003 UTC (10 years ago) by rousseau
also tested on Debian 3.0 and OpenBSD 3.2

Revision 219 - Directory Listing
Modified Mon Apr 7 20:43:26 2003 UTC (10 years, 1 month ago) by rousseau
reindent, use DebugLogB instead of DebugLogC, add indice number in debug
message

Revision 218 - Directory Listing
Modified Mon Apr 7 20:25:34 2003 UTC (10 years, 1 month ago) by rousseau
support driver aliases in Info.plist

Revision 217 - Directory Listing
Modified Mon Apr 7 19:29:39 2003 UTC (10 years, 1 month ago) by rousseau
use LTPBundleFindValueWithKey(.., 0) instead of
LCFBundleFindValueWithKey()

Revision 216 - Directory Listing
Modified Mon Apr 7 19:28:10 2003 UTC (10 years, 1 month ago) by rousseau
reindent

Revision 215 - Directory Listing
Modified Mon Apr 7 19:21:35 2003 UTC (10 years, 1 month ago) by rousseau
code simplification

Revision 214 - Directory Listing
Modified Mon Apr 7 19:09:45 2003 UTC (10 years, 1 month ago) by rousseau
add directory name to error message

Revision 213 - Directory Listing
Modified Thu Jan 9 21:02:17 2003 UTC (10 years, 4 months ago) by rousseau
the log output mode (syslog, stdout, stderr) can't be combined. stderr
had precedence (in the code) over stdout that was _never_ used.

Revision 212 - Directory Listing
Modified Sun Dec 8 23:00:03 2002 UTC (10 years, 5 months ago) by rousseau
use pcscd.* instead of pcsc.* to be unoform with pcscd.pid

Revision 211 - Directory Listing
Modified Sat Dec 7 22:38:46 2002 UTC (10 years, 5 months ago) by rousseau
remove pcscd.startup since it is now in etc/

Revision 209 - Directory Listing
Modified Sat Dec 7 22:35:42 2002 UTC (10 years, 5 months ago) by rousseau
release 1.1.2beta3

Revision 208 - Directory Listing
Modified Sat Dec 7 22:25:38 2002 UTC (10 years, 5 months ago) by rousseau
regenerated

Revision 207 - Directory Listing
Modified Sat Dec 7 22:21:23 2002 UTC (10 years, 5 months ago) by rousseau
regenarated

Revision 206 - Directory Listing
Modified Sat Dec 7 22:20:23 2002 UTC (10 years, 5 months ago) by rousseau
create PCSCLITE_IPC_DIR if it does not exist. For example when it is set
to /tmp/pcsc/ (default now is /var/run/)

Revision 205 - Directory Listing
Modified Sat Dec 7 22:19:30 2002 UTC (10 years, 5 months ago) by rousseau
use pcsc.comm instead of pcsc.omm

Revision 204 - Directory Listing
Modified Sat Dec 7 22:04:30 2002 UTC (10 years, 5 months ago) by rousseau
removed. The startup script is in etc/

Revision 203 - Directory Listing
Modified Sat Dec 7 21:35:28 2002 UTC (10 years, 5 months ago) by rousseau
small source code reformating

Revision 202 - Directory Listing
Modified Sat Dec 7 21:29:56 2002 UTC (10 years, 5 months ago) by rousseau
use DebugLogB() for logs with 2 parameters and not DebugLogC()

Revision 201 - Directory Listing
Modified Sat Dec 7 21:29:12 2002 UTC (10 years, 5 months ago) by rousseau
DebugLogC() uses 3 parameters not 2 (use DebugLogB() for that)

Revision 200 - Directory Listing
Modified Sat Dec 7 21:26:38 2002 UTC (10 years, 5 months ago) by rousseau
add filename and error message to error logs for /var/run/pcsc.pub

Revision 199 - Directory Listing
Modified Sat Dec 7 21:14:59 2002 UTC (10 years, 5 months ago) by rousseau
add support of --enable-ipcdir=DIR

Revision 198 - Directory Listing
Modified Sat Dec 7 21:13:25 2002 UTC (10 years, 5 months ago) by rousseau
reorganise conditionals to to have a src/Makefile.in file 142 (yes 142) times
smaller (33 KB instead of 4.7 MB)

Revision 197 - Directory Listing
Modified Sat Dec 7 21:11:35 2002 UTC (10 years, 5 months ago) by rousseau
also distribute etc/pcscd.startup

Revision 196 - Directory Listing
Modified Sat Dec 7 21:11:05 2002 UTC (10 years, 5 months ago) by rousseau
update to autoconf 2.56 (lot of changes).
add --enable-ipcdir=DIR option. Default is now /var/run/ instead of /tmp/pcsc/

Revision 195 - Directory Listing
Modified Sat Dec 7 21:09:29 2002 UTC (10 years, 5 months ago) by rousseau
update for autoconf 2.57 and automake 1.6.3

Revision 194 - Directory Listing
Modified Sat Dec 7 21:08:50 2002 UTC (10 years, 5 months ago) by rousseau
add win32/ files and some rework

Revision 193 - Directory Listing
Modified Fri Dec 6 20:14:39 2002 UTC (10 years, 5 months ago) by rousseau
accept pioRecvPci == NULL in SCardTransmit()

Revision 192 - Directory Listing
Modified Fri Dec 6 18:20:13 2002 UTC (10 years, 5 months ago) by rousseau
source code reformating

Revision 191 - Directory Listing
Modified Fri Dec 6 18:08:26 2002 UTC (10 years, 5 months ago) by rousseau
correct an overflow in SCardGetStatusChange()
replace "if (cReaders > PCSCLITE_MAX_CONTEXTS)" by
"if (cReaders >= PCSCLITE_MAX_CONTEXTS)". Thanks to Michael Nidd

Revision 190 - Directory Listing
Modified Fri Dec 6 18:05:53 2002 UTC (10 years, 5 months ago) by rousseau
init g_rgSCard??Pci variable at compile time

Revision 189 - Directory Listing
Modified Wed Dec 4 21:46:29 2002 UTC (10 years, 5 months ago) by rousseau
add Dmitry Djachenko pacthes

Revision 188 - Directory Listing
Modified Mon Dec 2 21:52:22 2002 UTC (10 years, 5 months ago) by corcoran
Included changes from Citrix
 - Support for AIX in configure.in and Makefile.am
 - added ifdef for SNPRINTF and VSNPRINTF

Revision 187 - Directory Listing
Modified Fri Nov 29 22:55:04 2002 UTC (10 years, 5 months ago) by rousseau
code reformatting

Revision 186 - Directory Listing
Modified Fri Nov 29 22:45:17 2002 UTC (10 years, 5 months ago) by rousseau
initialise g_rgSCard??Pci globals at compile time

Revision 185 - Directory Listing
Modified Fri Nov 29 22:42:39 2002 UTC (10 years, 5 months ago) by rousseau
SCardStatus(): set more return values

Revision 184 - Directory Listing
Modified Fri Nov 29 22:39:39 2002 UTC (10 years, 5 months ago) by rousseau
Check reader name and ATR size are correct (no buffer oveflow)

Revision 183 - Directory Listing
Modified Fri Nov 29 22:37:28 2002 UTC (10 years, 5 months ago) by rousseau
check pioRecvPci is non NULL before assignment

Revision 182 - Directory Listing
Modified Fri Nov 29 22:36:09 2002 UTC (10 years, 5 months ago) by rousseau
SCardReconnect() returns more interesting error codes

Revision 181 - Directory Listing
Modified Wed Oct 30 17:45:34 2002 UTC (10 years, 6 months ago) by rousseau
PHSetProtocol() returns a DWORD and not a UCHAR since
rContext->dwProtocol is a DWORD. Thanks to Oleg Makarenko.

Revision 180 - Directory Listing
Modified Wed Oct 30 17:42:41 2002 UTC (10 years, 6 months ago) by rousseau
include some missing .h files. Thanks to Oleg Makarenko

Revision 179 - Directory Listing
Modified Wed Oct 16 20:09:31 2002 UTC (10 years, 7 months ago) by corcoran
some changes for the Mac

Revision 178 - Directory Listing
Modified Tue Oct 15 19:48:30 2002 UTC (10 years, 7 months ago) by corcoran
Some changes to make SCF easier to use

Revision 176 - Directory Listing
Modified Sat Oct 12 21:51:12 2002 UTC (10 years, 7 months ago) by rousseau
use autoconf instead of autoreconf to not reuse an old config

Revision 175 - Directory Listing
Modified Sat Oct 12 21:37:08 2002 UTC (10 years, 7 months ago) by rousseau
new version of autoregenerating files

Revision 174 - Directory Listing
Modified Sat Oct 12 21:27:29 2002 UTC (10 years, 7 months ago) by rousseau
release 1.1.2beta2

Revision 173 - Directory Listing
Modified Tue Oct 8 22:13:27 2002 UTC (10 years, 7 months ago) by rousseau
do not link with -lpthread under bsd as it breaks under OpenBSD and
FreeBSD

Revision 172 - Directory Listing
Modified Tue Oct 8 21:56:13 2002 UTC (10 years, 7 months ago) by rousseau
use "test x${usbdropdir} = xfalse" instead of "test x${usbdropdir} ==
xfalse" since it generates an error under FreeBSD (test: xfalse:
unexpected operator). For a strange reason the bug was not detected
earlier.

Revision 171 - Directory Listing
Modified Sun Oct 6 21:43:56 2002 UTC (10 years, 7 months ago) by rousseau
use -rdynamic instead of -Wl,--export-dynamic since some systems
(OpenBSD) did not support it

Revision 170 - Directory Listing
Modified Sun Oct 6 20:59:50 2002 UTC (10 years, 7 months ago) by rousseau
add --apdu documentation in --help message
support -a argument even when HAVE_GETOPT_LONG not supported

Revision 169 - Directory Listing
Modified Sun Oct 6 18:22:25 2002 UTC (10 years, 7 months ago) by rousseau
add a (char *) cast to avoid a compilation warning

Revision 168 - Directory Listing
Modified Sun Oct 6 14:25:59 2002 UTC (10 years, 7 months ago) by giraud
Added support for start/stop/restart invocation parameters

Revision 167 - Directory Listing
Modified Sun Oct 6 14:24:39 2002 UTC (10 years, 7 months ago) by giraud
Added #define for support of /var/run/pid. pid file is /var/run/pcscd.pid

Revision 166 - Directory Listing
Modified Sun Oct 6 10:50:02 2002 UTC (10 years, 7 months ago) by rousseau
new version of autoregenerating files

Revision 165 - Directory Listing
Modified Sun Oct 6 10:48:52 2002 UTC (10 years, 7 months ago) by rousseau
add -DPACKAGE and -DVERSION to compilation flags. They are no more
included in config.h

Revision 164 - Directory Listing
Modified Sun Oct 6 10:47:45 2002 UTC (10 years, 7 months ago) by rousseau
change version from 1.1.2beta1 to 1.1.2

Revision 163 - Directory Listing
Modified Sun Oct 6 10:46:33 2002 UTC (10 years, 7 months ago) by rousseau
remove config.h.in to be sure to regenerate it

Revision 162 - Directory Listing
Modified Sat Oct 5 21:58:29 2002 UTC (10 years, 7 months ago) by rousseau
change VERSION number from 1.1.2beta1 to 1.1.2

Revision 161 - Directory Listing
Modified Sat Oct 5 20:29:35 2002 UTC (10 years, 7 months ago) by rousseau
print an error message if the --debug argument is not known

Revision 160 - Directory Listing
Modified Fri Oct 4 20:47:00 2002 UTC (10 years, 7 months ago) by corcoran
quick fix

Revision 159 - Directory Listing
Modified Fri Oct 4 20:43:43 2002 UTC (10 years, 7 months ago) by corcoran
added scf compatibility

Revision 158 - Directory Listing
Modified Fri Oct 4 20:21:53 2002 UTC (10 years, 7 months ago) by corcoran
added helge's fix to WORD

Revision 157 - Directory Listing
Modified Fri Oct 4 19:31:05 2002 UTC (10 years, 7 months ago) by corcoran
fix for osx deadlock on sleep

Revision 156 - Directory Listing
Modified Thu Oct 3 23:35:03 2002 UTC (10 years, 7 months ago) by corcoran
some changes to support multiplle usb readers

Revision 155 - Directory Listing
Modified Thu Oct 3 21:17:21 2002 UTC (10 years, 7 months ago) by rousseau
close PCSCLITE_HP_DROPDIR (/usr/local/pcsc/drivers/) after use

Revision 154 - Directory Listing
Modified Thu Oct 3 05:47:49 2002 UTC (10 years, 7 months ago) by corcoran
added fix by amira

Revision 153 - Directory Listing
Modified Wed Oct 2 22:36:41 2002 UTC (10 years, 7 months ago) by corcoran
added default dropdir

Revision 152 - Directory Listing
Modified Wed Oct 2 21:29:18 2002 UTC (10 years, 7 months ago) by corcoran
added athena patch for SCARD_PROTOCOL_ANY in SCardConnect

Revision 151 - Directory Listing
Modified Wed Oct 2 21:15:43 2002 UTC (10 years, 7 months ago) by corcoran
Fixed multi-reader + sleep problem

Revision 150 - Directory Listing
Modified Wed Oct 2 20:27:47 2002 UTC (10 years, 7 months ago) by corcoran
Re-importing autoconf stuff

Revision 149 - Directory Listing
Modified Wed Oct 2 17:52:51 2002 UTC (10 years, 7 months ago) by giraud
Modified version number from 1.1.0 to 1.1.1

Revision 147 - Directory Listing
Modified Sat Sep 7 15:50:24 2002 UTC (10 years, 8 months ago) by rousseau
Log to stderr by default. Print an error message if --debug argument is
not known.

Revision 145 - Directory Listing
Modified Fri Sep 6 21:23:41 2002 UTC (10 years, 8 months ago) by rousseau
release 1.1.2beta1

Revision 144 - Directory Listing
Modified Fri Sep 6 21:18:14 2002 UTC (10 years, 8 months ago) by rousseau
forgot to add support of --enable-muscledropdir in bundleTool.c

Revision 143 - Directory Listing
Modified Fri Sep 6 21:12:00 2002 UTC (10 years, 8 months ago) by rousseau
add support for --enable-muscledropdir

Revision 142 - Directory Listing
Modified Fri Sep 6 20:31:16 2002 UTC (10 years, 8 months ago) by rousseau
add support for --enable-muscledropdir

Revision 141 - Directory Listing
Modified Fri Sep 6 20:30:32 2002 UTC (10 years, 8 months ago) by rousseau
new versions

Revision 140 - Directory Listing
Modified Fri Sep 6 20:29:20 2002 UTC (10 years, 8 months ago) by rousseau
do not restart ./configure

Revision 139 - Directory Listing
Modified Fri Sep 6 20:28:13 2002 UTC (10 years, 8 months ago) by rousseau
test if a Makfile exists before make distclean

Revision 138 - Directory Listing
Modified Fri Sep 6 19:26:05 2002 UTC (10 years, 8 months ago) by rousseau
The licence file is COPYING and not LICENSE (thanks to Juha Tuomala)

Revision 133 - Directory Listing
Modified Wed Sep 4 21:02:20 2002 UTC (10 years, 8 months ago) by corcoran
Fixed to work well

Revision 132 - Directory Listing
Modified Sat Aug 31 03:16:59 2002 UTC (10 years, 8 months ago) by corcoran
Fixes to make this work on the Mac.

Revision 131 - Directory Listing
Modified Sun Aug 18 20:09:25 2002 UTC (10 years, 9 months ago) by rousseau
add formaticc.1 from Debian

Revision 130 - Directory Listing
Modified Fri Aug 16 20:08:19 2002 UTC (10 years, 9 months ago) by rousseau
typo (add a space)

Revision 129 - Directory Listing
Modified Thu Aug 15 22:49:01 2002 UTC (10 years, 9 months ago) by rousseau
lots of debug and buffer overflow removal

Revision 128 - Directory Listing
Modified Thu Aug 15 15:26:29 2002 UTC (10 years, 9 months ago) by rousseau
print usage in cas of wrong arguments

Revision 127 - Directory Listing
Modified Thu Aug 15 15:11:55 2002 UTC (10 years, 9 months ago) by rousseau
update and rename bundleTool.1

Revision 126 - Directory Listing
Modified Tue Aug 13 22:19:09 2002 UTC (10 years, 9 months ago) by rousseau
switch from version 1.1.1 to 1.1.2 for cvs snapshots

Revision 125 - Directory Listing
Modified Tue Aug 13 21:15:13 2002 UTC (10 years, 9 months ago) by rousseau
add support for --apdu, test if the pcscd is still running before
complaining that /tmp/pcsc is present

Revision 124 - Directory Listing
Modified Tue Aug 13 21:15:13 2002 UTC (10 years, 9 months ago) by rousseau
add support for --apdu

Revision 123 - Directory Listing
Modified Tue Aug 13 21:15:13 2002 UTC (10 years, 9 months ago) by rousseau
typo

Revision 122 - Directory Listing
Modified Tue Aug 13 21:15:13 2002 UTC (10 years, 9 months ago) by rousseau
add a return NULL;

Revision 121 - Directory Listing
Modified Tue Aug 13 21:15:13 2002 UTC (10 years, 9 months ago) by rousseau
add support for --apdu and other same log messages

Revision 120 - Directory Listing
Modified Tue Aug 13 21:15:13 2002 UTC (10 years, 9 months ago) by rousseau
properly initialise rv

Revision 119 - Directory Listing
Modified Tue Aug 13 21:15:13 2002 UTC (10 years, 9 months ago) by rousseau
add -Wl,--export-dynamic link option

Revision 118 - Directory Listing
Modified Tue Aug 13 21:13:17 2002 UTC (10 years, 9 months ago) by rousseau
add the -a|--apdu option + some cleaning

Revision 117 - Directory Listing
Modified Tue Aug 13 21:12:00 2002 UTC (10 years, 9 months ago) by rousseau
make distclean before autoreconf

Revision 116 - Directory Listing
Modified Tue Aug 13 21:10:55 2002 UTC (10 years, 9 months ago) by rousseau
*** empty log message ***

Revision 115 - Directory Listing
Modified Tue Aug 13 21:10:28 2002 UTC (10 years, 9 months ago) by rousseau
set the PCSCLITE_HP_DROPDIR as a ./configure option

Revision 114 - Directory Listing
Modified Tue Jul 30 21:40:17 2002 UTC (10 years, 9 months ago) by rousseau
add #ifdef USE_THREAD_SAFETY otherwise it wont compile with
--disable-threadsafe

Revision 113 - Directory Listing
Modified Mon Jul 1 20:14:09 2002 UTC (10 years, 10 months ago) by corcoran
readding

Revision 112 - Directory Listing
Modified Mon Jul 1 20:08:53 2002 UTC (10 years, 10 months ago) by corcoran
moved location

Revision 111 - Directory Listing
Modified Thu Jun 27 22:21:23 2002 UTC (10 years, 10 months ago) by corcoran
Win32

Revision 108 - Directory Listing
Modified Thu Jun 27 16:52:50 2002 UTC (10 years, 10 months ago) by corcoran
Initial revision

Revision 107 - Directory Listing
Modified Wed Jun 19 22:05:46 2002 UTC (10 years, 11 months ago) by corcoran
removed printf

Revision 106 - Directory Listing
Modified Tue Jun 18 18:16:48 2002 UTC (10 years, 11 months ago) by corcoran
MSCPUChar8 -> MSCUChar8

Revision 105 - Directory Listing
Modified Tue Jun 11 20:07:26 2002 UTC (10 years, 11 months ago) by corcoran
Added more Initialization parameters ...

Revision 104 - Directory Listing
Modified Wed Jun 5 19:48:13 2002 UTC (10 years, 11 months ago) by corcoran
hello

Revision 103 - Directory Listing
Modified Wed Jun 5 18:47:13 2002 UTC (10 years, 11 months ago) by corcoran
;lkj

Revision 102 - Directory Listing
Modified Wed Jun 5 18:42:30 2002 UTC (10 years, 11 months ago) by corcoran
bad if then

Revision 101 - Directory Listing
Modified Wed Jun 5 18:31:04 2002 UTC (10 years, 11 months ago) by corcoran
some changes

Revision 100 - Directory Listing
Modified Wed Jun 5 18:11:32 2002 UTC (10 years, 11 months ago) by corcoran
Added generic thread support to musclecard.c and added pthread_join

Revision 99 - Directory Listing
Modified Wed Jun 5 17:57:33 2002 UTC (10 years, 11 months ago) by corcoran
Added join to cancelcallback

Revision 98 - Directory Listing
Modified Wed Jun 5 17:56:06 2002 UTC (10 years, 11 months ago) by corcoran
Fixed problem with MSC_SHARE_DIRECT connections
Added changes to docs
Cancel with join

Revision 97 - Directory Listing
Modified Wed Jun 5 16:04:16 2002 UTC (10 years, 11 months ago) by corcoran
Changed versioning

Revision 96 - Directory Listing
Modified Wed Jun 5 15:59:40 2002 UTC (10 years, 11 months ago) by corcoran
removed unused variable i

Revision 95 - Directory Listing
Modified Wed Jun 5 15:41:26 2002 UTC (10 years, 11 months ago) by corcoran
Fix for bug which wouldn't work with multi-slot readers.  Slots weren't managing the dwFeeds variable in the structure so the library was closed prematurely.

Revision 94 - Directory Listing
Modified Mon Jun 3 19:43:08 2002 UTC (10 years, 11 months ago) by corcoran
replaced magic number with constant 16->PCSCLITE_MAX_CONTEXTS

Revision 93 - Directory Listing
Modified Fri May 31 21:18:30 2002 UTC (10 years, 11 months ago) by corcoran
Removed bug: line 1986 SCardCleanupClient would release the socket too early

Revision 92 - Directory Listing
Modified Tue May 28 19:25:11 2002 UTC (10 years, 11 months ago) by corcoran
Added muscle-docs

Revision 91 - Directory Listing
Modified Tue May 28 17:36:12 2002 UTC (10 years, 11 months ago) by corcoran
Finalizing for the release

Revision 90 - Directory Listing
Modified Tue May 28 16:17:09 2002 UTC (10 years, 11 months ago) by corcoran
Added wintypes.h

Revision 89 - Directory Listing
Modified Tue May 28 16:04:10 2002 UTC (10 years, 11 months ago) by corcoran
fixes for the build

Revision 88 - Directory Listing
Modified Tue May 28 05:00:57 2002 UTC (10 years, 11 months ago) by phuang
hpux need <errno.h> to compile correctly

Revision 87 - Directory Listing
Modified Tue May 21 20:55:46 2002 UTC (11 years ago) by rousseau
patch the generated ChangeLog.cvs to have correct file and author names

Revision 86 - Directory Listing
Modified Fri May 10 19:02:36 2002 UTC (11 years ago) by rousseau
added the .h files in the distibution but they will not be installed by
a 'make install'
So now 'make test' and 'make testcheck' should work again.
Sorry Dave for my mistake in v1.3 you corrected in v1.4. I hope it is OK
this time.

Revision 85 - Directory Listing
Modified Fri May 10 18:59:46 2002 UTC (11 years ago) by rousseau
add pcscd.startup in the distribution

Revision 84 - Directory Listing
Modified Tue May 7 22:05:15 2002 UTC (11 years ago) by corcoran
Updated version to 1.1.0

Revision 83 - Directory Listing
Modified Tue May 7 02:33:44 2002 UTC (11 years ago) by corcoran
Fixing so that --disable-threadsafe works !!!

Revision 82 - Directory Listing
Modified Tue May 7 02:33:17 2002 UTC (11 years ago) by corcoran
Adding Makefile.am with -lpthread for PCSCD_INCLUDE_LIBS

Revision 81 - Directory Listing
Modified Tue May 7 02:02:55 2002 UTC (11 years ago) by corcoran
Added Win32 dynamic lib loading

Revision 80 - Directory Listing
Modified Mon May 6 23:23:13 2002 UTC (11 years ago) by corcoran
Added real time card reset/removed checking.  Fixed bug which begin/end transaction would not return this.

Revision 79 - Directory Listing
Modified Mon May 6 23:01:24 2002 UTC (11 years ago) by corcoran
Added support for Win32 based platforms for Muscle Framework.

Revision 78 - Directory Listing
Modified Mon May 6 19:55:11 2002 UTC (11 years ago) by corcoran
Checking in new project file for project builder

Revision 74 - Directory Listing
Modified Sat Apr 27 01:11:27 2002 UTC (11 years ago) by corcoran
Added versioning to pbxproj file, updated config.h.  Fixed Plugin->PlugIn.h in hotplug

Revision 73 - Directory Listing
Modified Fri Apr 26 18:47:36 2002 UTC (11 years ago) by corcoran
Updated the man page

Revision 72 - Directory Listing
Modified Thu Apr 25 18:25:38 2002 UTC (11 years ago) by corcoran
Added bundle header information for buildit

Revision 71 - Directory Listing
Modified Thu Apr 25 18:23:35 2002 UTC (11 years ago) by corcoran
Added new version numbering

Revision 70 - Directory Listing
Modified Thu Apr 25 17:56:41 2002 UTC (11 years ago) by corcoran
removed printf debugging for release

Revision 69 - Directory Listing
Modified Thu Apr 25 17:07:37 2002 UTC (11 years ago) by corcoran
Changes to the power management behavior

Revision 68 - Directory Listing
Modified Wed Apr 24 20:28:38 2002 UTC (11 years ago) by corcoran
Removal

Revision 67 - Directory Listing
Modified Wed Apr 24 20:23:42 2002 UTC (11 years ago) by corcoran
moved project builderstuff and removed some files

Revision 66 - Directory Listing
Modified Wed Apr 24 00:45:57 2002 UTC (11 years ago) by corcoran
changes

Revision 65 - Directory Listing
Modified Tue Apr 23 17:49:17 2002 UTC (11 years ago) by corcoran
No changes, just time/date issues

Revision 64 - Directory Listing
Modified Mon Apr 22 18:42:44 2002 UTC (11 years ago) by corcoran
config.h -> added cvs to version
project.pbx -> modified project builder attributes
pcsclite.h -> __APPLE__
mscdefines.h -> __APPLE__
sys_generic.h, sys_hpux.c sys_solaris.c sys_unix.c
int SYS_Exit to void SYS_Exit
winscard_msg.c removed message in CommonSegment

Revision 63 - Directory Listing
Modified Sun Apr 21 16:44:51 2002 UTC (11 years, 1 month ago) by cprados
Added autoconf check for getopt.h header

Revision 62 - Directory Listing
Modified Tue Apr 16 19:41:32 2002 UTC (11 years, 1 month ago) by corcoran
Added #ifdef around #include <getopt.h>

Revision 61 - Directory Listing
Modified Sun Apr 14 15:30:13 2002 UTC (11 years, 1 month ago) by cprados
Added getopt_long() check.

Revision 60 - Directory Listing
Modified Sun Apr 14 15:28:54 2002 UTC (11 years, 1 month ago) by cprados
Added getopt and getopt_long support for command line parsing.

Revision 59 - Directory Listing
Modified Fri Apr 12 22:05:37 2002 UTC (11 years, 1 month ago) by corcoran
Added wait for thread return for the callback

Revision 58 - Directory Listing
Modified Fri Apr 12 21:30:09 2002 UTC (11 years, 1 month ago) by corcoran
Added BLOCKSTATUS defines and checks in the Callbacks so that the
race condition would go away.

Revision 57 - Directory Listing
Modified Fri Apr 12 19:42:44 2002 UTC (11 years, 1 month ago) by corcoran
Removed MSCCertInfo

Revision 56 - Directory Listing
Modified Thu Apr 11 21:43:59 2002 UTC (11 years, 1 month ago) by corcoran
removed cert function pointers

Revision 55 - Directory Listing
Modified Thu Apr 11 17:24:05 2002 UTC (11 years, 1 month ago) by corcoran
removed certificate function pointers

Revision 54 - Directory Listing
Modified Thu Apr 11 17:23:40 2002 UTC (11 years, 1 month ago) by corcoran
Removed all certificate handling functions

Revision 53 - Directory Listing
Modified Wed Apr 10 23:11:26 2002 UTC (11 years, 1 month ago) by corcoran
Added extern int errno - wouldn't build on Solaris

Revision 52 - Directory Listing
Modified Wed Apr 10 22:37:30 2002 UTC (11 years, 1 month ago) by corcoran
Removed atexit() put cleanup code in SCardReleaseContext

Revision 51 - Directory Listing
Modified Wed Apr 10 22:36:52 2002 UTC (11 years, 1 month ago) by corcoran
some modifications for tabs.

Revision 50 - Directory Listing
Modified Wed Apr 10 22:36:06 2002 UTC (11 years, 1 month ago) by corcoran
Removed SetCapabilities -> put into 1.0 version for performance reasons

Revision 49 - Directory Listing
Modified Wed Apr 10 01:11:57 2002 UTC (11 years, 1 month ago) by corcoran
Removed extra Read/Write functions

Revision 48 - Directory Listing
Modified Tue Apr 9 20:56:06 2002 UTC (11 years, 1 month ago) by corcoran
Added keyPartner to MSCImportKey.  Added keyMapping to MSCKeyInfo structure

Revision 47 - Directory Listing
Modified Mon Apr 8 20:23:31 2002 UTC (11 years, 1 month ago) by corcoran
Fixed a security vulnerability in winscard_svc.c.  Removed /tmp/pcsc/.pcsctmp
and replaced it with a stat /tmp/pcsc on the client side.  Modified Makefile.am
to only install needed include files to /usr/local/include

Revision 46 - Directory Listing
Modified Mon Apr 8 17:19:36 2002 UTC (11 years, 1 month ago) by mikeg
initialized return value to -1 in RFSetReaderName

Revision 45 - Directory Listing
Modified Sun Apr 7 08:43:36 2002 UTC (11 years, 1 month ago) by rousseau
Allow pcscd to do bulk transfers for devices with high speed:

 Enhanced messaging has been added to accomodate newer devices which
have more advanced capabilites, such as dedicated secure co-processors
which can stream and encrypt data over USB.  In order to used enhanced
messaging you must define PCSCLITE_ENHANCED_MESSAGING in the
framework(library), the daemon, and your application

Thanks to Michael Gile <mgile@mac.com> for the patch

Revision 44 - Directory Listing
Modified Sat Apr 6 22:58:11 2002 UTC (11 years, 1 month ago) by rousseau
Added my name as suggested by David

Revision 43 - Directory Listing
Modified Sat Apr 6 20:48:47 2002 UTC (11 years, 1 month ago) by rousseau
using -d1 (debug to stderr) or -d2 (debug to stdout) also activate the
-fg option (foreground). Otherwise pcscd is started as a daemon
(default) and stdout and stderr file descriptors are closed and then
debug is useless since sent to /dev/null

Revision 42 - Directory Listing
Modified Sat Apr 6 20:46:26 2002 UTC (11 years, 1 month ago) by rousseau
renamed 1.0.2.beta5 to 1.0.2.cvs

Revision 41 - Directory Listing
Modified Sat Apr 6 17:12:13 2002 UTC (11 years, 1 month ago) by rousseau
make the ChangeLog.cvs rule .PHONY

Revision 40 - Directory Listing
Modified Sat Apr 6 16:53:55 2002 UTC (11 years, 1 month ago) by rousseau
use SYS_CloseFile() instead of close()
use SYS_OpenFile() instead of open()
use SYS_Chdir() instead of chdir()
use SYS_Daemon() instead of daemon()
test return values and print a debug message when necessary

patch provided by Toni Andjelkovic <toni@soth.at>

Revision 39 - Directory Listing
Modified Sat Apr 6 16:46:04 2002 UTC (11 years, 1 month ago) by rousseau
add a rule to create ChangeLog.cvs

Revision 38 - Directory Listing
Modified Sat Apr 6 16:22:58 2002 UTC (11 years, 1 month ago) by rousseau
 #include <stdlib.h> for malloc() declaration

Revision 37 - Directory Listing
Modified Sat Apr 6 15:53:37 2002 UTC (11 years, 1 month ago) by rousseau
add error code management for SHMProcessEvents returned value

Revision 36 - Directory Listing
Modified Fri Apr 5 00:20:01 2002 UTC (11 years, 1 month ago) by rousseau
correct text alignment

Revision 35 - Directory Listing
Modified Fri Apr 5 00:15:33 2002 UTC (11 years, 1 month ago) by rousseau
removed since generated automatically by automake

Revision 34 - Directory Listing
Modified Fri Apr 5 00:13:51 2002 UTC (11 years, 1 month ago) by rousseau
USE_SYSLOG is no more used. code rewrote with debug_msg()

Revision 33 - Directory Listing
Modified Fri Apr 5 00:12:57 2002 UTC (11 years, 1 month ago) by rousseau
debug_xxd(): also use the debug_msg_type way

Revision 32 - Directory Listing
Modified Fri Apr 5 00:11:27 2002 UTC (11 years, 1 month ago) by rousseau
removed since generated automatically from configure.in by autoheader

Revision 31 - Directory Listing
Modified Thu Apr 4 23:54:34 2002 UTC (11 years, 1 month ago) by rousseau
removed since automatically generated from Makefile.am

Revision 30 - Directory Listing
Modified Thu Apr 4 23:51:02 2002 UTC (11 years, 1 month ago) by rousseau
src/winscard_msg.c: SHMProcessEvents() timeout on the select and go back
into src/pcscdaemon.c: SVCServiceRunLoop()
This is used to catch the Ctrl-C signal (in SVCServiceRunLoop) at some
time when nothing else happens

Revision 29 - Directory Listing
Modified Thu Apr 4 23:47:24 2002 UTC (11 years, 1 month ago) by rousseau
removed dlerror() from if tests since it is not the best way to test for
errors

Revision 28 - Directory Listing
Modified Thu Apr 4 23:46:26 2002 UTC (11 years, 1 month ago) by rousseau
DYN_GetAddress() now correctly handles errors by not using dlerror() to
know if an error occured since the error may have occured in a previous
call
Also removed dlerror() from if tests everywhere else

Revision 27 - Directory Listing
Modified Thu Apr 4 23:43:40 2002 UTC (11 years, 1 month ago) by rousseau
add many .h files in include_HEADERS so that 'make dist' include all the
useful files
add muscletest.c in EXTRA_libpcsclite_core_la_SOURCES

Revision 26 - Directory Listing
Modified Thu Apr 4 22:45:31 2002 UTC (11 years, 1 month ago) by corcoran
Some event changes, begin/end transaction.  Added IdentifyToken

Revision 25 - Directory Listing
Modified Thu Apr 4 21:50:24 2002 UTC (11 years, 1 month ago) by rousseau
removed unused variable char tempString[1024];
add a return 0 for main()

Revision 24 - Directory Listing
Modified Thu Apr 4 19:03:36 2002 UTC (11 years, 1 month ago) by rousseau
complete and automatic reindentation of *.c and *.h files

Revision 23 - Directory Listing
Modified Thu Apr 4 18:23:23 2002 UTC (11 years, 1 month ago) by rousseau
test

Revision 22 - Directory Listing
Modified Mon Apr 1 02:57:57 2002 UTC (11 years, 1 month ago) by giraud
musclecard:
- replaced PCSC_TARGET_OSX with __APPLE__ in #ifndef for mscdefines.h inclusion
pbproj:
- no meaningful modifications

Revision 21 - Directory Listing
Modified Sun Mar 31 23:51:03 2002 UTC (11 years, 1 month ago) by giraud
Fix 1 issue in readerfactory.c
- valueLength=sizeof(tagValue) in RFSetReaderName to allow IFDHandlers to know
how much space is available

Modified PB project to allow build in proper order and have testpcsc used
the new PCSC framework available in the build folder.

Revision 20 - Directory Listing
Modified Sun Mar 31 07:05:07 2002 UTC (11 years, 1 month ago) by corcoran
Added this

Revision 19 - Directory Listing
Modified Sun Mar 31 03:42:59 2002 UTC (11 years, 1 month ago) by corcoran
Big Ass Error badError = 1 instead of ==

Revision 18 - Directory Listing
Modified Sat Mar 30 23:38:35 2002 UTC (11 years, 1 month ago) by corcoran
removed crap PCSC_DEBUG

Revision 17 - Directory Listing
Modified Sat Mar 30 23:29:28 2002 UTC (11 years, 1 month ago) by corcoran
Fixed multi-reader bug, also fixed wintypes bug

Revision 16 - Directory Listing
Modified Sat Mar 30 23:02:06 2002 UTC (11 years, 1 month ago) by corcoran
added the man pages

Revision 15 - Directory Listing
Modified Sat Mar 30 22:20:33 2002 UTC (11 years, 1 month ago) by corcoran
Added some command line arguments.

Revision 14 - Directory Listing
Modified Sat Mar 30 20:59:07 2002 UTC (11 years, 1 month ago) by corcoran
Added command line debug options

Revision 11 - Directory Listing
Modified Sat Mar 30 18:13:58 2002 UTC (11 years, 1 month ago) by corcoran
Initial revision

Revision 10 - Directory Listing
Modified Fri Nov 30 21:32:50 2001 UTC (11 years, 5 months ago) by corcoran
This is the real deal

Revision 9 - Directory Listing
Modified Thu Nov 29 17:27:30 2001 UTC (11 years, 5 months ago) by corcoran
Fixed == to & for pollStatus

Revision 8 - Directory Listing
Modified Thu Nov 29 00:30:11 2001 UTC (11 years, 5 months ago) by corcoran
Fixed the T=0 handling routines.

Revision 5 - Directory Listing
Modified Wed Nov 21 01:00:06 2001 UTC (11 years, 6 months ago) by corcoran
Initial revision

Revision 2 - Directory Listing
Modified Wed Nov 21 00:57:15 2001 UTC (11 years, 6 months ago) by corcoran
Initial revision

Revision 1 - Directory Listing
Added Wed Nov 21 00:57:15 2001 UTC (11 years, 6 months ago) by (unknown author)
New repository initialized by cvs2svn.

  ViewVC Help
Powered by ViewVC 1.1.5