summaryrefslogtreecommitdiffstats
path: root/server/smartcard.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* server/smartcard: ignore VSC_Init from clientAlon Levy2011-02-071-0/+3
* server/smartcard: print instead of assert on bad reader_id in smartcard_char_...Alon Levy2011-02-071-1/+3
* server/smartcard: libcacard uses network byte order, so we must tooAlon Levy2011-02-071-6/+19
* server/smartcard: libcacard removed ReaderAddResponseAlon Levy2011-02-071-42/+4
* server/smartcard: s/reader_id_t/uint32_t/ (libcacard changed)Alon Levy2011-02-071-6/+6
* server/red_channel: add red_channel_pipe_add_pushAlon Levy2011-02-071-5/+5
* server/red_channel: add hold_item (from red_worker)Alon Levy2011-02-071-0/+5
* smartcard: server side (not enabled yet)Alon Levy2010-12-071-0/+532