summaryrefslogtreecommitdiffstats
path: root/tdecore
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix crash in tdehwlib if not exists /sys/devices/system/cpuSlávek Banko2016-01-271-13/+15
| | | | | | This resolves Bug 2584 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix ZIP drive classification in tdehwlibSlávek Banko2016-01-271-8/+9
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Classify flash drives as HDD in tdehwlibSlávek Banko2016-01-271-1/+6
| | | | | | This relates to Bug 2473 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add support for udevil to mount/unmount removable drivesSlávek Banko2016-01-232-2/+42
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix using of custom mountpoints with pmount in tdehwlibSlávek Banko2016-01-231-1/+12
| | | | | | This partially resolves Bug 2576 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Prefer encoded disk labels in tdehwlibSlávek Banko2016-01-231-1/+7
| | | | | | because it contains unadjusted disk labels Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add floppy into disk type clasification in tdehwlibSlávek Banko2016-01-231-0/+5
| | | | | | This resolves Bug 2567 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix disk type clasification in tdehwlibSlávek Banko2016-01-231-12/+6
| | | | | | This resolves Bug 2473 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>
* 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
* Add new timekeeping class to tdehwlibTimothy Pearson2015-09-212-0/+32
| | | | Classify a number of new devices
* Add mount indicator to tdehwlib storage device iconsTimothy Pearson2015-09-211-19/+24
|
* 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-212-0/+10
|
* 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
|
* 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
|
* 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-143-23/+91
| | | | 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-071-0/+2
|
* Fix issues with X509 certificate list usageTimothy Pearson2015-09-062-6/+16
|
* Add initial LUKS key management supportTimothy Pearson2015-09-063-122/+440
|
* Add preliminary X509 certificate read from cryptographic cardsTimothy Pearson2015-09-064-4/+183
|
* Fix FTBFS when pcsc not availableTimothy Pearson2015-08-311-0/+6
|
* Fix FTBFS from prior commit due to missing filesTimothy Pearson2015-08-292-1/+7
|
* 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
* Minor typo and style corrections.Michele Calgaro2015-06-292-61/+61
| | | | 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-141-5/+8
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* 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 hang in TDENetMask::fromCIDRMask() due to point-to-point connectionsSlávek Banko2015-05-241-2/+4
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Force to handle DCOP requests in KUniqueApplication (newInstance call)Slávek Banko2015-05-241-2/+12
| | | | | | This resolves Bug 2437 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Classify memstick_host devicesTimothy Pearson2015-04-071-1/+2
|
* Bring keyboard icon into XDG complianceTimothy Pearson2015-03-261-1/+1
|
* Bring printer1 icon into XDG complianceTimothy Pearson2015-03-261-1/+1
|
* Bring mouse icon into XDG complianceTimothy Pearson2015-03-261-1/+1
|