Home
last modified time | relevance | path

Searched refs:penalty_authfail (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssh/
H A Dservconf.h78 double penalty_authfail; member
H A Dsrclimit.c378 penalty_secs = penalty_cfg.penalty_authfail; in srclimit_penalise()
H A Dservconf.c173 options->per_source_penalty.penalty_authfail = -1.0; in initialize_server_options()
443 if (options->per_source_penalty.penalty_authfail < 0.0) in fill_default_server_options()
444 options->per_source_penalty.penalty_authfail = 5.0; in fill_default_server_options()
2125 doubleptr = &options->per_source_penalty.penalty_authfail; in process_server_config_line_depth()
3468 o->per_source_penalty.penalty_authfail, in dump_config()