Lines Matching refs:FILE
6 * Rhosts authentication. This file contains code to check whether to admit
7 * the login based on rhosts authentication. This file also processes
13 * incompatible with the protocol description in the RFC file, it must be
49 * This function processes an rhosts-style file (.rhosts, .shosts, or
51 * based on the file, and returns zero otherwise.
59 FILE *f;
64 /* Open the .rhosts file, deny if unreadable */
72 logit("User %s hosts file %s is not a regular file",
175 /* Authentication using this file denied. */
181 * Tries to authenticate the user using the .shosts or .rhosts file. Returns
226 /* Deny if The user has no .shosts or .rhosts file and there are no system-wide files. */
280 * Make sure that the file is either owned by the user or by
290 auth_debug_add("Bad file modes for %.200s", buf);
299 /* Check if authentication is permitted by the file. */