Searched refs:auth_debug_add (Results 1 – 6 of 6) sorted by relevance
/external/openssh/ |
D | auth-options.c | 115 auth_debug_add("Port forwarding disabled."); in auth_parse_options() 122 auth_debug_add("Agent forwarding disabled."); in auth_parse_options() 129 auth_debug_add("X11 forwarding disabled."); in auth_parse_options() 136 auth_debug_add("Pty allocation disabled."); in auth_parse_options() 143 auth_debug_add("User rc file execution disabled."); in auth_parse_options() 168 auth_debug_add("%.100s, line %lu: missing end quote", in auth_parse_options() 175 auth_debug_add("Forced command."); in auth_parse_options() 199 auth_debug_add("%.100s, line %lu: missing end quote", in auth_parse_options() 206 auth_debug_add("principals: %.900s", in auth_parse_options() 232 auth_debug_add("%.100s, line %lu: missing end quote", in auth_parse_options() [all …]
|
D | auth-rhosts.c | 108 auth_debug_add("Found empty line in %.100s.", filename); in check_rhosts_file() 118 auth_debug_add("Found garbage in %.100s.", filename); in check_rhosts_file() 145 auth_debug_add("Ignoring wild host/user names " in check_rhosts_file() 170 auth_debug_add("Matched negative entry in %.100s.", in check_rhosts_file() 250 auth_debug_add("Accepted for %.100s [%.100s] by " in auth_rhosts2_raw() 256 auth_debug_add("Accepted for %.100s [%.100s] by " in auth_rhosts2_raw() 269 auth_debug_add("Rhosts authentication refused for %.100s: " in auth_rhosts2_raw() 278 auth_debug_add("Rhosts authentication refused for %.100s: " in auth_rhosts2_raw() 305 auth_debug_add("Bad file modes for %.200s", buf); in auth_rhosts2_raw() 313 auth_debug_add("Server has been configured to " in auth_rhosts2_raw() [all …]
|
D | auth.c | 432 auth_debug_add("Ignored %.200s: bad ownership or modes", in check_key_in_hostfiles() 592 auth_debug_add("Ignored %s: %s", file_type, line); in auth_openfile() 732 auth_debug_add(const char *fmt,...) in auth_debug_add() function
|
D | auth.h | 215 void auth_debug_add(const char *fmt,...) __attribute__((format(printf, 1, 2)));
|
D | auth2-hostbased.c | 208 auth_debug_add("%s", reason); in hostbased_key_allowed()
|
D | auth2-pubkey.c | 788 auth_debug_add("%s", reason); in check_authkeys_file() 869 auth_debug_add("%s", reason); in user_cert_trusted_ca()
|