summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2012-11-17win32: use correct build flagsHEADmasterMarc-André Lureau1-0/+5
2012-11-17build-sys: add nss/winscard backend selectionMarc-André Lureau1-4/+10
2010-12-09vscclient: correctly use built libcacardAlon Levy1-1/+1
2010-12-09Makefile.am: add missing files for make distAlon Levy1-0/+3
2010-12-09libcacard.pc it isAlon Levy1-1/+1
2010-12-09rename to cacard (removes underscore and redundant c==Card in ↵Alon Levy1-7/+7
CommonAccessCard acronym)
2010-10-03passthru and multiple reader support.Robert Relyea1-0/+4
New Features, library: - added passthru mode: pass thru can be used either as a card_type and an existing emulator, or as it's own emulator. When used as it's own emulator, only the passhthru card type is supported. Enabling Passhtru is a compile time option (you can build without it). It is still selected for at run-time - added argument parsing code for the NSS emulator. This allows the argument structure to move back to the emulator dependent directory. (This allows other emulators to be implemented without the application needing to know about emulator specific stuff. - added functions to get the reader name and id, and have the caller set the reader id. - added vevent_get_next_vevent() - non-blocking event grabber. - added string arguments to the card_type_init functions (currently not used). - added VCARD_DIRECT card type which passes all the apdus the the card type's last applet. - added function to optionally get the ATR from the card type emul instead of the emulator. NOTE: apps should now call vcard_get_atr rather than vcard_emul_get_atr. - Fixed the VCARD_ATR_PREFIX to take a constant signifying the number of additional historical bytes for the card emulator. - added usage statment. New Features, vscclient.c - vscclient now handles multiple readers, assuming multiple readers are defined in qemu. - vscclient now calls the emul to parse the command line arguments. - vscclient has an option to enable passthru - vscclient now passes the real reader name to qemu - vscclient has 2 new commands: debug [level] -- sets the various levels of debugging output on the fly. list -- lists all the active readers, their card state and their name.
2010-09-01Makefile converted to autoconf based configure.ac and automake Makefile.amAlon Levy1-0/+79