Searched refs:rootpass (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dxlock.c777 char *rootpass = NULL; local
802 rootpass = strdup(rpw->pw_passwd);
823 rootpass = strdup(rpw->pw_passwd);
992 if (!done && rootpass) {
993 if (*rootpass == NULL) {
996 done = (!strcmp(crypt(buffer, rootpass), rootpass));
1002 && (!allowroot || strcmp(crypt(buffer, rootpass), rootpass)));
1024 if (rootpass) {
[all...]

Completed in 26 milliseconds