Michele Calgaro
3b095cf3cd
tdecore: Initial support for hybrid suspend (aka suspend to RAM + suspend to 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>
9 years ago
Slávek Banko
36481f68c1
Fix crash in tdehwlib on partitions without parent disk
...
This applies for example to the software RAID defined in the BIOS
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
9 years ago
Slávek Banko
ff469a69ff
Fix mountable flag for disk partitions
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
9 years ago
Slávek Banko
613eadbbc3
Add a rule for classifying ATA Compact Flash Adapter
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
9 years ago
Slávek Banko
ef7180dad9
Fix icon of mounted camera in tdehwlib
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
9 years ago
Slávek Banko
5104679806
Set partition disk type and status based on the parent device
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
9 years ago
Slávek Banko
f8fbb3bd78
Set hotpluggable flag for flash disks instead of removable
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
9 years ago
Slávek Banko
dc350e6c64
Force removable flag for flask disks in tdehwlib
...
This resolves Bug 2473
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
9 years ago
Slávek Banko
f4fb3a8e71
Fix crash in tdehwlib if not exists /sys/devices/system/cpu
...
This resolves Bug 2584
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
9 years ago
Slávek Banko
6dfc04c51a
Fix ZIP drive classification in tdehwlib
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
9 years ago
Slávek Banko
6a2a9de49c
Classify flash drives as HDD in tdehwlib
...
This relates to Bug 2473
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
9 years ago
Slávek Banko
ece75495e1
Add support for udevil to mount/unmount removable drives
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
9 years ago
Slávek Banko
c10124c965
Fix using of custom mountpoints with pmount in tdehwlib
...
This partially resolves Bug 2576
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
9 years ago
Slávek Banko
893ac9fad0
Prefer encoded disk labels in tdehwlib
...
because it contains unadjusted disk labels
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
9 years ago
Slávek Banko
ba2a3bc188
Add floppy into disk type clasification in tdehwlib
...
This resolves Bug 2567
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
9 years ago
Slávek Banko
68102d50e9
Fix disk type clasification in tdehwlib
...
This resolves Bug 2473
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
9 years ago
Slávek Banko
075cf11458
Fix calculation of remaining charging time in TDE hardware library
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
9 years ago
Slávek Banko
51a6bc1a56
Fix FTBFS due to missing KSSL_HAVE_SSL definition
...
This relates to Bug 2530
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
9 years ago
Timothy Pearson
fd0de2b581
Fix hardware class file matching algorithm
...
Fix overly broad floppy device matching rules
This resolves Bug 2534
10 years ago
Timothy Pearson
6a0fb5c342
Add new timekeeping class to tdehwlib
...
Classify a number of new devices
10 years ago
Timothy Pearson
feaced1b3c
Add mount indicator to tdehwlib storage device icons
10 years ago
Timothy Pearson
c0cca8ca95
Add fingerprint reader and test/measurement devices classes to tdehwlib
10 years ago
Timothy Pearson
d4b7e6e7da
Fix FTBFS when cryptsetup / pkcs options are disabled
...
This resolves Bug 2530
10 years ago
Timothy Pearson
a17dfea5e7
Implement autoPIN certificate parsing
10 years ago
Timothy Pearson
fa4e775460
Add autoPIN method to cryptographic card module in tdehwlib
10 years ago
Timothy Pearson
991dd06fc6
Add PKCS provider library accessor
10 years ago
Timothy Pearson
b839144412
Fix yet another FTBFS due to libcryptsetup version problems
10 years ago
Timothy Pearson
e38596f9f2
When reactivating card watching, if a card is inserted re-emit valid certificates to client application
10 years ago
Timothy Pearson
3c9e39e214
Fix prior commit
10 years ago
Timothy Pearson
670a4b340e
Add certificate list availability signal to tdehwlib cryptographic card module
10 years ago
Timothy Pearson
a611eec8a0
Update cryptographic card API to send card device with insert/remove signals
10 years ago
Timothy Pearson
64fdd666ff
Add ability to decrypt multiple data objects in the same session using a cryptographic card
...
Add LUKS key verification routine
10 years ago
Timothy Pearson
402781f094
Add cryptographic card decryption method to tdehwlib
10 years ago
Timothy Pearson
ffa54887ce
Add additional cryptographic card functions to tdehwlib
...
Fix FTBFS on old distributions
10 years ago
Timothy Pearson
4238dc9cea
Fix FTBFS when ancient versions of cryptsetup are used
10 years ago
Timothy Pearson
48efde854f
Fix FTBFS when PKCS option disabled
10 years ago
Timothy Pearson
897752b61a
Fix FTBFS when cryptsetup support disabled
10 years ago
Timothy Pearson
9d5f5058a1
Fix issues with X509 certificate list usage
10 years ago
Timothy Pearson
c867c64aa9
Add initial LUKS key management support
10 years ago
Timothy Pearson
4c2ff1ca19
Add preliminary X509 certificate read from cryptographic cards
10 years ago
Timothy Pearson
a6343654e8
Fix FTBFS when pcsc not available
10 years ago
Timothy Pearson
2b7151f46f
Fix FTBFS from prior commit due to missing files
10 years ago
Timothy Pearson
31ebb6568f
Add preliminary cryptographic card support to TDEHWLib
10 years ago
Timothy Pearson
5fdf839b35
Add cryptographic card device type
...
Add hub device type
Fix incorrect USB subclass read
10 years ago
Slávek Banko
a0189f32f7
Fix hang in TDENetMask::fromCIDRMask() due to point-to-point connections
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
10 years ago
Timothy Pearson
669345d6b8
Classify memstick_host devices
10 years ago
Timothy Pearson
3e23bfa58d
Bring keyboard icon into XDG compliance
10 years ago
Timothy Pearson
61f6eb5a1e
Bring printer1 icon into XDG compliance
10 years ago
Timothy Pearson
891dbd6b98
Bring mouse icon into XDG compliance
10 years ago
Timothy Pearson
86686421b5
Rename most device icons to comply with XDG standards
10 years ago