summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2012-11-17win32: use correct build flagsHEADmasterMarc-André Lureau1-0/+13
2012-11-17build-sys: add nss/winscard backend selectionMarc-André Lureau1-2/+34
2011-02-03bump version to 0.1.2Alon Levy1-1/+1
2011-01-25bump version to 0.1.1Alon Levy1-1/+1
2010-12-09libcacard.pc it isAlon Levy1-1/+1
2010-12-09bug keep pc file cacard.pc, not libcacard.pcAlon Levy1-1/+1
2010-12-09rename package to libcacard from cacardAlon Levy1-3/+3
2010-12-09bump version to 0.1.0Alon Levy1-2/+2
2010-12-09rename to cacard (removes underscore and redundant c==Card in ↵Alon Levy1-3/+3
CommonAccessCard acronym)
2010-10-06cleanup a bunch of errors discovered by adding -Wall -Werror (thanks Gerd)Alon Levy1-2/+2
2010-10-03passthru and multiple reader support.Robert Relyea1-0/+14
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/+92