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

/solaris-x11-s12/open-src/app/xlock/sun-src/
H A Dxlock.c790 char *suserpass = NULL; local
820 suserpass = strdup(uspw->sp_pwdp);
859 if (suserpass) {
860 memset(suserpass, 0, strlen(suserpass));
861 free(suserpass);
862 suserpass = NULL;
971 if (!done && suserpass) {
972 if (*suserpass == NULL) {
975 done = (!strcmp(crypt(buffer, suserpass), suserpas
[all...]

Completed in 10 milliseconds