slock
simple X display locker utility
git clone https://9o.is/git/slock.git
commit 4893d827c5a8be0f80a569d1e3989b17bf04208a parent babb2038c8d0bb84a32d4ac705d8787961dd6256 Author: Markus Teich <markus.teich@stusta.mhn.de> Date: Wed, 31 Aug 2016 00:56:13 +0200 Update bsd-auth string. Thanks to Hiltjo for discovering this. Diffstat:
| M | slock.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/slock.c b/slock.c @@ -157,7 +157,7 @@ readpw(Display *dpy, const char *pws) case XK_Return: passwd[len] = 0; #ifdef HAVE_BSD_AUTH - running = !auth_userokay(getlogin(), NULL, "auth-xlock", passwd); + running = !auth_userokay(getlogin(), NULL, "auth-slock", passwd); #else running = !!strcmp(crypt(passwd, pws), pws); #endif