Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix FTBFS due to missing KSSL_HAVE_SSL definition | Slávek Banko | 2015-10-13 | 4 | -0/+4 |
| | | | | | | This relates to Bug 2530 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix hardware class file matching algorithm | Timothy Pearson | 2015-09-30 | 3 | -15/+51 |
| | | | | | Fix overly broad floppy device matching rules This resolves Bug 2534 | ||||
* | Limit size of notification popups | Timothy Pearson | 2015-09-21 | 1 | -56/+119 |
| | | | | This works around badly designed applications that abuse the notification subsystem to display large chunks of text | ||||
* | Add new timekeeping class to tdehwlib | Timothy Pearson | 2015-09-21 | 2 | -0/+32 |
| | | | | Classify a number of new devices | ||||
* | Extend TDEPassivePopupStackContainer to include an optional user-provided ID ↵ | Timothy Pearson | 2015-09-21 | 2 | -14/+38 |
| | | | | | | per popup Add display method with icon pixmap as parameter | ||||
* | Add TDEPassivePopupStackContainer class | Timothy Pearson | 2015-09-21 | 3 | -3/+146 |
| | |||||
* | Add mount indicator to tdehwlib storage device icons | Timothy Pearson | 2015-09-21 | 1 | -19/+24 |
| | |||||
* | Add new license files to build | Timothy Pearson | 2015-09-21 | 1 | -1/+1 |
| | |||||
* | Fix prior commits | Timothy Pearson | 2015-09-21 | 1 | -1/+1 |
| | |||||
* | Fix prior commit | Timothy Pearson | 2015-09-21 | 1 | -2/+2 |
| | |||||
* | Add GPL v3 license to TDEAboutData options | Timothy Pearson | 2015-09-21 | 4 | -0/+849 |
| | |||||
* | Add fingerprint reader and test/measurement devices classes to tdehwlib | Timothy Pearson | 2015-09-21 | 2 | -8/+36 |
| | |||||
* | Fix FTBFS when cryptsetup / pkcs options are disabled | Timothy Pearson | 2015-09-19 | 2 | -3/+17 |
| | | | | This resolves Bug 2530 | ||||
* | Implement autoPIN certificate parsing | Timothy Pearson | 2015-09-19 | 2 | -4/+62 |
| | |||||
* | Add autoPIN method to cryptographic card module in tdehwlib | Timothy Pearson | 2015-09-18 | 2 | -0/+19 |
| | |||||
* | Add PKCS provider library accessor | Timothy Pearson | 2015-09-18 | 2 | -0/+9 |
| | |||||
* | Fix yet another FTBFS due to libcryptsetup version problems | Timothy Pearson | 2015-09-18 | 1 | -1/+1 |
| | |||||
* | When reactivating card watching, if a card is inserted re-emit valid ↵ | Timothy Pearson | 2015-09-18 | 1 | -1/+7 |
| | | | | certificates to client application | ||||
* | Fix prior commit | Timothy Pearson | 2015-09-18 | 1 | -1/+1 |
| | |||||
* | Attempt to fix cryptsetup version detection yet again | Timothy Pearson | 2015-09-18 | 2 | -1/+15 |
| | | | | The library authors would have done well to include a version number #define in the header... | ||||
* | Fix FTBFS on Squeeze | Timothy Pearson | 2015-09-17 | 1 | -1/+1 |
| | |||||
* | Add certificate list availability signal to tdehwlib cryptographic card module | Timothy Pearson | 2015-09-16 | 2 | -0/+7 |
| | |||||
* | Update cryptographic card API to send card device with insert/remove signals | Timothy Pearson | 2015-09-15 | 2 | -5/+5 |
| | |||||
* | Fix FTBFS on Precise | Timothy Pearson | 2015-09-15 | 1 | -0/+1 |
| | |||||
* | Add ability to decrypt multiple data objects in the same session using a ↵ | Timothy Pearson | 2015-09-14 | 5 | -33/+197 |
| | | | | | | cryptographic card Add LUKS key verification routine | ||||
* | Add cryptographic card decryption method to tdehwlib | Timothy Pearson | 2015-09-14 | 3 | -15/+259 |
| | |||||
* | Add additional cryptographic card functions to tdehwlib | Timothy Pearson | 2015-09-14 | 5 | -23/+103 |
| | | | | Fix FTBFS on old distributions | ||||
* | Fix FTBFS when ancient versions of cryptsetup are used | Timothy Pearson | 2015-09-13 | 1 | -5/+17 |
| | |||||
* | Fix FTBFS when PKCS option disabled | Timothy Pearson | 2015-09-08 | 3 | -4/+9 |
| | |||||
* | Fix FTBFS when cryptsetup support disabled | Timothy Pearson | 2015-09-07 | 2 | -0/+5 |
| | |||||
* | Fix issues with X509 certificate list usage | Timothy Pearson | 2015-09-06 | 2 | -6/+16 |
| | |||||
* | Add initial LUKS key management support | Timothy Pearson | 2015-09-06 | 4 | -135/+485 |
| | |||||
* | Add preliminary X509 certificate read from cryptographic cards | Timothy Pearson | 2015-09-06 | 4 | -4/+183 |
| | |||||
* | Fix incorrect handling of certificate dates in viewer module | Timothy Pearson | 2015-09-03 | 1 | -4/+4 |
| | | | | This was a cosmetic issue only and did not affect actual certificate usage or validity | ||||
* | Add initial CRL support to KSSLCertificate | Timothy Pearson | 2015-09-03 | 4 | -4/+88 |
| | |||||
* | Fix compiler warnings from ignored write return values | Timothy Pearson | 2015-09-03 | 1 | -99/+131 |
| | |||||
* | Fix unused variable compiler warnings | Timothy Pearson | 2015-09-03 | 1 | -5/+4 |
| | |||||
* | Fix compiler warnings | Timothy Pearson | 2015-09-03 | 1 | -3/+5 |
| | |||||
* | Fix compiler warning regarding missing braces | Timothy Pearson | 2015-09-03 | 1 | -18/+22 |
| | |||||
* | Fix FTBFS when pcsc not available | Timothy Pearson | 2015-08-31 | 1 | -0/+6 |
| | |||||
* | Fix dlerror and crypt detection for CMake build | Slávek Banko | 2015-08-30 | 1 | -0/+21 |
| | | | | | | This resolves Bug 654 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix FTBFS from prior commit due to missing files | Timothy Pearson | 2015-08-29 | 3 | -1/+27 |
| | |||||
* | Add preliminary cryptographic card support to TDEHWLib | Timothy Pearson | 2015-08-25 | 6 | -3/+448 |
| | |||||
* | Add cryptographic card device type | Timothy Pearson | 2015-08-24 | 2 | -3/+31 |
| | | | | | Add hub device type Fix incorrect USB subclass read | ||||
* | Update version number in README file. | Michele Calgaro | 2015-07-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fixup previous commit | Michele Calgaro | 2015-07-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Update version number to R14.1.0 | Michele Calgaro | 2015-07-12 | 2 | -3/+3 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fixed C++ support in Kate syntax highlighting code. This resolves bug 2455. | Michele Calgaro | 2015-07-04 | 5 | -19/+56 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Minor typo and style corrections. | Michele Calgaro | 2015-06-29 | 2 | -61/+61 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Kate syntax highlighting files update - Jun 2015 | Michele Calgaro | 2015-06-19 | 6 | -241/+1463 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> |