Statistics
| Branch: | Revision:

root / libcacard @ a8aec295

Name Size
Makefile 1.8 kB
cac.c 12.9 kB
cac.h 941 Bytes
card_7816.c 27.3 kB
card_7816.h 2 kB
card_7816t.h 6.9 kB
event.c 2.2 kB
eventt.h 518 Bytes
libcacard.pc.in 221 Bytes
libcacard.syms 1.5 kB
link_test.c 572 Bytes
vcard.c 7.8 kB
vcard.h 2.8 kB
vcard_emul.h 2.1 kB
vcard_emul_nss.c 37.6 kB
vcard_emul_type.c 1.6 kB
vcard_emul_type.h 1003 Bytes
vcardt.c 1 kB
vcardt.h 1.5 kB
vcardt_internal.h 128 Bytes
vevent.h 562 Bytes
vreader.c 13.5 kB
vreader.h 1.9 kB
vreadert.h 564 Bytes
vscard_common.h 4.7 kB
vscclient.c 23.1 kB

Latest revisions

# Date Author Comment
48f0475f 06/21/2013 09:52 pm Stefan Weil

libcacard: Fix cppcheck warning and remove unneeded code

The local function vcard_emul_alloc_arrays always returned PR_TRUE.
Therefore cppcheck complained about code which handled the
non-existent PR_FALSE case.

Remove the function's return value and the dead code....

581fe784 06/12/2013 03:04 pm Alon Levy

libcacard/vscclient: fix leakage of socket on error paths

Spotted by Coverity.

Signed-off-by: Alon Levy <>
Reviewed-by: Peter Maydell <>
Signed-off-by: Michael Tokarev <>

57f97834 04/24/2013 11:48 am Alon Levy

libcacard/cac: change big switch functions to single return point

Signed-off-by: Alon Levy <>
Reviewed-by: Marc-André Lureau <>

0b6a16c1 04/24/2013 11:48 am Alon Levy

libcacard: move atr setting from macro to function

Only because qemu's checkpatch complains about it.

Signed-off-by: Alon Levy <>
Reviewed-by: Marc-André Lureau <>

7a685896 04/24/2013 11:48 am Alon Levy

libcacard/vreader: add debugging messages for apdu

Using g_debug with log domain libcacard

Signed-off-by: Alon Levy <>
Reviewed-by: Marc-André Lureau <>

a26dfd95 04/24/2013 11:47 am Alon Levy

libcacard: change default ATR

Signed-off-by: Alon Levy <>
Reviewed-by: Marc-André Lureau <>

ad2181f2 04/24/2013 11:47 am Marc-André Lureau

libcacard: remove default libcoolkey loading

Use only the modules defined in the NSS database.

Signed-off-by: Marc-André Lureau <>
Reviewed-by: Alon Levy <>

667e0b4b 04/24/2013 11:47 am Marc-André Lureau

libcacard: remove sql: prefix

For some reason, with sql:/ prefix, the PKCS11 modules are not loaded.

This patch goes on top of Alon smartcard series.

Signed-off-by: Marc-André Lureau <>
Reviewed-by: Alon Levy <>

c9495ee9 04/24/2013 11:47 am Marc-André Lureau

libcacard: teach vscclient to use GMainLoop for portability

This version handles non-blocking sending and receiving from the
socket.

Signed-off-by: Marc-André Lureau <>
Reviewed-by: Alon Levy <>

930c8ad4 04/24/2013 11:47 am Marc-André Lureau

libcacard: vscclient to use QemuThread for portability

Signed-off-by: Marc-André Lureau <>
Reviewed-by: Alon Levy <>

View revisions

Also available in: Atom