Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix make distcheck | Christophe Fergeau | 2011-07-22 | 1 | -1/+1 |
| | |||||
* | add #include <config.h> to all source files | Christophe Fergeau | 2011-05-03 | 1 | -0/+4 |
| | | | | | | | | When using config.h, it must be the very first include in all source files since it contains #define that may change the compilation process (eg libc structure layout changes when it's used to enable large file support on 32 bit x86 archs). This commit adds it at the beginning of all .c and .cpp files | ||||
* | add missing "LGPLv2.1 or later" header to source files | Christophe Fergeau | 2011-05-02 | 1 | -0/+16 |
| | |||||
* | client/smartcard: use proper include delemiters | Alon Levy | 2011-03-22 | 1 | -4/+4 |
| | |||||
* | client/smartcard: libcacard dropped ReaderAddResponse | Alon Levy | 2011-02-09 | 1 | -18/+69 |
| | | | | | | | | | | | | uses VSC_Error with code==VSC_SUCCESS instead. This means that the VSC_Error message is overloaded. Instead of the other option of adding a message id, since the connection is TCP so no messages may be dropped or reordered, by having each message followed by a response there is no ambiguity. Still this commit adds a queue for messages that we only have one of which outstanding at a time, i.e. send, wait for response, send the next, etc. This further simplifies the logic, while not adding much overhead since only when spicec starts up it has a situation where it needs to send two events (ReaderAdd and ATR for Card Insert). | ||||
* | client/smartcard: ignore VSC_Init | Alon Levy | 2011-02-07 | 1 | -0/+2 |
| | |||||
* | client/smartcard: s/reader_id_t/uint32_t/ (libcacard changed) | Alon Levy | 2011-02-07 | 1 | -5/+5 |
| | |||||
* | smartcard: client: add keyboard shortcuts for remove/insert virtual card | Alon Levy | 2010-12-07 | 1 | -0/+32 |
| | |||||
* | smartcard: client side (not enabled yet) | Alon Levy | 2010-12-07 | 1 | -0/+449 |