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

/solaris-x11-s12/open-src/app/xlock/sun-src/
H A Dxlock.c786 char *rootpass = NULL; local
806 rootpass = strdup(rpw->pw_passwd);
986 if (!done && rootpass) {
987 if (*rootpass == NULL) {
990 done = (!strcmp(crypt(buffer, rootpass), rootpass));
1002 if (rootpass) {
1003 memset(rootpass, 0, strlen(rootpass));
1004 free(rootpass);
[all...]

Completed in 11 milliseconds