OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auth_rhosts2
(Results
1 - 3
of
3
) sorted by null
/external/openssh/
auth-rhosts.c
193
return
auth_rhosts2
(pw, client_user, hostname, ipaddr);
205
debug2("
auth_rhosts2
: clientuser %s hostname %s ipaddr %s",
317
auth_rhosts2
(struct passwd *pw, const char *client_user, const char *hostname,
function
auth2-hostbased.c
164
if (
auth_rhosts2
(pw, cuser, chost, chost) == 0)
172
if (
auth_rhosts2
(pw, cuser, resolvedname, ipaddr) == 0)
176
debug2("userauth_hostbased: access allowed by
auth_rhosts2
");
auth.h
109
auth_rhosts2
(struct passwd *, const char *, const char *, const char *);
Completed in 30 milliseconds