summaryrefslogtreecommitdiffstats
path: root/tdm
Commit message (Collapse)AuthorAgeFilesLines
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-171-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* New patch for bug 2852. Should fix previous commit.Michele Calgaro2018-09-011-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed order building in tdm. This resolves bug 2852.Michele Calgaro2018-09-011-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix memory leak after use XGetAtomNameSlávek Banko2017-03-251-1/+6
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Do not crash when card is inserted and the user list view is hiddenTimothy Pearson2016-10-011-1/+3
|
* Force card logins to authenticate against the username specified in the card ↵Timothy Pearson2016-09-222-2/+7
| | | | certificate
* Disable card-based login if Kerberos support was disabled at compile timeTimothy Pearson2016-09-061-1/+4
|
* Do not start card authentication unless PKCS logins were enabledTimothy Pearson2016-09-062-6/+19
| | | | Rename UserList class in kgreeter.cpp to avoid conflict with TDE LDAP library class name
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-2329-0/+0
|
* Use system-defined language as default in TDMFrançois Andriot2015-10-152-1/+10
| | | | This resolves Bug 1596
* 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 cryptographic card login processTimothy Pearson2015-10-023-6/+34
|
* Move VT switch on card insertion to cryptocardwatcher processTimothy Pearson2015-10-011-0/+4
|
* 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-291-1/+1
|
* Reuse existing reserved session if present on card insertionTimothy Pearson2015-09-241-5/+20
|
* Restore VT limit and add note explaining originTimothy Pearson2015-09-191-9/+7
|
* Streamline cryptographic card logon processTimothy Pearson2015-09-183-3/+29
|
* Stabilize cryptographic card loginTimothy Pearson2015-09-188-94/+166
| | | | 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-1720-81/+577
| | | | Tested with themed greeter and SAK disabled
* Fix warnings regarding return value being ignoredTimothy Pearson2015-09-161-7/+18
|
* Fix FTBFS on freebsdSlávek Banko2015-06-126-9/+29
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix verification of the TDM control socketSlávek Banko2014-12-271-7/+22
| | | | | | This resolves Bug 2269 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Increase X start timeout as tdm was failing to start on many machines due to ↵Timothy Pearson2014-11-191-1/+1
| | | | upstart/systemd parallel start slowing down Xorg's initialization
* Allow contitional build with tdehwlibSlávek Banko2014-10-182-0/+8
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix tdm_greet crashSlávek Banko2014-10-181-5/+6
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix conditionnal utmpx support in tdmFrançois Andriot2014-10-182-1/+3
| | | | Signed-off-by: François Andriot <francois.andriot@free.fr>"
* Fix crypt library detection in CMakeSlávek Banko2014-10-181-10/+0
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix tdm backend fd support on openbsdFrançois Andriot2014-10-181-0/+4
| | | | Signed-off-by: François Andriot <francois.andriot@free.fr>"
* Fix tdm auth backend for openbsdFrançois Andriot2014-10-181-0/+23
| | | | Signed-off-by: François Andriot <francois.andriot@free.fr>"
* Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebaseTimothy Pearson2014-10-122-0/+4
|\
| * Fix FTBFS caused by typo in commit d3ce4fa7Slávek Banko2014-10-132-2/+2
| |
| * Fix FTBFS due to linux specific headersFrançois Andriot2014-10-122-0/+4
| |
* | Bring stop, lock, exit, and run icons into XDG complianceTimothy Pearson2014-10-122-3/+3
|/
* Push the following patches from Bug 1499:Timothy Pearson2014-10-071-2/+2
| | | | | tdebase: updates default Xorg arguments in TDM tdebase: add ability to restrict the konqueror side bar
* Added new TDE default background (thanks to Alex Couture for providing the ↵Michele Calgaro2014-09-141-1/+1
| | | | | | file). This resolves bug 2094.
* Added 'minimalist' TDM style.Alex Couture2014-09-0319-1/+198
|
* Added smooth crossfade effect option when changing the desktop wallpaper.François Andriot2014-06-181-0/+1
|
* Rebranding: TDE Control Center --> Trinity Control CenterMichele Calgaro2014-06-081-1/+1
|
* Add minimal systemd support into tdmSlávek Banko2014-04-291-0/+1
| | | | + set XDG_SESSION_CLASS to "greeter"
* Add basic support for a modified compton compositor instead of the old buggy ↵Timothy Pearson2014-03-313-3/+3
| | | | | | kompmgr Update additional Xorg atom names
* Set TDM UseSAK default to false.Darrell Anderson2014-02-241-2/+2
| | | | This resolves bug report 1915.
* Removed unnecessary dependency on dbus-tqt and dbus-1-tqtSlávek Banko2014-02-042-12/+3
|
* Add female image to TDM user images. Thanks to E. Liddell.Darrell Anderson2014-02-013-2/+2
|