Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-09-15 | Run clang-format again | Lorenz Kästle | 1 | -2/+4 | |
2025-08-11 | check_users: Use sd_get_uids instead of sd_get_session | Lorenz Kästle | 1 | -1/+1 | |
Previously check_users in combination with systemd used sd_get_sessions (3) to aquire the number of users, probably with the idea that every users opens a session. Turns out, that a user can have multiple sessions and we only really want to know how many users there are. This commit changes to sd_get_uids (3) to achieve that target. | |||||
2025-03-12 | users.c: Include default definitions | Lorenz Kästle | 1 | -0/+1 | |
2025-03-12 | Refactor check_users | Lorenz Kästle | 3 | -0/+204 | |