Searched refs:auth_debug_add (Results 1 – 6 of 6) sorted by relevance
/external/openssh/ |
D | auth-rhosts.c | 109 auth_debug_add("Found empty line in %.100s.", filename); in check_rhosts_file() 119 auth_debug_add("Found garbage in %.100s.", filename); in check_rhosts_file() 146 auth_debug_add("Ignoring wild host/user names " in check_rhosts_file() 171 auth_debug_add("Matched negative entry in %.100s.", in check_rhosts_file() 240 auth_debug_add("Accepted for %.100s [%.100s] by " in auth_rhosts2() 246 auth_debug_add("Accepted for %.100s [%.100s] by " in auth_rhosts2() 259 auth_debug_add("Rhosts authentication refused for %.100s: " in auth_rhosts2() 268 auth_debug_add("Rhosts authentication refused for %.100s: " in auth_rhosts2() 295 auth_debug_add("Bad file modes for %.200s", buf); in auth_rhosts2() 303 auth_debug_add("Server has been configured to " in auth_rhosts2() [all …]
|
D | auth-options.c | 109 auth_debug_add("%s %s.", msg, in match_flag() 140 auth_debug_add("Key is restricted."); in auth_parse_options() 192 auth_debug_add("%.100s, line %lu: missing end quote", in auth_parse_options() 199 auth_debug_add("Forced command."); in auth_parse_options() 222 auth_debug_add("%.100s, line %lu: missing end quote", in auth_parse_options() 229 auth_debug_add("principals: %.900s", in auth_parse_options() 255 auth_debug_add("%.100s, line %lu: missing end quote", in auth_parse_options() 263 auth_debug_add("Adding to environment: " in auth_parse_options() 298 auth_debug_add("%.100s, line %lu: missing end quote", in auth_parse_options() 314 auth_debug_add("%.100s, line %lu: " in auth_parse_options() [all …]
|
D | auth.c | 451 auth_debug_add("Ignored %.200s: bad ownership or modes", in check_key_in_hostfiles() 611 auth_debug_add("Ignored %s: %s", file_type, line); in auth_openfile() 752 auth_debug_add(const char *fmt,...) in auth_debug_add() function
|
D | auth.h | 203 void auth_debug_add(const char *fmt,...) __attribute__((format(printf, 1, 2)));
|
D | auth2-hostbased.c | 209 auth_debug_add("%s", reason); in hostbased_key_allowed()
|
D | auth2-pubkey.c | 838 auth_debug_add("%s", reason); in check_authkeys_file() 918 auth_debug_add("%s", reason); in user_cert_trusted_ca()
|