Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix memory leak after processing udev_device | Slávek Banko | 2017-03-25 | 1 | -0/+2 | |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Fix memory leak after use XGetAtomName | Slávek Banko | 2017-03-25 | 1 | -2/+5 | |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | fixup! tdecore/tdeconfig_compiler: add check/test executables | Alexander Golubev | 2017-01-29 | 1 | -0/+82 | |
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> | |||||
* | tdecore/tdeconfig_compiler: add check/test executables | Alexander Golubev | 2017-01-29 | 7 | -8/+10 | |
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> | |||||
* | testing: add TEST argument to tde_add_check_executable() macro | Alexander Golubev | 2017-01-29 | 1 | -7/+5 | |
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> | |||||
* | tdecore: fix a crash of dcop non-GUI apps without X | Alexander Golubev | 2017-01-29 | 1 | -4/+8 | |
| | | | | | | | Previously non-GUI apps crashed on TDEApplication::updateUserTimestamp callback when receiving a DCOP message. Signed-off-by: Alexander Golubev <fatzer2@gmail.com> | |||||
* | Include module into test names | Alexander Golubev | 2017-01-29 | 1 | -1/+1 | |
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> | |||||
* | Initial add for check target for cmake | Alexander Golubev | 2017-01-29 | 19 | -25/+82 | |
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> | |||||
* | Probe partitions to get filesystem type | Timothy Pearson | 2016-09-05 | 1 | -4/+2 | |
| | | | | This fixes problems with LUKS partitions not being detected | |||||
* | Properly classify Lenovo USB camera platform subdevices | Timothy Pearson | 2016-09-05 | 1 | -0/+5 | |
| | ||||||
* | Make cryptographic card reader detection on single readers sytems more robust | Timothy Pearson | 2016-09-04 | 1 | -4/+11 | |
| | ||||||
* | Add fallback to match udev cryptographic card reader name with PCSC vendor ↵ | Timothy Pearson | 2016-09-04 | 1 | -1/+29 | |
| | | | | strings | |||||
* | Add IBM VIO device | Timothy Pearson | 2016-07-23 | 1 | -0/+3 | |
| | ||||||
* | Add nvmem device type | Timothy Pearson | 2016-07-23 | 2 | -0/+13 | |
| | ||||||
* | tdecore: Fixed hybrid suspend (aka suspend to RAM + suspend to disk) support ↵ | Michele Calgaro | 2016-05-04 | 1 | -6/+8 | |
| | | | | | | | | | using HAL. org.freedesktop.Hal.Device.SystemPowerManagement/SuspendHybrid requires a parameter when invoked. This relates to bug 2601. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | tdecore: Improved code for hybrid suspend (aka suspend to RAM + suspend to ↵ | Michele Calgaro | 2016-05-02 | 3 | -12/+25 | |
| | | | | | | | | disk). Now code is more consistent. This relates to bug 2601. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | tdecore: complete previous commit, one file was forgotten by mistake. | Michele Calgaro | 2016-04-26 | 1 | -8/+14 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | tdecore: Added DBus support for hybrid suspend (aka suspend to RAM + suspend ↵ | Michele Calgaro | 2016-04-26 | 1 | -2/+129 | |
| | | | | | | | | to disk). This relates to bug 2601. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | tdecore: Initial support for hybrid suspend (aka suspend to RAM + suspend to ↵ | Michele Calgaro | 2016-04-24 | 3 | -18/+180 | |
| | | | | | | | | | disk). Update to dbus interface and hardware device manager will be commit separately. This relates to bug 2601. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Fix crash in tdehwlib on partitions without parent disk | Slávek Banko | 2016-02-11 | 1 | -6/+9 | |
| | | | | | | This applies for example to the software RAID defined in the BIOS Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Fix mountable flag for disk partitions | Slávek Banko | 2016-02-04 | 1 | -1/+5 | |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Add a rule for classifying ATA Compact Flash Adapter | Slávek Banko | 2016-02-04 | 1 | -1/+2 | |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Fix icon of mounted camera in tdehwlib | Slávek Banko | 2016-02-04 | 1 | -1/+1 | |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Set partition disk type and status based on the parent device | Slávek Banko | 2016-02-04 | 1 | -1/+15 | |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Set hotpluggable flag for flash disks instead of removable | Slávek Banko | 2016-02-04 | 1 | -1/+1 | |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Force removable flag for flask disks in tdehwlib | Slávek Banko | 2016-01-31 | 1 | -0/+10 | |
| | | | | | | This resolves Bug 2473 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Fix crash in tdehwlib if not exists /sys/devices/system/cpu | Slávek Banko | 2016-01-27 | 1 | -13/+15 | |
| | | | | | | This resolves Bug 2584 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Fix ZIP drive classification in tdehwlib | Slávek Banko | 2016-01-27 | 1 | -8/+9 | |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Classify flash drives as HDD in tdehwlib | Slávek Banko | 2016-01-27 | 1 | -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 drives | Slávek Banko | 2016-01-23 | 2 | -2/+42 | |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Fix using of custom mountpoints with pmount in tdehwlib | Slávek Banko | 2016-01-23 | 1 | -1/+12 | |
| | | | | | | This partially resolves Bug 2576 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Prefer encoded disk labels in tdehwlib | Slávek Banko | 2016-01-23 | 1 | -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 tdehwlib | Slávek Banko | 2016-01-23 | 1 | -0/+5 | |
| | | | | | | This resolves Bug 2567 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Fix disk type clasification in tdehwlib | Slávek Banko | 2016-01-23 | 1 | -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 library | Slávek Banko | 2015-12-04 | 1 | -2/+7 | |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Fix quotedPrintablecodec to support lower-case letters in hex codes | Slávek Banko | 2015-10-13 | 1 | -2/+3 | |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | 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 | |||||
* | Add new timekeeping class to tdehwlib | Timothy Pearson | 2015-09-21 | 2 | -0/+32 | |
| | | | | Classify a number of new devices | |||||
* | Add mount indicator to tdehwlib storage device icons | Timothy Pearson | 2015-09-21 | 1 | -19/+24 | |
| | ||||||
* | 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 | 2 | -0/+10 | |
| | ||||||
* | 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 |