summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Hide underlying partitions of non-active device mapper devices from the ↵Slávek Banko2016-01-311-1/+2
| | | | | | media:/ tdeioslave Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix hard disks media icons in tdehw storage backendSlávek Banko2016-01-291-27/+24
| | | | | | This relates to Bug 2473 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix removable hard disks mimetype in tdehw storage backendSlávek Banko2016-01-291-3/+3
| | | | | | This relates to Bug 2473 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed FTBFS (in Stretch) caused by missing openssl3 methods. Starting from ↵Michele Calgaro2015-12-211-3/+3
| | | | | | | | version 1.0.2d-3, openssl ships with ssl3 methods disabled by default. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use system-defined language as default in TDMFrançois Andriot2015-10-152-1/+10
| | | | This resolves Bug 1596
* Fix prior commit - delete UseSAK from wrong configuration groupSlávek Banko2015-10-131-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix prior commitTimothy Pearson2015-10-111-6/+3
|
* Fix SAK enable / disable checkbox in TDM TDEControl moduleTimothy Pearson2015-10-111-2/+12
|
* Terminate compositor in TDM unless a TDE or failsafe session was selectedSlávek Banko2015-10-111-3/+7
| | | | | | This relates to Bug 2521 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix incorrect usage of login_session_wm. Type of session does not contain ↵Slávek Banko2015-10-111-1/+1
| | | | | | | | executable for run session but base name of session desktop file. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix setting curWMSession when used previous type of session in TDMSlávek Banko2015-10-111-2/+5
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add support for XDG_SESSION_DESKTOP and XDG_CURRENT_DESKTOP in TDMSlávek Banko2015-10-113-1/+8
| | | | | | This relates to Bug 2521 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS on linking dmctl librarySlávek Banko2015-10-051-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix corner case where the classic greeter could get stuck on a PIN promptTimothy Pearson2015-10-021-1/+2
|
* Fix cryptographic card login processTimothy Pearson2015-10-025-17/+56
|
* Move VT switch on card insertion to cryptocardwatcher processTimothy Pearson2015-10-012-15/+4
|
* Fix kdesktop_lock crash on error with certain PAM stack configurationsTimothy Pearson2015-10-011-9/+19
|
* Install hwdevicetray desktop files as tdehwdevicetraySlávek Banko2015-09-301-2/+6
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* EXPERIMENTAL: Attempt to increase the VT limit to 48Timothy Pearson2015-09-291-8/+18
|
* Use DM library in tdmtsak instead of making command line callsTimothy Pearson2015-09-294-43/+57
|
* Reuse existing reserved session if present on card insertionTimothy Pearson2015-09-241-5/+20
|
* Add camera device detection to hwdevicetrayTimothy Pearson2015-09-221-10/+34
|
* Install hwdevicetry desktop filesTimothy Pearson2015-09-211-0/+2
|
* Disable autoplay popups by default as the new tdehwdevicetray application ↵Timothy Pearson2015-09-211-1/+1
| | | | will handle notification and autoplay popup initiation
* Add desktop files and autostart file for hwdevicetrayTimothy Pearson2015-09-212-0/+21
|
* Add new hardware device tray applicationTimothy Pearson2015-09-2113-11/+842
| | | | Allow removable media action request popups to be suppressed
* Fix FTBFS due to Xlib defined keywordsTimothy Pearson2015-09-202-2/+4
| | | | This resolves Bug 2530
* Prevent saver from starting while valid card is insertedTimothy Pearson2015-09-191-10/+16
|
* Restore VT limit and add note explaining originTimothy Pearson2015-09-191-9/+7
|
* Remove unnecessary call to XkbGetIndicatorStateTimothy Pearson2015-09-191-3/+1
| | | | This relates to Bug 2445
* Terminate keyboard LED sync daemon when Xorg server goes downTimothy Pearson2015-09-191-0/+5
| | | | This resolves a bug where the number of running daemons would increase on every new X reservation, eventually consuming all available VTs
* Fix card unlockTimothy Pearson2015-09-192-4/+15
|
* Streamline cryptographic card logon processTimothy Pearson2015-09-1813-29/+180
|
* Suppress another unwanted PKCS#11 PAM messageTimothy Pearson2015-09-181-1/+2
|
* Stabilize cryptographic card loginTimothy Pearson2015-09-1820-127/+307
| | | | Fix some coding style issues
* Increase the maximum reserved VT number to 32Timothy Pearson2015-09-181-1/+1
| | | | | The display switch features depend on each session having a VT number, thus it is important to have a suffucient number of VTs available for use Most Linux distributions allow 64 VTs by default, and the kernel allows up to 256 VTs
* Do not chew up all available VT numbers when multiple sessions are reserved ↵Timothy Pearson2015-09-181-51/+86
| | | | and time out in series
* Fix cryptographic card login when SAK is enabledTimothy Pearson2015-09-176-121/+226
|
* Add initial cryptographic card login supportTimothy Pearson2015-09-1737-150/+1006
| | | | Tested with themed greeter and SAK disabled
* Fix warnings regarding return value being ignoredTimothy Pearson2015-09-161-7/+18
|
* Add cryptographic card support to LUKS configurationTimothy Pearson2015-09-147-15/+319
|
* Add LUKS key management to tdehwmanagerTimothy Pearson2015-09-067-3/+522
|
* Fix the most egregious style guide violations in the remaining kdesktop_lock ↵Timothy Pearson2015-09-045-608/+612
| | | | | | source files No functional changes were made to the source
* Fix the most egregious style guide violations in the main kdesktop_lock ↵Timothy Pearson2015-09-042-1734/+1725
| | | | | | source files No functional changes were made to the source
* Fix the most egregious style guide violations in the kdesktoplock plugin sourcesTimothy Pearson2015-09-0410-1105/+1134
| | | | No functional changes were made to the source
* Added DCOP method startupCompleted() to KSMServer: this allows to check ↵Michele Calgaro2015-08-273-1/+10
| | | | | | | | whether the session has been fully created/restored. This relates to bug 1610. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added functionality in KDCOP. Double clicking on a non leaf item will ↵Michele Calgaro2015-08-272-3/+6
| | | | | | expand/collapse the item. This resolves bug 2503. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added new functionality to Konqueror.Michele Calgaro2015-08-275-2/+46
| | | | | | Double clicking on an empty area in the listview or iconview widget will navigate to the parent folder. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add preliminary cryptographic card support to the TDE hardware device managerTimothy Pearson2015-08-254-0/+104
|
* Update version number to R14.1.0Michele Calgaro2015-07-122-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>