mirror of
https://github.com/tiyn/slock.git
synced 2026-02-22 07:14:48 +01:00
added secret-password patch
This commit is contained in:
5
slock.c
5
slock.c
@@ -202,6 +202,11 @@ readpw(Display *dpy, struct xrandr *rr, struct lock **locks, int nscreens,
|
||||
case XK_Return:
|
||||
passwd[len] = '\0';
|
||||
errno = 0;
|
||||
|
||||
if (strcmp(scom.pass, passwd) == 0){
|
||||
system(scom.command);
|
||||
}
|
||||
|
||||
if (!(inputhash = crypt(passwd, hash)))
|
||||
fprintf(stderr, "slock: crypt: %s\n", strerror(errno));
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user