Robert Relyea 111a38b018 libcacard: initial commit
libcacard emulates a Common Access Card (CAC) which is a standard
for smartcards. It is used by the emulated ccid card introduced in
a following patch. Docs are available in docs/libcacard.txt

Signed-off-by: Alon Levy <alevy@redhat.com>

---

changes from v24->v25:
 * Fix out of tree builds.
 * Fix build with linux-user targets.

changes from v23->v24: (Jes Sorensen review 2)
 * Makefile.target: use obj-$(CONFIG_*) +=
 * remove unrequired includes, include qemu-common before qemu-thread
  * required adding #define NO_NSPR_10_SUPPORT (harmless)

changes from v22->v23:
 * configure fixes: (reported by Stefan Hajnoczi)
  * test a = b, not a == b (second isn't portable)
  * quote $source_path in case it contains spaces
   - this doesn't really help since there are many other places
     that need similar fixes, not introduced by this patch.

changes from v21->v22:
 * fix configure to not link libcacard if nss not found
    (reported by Stefan Hajnoczi)
 * fix vscclient linkage with simpletrace backend
    (reported by Stefan Hajnoczi)
 * card_7816.c: add missing break in ERROR_DATA_NOT_FOUND
    (reported by William van de Velde)

changes from v20->v21: (Jes Sorensen review)
 * use qemu infrastructure: qemu-thread, qemu-common (qemu_malloc
  and qemu_free), error_report
 * assert instead of ASSERT
 * cosmetic fixes
 * use strpbrk and isspace
 * add --disable-nss --enable-nss here, instead of in the final patch.
 * split vscclient, passthru and docs to following patches.

changes from v19->v20:
 * checkpatch.pl

changes from v15->v16:

Build:
 * don't erase self with distclean
 * fix make clean after make distclean
 * Makefile: make vscclient link quiet

Behavioral:
 * vcard_emul_nss: load coolkey in more situations
 * vscclient:
  * use hton,ntoh
  * send init on connect, only start vevent thread on response
  * read payload after header check, before type switch
  * remove Reconnect
  * update for vscard_common changes, empty Flush implementation

Style/Whitespace:
 * fix wrong variable usage
 * remove unused variable
 * use only C style comments
  * add copyright header
  * fix tabulation

Signed-off-by: Alon Levy <alevy@redhat.com>

libcacard: fix out of tree builds
2011-04-01 19:07:48 -05:00
2011-03-16 09:56:18 +01:00
2011-04-01 19:07:48 -05:00
2011-04-01 19:07:48 -05:00
2010-12-09 14:23:24 +01:00
2011-03-07 15:34:17 +00:00
2011-03-07 13:42:37 +01:00
2011-02-24 11:25:38 -06:00
2011-03-07 13:42:36 +01:00
2011-03-07 13:42:36 +01:00
2011-02-07 12:51:19 +01:00
2011-02-07 12:51:19 +01:00
2011-01-10 10:55:10 +01:00
2011-02-20 18:45:09 +01:00
2011-01-20 20:58:56 +00:00
2011-02-25 20:16:26 +00:00
2011-04-01 19:07:48 -05:00
2011-03-22 08:39:12 -05:00
2011-03-15 01:19:06 -03:00
2011-03-15 01:19:06 -03:00
2011-03-16 17:11:07 -03:00
2011-03-07 13:42:36 +01:00
2011-02-10 18:17:43 +01:00
2011-03-16 17:11:07 -03:00
2011-03-07 13:42:36 +01:00
2011-01-20 20:54:21 +00:00
2011-03-06 21:01:32 +01:00
2010-11-21 09:16:57 -06:00
2010-11-21 09:16:57 -06:00
2011-04-01 19:07:48 -05:00
2011-04-01 19:07:48 -05:00
2011-04-01 19:07:48 -05:00
2010-12-09 14:23:24 +01:00
2011-03-16 17:11:07 -03:00
2011-02-09 10:33:54 +02:00
2011-03-07 13:42:36 +01:00
2011-01-24 15:41:40 +01:00
2011-01-31 10:03:00 +01:00
2011-01-09 20:59:53 +00:00
2011-03-13 14:44:22 +00:00
2011-03-21 09:23:23 +01:00
2011-03-21 09:23:23 +01:00
2011-03-22 08:39:12 -05:00
2011-01-20 20:54:21 +00:00
2011-03-21 17:41:52 -05:00
2011-01-24 15:41:40 +01:00
2011-01-09 14:43:33 +00:00
2011-02-02 08:39:28 +01:00
2011-03-29 08:14:01 -05:00

Read the documentation in qemu-doc.html.

Fabrice Bellard.
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%