summaryrefslogtreecommitdiffstats
path: root/server/smartcard.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove spice-experimentalMarc-André Lureau2015-01-151-2/+0
| | | | | Remove unneded symbols that nobody should be using anyway. ABI is modified with this patch, but the library version is not bumped.
* smartcard: use SpiceCharDeviceState for managing reading from the deviceYonit Halperin2012-07-031-3/+3
| | | | | | | This patch and the following one do not introduce tokening to the smartcard channel. But this can be done easily later, by setting the appropriate variables in SpiceCharDeviceState (after adding the appropriate protocol messages, and implementing this in the client side).
* Use the spice-common submoduleMarc-André Lureau2012-03-251-1/+1
| | | | | | | | | | | | | | | | | | This patch will replace the common/ directory with the spice-common project. It is for now a simple project subdirectory shared with spice-gtk, but the goal is to make it a proper library later on. With this change, the spice-server build is broken. The following commits fix the build, and have been seperated to ease the review. v2 - moves all the generated marshallers to spice-common library - don't attempt to fix windows VS build, which should somehow be splitted with spice-common (or built from tarball only to avoid generation tools/libs deps) v3 - uses libspice-common-client - fix a mutex.h inclusion reported by Alon
* Remove trailing blank linesDaniel P. Berrange2012-01-131-1/+0
| | | | Remove any blank lines at the end of all source files
* remove unused functionChristophe Fergeau2011-07-191-2/+0
|
* add missing "LGPLv2.1 or later" header to source filesChristophe Fergeau2011-05-021-0/+17
|
* use foo(void) instead of foo() in prototypesChristophe Fergeau2011-05-021-1/+1
| | | | | In C, the latter isn't a prototype for a function with no arg, but declares a function with an undefined number of args.
* smartcard: server side (not enabled yet)Alon Levy2010-12-071-0/+18