Searched refs:auth_debug_add (Results 1 – 6 of 6) sorted by relevance
| /trueos/crypto/openssh/ |
| HD | auth-options.c | 111 auth_debug_add("Port forwarding disabled."); in auth_parse_options() 118 auth_debug_add("Agent forwarding disabled."); in auth_parse_options() 125 auth_debug_add("X11 forwarding disabled."); in auth_parse_options() 132 auth_debug_add("Pty allocation disabled."); in auth_parse_options() 139 auth_debug_add("User rc file execution disabled."); in auth_parse_options() 164 auth_debug_add("%.100s, line %lu: missing end quote", in auth_parse_options() 171 auth_debug_add("Forced command."); in auth_parse_options() 195 auth_debug_add("%.100s, line %lu: missing end quote", in auth_parse_options() 202 auth_debug_add("principals: %.900s", in auth_parse_options() 229 auth_debug_add("%.100s, line %lu: missing end quote", in auth_parse_options() [all …]
|
| HD | auth-rhosts.c | 106 auth_debug_add("Found empty line in %.100s.", filename); in check_rhosts_file() 116 auth_debug_add("Found garbage in %.100s.", filename); in check_rhosts_file() 143 auth_debug_add("Ignoring wild host/user names in %.100s.", in check_rhosts_file() 167 auth_debug_add("Matched negative entry in %.100s.", in check_rhosts_file() 236 auth_debug_add("Accepted for %.100s [%.100s] by /etc/hosts.equiv.", in auth_rhosts2_raw() 242 auth_debug_add("Accepted for %.100s [%.100s] by %.100s.", in auth_rhosts2_raw() 254 auth_debug_add("Rhosts authentication refused for %.100s: " in auth_rhosts2_raw() 263 auth_debug_add("Rhosts authentication refused for %.100s: " in auth_rhosts2_raw() 290 auth_debug_add("Bad file modes for %.200s", buf); in auth_rhosts2_raw() 295 auth_debug_add("Server has been configured to ignore %.100s.", in auth_rhosts2_raw() [all …]
|
| HD | auth.c | 416 auth_debug_add("Ignored %.200s: bad ownership or modes", in check_key_in_hostfiles() 567 auth_debug_add("Ignored %s: %s", file_type, line); in auth_openfile() 699 auth_debug_add(const char *fmt,...) in auth_debug_add() function
|
| HD | auth.h | 205 void auth_debug_add(const char *fmt,...) __attribute__((format(printf, 1, 2)));
|
| HD | auth2-hostbased.c | 191 auth_debug_add("%s", reason); in hostbased_key_allowed()
|
| HD | auth2-pubkey.c | 385 auth_debug_add("%s", reason); in check_authkeys_file() 455 auth_debug_add("%s", reason); in user_cert_trusted_ca()
|