summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix mimetype detection using magic librarySlávek Banko2015-12-062-2/+7
| | | | | | | for mime types not contained in TDE settings This resolves Bug 2392 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix calculation of remaining charging time in TDE hardware librarySlávek Banko2015-12-041-2/+7
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Kate syntax highlighting files update - Oct 2015Michele Calgaro2015-10-2524-378/+12202
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix crash on KSSLCertificate deallocation when a CRL is held in the ↵Timothy Pearson2015-10-231-0/+2
| | | | KSSLCertificate object
* Fix memory leak when deleting a KSSLCertificate that holds a CRLTimothy Pearson2015-10-233-1/+17
|
* Fix quotedPrintablecodec to support lower-case letters in hex codesSlávek Banko2015-10-131-2/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS due to missing KSSL_HAVE_SSL definitionSlávek Banko2015-10-134-0/+4
| | | | | | This relates to Bug 2530 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix hardware class file matching algorithmTimothy Pearson2015-09-303-15/+51
| | | | | Fix overly broad floppy device matching rules This resolves Bug 2534
* Limit size of notification popupsTimothy Pearson2015-09-211-56/+119
| | | | This works around badly designed applications that abuse the notification subsystem to display large chunks of text
* Add new timekeeping class to tdehwlibTimothy Pearson2015-09-212-0/+32
| | | | Classify a number of new devices
* Extend TDEPassivePopupStackContainer to include an optional user-provided ID ↵Timothy Pearson2015-09-212-14/+38
| | | | | | per popup Add display method with icon pixmap as parameter
* Add TDEPassivePopupStackContainer classTimothy Pearson2015-09-213-3/+146
|
* Add mount indicator to tdehwlib storage device iconsTimothy Pearson2015-09-211-19/+24
|
* Add new license files to buildTimothy Pearson2015-09-211-1/+1
|
* 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