summaryrefslogtreecommitdiff
path: root/server/smartcard.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-15char-device: Remove RedCharDeviceClass::{un, }ref_msg_to_clientChristophe Fergeau1-14/+0
2016-04-15char-device: Replace RedCharDeviceMsgToClient with PipeItemChristophe Fergeau1-7/+7
2016-04-15smartcard: Use base PipeItem for MsgItem refcountingChristophe Fergeau1-23/+12
2016-04-07Move RedCharDeviceCallbacks into RedCharDeviceClassChristophe Fergeau1-10/+10
2016-04-06smartcard: Turn RedCharDeviceSmartcard into a GObjectChristophe Fergeau1-57/+71
2016-04-06Rename SmartCardDeviceState to RedCharDeviceSmartcardJonathon Jongsma1-130/+130
2016-04-01Rename SpiceCharDeviceCallbacks to RedCharDeviceCallbacksFrediano Ziglio1-1/+1
2016-04-01Rename RedCharDevice functionsJonathon Jongsma1-30/+30
2016-04-01Rename SpiceCharDeviceState to RedCharDeviceJonathon Jongsma1-20/+20
2016-04-01Rename SpiceCharDeviceWriteBuffer to RedCharDeviceWriteBufferJonathon Jongsma1-6/+6
2016-04-01Rename SpiceCharDeviceMsgToClient to RedCharDeviceMsgToClientJonathon Jongsma1-6/+6
2016-03-30smartcard: Prepare to turn SmartcardState into a GObjectChristophe Fergeau1-69/+73
2016-03-24make some functions staticFrediano Ziglio1-2/+2
2016-03-23Remove last usage of global 'reds' variableJonathon Jongsma1-6/+6
2016-03-17Remove red_channel_set_data()Christophe Fergeau1-1/+1
2016-03-10smartcard: Move private constant to C fileChristophe Fergeau1-0/+3
2016-03-10Rename red_channel_pipe_item_init to pipe_item_initChristophe Fergeau1-4/+2
2016-03-09Introduce spice_char_device_get_interface()Christophe Fergeau1-1/+1
2016-02-12Store a reference to RedsState in Channel base classJonathon Jongsma1-0/+1
2016-02-12Add RedsState arg to smartcard_device_connect()Jonathon Jongsma1-4/+4
2016-02-11char-device: use local 'reds' variableJonathon Jongsma1-0/+1
2016-02-11Move 'core' into RedsState structJonathon Jongsma1-1/+2
2016-01-18Change some functions to take RedsState argJonathon Jongsma1-1/+1
2015-12-10channel: rename red_channel_(client_)waits_* functionsFrediano Ziglio1-1/+1
2015-12-03server: rename filesFrediano Ziglio1-3/+3
2015-12-02smartcard: include libcacard.h if possibleMarc-André Lureau1-0/+6
2013-04-22red_channel: monitor connection latency using MSG_PINGYonit Halperin1-0/+1
2012-11-26smartcard.c: avoid marshalling migration data with reference to a memory that...Yonit Halperin1-1/+1
2012-08-27red_channel: remove unused migrate flag from RedChannelYonit Halperin1-1/+0
2012-08-27char_device: don't connect a migrated client if the state of the device might...Yonit Halperin1-7/+15
2012-08-27smartcard: restore state after migration from migration dataYonit Halperin1-7/+75
2012-08-27smartcard migration: send migration dataYonit Halperin1-5/+51
2012-08-27smartcard: send MSG_MIGRATE upon vm migration completionYonit Halperin1-5/+0
2012-08-27smartcard: fix PIPE_ITEMs enum indexingYonit Halperin1-1/+1
2012-08-27smartcard: change the timing of attaching a client to SpiceCharDeviceStateYonit Halperin1-45/+75
2012-08-27char device migration: don't read or write from/to the device while waiting f...Yonit Halperin1-1/+2
2012-08-27red_channel: handle sending SPICE_MSG_MIGRATEYonit Halperin1-1/+3
2012-07-04smartcard: Remove redefinition of typedef 'SmartCardDeviceState'Yonit Halperin1-2/+2
2012-07-03smartcard: use SpiceCharDeviceState for writing to the guest deviceYonit Halperin1-22/+93
2012-07-03smartcard: creating SmartCardChannelClient typeYonit Halperin1-50/+56
2012-07-03smartcard: use SpiceCharDeviceState for managing reading from the deviceYonit Halperin1-41/+127
2012-07-03smartcard: fix an error messageYonit Halperin1-1/+1
2012-07-03smartcard: fix calc of remaining data size when reading more than one msg fro...Yonit Halperin1-1/+1
2012-05-21server: handle red_channel_client_create returning NULLYonit Halperin1-0/+3
2012-04-25VSCMsgHeader.reader_id is unsigned, so don't check for >= 0Daniel P. Berrange1-2/+1
2012-04-25Convert cases of () to (void)Daniel P. Berrange1-4/+4
2012-03-25Use the spice-common logging functionsMarc-André Lureau1-12/+12
2012-03-25Use the spice-common submoduleMarc-André Lureau1-5/+5
2012-03-10Ensure all members of ChannelCbs and ClientCbs are either assigned or NULLHans de Goede1-5/+2
2012-01-13Rewrite code to avoid triggering warning about casting param to free()Daniel P. Berrange1-1/+2