HomeSort by relevance Sort by last modified time
    Searched full:shosts (Results 1 - 13 of 13) sorted by null

  /external/openssh/
auth-rhosts.c 49 * This function processes an rhosts-style file (.rhosts, .shosts, or
181 * Tries to authenticate the user using the .shosts or .rhosts file. Returns
183 * /etc/hosts.equiv will be considered (.rhosts and .shosts are ignored).
202 static const char *rhosts_files[] = {".shosts", ".rhosts", NULL};
211 * Quick check: if the user has no .shosts or .rhosts files, return
217 /* Check users .rhosts or .shosts. */
226 /* Deny if The user has no .shosts or .rhosts file and there are no system-wide files. */
232 /* If not logging in as superuser, try /etc/hosts.equiv and shosts.equiv. */
270 /* Check all .rhosts files (currently .shosts and .rhosts). */
273 /* Check users .rhosts or .shosts. *
    [all...]
sshd_config 59 # Don't read the user's ~/.rhosts and ~/.shosts files
sshd_config.android 58 # Don't read the user's ~/.rhosts and ~/.shosts files
pathnames.h 115 #define _PATH_SSH_HOSTS_EQUIV SSHDIR "/shosts.equiv"
servconf.h 67 int ignore_rhosts; /* Ignore .rhosts and .shosts. */
sshd_config.0 260 reverse name lookup when matching the name in the ~/.shosts,
284 Specifies that .rhosts and .shosts files will not be used in
287 /etc/hosts.equiv and /etc/shosts.equiv are still used. The
    [all...]
ssh.0 406 in from is listed in /etc/hosts.equiv or /etc/shosts.equiv on the remote
408 ~/.rhosts or ~/.shosts exist in the user's home directory on the remote
    [all...]
ssh.1 690 .Pa /etc/shosts.equiv
695 .Pa ~/.shosts
    [all...]
Makefile.in 107 -e 's|/etc/shosts.equiv|$(sysconfdir)/shosts.equiv|g' \
sshd_config.5 445 .Pa ~/.shosts ,
493 .Pa .shosts
501 .Pa /etc/shosts.equiv
    [all...]
sshd.0 497 ~/.shosts
564 /etc/shosts.equiv
    [all...]
sshd.8 788 .It Pa ~/.shosts
874 .It Pa /etc/shosts.equiv
  /external/chromium_org/chrome/browser/extensions/
extension_prefs_unittest.cc 324 URLPatternSet shosts; variable
325 AddPattern(&shosts, "https://*.google.com/*");
326 AddPattern(&shosts, "http://reddit.com/r/test/*");
328 active_perms_ = new PermissionSet(api_perms, ehosts, shosts);

Completed in 349 milliseconds