summaryrefslogtreecommitdiff
path: root/vscclient.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-23checkpatch.pl - identical to v20 proposal on qemu-develHEADmasterAlon Levy1-201/+202
2011-02-03vscclient.c: fix tabulationAlon Levy1-5/+5
2011-02-03vscclient.c: add copyright headerAlon Levy1-0/+11
2011-02-03vscclient: send init on connect, only start vevent thread on responseAlon Levy1-18/+55
2011-02-03vscclient: use hton,ntohAlon Levy1-2/+6
2011-02-03vscclient: read payload after header check, before type switchAlon Levy1-11/+26
2011-02-03vscclient: update for vscard_common changes, empty Flush implementationAlon Levy1-40/+14
2011-02-03vscclient: VSCMsgReconnect changed to have two stringsAlon Levy1-30/+22
2010-12-09libcaccard/vscclient: code style fixesAlon Levy1-29/+29
2010-12-09libcaccard: coding style: s/VReaderID/vreader_id_t/Alon Levy1-3/+3
2010-12-09libcaccard: coding style: 80 line fixes, the uglier onesAlon Levy1-3/+6
2010-12-09libcaccard: coding style: replace DWORD and BYTE with uint32_t and uint8_tAlon Levy1-7/+3
2010-12-09libcaccard: coding style: un-block-ed ifsAlon Levy1-17/+24
2010-12-09libcaccard: coding style: more 80 widthAlon Levy1-25/+36
2010-12-09libcaccard: coding style: whitespace, indentationAlon Levy1-9/+9
2010-10-18vscclient: send message removing lowest valid reader on connectionAlon Levy1-0/+9
2010-10-12vscclient: handle Reconnect message, some cleanupAlon Levy1-41/+93
2010-10-06cleanup a bunch of errors discovered by adding -Wall -Werror (thanks Gerd)Alon Levy1-7/+8
2010-10-04vscclient: fix for -e, use cert_count and not MAX_CERTSAlon Levy1-4/+4
2010-10-03passthru and multiple reader support.Robert Relyea1-53/+305
2010-09-19vssclient: use getaddrinfoAlon Levy1-9/+19
2010-09-15EVENT_->VEVENT_, add VEVENT_LASTAlon Levy1-4/+4
2010-09-06do ReaderRemove on exit commandAlon Levy1-0/+5
2010-09-02vscclient: send a ReaderAdd message on startAlon Levy1-0/+5
2010-08-26rename Event to VEvent (conflicts with spice's event)Alon Levy1-5/+5
2010-08-15vssclient: use new protocol, accept -c <cert> for virtual cardAlon Levy1-26/+60
2010-08-15move VCardEmulOptions to h file for use by vssclientAlon Levy1-1/+1
2010-08-05README, soft card updates, pin fix, applet reset, manual insert and remove.Robert Relyea1-211/+261
2010-07-28initialRobert Relyea1-0/+275