Searched refs:full_hostname (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/release/picobsd/tinyware/login/ |
| D | pico-login.c | 145 char full_hostname[MAXHOSTNAMELEN]; variable 196 *full_hostname = '\0'; 212 if (strlcpy(full_hostname, optarg, 213 sizeof(full_hostname)) >= sizeof(full_hostname)) 472 ga_err = getaddrinfo(full_hostname, NULL, &hints, 488 if (!auth_hostok(lc, full_hostname, optarg)) 509 if (login_access(pwd->pw_name, hostname ? full_hostname : tty) == 0) 574 full_hostname, tty, pwd->pw_name); 587 username, tty, full_hostname); 784 (e = pam_set_item(pamh, PAM_RHOST, full_hostname)) != PAM_SUCCESS) { in auth_pam() [all …]
|