Searched refs:ignore_rhosts (Results 1 – 3 of 3) sorted by relevance
301 if (options.ignore_rhosts == IGNORE_RHOSTS_YES || in auth_rhosts2()302 (options.ignore_rhosts == IGNORE_RHOSTS_SHOSTS && in auth_rhosts2()
98 int ignore_rhosts; /* Ignore .rhosts and .shosts. */ member
114 options->ignore_rhosts = -1; in initialize_server_options()336 if (options->ignore_rhosts == -1) in fill_default_server_options()337 options->ignore_rhosts = 1; in fill_default_server_options()1474 intptr = &options->ignore_rhosts; in process_server_config_line_depth()2501 M_CP_INTOPT(ignore_rhosts); in copy_set_server_options()2791 dump_cfg_fmtint(sIgnoreRhosts, o->ignore_rhosts); in dump_config()