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

/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dxlock.c782 char *suserpass = NULL; local
816 suserpass = strdup(uspw->sp_pwdp);
864 if (suserpass) {
865 memset(suserpass, 0, strlen(suserpass));
866 free(suserpass);
867 suserpass = NULL;
977 if (!done && suserpass) {
978 if (*suserpass == NULL) {
981 done = (!strcmp(crypt(buffer, suserpass), suserpas
[all...]

Completed in 12 milliseconds