summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix prior commitsTimothy Pearson2015-09-211-1/+1
|
* Fix prior commitTimothy Pearson2015-09-211-2/+2
|
* Add GPL v3 license to TDEAboutData optionsTimothy Pearson2015-09-214-0/+849
|
* Add fingerprint reader and test/measurement devices classes to tdehwlibTimothy Pearson2015-09-212-8/+36
|
* Fix FTBFS when cryptsetup / pkcs options are disabledTimothy Pearson2015-09-192-3/+17
| | | | This resolves Bug 2530
* Implement autoPIN certificate parsingTimothy Pearson2015-09-192-4/+62
|
* Add autoPIN method to cryptographic card module in tdehwlibTimothy Pearson2015-09-182-0/+19
|
* Add PKCS provider library accessorTimothy Pearson2015-09-182-0/+9
|
* Fix yet another FTBFS due to libcryptsetup version problemsTimothy Pearson2015-09-181-1/+1
|
* When reactivating card watching, if a card is inserted re-emit valid ↵Timothy Pearson2015-09-181-1/+7
| | | | certificates to client application
* Fix prior commitTimothy Pearson2015-09-181-1/+1
|
* Attempt to fix cryptsetup version detection yet againTimothy Pearson2015-09-182-1/+15
| | | | The library authors would have done well to include a version number #define in the header...
* Fix FTBFS on SqueezeTimothy Pearson2015-09-171-1/+1
|
* Add certificate list availability signal to tdehwlib cryptographic card moduleTimothy Pearson2015-09-162-0/+7
|
* Update cryptographic card API to send card device with insert/remove signalsTimothy Pearson2015-09-152-5/+5
|
* Fix FTBFS on PreciseTimothy Pearson2015-09-151-0/+1
|
* Add ability to decrypt multiple data objects in the same session using a ↵Timothy Pearson2015-09-145-33/+197
| | | | | | cryptographic card Add LUKS key verification routine
* Add cryptographic card decryption method to tdehwlibTimothy Pearson2015-09-143-15/+259
|
* Add additional cryptographic card functions to tdehwlibTimothy Pearson2015-09-145-23/+103
| | | | Fix FTBFS on old distributions
* Fix FTBFS when ancient versions of cryptsetup are usedTimothy Pearson2015-09-131-5/+17
|
* Fix FTBFS when PKCS option disabledTimothy Pearson2015-09-083-4/+9
|
* Fix FTBFS when cryptsetup support disabledTimothy Pearson2015-09-072-0/+5
|
* Fix issues with X509 certificate list usageTimothy Pearson2015-09-062-6/+16
|
* Add initial LUKS key management supportTimothy Pearson2015-09-064-135/+485
|
* Add preliminary X509 certificate read from cryptographic cardsTimothy Pearson2015-09-064-4/+183
|
* Fix incorrect handling of certificate dates in viewer moduleTimothy Pearson2015-09-031-4/+4
| | | | This was a cosmetic issue only and did not affect actual certificate usage or validity
* Add initial CRL support to KSSLCertificateTimothy Pearson2015-09-034-4/+88
|
* Fix compiler warnings from ignored write return valuesTimothy Pearson2015-09-031-99/+131
|
* Fix unused variable compiler warningsTimothy Pearson2015-09-031-5/+4
|
* Fix compiler warningsTimothy Pearson2015-09-031-3/+5
|
* Fix compiler warning regarding missing bracesTimothy Pearson2015-09-031-18/+22
|
* Fix FTBFS when pcsc not availableTimothy Pearson2015-08-311-0/+6
|
* Fix dlerror and crypt detection for CMake buildSlávek Banko2015-08-301-0/+21
| | | | | | This resolves Bug 654 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS from prior commit due to missing filesTimothy Pearson2015-08-293-1/+27
|
* Add preliminary cryptographic card support to TDEHWLibTimothy Pearson2015-08-256-3/+448
|
* Add cryptographic card device typeTimothy Pearson2015-08-242-3/+31
| | | | | Add hub device type Fix incorrect USB subclass read
* Update version number in README file.Michele Calgaro2015-07-121-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixup previous commitMichele Calgaro2015-07-121-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update version number to R14.1.0Michele Calgaro2015-07-122-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed C++ support in Kate syntax highlighting code. This resolves bug 2455.Michele Calgaro2015-07-045-19/+56
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Minor typo and style corrections.Michele Calgaro2015-06-292-61/+61
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kate syntax highlighting files update - Jun 2015Michele Calgaro2015-06-196-241/+1463
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS due to missing export lt_dlopen_flagNikolaus Klepp2015-06-161-0/+2
| | | | Signed-off-by: Nikolaus Klepp <office@klepp.biz>
* Fix several issues on freebsdSlávek Banko2015-06-144-11/+14
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix openpty detection with libutil.hSlávek Banko2015-06-141-12/+8
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix detection for option TDEINIT_USE_XFT with CMake buildSlávek Banko2015-06-142-2/+9
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix setting some constants in config.h with CMake buildSlávek Banko2015-06-141-0/+9
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS on freebsdNikolaus Klepp2015-06-114-3/+10
| | | | | | This resolves Bug 2431 Signed-off-by: Nikolaus Klepp <office@klepp.biz>
* Fix FTBFS on freebsd due to utmpxSlávek Banko2015-06-111-1/+1
| | | | | | [taken from FreeBSD kdelibs3 patches] Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix detection of LZMA without pkgconfig fileSlávek Banko2015-06-111-1/+12
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>