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 <[email protected]>
* SunOS specific patchesDenis Kozadaev2023-05-221-0/+4
| | | | Signed-off-by: Denis Kozadaev <[email protected]>
* Create a systemd service file for tdmaneejit12021-01-171-0/+78
| | | | Signed-off-by: aneejit1 <[email protected]>
* Change to use arc4random_buf(3) if availableOBATA Akio2019-08-181-0/+1
| | | | Signed-off-by: OBATA Akio <[email protected]>
* Fix conditionnal utmpx support in tdmFrançois Andriot2014-10-181-1/+1
| | | | Signed-off-by: François Andriot <[email protected]>"
* Fix crypt library detection in CMakeSlávek Banko2014-10-181-10/+0
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Part 2 of prior commitTimothy Pearson2012-01-221-0/+139