summaryrefslogtreecommitdiffstats
path: root/tdm/backend/session.c
Commit message (Collapse)AuthorAgeFilesLines
* Separate WITH_TSAK and BUILD_TSAK flagsfeat/separate-tsakAlexander Golubev2025-08-231-1/+1
| | | | | | | | | | | | | | | | | | As for now BUILD_TSAK was used as both: a flag for building the `tsak` binary and to enable/disable tsak support in tdm/kdesktop. The problem is it creates problem with split build (when each sub-package is built independently): if `tsak` is built as a separate package there is no way to enable/disable support for it when building `kdesktop`/`tdm` without also triggerin the build of `tsak` itself. Besides this issue it just violates convention that BUILD_* flags do not conditionally enable functionality in other packages. This commit separates this logic into two different flags: BUILD_TSAK for building the tsak binary and WITH_TSAK for adding support for it to kdesktop and/or tdm. Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Fixed use of SAK in lock process when autologin is used in TDM.Michele Calgaro2019-03-101-0/+25
| | | | | | This resolves bug 2945. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use system-defined language as default in TDMFrançois Andriot2015-10-151-0/+4
| | | | This resolves Bug 1596
* Part 2 of prior commitTimothy Pearson2012-01-221-0/+813