summaryrefslogtreecommitdiffstats
path: root/tdm/ConfigureChecks.cmake
Commit message (Collapse)AuthorAgeFilesLines
* kcheckpass: fix shadow support when not building tdmBobby Bingham2023-06-051-12/+0
| | | | | | | | | | | | | | | | | 1. If not building with PAM, kcheckpass relies on HAVE_SHADOW to decide whether to support shadow passwords. However, this was only set if also building tdm. Consolidate all PAM/shadow configure checks at the top level so these are always set correctly. 2. Consolidate /etc/passwd and shadow password handling The shadow password handler already completely handles /etc/passwd passwords as well, so having a separate handler for just /etc/passwd is pure code duplication. Signed-off-by: Bobby Bingham <koorogi@koorogi.info>
* SunOS specific patchesDenis Kozadaev2023-05-221-0/+4
| | | | Signed-off-by: Denis Kozadaev <denis@dilos.org>
* Create a systemd service file for tdmaneejit12021-01-171-0/+78
| | | | Signed-off-by: aneejit1 <aneejit1@gmail.com>
* Change to use arc4random_buf(3) if availableOBATA Akio2019-08-181-0/+1
| | | | Signed-off-by: OBATA Akio <obache@wizdas.com>
* Fix conditionnal utmpx support in tdmFrançois Andriot2014-10-181-1/+1
| | | | 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>
* Part 2 of prior commitTimothy Pearson2012-01-221-0/+139