summaryrefslogtreecommitdiff
path: root/src/libcacard.syms
AgeCommit message (Collapse)AuthorFilesLines
2015-10-09Add a VCARD_DIRECT implemention to the libcacard smartcard supportJeremy White1-0/+1
This uses libpcsclite to provide direct communication with a smartcard. Signed-off-by: Jeremy White <jwhite@codeweavers.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
2015-10-08mingw: remove cac_is_cac_card dead codeFabiano Fidêncio1-1/+0
Without removing cac_is_cac_card the following error can be faced: Cannot export cac_is_cac_card: symbol not defined collect2: error: ld returned 1 exit status Found a not so old QEMU thread about this: https://www.mail-archive.com/qemu-devel%40nongnu.org/msg291698.html
2015-09-15Moving sources to srcMarc-André Lureau1-0/+77
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>