Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kcheckpass: fix shadow support when not building tdm | Bobby Bingham | 2023-06-05 | 1 | -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 patches | Denis Kozadaev | 2023-05-22 | 1 | -0/+4 |
| | | | | Signed-off-by: Denis Kozadaev <[email protected]> | ||||
* | Create a systemd service file for tdm | aneejit1 | 2021-01-17 | 1 | -0/+78 |
| | | | | Signed-off-by: aneejit1 <[email protected]> | ||||
* | Change to use arc4random_buf(3) if available | OBATA Akio | 2019-08-18 | 1 | -0/+1 |
| | | | | Signed-off-by: OBATA Akio <[email protected]> | ||||
* | Fix conditionnal utmpx support in tdm | François Andriot | 2014-10-18 | 1 | -1/+1 |
| | | | | Signed-off-by: François Andriot <[email protected]>" | ||||
* | Fix crypt library detection in CMake | Slávek Banko | 2014-10-18 | 1 | -10/+0 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Part 2 of prior commit | Timothy Pearson | 2012-01-22 | 1 | -0/+139 |