summaryrefslogtreecommitdiffstats
path: root/swaylock/meson.build
Commit message (Collapse)AuthorAge
* Add support for building swaylock without PAMLibravatar Drew DeVault2018-09-28
| | | | | | This involves setuid'ing swaylock, which then forks and drops perms on the parent process. The child process remains root and listens on a pipe for requests to validate passwords against /etc/shadow.
* Add FreeBSD-specific PAM configurationLibravatar sghctoma2018-08-30
| | | | | | | | The "login" PAM configuration means somathing entirely different on FreeBSD than on Linux: if you try to authenticate as the calling user, it OKs the request without prompting for password. The "passwd" config implements the desired functionality, therefore it should be used by swaylock.
* [swaylock] Install pam moduleLibravatar Bruno Pinto2018-04-20
|
* Add password buffer, refactor rendering/surfacesLibravatar Drew DeVault2018-04-04
|
* Link swaylock to xkbcommonLibravatar Drew DeVault2018-04-04
|
* Split seat code into its own fileLibravatar Drew DeVault2018-04-04
|
* Initial swaylock portLibravatar Drew DeVault2018-04-04