summaryrefslogtreecommitdiffstats
path: root/server/smartcard.c
Commit message (Expand)AuthorAgeFilesLines
* 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