Age | Commit message (Expand) | Author | Files | Lines |
2010-12-09 | libcaccard: coding style: more 80 width | Alon Levy | 3 | -60/+97 |
2010-12-09 | libcaccard: coding style: whitespace, indentation | Alon Levy | 3 | -25/+25 |
2010-12-09 | libcaccard: remove old commented out code | Alon Levy | 1 | -2/+1 |
2010-12-09 | libcaccard: more coding style | Alon Levy | 1 | -3/+5 |
2010-12-09 | libcaccard: coding style: 80 char column width, remove some tabs | Alon Levy | 8 | -128/+208 |
2010-12-09 | libcaccard/card_7816t: put static first | Alon Levy | 1 | -2/+2 |
2010-12-09 | libcaccard/vcard_emul_nss: place static first, add const or as last resort co... | Alon Levy | 1 | -7/+15 |
2010-12-09 | libcaccard: vreader.c: add static and (void) | Alon Levy | 1 | -8/+8 |
2010-12-09 | libcaccard: update old style definitions | Alon Levy | 1 | -6/+3 |
2010-12-09 | libcaccard: cac.c: declare non static cac_card_init first | Alon Levy | 1 | -0/+1 |
2010-12-09 | libcaccard: remove duplicate function declarations | Alon Levy | 2 | -20/+10 |
2010-10-25 | vcard_emul_init: change return value behavior. Allow no readers at init time ... | Alon Levy | 1 | -3/+8 |
2010-10-18 | vscclient: send message removing lowest valid reader on connection | Alon Levy | 1 | -0/+9 |
2010-10-18 | fix debugger warnings for parameter less signatures, remove double declaration | Alon Levy | 2 | -6/+5 |
2010-10-18 | whitespace cleanup, typo | Alon Levy | 2 | -16/+16 |
2010-10-12 | vscclient: handle Reconnect message, some cleanup | Alon Levy | 1 | -41/+93 |
2010-10-12 | passthrough: make three attempts on failed calls to card | Alon Levy | 1 | -5/+12 |
2010-10-06 | add Reconnect message (not secure at all, proof of concept) | Alon Levy | 1 | -1/+9 |
2010-10-06 | passthrough: another cleanup from Werror, not sure about it (but fixes compil... | Alon Levy | 1 | -4/+4 |
2010-10-06 | cleanup a bunch of errors discovered by adding -Wall -Werror (thanks Gerd) | Alon Levy | 12 | -34/+33 |
2010-10-05 | vcardt: remove not really accidentally removed TA1 byte - fix is in the devic... | Alon Levy | 1 | -1/+1 |
2010-10-04 | vcardt: fix accidentally reverted ATR to resupport windows | Alon Levy | 1 | -1/+1 |
2010-10-04 | vcard_emul_nss.c: workaround to allow parsing soft cards | Alon Levy | 1 | -8/+14 |
2010-10-04 | vscclient: fix for -e, use cert_count and not MAX_CERTS | Alon Levy | 1 | -4/+4 |
2010-10-03 | passthru and multiple reader support. | Robert Relyea | 24 | -1135/+1609 |
2010-09-19 | vssclient: use getaddrinfo | Alon Levy | 1 | -9/+19 |
2010-09-15 | EVENT_->VEVENT_, add VEVENT_LAST | Alon Levy | 3 | -11/+12 |
2010-09-08 | 80 line width fix | Alon Levy | 1 | -2/+3 |
2010-09-08 | fix ATR for windows usbccid.sys compat: correct length of historical bytes, a... | Alon Levy | 2 | -1/+7 |
2010-09-06 | do ReaderRemove on exit command | Alon Levy | 2 | -1/+6 |
2010-09-05 | add reader_id_t == uint32_t | Alon Levy | 1 | -1/+3 |
2010-09-02 | vscclient: send a ReaderAdd message on start | Alon Levy | 2 | -0/+6 |
2010-09-01 | add missing include in vscard_common, stdint.h | Alon Levy | 1 | -0/+1 |
2010-09-01 | Makefile converted to autoconf based configure.ac and automake Makefile.am | Alon Levy | 11 | -18/+1402 |
2010-08-31 | adding .gitignore | Alon Levy | 1 | -0/+6 |
2010-08-31 | make VSCMsgError bitsize well defined | Alon Levy | 1 | -1/+2 |
2010-08-26 | rename Event to VEvent (conflicts with spice's event) | Alon Levy | 9 | -89/+95 |
2010-08-26 | create libcaccard.so, vscclient links against it | Alon Levy | 1 | -4/+6 |
2010-08-15 | README: add usage instructions | Alon Levy | 1 | -7/+21 |
2010-08-15 | vssclient: use new protocol, accept -c <cert> for virtual card | Alon Levy | 1 | -26/+60 |
2010-08-15 | updated protocol including version tracking, init message, reader addition/re... | Alon Levy | 1 | -12/+114 |
2010-08-15 | move VCardEmulOptions to h file for use by vssclient | Alon Levy | 4 | -27/+24 |
2010-08-15 | fix virtual card remove | Alon Levy | 2 | -2/+2 |
2010-08-08 | missed files | Alon Levy | 2 | -0/+75 |
2010-08-05 | README, soft card updates, pin fix, applet reset, manual insert and remove. | Robert Relyea | 14 | -374/+995 |
2010-07-28 | white space fixes | Alon Levy | 14 | -461/+449 |
2010-07-28 | initial | Robert Relyea | 21 | -0/+3669 |