summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-09libcaccard: coding style: more 80 widthAlon Levy3-60/+97
2010-12-09libcaccard: coding style: whitespace, indentationAlon Levy3-25/+25
2010-12-09libcaccard: remove old commented out codeAlon Levy1-2/+1
2010-12-09libcaccard: more coding styleAlon Levy1-3/+5
2010-12-09libcaccard: coding style: 80 char column width, remove some tabsAlon Levy8-128/+208
2010-12-09libcaccard/card_7816t: put static firstAlon Levy1-2/+2
2010-12-09libcaccard/vcard_emul_nss: place static first, add const or as last resort co...Alon Levy1-7/+15
2010-12-09libcaccard: vreader.c: add static and (void)Alon Levy1-8/+8
2010-12-09libcaccard: update old style definitionsAlon Levy1-6/+3
2010-12-09libcaccard: cac.c: declare non static cac_card_init firstAlon Levy1-0/+1
2010-12-09libcaccard: remove duplicate function declarationsAlon Levy2-20/+10
2010-10-25vcard_emul_init: change return value behavior. Allow no readers at init time ...Alon Levy1-3/+8
2010-10-18vscclient: send message removing lowest valid reader on connectionAlon Levy1-0/+9
2010-10-18fix debugger warnings for parameter less signatures, remove double declarationAlon Levy2-6/+5
2010-10-18whitespace cleanup, typoAlon Levy2-16/+16
2010-10-12vscclient: handle Reconnect message, some cleanupAlon Levy1-41/+93
2010-10-12passthrough: make three attempts on failed calls to cardAlon Levy1-5/+12
2010-10-06add Reconnect message (not secure at all, proof of concept)Alon Levy1-1/+9
2010-10-06passthrough: another cleanup from Werror, not sure about it (but fixes compil...Alon Levy1-4/+4
2010-10-06cleanup a bunch of errors discovered by adding -Wall -Werror (thanks Gerd)Alon Levy12-34/+33
2010-10-05vcardt: remove not really accidentally removed TA1 byte - fix is in the devic...Alon Levy1-1/+1
2010-10-04vcardt: fix accidentally reverted ATR to resupport windowsAlon Levy1-1/+1
2010-10-04vcard_emul_nss.c: workaround to allow parsing soft cardsAlon Levy1-8/+14
2010-10-04vscclient: fix for -e, use cert_count and not MAX_CERTSAlon Levy1-4/+4
2010-10-03passthru and multiple reader support.Robert Relyea24-1135/+1609
2010-09-19vssclient: use getaddrinfoAlon Levy1-9/+19
2010-09-15EVENT_->VEVENT_, add VEVENT_LASTAlon Levy3-11/+12
2010-09-0880 line width fixAlon Levy1-2/+3
2010-09-08fix ATR for windows usbccid.sys compat: correct length of historical bytes, a...Alon Levy2-1/+7
2010-09-06do ReaderRemove on exit commandAlon Levy2-1/+6
2010-09-05add reader_id_t == uint32_tAlon Levy1-1/+3
2010-09-02vscclient: send a ReaderAdd message on startAlon Levy2-0/+6
2010-09-01add missing include in vscard_common, stdint.hAlon Levy1-0/+1
2010-09-01Makefile converted to autoconf based configure.ac and automake Makefile.amAlon Levy11-18/+1402
2010-08-31adding .gitignoreAlon Levy1-0/+6
2010-08-31make VSCMsgError bitsize well definedAlon Levy1-1/+2
2010-08-26rename Event to VEvent (conflicts with spice's event)Alon Levy9-89/+95
2010-08-26create libcaccard.so, vscclient links against itAlon Levy1-4/+6
2010-08-15README: add usage instructionsAlon Levy1-7/+21
2010-08-15vssclient: use new protocol, accept -c <cert> for virtual cardAlon Levy1-26/+60
2010-08-15updated protocol including version tracking, init message, reader addition/re...Alon Levy1-12/+114
2010-08-15move VCardEmulOptions to h file for use by vssclientAlon Levy4-27/+24
2010-08-15fix virtual card removeAlon Levy2-2/+2
2010-08-08missed filesAlon Levy2-0/+75
2010-08-05README, soft card updates, pin fix, applet reset, manual insert and remove.Robert Relyea14-374/+995
2010-07-28white space fixesAlon Levy14-461/+449
2010-07-28initialRobert Relyea21-0/+3669