Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
* | Fix FTBFS due to missing export lt_dlopen_flag | Nikolaus Klepp | 2015-06-16 | 1 | -0/+2 |
| | | | | Signed-off-by: Nikolaus Klepp <office@klepp.biz> | ||||
* | Fix several issues on freebsd | Slávek Banko | 2015-06-14 | 4 | -11/+14 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix openpty detection with libutil.h | Slávek Banko | 2015-06-14 | 1 | -12/+8 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix detection for option TDEINIT_USE_XFT with CMake build | Slávek Banko | 2015-06-14 | 2 | -2/+9 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix setting some constants in config.h with CMake build | Slávek Banko | 2015-06-14 | 1 | -0/+9 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix FTBFS on freebsd | Nikolaus Klepp | 2015-06-11 | 4 | -3/+10 |
| | | | | | | This resolves Bug 2431 Signed-off-by: Nikolaus Klepp <office@klepp.biz> | ||||
* | Fix FTBFS on freebsd due to utmpx | Slávek Banko | 2015-06-11 | 1 | -1/+1 |
| | | | | | | [taken from FreeBSD kdelibs3 patches] Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix detection of LZMA without pkgconfig file | Slávek Banko | 2015-06-11 | 1 | -1/+12 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Improve ACL detection for CMake build | Slávek Banko | 2015-06-11 | 4 | -16/+24 |
| | | | | | | Fix hidden visibility in posixacladdons Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Add include directory for internal libltdl | Slávek Banko | 2015-06-11 | 3 | -1/+5 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Added *.service and *.target format to INI files. | Darrell Anderson | 2015-06-11 | 2 | -2/+2 |
| | | | | | | | Signed-off-by: Darrell Anderson <darrella@clovermail.net> Modified to update syntax version number. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Reset submodule main/tdelibs/cmake to latest HEAD | Slávek Banko | 2015-05-31 | 1 | -0/+0 |
| |