summaryrefslogtreecommitdiff
path: root/src/gs-auth-bsdauth.c
AgeCommit message (Collapse)AuthorFilesLines
2017-04-18Implement OpenBSD authentication using bsd_auth(3).Robert Nagy1-0/+103
OpenBSD does not have nor use pam(8) for password authentication but instead uses bsd_auth(3): add a bsd_auth authentication scheme to make locking possible. This has been a part of gnome-screensaver already but was probably removed at one point. This is mostly identical to that code, with some minor modifications.