]> git.proxmox.com Git - mirror_qemu.git/commit
libcacard: add vscclient
authorRobert Relyea <rrelyea@redhat.com>
Thu, 17 Mar 2011 14:38:30 +0000 (16:38 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Sat, 2 Apr 2011 00:07:49 +0000 (19:07 -0500)
commit2ac85b93b0487b362188a62eef685e6f9e7729ce
tree14da8870fc2ccc782c7074ef29cd81529d6ff906
parent111a38b018c86e6651750c5a548ad534f80b5bb5
libcacard: add vscclient

client to talk to ccid-card-passthru and use smartcard on client to
perform actual operations.

v23->v24 changes: (Jes Sorensen review 2)
 * use qemu_socket instead of socket
 * use fprintf(stderr,..) for errors
 * remove unneccessary includes since using qemu_common.h
libcacard/Makefile
libcacard/vscclient.c [new file with mode: 0644]