summaryrefslogtreecommitdiffstats
path: root/server/smartcard.c
Commit message (Expand)AuthorAgeFilesLines
* red_channel: monitor connection latency using MSG_PINGYonit Halperin2013-04-221-0/+1
* smartcard.c: avoid marshalling migration data with reference to a memory that...Yonit Halperin2012-11-261-1/+1
* red_channel: remove unused migrate flag from RedChannelYonit Halperin2012-08-271-1/+0
* char_device: don't connect a migrated client if the state of the device might...Yonit Halperin2012-08-271-7/+15
* smartcard: restore state after migration from migration dataYonit Halperin2012-08-271-7/+75
* smartcard migration: send migration dataYonit Halperin2012-08-271-5/+51
* smartcard: send MSG_MIGRATE upon vm migration completionYonit Halperin2012-08-271-5/+0
* smartcard: fix PIPE_ITEMs enum indexingYonit Halperin2012-08-271-1/+1
* smartcard: change the timing of attaching a client to SpiceCharDeviceStateYonit Halperin2012-08-271-45/+75
* char device migration: don't read or write from/to the device while waiting f...Yonit Halperin2012-08-271-1/+2
* red_channel: handle sending SPICE_MSG_MIGRATEYonit Halperin2012-08-271-1/+3
* smartcard: Remove redefinition of typedef 'SmartCardDeviceState'Yonit Halperin2012-07-041-2/+2
* smartcard: use SpiceCharDeviceState for writing to the guest deviceYonit Halperin2012-07-031-22/+93
* smartcard: creating SmartCardChannelClient typeYonit Halperin2012-07-031-50/+56
* smartcard: use SpiceCharDeviceState for managing reading from the deviceYonit Halperin2012-07-031-41/+127
* smartcard: fix an error messageYonit Halperin2012-07-031-1/+1
* smartcard: fix calc of remaining data size when reading more than one msg fro...Yonit Halperin2012-07-031-1/+1
* server: handle red_channel_client_create returning NULLYonit Halperin2012-05-211-0/+3
* VSCMsgHeader.reader_id is unsigned, so don't check for >= 0Daniel P. Berrange2012-04-251-2/+1
* Convert cases of () to (void)Daniel P. Berrange2012-04-251-4/+4
* Use the spice-common logging functionsMarc-André Lureau2012-03-251-12/+12
* Use the spice-common submoduleMarc-André Lureau2012-03-251-5/+5
* Ensure all members of ChannelCbs and ClientCbs are either assigned or NULLHans de Goede2012-03-101-5/+2
* Rewrite code to avoid triggering warning about casting param to free()Daniel P. Berrange2012-01-131-1/+2
* smartcard handling: Fix compilation when ASSERT-s are turned onHans de Goede2012-01-131-1/+1
* server: Limit the access to SpiceDataHeader of messages - only via red_channel.Yonit Halperin2012-01-121-7/+11
* server: set & test channel capabilities in red_channelYonit Halperin2011-11-021-1/+3
* fix more inverted memset parametersHans de Goede2011-08-251-3/+3
* server: registering RedChannel in reds, instead of ChannelYonit Halperin2011-08-231-49/+40
* server/red_channel.c: pack all channel callbacks to ChannelCbsYonit Halperin2011-08-231-10/+10
* server/smartcard: support multiple clientsAlon Levy2011-08-231-34/+46
* server: Add RedClientAlon Levy2011-08-231-2/+2
* server: move pipe from RedChannel to RedChannelClientAlon Levy2011-08-231-1/+1
* server/red_channel (all): introduce RedChannelClientAlon Levy2011-08-231-74/+73
* server/smartcard: fix smartcard_channel_send_errorAlon Levy2011-07-221-25/+8
* server/smartcard: register channel only when hardware is availableAlon Levy2011-07-051-2/+9
* Revert "server/smartcard: don't register the channel if no hardware emulated"Alon Levy2011-06-291-4/+1
* server/smartcard: don't register the channel if no hardware emulatedAlon Levy2011-06-231-1/+4
* server/smartcard: handle BaseChannel messagesAlon Levy2011-06-231-0/+6
* server/smartcard: fix use after freeAlon Levy2011-05-241-1/+1
* add #include <config.h> to all source filesChristophe Fergeau2011-05-031-0/+4
* 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
* server/red_channel (+): remove red_channel_add_bufAlon Levy2011-03-021-13/+15
* server/red_channel (all): handle MIGRATE_DATA and MIGRATE_FLUSH_DATAAlon Levy2011-03-021-1/+4
* server/red_channel (all): makes red_channel_reset_send_data privateAlon Levy2011-03-021-1/+0
* server/red_channe: make hold_item take a channel argAlon Levy2011-03-021-1/+1
* server: rename s/peer/streamMarc-André Lureau2011-02-281-2/+2
* server: s/RedsStreamContext/RedsStreamMarc-André Lureau2011-02-271-1/+1
* server/smartcard: don't push our own error on reader addAlon Levy2011-02-091-3/+3