Searched refs:ruser (Results 1 – 5 of 5) sorted by relevance
| /dragonfly/lib/libc/net/ |
| HD | rcmd.c | 368 ruserok(const char *rhost, int superuser, const char *ruser, const char *luser) in ruserok() argument 381 if (iruserok_sa(r->ai_addr, r->ai_addrlen, superuser, ruser, in ruserok() 401 iruserok(unsigned long raddr, int superuser, const char *ruser, in iruserok() argument 411 ruser, luser); in iruserok() 420 iruserok_sa(const void *ra, int rlen, int superuser, const char *ruser, in iruserok_sa() argument 443 if (__ivaliduser_sa(hostf, raddr, rlen, luser, ruser) == 0) { in iruserok_sa() 501 __ivaliduser(FILE *hostf, u_int32_t raddr, const char *luser, const char *ruser) in __ivaliduser() argument 510 luser, ruser); in __ivaliduser() 520 const char *ruser, int af, int len) in __ivaliduser_af() argument 555 return __ivaliduser_sa(hostf, sa, sa->sa_len, luser, ruser); in __ivaliduser_af() [all …]
|
| /dragonfly/lib/libpam/modules/pam_group/ |
| HD | pam_group.c | 62 const void *ruser; in pam_group() local 88 if (pam_get_item(pamh, PAM_RUSER, &ruser) != PAM_SUCCESS || in pam_group() 89 ruser == NULL || (pwd = getpwnam(ruser)) == NULL) in pam_group()
|
| /dragonfly/lib/libpam/modules/pam_rhosts/ |
| HD | pam_rhosts.c | 59 const void *ruser, *rhost; in pam_sm_authenticate() local 72 err = pam_get_item(pamh, PAM_RUSER, &ruser); in pam_sm_authenticate() 81 err = ruserok(rhost, superuser, ruser, user); in pam_sm_authenticate()
|
| /dragonfly/etc/pam.d/ |
| HD | su | 10 … requisite pam_group.so no_warn group=wheel root_only fail_safe ruser
|
| /dragonfly/crypto/openssh/ |
| HD | readconf.c | 657 const char *ruser; in match_cfg_line() local 667 ruser = options->user == NULL ? pw->pw_name : options->user; in match_cfg_line() 743 criteria = xstrdup(ruser); in match_cfg_line() 744 r = match_pattern_list(ruser, arg, 0) == 1; in match_cfg_line() 780 portstr, ruser, jmphost); in match_cfg_line() 793 "r", ruser, in match_cfg_line()
|