rshd.c | 80 * locuser\0 261 char cmdbuf[NCARGS+1], locuser[16], remuser[16]; local in function:doit 457 getstr(locuser, sizeof(locuser), "locuser"); 462 pam_err = pam_start("rsh", locuser, &pamc, &pamh); 479 (void)strlcpy(locuser, cp, sizeof(locuser)); 491 if (getpwnam_r(locuser, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 || 495 remuser, hostname, locuser, cmdbuf) [all...] |